-
-
Notifications
You must be signed in to change notification settings - Fork 712
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
Windows Getting PDF error 135 when opening with Adobe #1343
Comments
Hello! I think that your issue is a duplicate of #1292. Feel free to reopen if it’s a different issue! |
@liZe - Thanks, but a clarification:
Seeing as how this appears to be a Windows problem, I can't see how to modify the Windows version of Cairo ( https://gitlab.freedesktop.org/cairo/cairo ) as it's managed by GTK+ and there doesn't appear to be any sort of Cairo package for Windows. What would be the workaround here? Also, you mention that |
You can use a previous version of GTK+. Version 2020-11-22 includes Cairo 1.17.2 that doesn’t have this bug.
When all the regressions between 52 and 53 are fixed 😄. You can already try the beta version using |
I tried v52.4 and found issue fixed. |
So... I have a weird issue. Builds fine on a Mac and the PDF opens without issue. However, when building with Windows (same versions of python and modules), I get an Adobe error 135. Opening with Acrobat Pro DC, then going to the Preflight tools and using the analysis tool, it shows:
Unable to analyze the content stream on page 17: parse error : "Dictionary keys must be direct name objects"
Unable to analyze the content stream on page 18: parse error : "Dictionary keys must be direct name objects"
If it happens on both Mac and Windows, I'd think the HTML was bad. It's fairly basic css and some tables.
Here are the module versions (Python 3.8.9):
Any thoughts?
The text was updated successfully, but these errors were encountered: