Hi, is there any virtual printer that prints to files of tiff format - most importantly I can specify the destination file path in code, not by user input? Other image formats are acceptable, because I can convert it in code.
I'm using a report control, which requires printer to print;
I'm going to send the print result as fax with the ...
I'm writing a Java screen-scraping application for a 3270 mainframe and rather than scroll through page after page of 80x24 chars I'd like to output all pages to a printer and then capture and parse the printer output.
The 3270 client has a print option, so I just need to virtualise a printer device and then somehow capture the output....
I am using a virtual printer to print a word document into an image file in a C# program. So far everything is going fine except that I don't know when the printing process is finished so I can read the content of the generated image.
Here's my code :
using System;
using Microsoft.Office.Interop.Word;
using Word=Microsoft.Office.Interop...