This particular program only uses the FaxManJr Printer control to take a MS Word document and turn it into aTiff image so it can be added to an existing multi-page Tiff.
In version 1.6x I just set the PrintFileName argument of the PrintStart Event to the path and filename of theTiff I wanted to create. Then it was just a matter of opening the Word document and printing to the corresponding FaxManJr printer. The file would then get created in the path I specified and that was pretty much all that was to it.
In FaxManJr 2.20 there is no more PrintStart Event and I was wondering how I could go about accomplishing the same thing with the new version.
Thanks