Skip to main content
Participant
July 6, 2023
Question

There was an error processing a page.there was a probelm reading this document 110

  • July 6, 2023
  • 1 reply
  • 248 views

We have an PDF file that was generated using PDFJS library, when we tried to open it in adobe reader it is throwing the 110 error , but works fine with all the browser, could anyone assist on this ? ?

This topic has been closed for replies.

1 reply

Participant
July 7, 2023

i found the issue with the image beign added to the PDF file while creation , this is the below code which is beign used 

docObj.addImage(resPic.picture, "PNG", 180, y + 2, 20, 14);