Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
software:pdf [2024/09/17 21:12]
cyril add pdfjam a4
software:pdf [2025/01/07 22:49] (current)
cyril [convert (image magick)]
Line 13: Line 13:
 </code> </code>
  
 +Compress PDF file containing images (''/screen'' compresses even more than ''/ebook''):
 +<code>
 +gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -sOutputFile=out.pdf in.pdf
 +</code>
 ===== PDFTK ===== ===== PDFTK =====
  
   * Split and merge PDF files:<code>   * Split and merge PDF files:<code>
 +pdftk in.pdf cat 2-4 output out.pdf
 pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf
 pdftk A=one.pdf B=two.pdf cat A1-7 B1-5 A8 output combined.pdf pdftk A=one.pdf B=two.pdf cat A1-7 B1-5 A8 output combined.pdf
Line 23: Line 28:
   * Encrypt/decrypt, set permissions, repair:   * Encrypt/decrypt, set permissions, repair:
 [[http://www.accesspdf.com/article.php/20041129175231241]] [[http://www.accesspdf.com/article.php/20041129175231241]]
 +  * Rotate:<code>
 +pdftk in.pdf cat 1-left 2-down output out.pdf
 +</code>
  
 ===== pdfjam ===== ===== pdfjam =====
Line 34: Line 42:
   * quickly rotate (pdf90, pdf180, pdf270):<code>   * quickly rotate (pdf90, pdf180, pdf270):<code>
 pdf90 file1.pdf pdf90 file1.pdf
 +pdfjam --angle 180 in.pdf out.pdf
 </code> </code>
   * convert image to pdf in A4 format:<code>   * convert image to pdf in A4 format:<code>
Line 57: Line 66:
 <code> <code>
 convert -density 300x300 test.pdf test.png convert -density 300x300 test.pdf test.png
 +</code>
 +
 +Recompress the pages:<code>
 +convert -quality 80 page-1.jpg page-1c.jpg
 +</code>
 +
 +Erase a part of the image (especially useful for batch processing):<code>
 +convert page-1.jpg -fill white -draw "rectangle 0,0 300,1753" page-1c.jpg
 </code> </code>
 ===== pdftotext ===== ===== pdftotext =====
software/pdf.1726607543.txt.gz ยท Last modified: 2024/09/17 21:12 by cyril
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0