-
Notifications
You must be signed in to change notification settings - Fork 123
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
Error testing a specific pdf document #244
Comments
Well, it violates the specification. I could make a breaking change and lazy load fonts, which would allow you to read the rest of the pdf, but not the font. |
Thanks for your quick reply. Interestingly
|
https://github.com/pdf-rs/pdf/blob/master/pdf/src/object/types.rs#L387
|
If I make that change I get
|
should be fixed now |
Get new errors:
and
|
okay, I fixed it myself now. Probably breaking pdf-render. I will check now. |
Your fix is working ok for my test now. Thx. |
When I put https://www.ctan.org/tex-archive/fonts/clara/doc/clara-sample.pdf into the files/ directory and run
cargo test
I getIf I run
pdfinfo files/clara-sample.pdf
I getThe text was updated successfully, but these errors were encountered: