Markus Ast

Results 221 comments of Markus Ast

@rhodgkins Just wanted to let you know that destinations are ~not~ implemented in the `master` branch. I'll do a release soon.

Oops, that *not* shouldn't be there. So yes they are implemented in the `master` branch. Here are also some examples: https://github.com/rkusa/pdfjs/tree/master/test/pdfs/annotations

The only thing I haven't implemented is a `goToPage` method, because I think this isn't too useful yet. My feeling is that I have to add some events, like `onNewPage`...

You are right, this cannot be achieved with `pdfjs` right now. While there might be a workaround by adding each page as a _background image_, I wouldn't recommend going that...

`pdfjs` isn't creating object streams itself. You'll only end up with object streams if you append pages from external documents that use object streams. I am not entirely sure from...

This is probably not related to the version itself, but to the specific PDF file. Are you able to share the PDF file for testing?

@owen800q It looks like a specific issue with your example PDF. To make sure that it is not an issue with `pako` (used for decompressing the data), I've also tried...

I don't have it on my list for something I am planning on working on in the near future, sorry

Anyone aware of a tool to automatically convert a library to es6 modules?

While I did an initial conversion, I am not yet sure how to handle the fact that pdfjs should work for both server and client. Since Node.js requires the file...