Skip to content

Adobe Acrobat error 110 when opening file using UseImportedTemplate #42

Open
@bhelzer

Description

@bhelzer

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:

	page := gen.doc.ImportPage(gen.cacheFile(importData.Name), importData.Page, "/MediaBox")
	gen.doc.UseImportedTemplate(page, 0, 0, WIDTH, HEIGHT)

Also I checked, the source file does open in Acrobat as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions