pdf.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 07 Feb 2023 00:53:39 +0200
changeset 2555 70383fa8bf12
parent 2045 dfd5cad0b9fc
permissions -rw-r--r--
About copying SSH pubkey.


=====
 PDF
=====
.. contents::
   :local:

Editing PDF files
=================

To crop PDF file edges::

  $ java -jar briss.jar

To rotate/delete/add pages in PDF file::

  $ sudo apt-get install pdfshuffler
  $ pdfshuffler $FILE

Necessary pages can be extracted in ``pdfshuffler`` or selected in GIMP during
export. With GIMP you able to edit individual pages and exported back to PDF
format (but as raster image) and integrate into PDF with ``pdfshuffler``.

Evince have virtual PDF driver for n-page print.

http://briss.sourceforge.net/
  BRISS home page.
https://sourceforge.net/projects/briss/
  BRISS SF home page.
http://askubuntu.com/questions/16652/which-programs-can-i-use-to-edit-pdf-files
  Suggestion for programs to edit PDF files.