Changeset 362 for pkpgcounter/trunk/pkpgpdls/pdlparser.py
- Timestamp:
- 08/16/06 00:27:28 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/pdlparser.py
r360 r362 82 82 """Counts pages in a document.""" 83 83 raise RuntimeError, "Not implemented !" 84 85 def convertToTiffMultiPage24NC(self, outputfile, dpi) : 86 """Converts the input file to TIFF format, X dpi, 24 bits per pixel, uncompressed. 87 Writes TIFF datas to the outputfile file object. 88 """ 89 raise RuntimeError, "Not implemented !"