Converting RTF to TIF using ePrint
Started by gatorjoe at 10-19-2007 10:21. Topic has 1 replies.
|
|
10-22-2007, 9:17
|
Maen Hasan

Joined on 08-05-2004
Posts 1,874
|
|
|
Hello,
To print your RTF or Doc file to TIFF, you need to do the following: - Set the ePrint MultiSaveOptions (EpnMultiSaveOptions) - Set ePrint Printer Specifications (EpnPrinterSpecifications) - Set ePrint Batch Printer Information (EpnBatchPrinterInfo) - Set ePrint Printer List (EpnPrinterList) - Call the ePrint.StartDocumentConversion method to append the print jobs into an internal queue. - Call the ShellExecute API function to open and print your RTF or DOC file. - Call the ePrint.EndDocumentConversion method.
I am attaching a small VB6.0 project that shows how to print your RTF file to TIFF.
Thanks, Maen Badwan LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|
|
LEAD Support Fo... » Developer » ePrint API » Converting RTF to TIF using ePrint
|
|
Copyright LEAD Technologies, Inc. 2008
