pdf_render icon indicating copy to clipboard operation
pdf_render copied to clipboard

Results 13 pdf_render issues
Sort by recently updated
recently updated
newest added

``` 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): ![image](https://user-images.githubusercontent.com/10325838/208740490-279d2ea5-ac2b-408d-96e3-5f3e3dbf5dc1.png) ![image](https://user-images.githubusercontent.com/10325838/208740519-14787efe-1756-427e-ae80-e8a982d6f81b.png)...

``` 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 ![image](https://user-images.githubusercontent.com/28442838/188749203-37d18aa2-c4fe-4339-a030-24a46824d643.png) pdf-js ![image](https://user-images.githubusercontent.com/28442838/188749408-be1141ba-5186-4e90-ba67-67557bb08414.png) 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...