Guest User

Untitled

a guest
Dec 11th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. gs \
  2. -dNOPAUSE \
  3. -dQUIET \
  4. -dBATCH \
  5. -dSAFER \
  6. -dPDFSETTINGS=/printer \
  7. -dCompatibilityLevel=1.3 \
  8. -dPDFA=2 \
  9. -dPDFACompatibilityPolicy=1 \
  10. -dSimulateOverprint=true \
  11. -dEmbedAllFonts=true \
  12. -dSubsetFonts=true \
  13. -dAutoRotatePages=/None \
  14. -dColorImageDownsampleType=/Bicubic \
  15. -dColorImageResolution=150 \
  16. -dGrayImageDownsampleType=/Bicubic \
  17. -dGrayImageResolution=150 \
  18. -dMonoImageDownsampleType=/Bicubic \
  19. -dMonoImageResolution=150 \
  20. -sDEVICE=pdfwrite \
  21. -sOutputFile=output.pdf \
  22. input.pdf
Add Comment
Please, Sign In to add comment