Guest User

Untitled

a guest
Dec 13th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. # gs -sDEVICE=pdfwrite -dCompatibilityLevel=<VERSION> -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf
  2.  
  3. [14:08:41]lee@barlow:~/superuser # pdfinfo org_1-4.pdf
  4. Title: CV 2009
  5. Producer: Prince 7.0 alpha 16 (www.princexml.com)
  6. Tagged: no
  7. Pages: 3
  8. Encrypted: no
  9. Page size: 595 x 842 pts (A4)
  10. File size: 51793 bytes
  11. Optimized: no
  12. PDF version: 1.4
  13. [14:08:59]lee@barlow:~/superuser # gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=out_1.5.pdf org_1-4.pdf
  14. [14:09:35]lee@barlow:~/superuser # pdfinfo out_1.5.pdf
  15. Producer: GPL Ghostscript 8.64
  16. CreationDate: Wed Aug 19 14:09:34 2009
  17. ModDate: Wed Aug 19 14:09:34 2009
  18. Tagged: no
  19. Pages: 3
  20. Encrypted: no
  21. Page size: 595 x 842 pts (A4)
  22. File size: 60658 bytes
  23. Optimized: no
  24. PDF version: 1.5
Add Comment
Please, Sign In to add comment