| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread1996.11.15 13:42 "Re: tiff2pcl", by Dr Klaus BartzPeter Wages wrote: > > Is there any TIFF to PCL conversion programs ? > > ciao > p > > ****************************************************************************** > Peter Wages > EDS Arlington, Virginia > pmwages@cais.com > Work: (703) 741-7436 Home: (202) 244-3511 > Anywhere is walking distance, if you have the time > ****************************************************************************** Hello Peter, use tiff2ps <InputFilePath> | gs -dNOPAUSE -sOutputFile=<OutputFilePath> -sDEVICE=ljet4 -sPAPERSIZE=<MyPaperSize> - -c quit I have tested it with tiff2ps from tiff-v3.4beta035/tools and Ghostsrcipt 4.00 . It is not fast, but it works. The output format is PCL DELTA or (with -sDEVICE=laserjet PCL RAW). If it not run, look to the - between paper size and -c quit ( it is the flag for stdin or pipe). I have written a converter from TIFF g3, g4, modg3 and raw which can create PCL DELTA and RAW. It is a little bit faster (real 0m20.70s versus real 0m1.54s on a HP 9000/720 ). It works on WINDOWS 95 and NT and some UNIX systems. But it is commercial. MfG Klaus -- ------------------------------------------------------------------- Dr. Klaus Bartz bartzkau@kou3.ina.de COI GmbH / Abt. KOU3 Industriestr. 1-3 D-91072 Herzogenaurach Tel: +49 (9132) 82-3433 Fax: +49-9132-824959 |
|||||||