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/12/30 17:14]
cyril [PDFTK]
software:pdf [2025/01/07 22:49] (current)
cyril [convert (image magick)]
Line 66: 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.1735578876.txt.gz ยท Last modified: 2024/12/30 17:14 by cyril
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0