Changeset 527 for pkpgcounter/trunk/pkpgpdls/ooo.py
- Timestamp:
- 11/28/07 18:28:30 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/ooo.py
r526 r527 31 31 """A parser for OpenOffice.org documents.""" 32 32 totiffcommands = [ 'xvfb-run -a abiword --import-extension=.odt --print="| gs -sDEVICE=tiff24nc -dPARANOIDSAFER -dNOPAUSE -dBATCH -dQUIET -r\"%(dpi)i\" -sOutputFile=\"%(outfname)s\" -" "%(infname)s"' ] 33 required = [ "xvfb-run", "xauth", "abiword", "gs" ] 33 34 def isValid(self) : 34 35 """Returns True if data is OpenDocument, else False."""