-
Notifications
You must be signed in to change notification settings - Fork 47
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
An error occurred when vidating pdf (PDFParser::GetDictionary()invalid pdf dictonary) #1042
Comments
Please share the PDF file. |
@THausherr I added the file in the issue. |
The error is this: "/BaseFont /utf8noto sans scB". The spaces are wrong. |
@THausherr I removed the spaces in fontname, but it still reports error. |
Yes it has errors because it is not valid PDF/A. But now it parses. |
Oh I see. Thanks for the help |
I'm using gofpdf to generate pdf files.
hello.pdf
When validating the generated pdf, verapdf crashed with an exception.
I also reported a similar issue to gofpdf. The author of gofpdf says maybe it's something wrong with his library. I wonder what caused verapdf to crash, which may be helpful for fixing the issue with gofpdf.
The text was updated successfully, but these errors were encountered: