Welcome to LEAD Support Forum Login | Register | Faq  

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

ePrint 5 application- URGENT
Started by reddy at 03-13-2008 14:01. Topic has 1 replies.

Print Search « Previous Thread Next Thread »
  03-13-2008, 14:01
reddy is not online. Last active: 5/9/2008 4:12:43 PM reddy

Top 500 Posts
Joined on 03-06-2008
Posts 10
ePrint 5 application- URGENT
Reply Quote
hi,

I am using ePrint 5. I am trying to use ePrint API so that whenever anyone tries to print a page, it converts to TIFF and loads into my application instead of the leadtools eprint workstation.Can this be done using ePrint 5 .

Thank you,
reddy
   Report 
  03-16-2008, 10:42
Adam Boulad is not online. Last active: 1/6/2009 1:25:47 PM Adam Boulad



Top 10 Posts
Joined on 09-16-2007
Posts 540
Re: ePrint 5 application- URGENT
Reply Quote

Reddy,

You can create an application that uses ePrint API events to catch the global ePrint print jobs. You can also modify the options that are used for saving the document. This is not applicable to the ePrint Workstation printer, but only to the LEADTOOLS ePrint 5 Printer and to Task printers you create.

You can see that by trying the LEADTOOLS ePrint COM Demo from this directory [LEADTOOLS ePrint 5 Professional\Bin] the demo name is 'VBComEpn.exe'.

1- Start the demo.
2- Choose 'LEADTOOLS ePrint 5' and press ok.
3- From the Event menu, choose the 'User Interface Info' event.
4- Open a document that you want to convert in any application, such as a text file in Notepad.
5- Print the document to the printer called 'LEADTOOLS ePrint 5'.
6- You will notice that the print job event is caught by the demo, and you can now change the setting of saving the print job.
 

Although the demo displays a dialog, you can modify its code to always save a TIFF (or any format) without displaying a dialog box.

Again, you can modify this demo to be used with 'LEADTOOLS ePrint 5' or a task printer, but not with ePrint Workstation.


Adam Boulad
LEADTOOLS Technical Support

   Report 
Post
LEAD Support Fo... » Developer » ePrint API » ePrint 5 application- URGENT

Powered by Community Server, by Telligent Systems