Thomas Osterland

Results 16 comments of Thomas Osterland

TL;DR one quick solution is to use an old version as suggested at https://github.com/phw/peek/issues/748 ``` # Working flathub release commit: 4f105ad88b3d23dbada6191657b641684d0f82f429a8ae0f2ad32f3ab6e675dc COMMIT="4f105ad88b3d23dbada6191657b641684d0f82f429a8ae0f2ad32f3ab6e675dc" flatpak update --commit="$COMMIT" com.uploadedlobster.peek flatpak run com.uploadedlobster.peek #...

I just released version 1.0.9. Can you try it with this one? Otherwise can you provide me with an example of a PDF that fails? Otherwise it is really hard...

I added support for flate decoded cross reference streams. It is a bit shaky at the moment. I need to test it extensively and improve some things. Is it working...

Hello fiee, I cannot reproduce your problem. I did the following: 1. create an empty directory for trying to reproduce your bug 2. Create an empty file test.js with your...

I tried it now with Adobe Acrobat Reader DC 2021.007.20099 (on windows) and pdfmod (0.9.1) on linux/ ubuntu 20.04. It worked in both cases. However, I used node version v16.6.1....

Thank you. I think I have an idea what's going wrong. It does not like the mixing of xref objects and explicit tables. Please, can you upload the original file...

Can you provide the PDF file? Otherwise I cannot reproduce the exception.

Hi @BrandajskyMatus and @hdudowicz, thank you for reporting. I'll look into it ASAP. We are in the final testing stages of a huge update and if I remember correctly, there...

Hello @awolfson1987, I am (pretty) sure that this is not possible, since this is completely in the hand of the PDF viewer. Afaik, there are no configuration options to control...

I am not sure what is exactly the problem. You can extract the existing annotations of a document by using the `getAnnotations()` method. For deletion there is the `deleteAnnotation()` method