pdf_render
pdf_render copied to clipboard
``` error[E0308]: mismatched types --> render/src/fontentry.rs:144:57 | 144 | if let Some(transcoder) = source.to(dest) { | -- ^^^^ expected `pdf_encoding::Encoding`, found a different `pdf_encoding::Encoding` | | | arguments to this...
Hi, I'm getting this when I'm trying to compile. Please help. Caused by: failed to read `C:\Users\user\projects\pathfinder_rasterize\Cargo.toml`
MIT license but some or all fonts you say to use have a license (GPL) that is extremely incompatible with permissively licensed software. There is an exception for embedding in...
It's hard to find the crate, please lead us to it …
Hey, I just tried this out with a random PDF from my download folder, and there seem to be a couple of issues: https://leica-camera.com/sites/default/files/pm-73760-Leica-SL2_Technical-Data_en.pdf First page (pdf_render, evince):  ...
``` thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', view/src/bin/view.rs:11:40 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ``` error should be clearer, e.g. "You must...
There are a lot of CJK CMaps, but some of them are just Utf16-BE. We can check the prefix of unknown encoding and treat the encoding begin with `Uni` as...
PDF: https://arxiv.org/pdf/2002.10413.pdf Page: 3 (0 indexed) pdf-render  pdf-js  The differences are the thick edges (transparency) and the small arrows (position). You can find the call for the left...
--- stderr thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: `"pkg-config" "--libs" "--cflags" "egl" "egl >= 1"` did not exit successfully: exit status: 1 error: could not find...
This Pull Request is currently under progress and is not ready for merging, here are what this PR focuses on: ## PDF - [x] Able to render pages with Vello...