Merlijn Wajer

Results 610 comments of Merlijn Wajer

There changes will make the viewer compile and start... ... but it seems to have been written for an old(er) wx version. The event registration is wrong, and I get...

I also ran into this problem recently and I believe the solution is to install more gst plugins. You will probably want the dtls plugin, and also the speex one...

[testdata.tar.gz](https://github.com/pymupdf/PyMuPDF/files/8616789/testdata.tar.gz) You could use this data for testing

Hm... it looks like when I remove the call to `write_basic_ua` I get this error when saving: ``` recode_pdf --dpi 300 -J pillow -I /tmp/in.png --hocr-file /tmp/in.hocr -o out.pdf evince...

Ok, I've confirmed that the `fast_insert_image` has indeed broken since 1.19.2, let me see if I can figure out where..

It looks like the contents generated by `fast_insert_image` is the same, so maybe something changed for `Document.insert_image(rect, xref=foo)` ?

Maybe this is of some help: https://peps.python.org/pep-0442/ My code above worked on versions before 1.19.3 I think, so could it be an unrelated change? I did see an added `pdf_drop_obj`...

I actually believe this error is not related to errors at the end of the scripts, I'm pretty sure it's related to how the `fast_insert_image` works (which you contributed and...

Looks like the problem I reported originally is still there (page to change `pageCount` to `page_count` in a few places): ``` Traceback (most recent call last): File "/home/merlijn/archive/archive-pdf-tools/venv/bin/recode_pdf", line 294,...