/cups/acroread.conf

http://github.com/brinkman83/bashrc · Config · 43 lines · 38 code · 5 blank · 0 comment · 0 complexity · 74fde568dd7616b3052f2cf6ee13e681 MD5 · raw file

  1. #
  2. # Configuration file for acroread as alternate pdftops filter
  3. #
  4. # 2006-09-26/Bl
  5. # initial
  6. #
  7. # This configuration file sets some useful default options for use of
  8. # the Adobe readder (acroread) as an alternate pdftops filter.
  9. #
  10. # Most of these options may be overridden by using the commandline options
  11. # of pdftops prefixed with 'pdf'. Example: to expand the PDF pages to match
  12. # the specified media size, add
  13. # pdf-expand
  14. # to the command line options.
  15. # We use the option names of xpdf's pdftops utility for compatibility reasons;
  16. # for use with acroread they are translated by the pdftops wrapper. For
  17. # details see the script itself.
  18. #
  19. # Paper size handling
  20. # We default to the media size in the PDF file. If acroread uses
  21. # the media box or the crop box is unknown to me and cannot be modified
  22. # by command line options, but we use the shrink to fit option by default.
  23. #
  24. shrink
  25. #
  26. # By default, we use level2 output, as most printers only support level2.
  27. # Note that acroread does no longer support level1, thus level1 will be
  28. # silently ignored.
  29. #
  30. level2
  31. #
  32. # As we convert to PostScript for printing only, we do not output comments
  33. # or annotations and emit all used fonts once at the beginning of the document.
  34. #
  35. optimizeForSpeed
  36. commentsOff
  37. annotsOff
  38. transQuality 3