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 [2013/10/31 21:23]
cyril
software:pdf [2014/10/20 08:41] (current)
cyril [pdfjam]
Line 31: Line 31:
   * set multiple pages in one:<code>   * set multiple pages in one:<code>
 pdfjam --nup 2x1 --landscape true --frame false file.pdf pdfjam --nup 2x1 --landscape true --frame false file.pdf
 +</code>
 +  * quickly rotate (pdf90, pdf180, pdf270):<code>
 +pdf90 file1.pdf
 </code> </code>
  
Line 44: Line 47:
 <code> <code>
 convert page-*.png -page A4 [-rotate 90] test.pdf convert page-*.png -page A4 [-rotate 90] test.pdf
 +convert -density 300x300 test.png test.pdf
 +convert -units PixelsPerInch -density 300x300 -extent 2480x3508 -gravity center -background white test.png test.pdf
 </code> </code>
  
 +Convert pdf page into image file at resolution 300dpi:
 +<code>
 +convert -density 300x300 test.pdf test.png
 +</code>
 ===== pdftotext ===== ===== pdftotext =====
  
software/pdf.1383254637.txt.gz ยท Last modified: 2013/10/31 21:23 by cyril
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0