Jerome Robert

Results 44 comments of Jerome Robert

I don't think so. If you use the distro pikepdf you don't need libqpdf-dev because pikepdf is already built. And if the debian pikepdf package needs libqpdf-dev at runtime the...

This needs to implemented here: * `pdfarranger/config.py` * `pdfarranger/pdfarranger.py` (`__create_main_window` and `close_application`) Gtk provide ways to get/set the screen: * * Unfortunnalty [Gdk.Display.get_screen](https://lazka.github.io/pgi-docs/#Gdk-3.0/classes/Display.html#Gdk.Display.get_screen) is deprecated and always return the default...

Here is a pdf with 4 pages. * Open [minimum.pdf](https://github.com/pdfarranger/pdfarranger/files/9601184/minimum.pdf) * Split page 2, 3 and 4 * Select all and generate booklet * Export, result: [out2.pdf](https://github.com/pdfarranger/pdfarranger/files/9601200/out2.pdf) _Originally posted by...

That's easy, let's do it.

Well I'm not that sure we need to keep all boxes. May be we could just remove all of them and keep only the `MediaBox` (which is equivalent to have...

- Duplicate of #204 (which I'm going to close) - Now that PikePDF have https://pikepdf.readthedocs.io/en/latest/api/models.html#pikepdf.Page.add_overlay this should be easy - It shoud be implemented as a special copy/past (Paste as...

Before I switched to pikepdf the bookmarks was to some extent preserved. So it's kind of a regression. That's why I think this issue must be the priority for 1.8.0...

Oops, sorry, I didn't mean that switching to PikePDF was a regression, but that the disappearance of bookmarks was a regression. > Do we have an estimation on how hard...

> Before I switched to pikepdf the bookmarks was to some extent preserved. Well that's wrong (I was wrong). I tried many PDF with pdfarranger 1.1 and all outline and...