-
Notifications
You must be signed in to change notification settings - Fork 59
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
Adobe Acrobat error 110 when opening file using UseImportedTemplate #42
Comments
I got same error when I use importing template. The method works fine and when i see the document generated in the browser, it will open fine. But once the the document is downloaded in a local folder and when i'll try to open it, adobe 110 error occurs. PS: Template doesn't contain errors.
|
+1 ... I have the same exact issue, when using a (valid) pdf template, the generated document works pretty much everywhere but Adobe Acrobat raises a 100 error. Did anybody find a workaround or fix? |
This is apparently fixed in master via v1.0.13...master ... the issue seemed caused by a block like:
instead of a correct:
|
When generating a PDF file that uses imported pages I get the following error in Adobe Acrobat:
There was an error processing a page. There was a problem reading this document (110).
The file opens and displays correctly in Chrome, Brave, Safari and iOS Viewer.
If I comment out the following lines it does open in Adobe:
Also I checked, the source file does open in Acrobat as well.
The text was updated successfully, but these errors were encountered: