Nathanaël Renaud

Results 16 comments of Nathanaël Renaud

This would be an awesome add-on to cockpit, I'd love to see it integrated.

Wouldn't it be better to have the fonction that should extract all images of a page to actually extract all images of the pages ? The PDF standard said that...

We could implement a bool parameter **recurse**, **deepSearch** or whatever to the __page.images_ method. When set to False, the standards methods **_page._get_ids_image**, **_page._get_image** would get called, keeping the image retrieval...

Well well well, __page.images_ isn't a method but a property so passing a parameter to it isn't an option...

I got exactly the same issue with : - GLPI version : 10.0.0-rc3 - OCS Inventory NG version : 2.0.0-rc2 - MariaDB server bersion : 10.5.15-MariaDB-0+deb11u1 Debian 11 - PHP...

I made a PR to add the sample files : https://github.com/py-pdf/sample-files/pull/30 Instead of putting the files directly into this repository, should I host the files on github or somewhere else...

> > Instead of putting the files directly into this repository, should I host the files on github or somewhere else so they get downloaded? > > In general, files...

> Can you rename the title of your PR : this is not a a STYle but an ENHancement. You should also edit your first thread to set you "closes...

I have tested onlyoffice forms and images inside it are not taken into account. Images inside PDF from libreoffice without and with forms are taken into account, as well as...

I'll add the code for extracting the images from the form PDF and the corresponding test. I'm going to follow the same logic as for the patterns, but with "/Annots/.../..."...