# gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf
source
Showing posts with label convert. Show all posts
Showing posts with label convert. Show all posts
Thursday, 12 June 2014
Howto reduce PDF file size from command line
Friday, 18 April 2014
Linux: Convert PDF to image
Using "convert" command.
Examples:
Examples:
- convert -quality 100 -density 600x600 multipage.pdf single%d.jpg
- convert -geometry 1600x1600 -density 200x200 -quality 100 file.pdf file.jpg
Subscribe to:
Posts (Atom)