Course News UML 2
Here are three useful ways to manipulate PDF files . The first lets you merge pdf. The second design a new compound pdf, inter alia, other pdf. The last can finally convert each page of a PDF image.
Sunday, November 22, 2009
How To Get Rid Of Ants In Motorhome
- Merge pdf
- :
- pdftk fichier1.pdf fichier2.pdf output resultat.pdf
-
Extract a page (the 15 in the example) a pdf file
pdftk A = source.pdf cat A15 output destination.pdf
Extract several pages (from 2 to 5 in the example) a pdf file :
Extract several pages (from 2 to 5 in the example) a pdf file :
pdftk A = A2 source.pdf Cat-5 output destination. pdf
Encrypt a pdf document
and remove all rights: - pdftk source.pdf output destination.pdf owner_pw storepass
Design a new pdf from other pdf - : Create a file LaTeX and include
pdf with the command \\ includepdf - ( \\ usepackage {} pdfPage ) enables a new pdf
from many pdf , while allowing flexible configuration (eg conduct the proceedings of a conference from pdf files - articles). Transforming a
pdf in compressed jpeg - : convert-density 130x130-quality 10 image.jpg source.pdf
Note: this compression greatly degrades the result, increase the density and quality (from 0 to compress the highest quality and 100 the best) to improve the outcome Division or assembly of PDF documents without using the command line: Use PDF Split and Merge by installing the package pdfsam . pdftk - Documentation Ubuntu Francophone
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment