-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]pdf to png font render error #486
Comments
Welcome! Thanks for posting your first issue. The way things work here is that while customer issues are prioritized, other issues go into our backlog where they are assessed and fitted into the roadmap when suitable. If you need to get this done, consider buying a license which also enables you to use it in your commercial products. More information can be found on https://unidoc.io/ |
I'm seeing this too, but even worse in some cases. I converted the following PDF to PNGs using the pdf_image_render.go example, and UniPDF v3.34.0:
Here's the PDF: Here's the image for page 1 where some fonts were missed (I'd say... ?): |
Hi @YuiFn, @zacharysyoung and @0x-1 We release new UniPDF version to improve font rendering https://github.com/unidoc/unipdf/releases/tag/v3.52.0, You can try and would be good if you can confirm if the issue is resolved by latest version of UniPDF. Thanks |
@sampila, yes, 3.52.0 fixed it for me, thank you. Cheers! |
@sampila thank you. this work |
Description
Font rendering error when rendering pdf with imageDevice
Expected Behavior
all rendering ok
Actual Behavior
use pdf_image_render, see output
Attachments
Include a
AL951611050249.pdf
taiwen.pdf
self-contained reproducible code snippet and PDF file that demonstrates the issue.
The text was updated successfully, but these errors were encountered: