Markus Ast

Results 221 comments of Markus Ast

I don't use Angular, so I cannot tell. 🤷‍♂️ If you give it a try, please report your findings back 🙂

Hi, this error is most probably related to a syntax error in the PDF your are trying to add, see https://github.com/rkusa/pdfjs/issues/218. Your code looked good form a quick glance, so...

No plans so far from my personal use cases of pdfjs, but I am also not opposed to it.

Hi, this sounds like your use-case could be solved by adding a PDF as an "image", like done here https://github.com/rkusa/pdfjs/blob/master/test/pdfs/image/pdf-complex.js You have to - create an `Image` object from a...

Hi, thanks a lot for reporting! While I've fixed the crash, the TOC of the added pages do not work, yet

You are right, fetching the assets from root will cause an error when opening the playground from e.g. a `file:///` path. When I test the playground locally I usually do...

Hi, it sounds like something worth adding, and I think it can be down like you described it. It would probably also help supporting use-cases like https://github.com/rkusa/pdfjs/issues/235. Since, I personally...

Thanks for reporting this issue. I'll have a look

When adding an existing PDF document, the current implementation only adds the plain page-contents. However, AcroForms are set at document-level (Catalog dictionary). So, the current implementation has to be extended...