Comment 5 for bug 182379

Revision history for this message
Aaron Albright (albrigha-deactivatedaccount) wrote :

Sorry I also wanted to note that the command " pdftops -cfg /etc/cups/pdftops.conf cmyk.pdf cmyk2.ps" (for example) also errors out. It it strongly appears to be the -cfg option is no longer valid.

aaron@localhost:~/Desktop$ pdftops -cfg /etc/cups/pdftops.conf cmyk.pdf cmyk2.ps
pdftops version 3.00
Copyright 1996-2004 Glyph & Cog, LLC
Usage: pdftops [options] <PDF-file> [<PS-file>]
  -f <int> : first page to print
  -l <int> : last page to print
  -level1 : generate Level 1 PostScript
  -level1sep : generate Level 1 separable PostScript
  -level2 : generate Level 2 PostScript
  -level2sep : generate Level 2 separable PostScript
  -level3 : generate Level 3 PostScript
  -level3sep : generate Level 3 separable PostScript
  -eps : generate Encapsulated PostScript (EPS)
  -form : generate a PostScript form
  -opi : generate OPI comments
  -noembt1 : don't embed Type 1 fonts
  -noembtt : don't embed TrueType fonts
  -noembcidps : don't embed CID PostScript fonts
  -noembcidtt : don't embed CID TrueType fonts
  -preload : preload images and forms
  -paper <string> : paper size (letter, legal, A4, A3, match)
  -paperw <int> : paper width, in points
  -paperh <int> : paper height, in points
  -nocrop : don't crop pages to CropBox
  -expand : expand pages smaller than the paper size
  -noshrink : don't shrink pages larger than the paper size
  -nocenter : don't center pages smaller than the paper size
  -duplex : enable duplex printing
  -opw <string> : owner password (for encrypted files)
  -upw <string> : user password (for encrypted files)
  -q : don't print any messages or errors
  -v : print copyright and version info
  -h : print usage information
  -help : print usage information
  --help : print usage information
  -? : print usage information