Changeset 525
- Timestamp:
- 11/28/07 16:50:55 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/mscrap.py
r523 r525 31 31 class Parser(pdlparser.PDLParser) : 32 32 """A parser for that MS crap thing.""" 33 totiffcommands = [ ]33 totiffcommands = [ 'xvfb-run -a abiword --import-extension=.doc --print="| gs -sDEVICE=tiff24nc -dPARANOIDSAFER -dNOPAUSE -dBATCH -dQUIET -r\"%(dpi)i\" -sOutputFile=\"%(outfname)s\" -" "%(infname)s"' ] 34 34 def isValid(self) : 35 35 """Returns True if data is MS crap, else False.