Changeset 373
- Timestamp:
- 08/26/06 23:55:03 (18 years ago)
- Location:
- pkpgcounter/trunk
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/bin/pkpgcounter
r369 r373 56 56 * PostScript (both DSC compliant and binary) 57 57 * PDF 58 * TIFF 58 * DVI 59 * TIFF (some TIFF files don't work) 59 60 60 61 command line usage : -
pkpgcounter/trunk/pkpgpdls/dvi.py
r356 r373 33 33 class Parser(pdlparser.PDLParser) : 34 34 """A parser for DVI documents.""" 35 totiffcommand = 'cat >%(fname)s && dvips -q -o - %(fname)s | gs -sDEVICE=tiff24nc -dPARANOIDSAFER -dNOPAUSE -dBATCH -dQUIET -r%(dpi)i -sOutputFile="%(fname)s" -' 35 36 def isValid(self) : 36 37 """Returns 1 if data is DVI, else 0.""" -
pkpgcounter/trunk/README
r368 r373 49 49 - PDF 50 50 51 - TIFF 51 - DVI 52 53 - TIFF (some TIFF files don't work) 52 54 53 55 Other formats will be supported in the future for ink coverage.