highkite / pdfAnnotate

Javascript library for creating annotations in PDF documents
MIT License
556 stars 90 forks source link

special type of pdf is not rendering in the browser #66

Closed rashmi05pathak closed 2 years ago

rashmi05pathak commented 2 years ago

Hi, I am able to render most of the pdf files. but getting issue for some of the pdf files as below:

image

Which seems to resemble as https://github.com/mozilla/pdf.js/pull/12662

When I am including the new build of pdf.js then whole codes break. could you let me know pdfAnnotate supports upto which version of pdf.js build?

rashmi05pathak commented 2 years ago

Was able to fix the issue by using as version https://cdn.jsdelivr.net/npm/pdfjs-dist@2.6.347. Hence closing the issue.