You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Love this library, brilliant work.
For some pdfs (maybe versions > 1.5), I can add one highlight annotation successfully, but adding a second one fails:
TypeError: Cannot read properties of undefined (reading 'compressed')
at _ObjectUtil.extractObject (object-util.ts:142:46)
at new CatalogObject (parser.ts:351:35)
at PDFDocumentParser.getCatalog (parser.ts:761:20)
at PDFDocumentParser.getPageTree (parser.ts:780:35)
at PDFDocumentParser.getPage (parser.ts:800:33)
at _AnnotationFactory.createBaseAnnotation (annotation.ts:192:40)
at _AnnotationFactory.createHighlightAnnotation (annotation.ts:238:50)
The text was updated successfully, but these errors were encountered:
Love this library, brilliant work.
For some pdfs (maybe versions > 1.5), I can add one highlight annotation successfully, but adding a second one fails:
The text was updated successfully, but these errors were encountered: