# HG changeset patch # User Oleksandr Gavenko # Date 1477679853 -10800 # Node ID dfd5cad0b9fc0cf2d2b3c8de9383b4a4c813582a # Parent 2aadbef5c3d7487990f88132677ac49104b360e8 Editing PDF files. diff -r 2aadbef5c3d7 -r dfd5cad0b9fc pdf.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pdf.rst Fri Oct 28 21:37:33 2016 +0300 @@ -0,0 +1,32 @@ + +===== + 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. +