Changeset 555 for pkpgcounter/trunk/pkpgpdls/ooo.py
- Timestamp:
- 12/09/07 15:26:15 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/ooo.py
r527 r555 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 33 required = [ "xvfb-run", "xauth", "abiword", "gs" ] 34 format = "ISO/IEC DIS 26300" 34 35 def isValid(self) : 35 36 """Returns True if data is OpenDocument, else False.""" … … 42 43 return False 43 44 else : 44 self.logdebug("DEBUG: Input file is in the OpenDocument (ISO/IEC DIS 26300) format.")45 45 return True 46 46 else :