Dayalan Saravanan


Edit a multipage PDF document

Editing with flpsed:

flpsed works well for entering plain text and tags within a PDF document. flpsed is rather basic, it does not allow adding images (for example: an image of your signature), but it is very convenient for filling out a PDF document with simple text input.

$ sudo apt-get install --no-install-recommends flpsed
$ flpsed document.pdf # to edit document.pdf


Editing with gimp and pdftk:

gimp supports importing PDF documents and do anything with the PDF that you can do to a traditional image in gimp.

$ sudo apt-get install --no-install-recommends gimp pdftk

If your version of gimp does not support exporting as .pdf you can use the convert application which is contained in the imagemagick package.

flpsed allows quick and easy editing while gimp/pdftk provide a robust suite for nearly all pdf editing needs. Both approaches provide an alternative to printing documents, signing them and faxing/emailing back.