2045
|
1 |
|
|
2 |
=====
|
|
3 |
PDF
|
|
4 |
=====
|
|
5 |
.. contents::
|
|
6 |
:local:
|
|
7 |
|
|
8 |
Editing PDF files
|
|
9 |
=================
|
|
10 |
|
|
11 |
To crop PDF file edges::
|
|
12 |
|
|
13 |
$ java -jar briss.jar
|
|
14 |
|
|
15 |
To rotate/delete/add pages in PDF file::
|
|
16 |
|
|
17 |
$ sudo apt-get install pdfshuffler
|
|
18 |
$ pdfshuffler $FILE
|
|
19 |
|
|
20 |
Necessary pages can be extracted in ``pdfshuffler`` or selected in GIMP during
|
|
21 |
export. With GIMP you able to edit individual pages and exported back to PDF
|
|
22 |
format (but as raster image) and integrate into PDF with ``pdfshuffler``.
|
|
23 |
|
|
24 |
Evince have virtual PDF driver for n-page print.
|
|
25 |
|
|
26 |
http://briss.sourceforge.net/
|
|
27 |
BRISS home page.
|
|
28 |
https://sourceforge.net/projects/briss/
|
|
29 |
BRISS SF home page.
|
|
30 |
http://askubuntu.com/questions/16652/which-programs-can-i-use-to-edit-pdf-files
|
|
31 |
Suggestion for programs to edit PDF files.
|
|
32 |
|