On 24/06/24 at 00:50, Arbol One wrote:
Hello.
Is there a PDF editor that would work with Debian 12?


Time ago I used Qpdf to delete some pages in a .pdf, for a quick description:

~$ apt show qpdf

in the manual there are some command examples, I used these command to edit a pdf:

- To delete the last two pages of a pdf:

~$ qpdf 1.pdf --pages . 1-r3 -- test.pdf

- To merge two .pdf files:

~$ qpdf --empty --pages 1.pdf 2.pdf -- test.pdf

If you are interested in qpdf, once installed, read the /usr/share/doc/qpdf/README-doc.txt file for a list of URL where to find documentation.

Cheers,
--
Franco Martelli

Reply via email to