Convert TIFF to PostScript
问题 I'm writing .net code (Windows Forms Application) which reads a TIFF image (CMYK) and sends it to printer (using WritePrinter). Before I send it, I need to convert the TIFF image to PostScript. Could any of you share the code how to create PostScript out of TIFF image? I appreciate it! 回答1: My company's product, dotImage includes an encode for EPS, but it will also generate page generation operators. Typical usage might be something like this: public void ConvertToPS(Stram tiffStm, int frame,