PDF creation starting from TIFF files

Paul Rubin phr-n2002a at nightsong.com
Wed May 15 16:10:18 EDT 2002


In Red Hat Linux 7.2, I've found the following works:

Use tiff2ps -2 to convert the tiff files to level 2 postscript (level
2 is important for my files because they contain bitmaps which in
level 1 postscript would come out uncompressed and huge)

Concatenate the ps files together with "cat".  Yes, this seems to work!

Convert the ps to pdf with the ps2pdf program.

These programs are all included in the Red Hat 7.2 distribution.



More information about the Python-list mailing list