Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

Converting RTF to TIF using ePrint
Started by gatorjoe at 10-19-2007 10:21. Topic has 1 replies.

Print Search « Previous Thread Next Thread »
  10-19-2007, 10:21
gatorjoe is not online. Last active: 12/19/2007 6:43:45 PM gatorjoe

Not Ranked
Joined on 09-17-2007
Posts 6
Converting RTF to TIF using ePrint
Reply Quote

My management have asked me to evaluate ePrint. So I downloaded and installed the eval copy of ePrint. Can you please provide some simple C# code (COM and/or API) to convert an RTF file to a TIF file format? I tried searching this forum for C# code but did not see any.

Thanks

Joe


   Report 
  10-22-2007, 9:17
Maen Hasan is not online. Last active: 8/14/2008 8:56:49 AM Maen Hasan



Top 10 Posts
Joined on 08-05-2004
Posts 1,715
Re: Converting RTF to TIF using ePrint

Attachment: RtfToTiff.zip
Reply Quote
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 
Post
LEAD Support Fo... » Developer » ePrint API » Converting RTF to TIF using ePrint

Powered by Community Server, by Telligent Systems