TIFF to PDF

revuesbio revuesbio at gmail.com
Mon May 21 06:38:16 EDT 2007


I'm trying to use tifflib but i have some problems.
When i use direct command line like
"C:\Program Files\GnuWin32\bin\tiff2pdf.exe" -o C:\test.pdf C:
\test.TIF
the pdf file is ok.

but when i try to launch command line via python the pdf file doesn't
create.

import os
os.system('"C:\Program Files\GnuWin32\bin\tiff2pdf.exe" -o C:\test.pdf
C:\test.TIF')

where is the problem ?




More information about the Python-list mailing list