Welcome to LEAD Support Forum Login | Register | Faq  

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

How to use n-up-printing directly from print preview or from print dialog
Started by RachelRajleena at 04-17-2008 8:23. Topic has 3 replies.

Print Search « Previous Thread Next Thread »
  04-17-2008, 8:23
RachelRajleena is not online. Last active: 4/24/2008 10:13:21 AM RachelRajleena

Not Ranked
Joined on 04-17-2008
Posts 2
How to use n-up-printing directly from print preview or from print dialog
Reply Quote
Hi

We are using Leadtools ePrint 13 in our application and now we wanted to use n-up-printing(print multiple pages in single sheet) in our application.

I wanted the eprint UI to appear directly by selecting the Print Preview or the Print Button from my application.

Do you provide any API to implement it or is there any workflow that should be done.

Can you please reply to this query ASAP.


Thanks
Rachel




   Report 
  04-17-2008, 16:28
GregR is not online. Last active: 7/17/2008 2:16:54 PM GregR



Top 10 Posts
Joined on 05-31-2006
In House
Posts 1,439
Re: How to use n-up-printing directly from print preview or from print dialog
Reply Quote
We don't have an ePrint version 13.  Do you mean ePrint version IV?  That version used version 13 of the LEADTOOLS SDK for its work.

Are you using the ePrint API or just the standard end-user version?

At which point are you combining each page into a single page?  Are you trying to use ePrint to do this or are you doing this in your application and then wanting to send that single page to ePrint?

Greg Ross
LEADTOOLS Technical Support
   Report 
  04-24-2008, 5:44
RachelRajleena is not online. Last active: 4/24/2008 10:13:21 AM RachelRajleena

Not Ranked
Joined on 04-17-2008
Posts 2
Re: How to use n-up-printing directly from print preview or from print dialog
Reply Quote
Hello Greg Ross

Thanks for your reply


We are using Lead Tools version 13 and ePrint IV

The existing workflow in our application is mentioned below

Step 1-> Installed my application
Step 2 ->Installed ePrint IV
Step 3 ->Can see ePrint as one of the driver in the Printer Dialog
Step 4->Wanted to print 4-up-printing from my application
Step 5->I select ePrint from the printer dialog
Step 6->the ePrint UI appears, i choose 4-up option and select the printer and it prints.

The required workflow

From my application I will select 4-up-printing and also the printer in which i wanted to print.
I want the ePrint to do all the printing without showing the UI to the enduser and print 4 pages in a single sheet.
Step6 should be neglected.


Also if i select 4-up-printing and press Print Preview button I wanted the ePrint UI to appear with out any option which is available in the ePrint it should be exactly like Print Preview Window.

Can you let me know how to implement the required workflow in our application?


Thanks
Rachel
   Report 
  04-24-2008, 9:47
GregR is not online. Last active: 7/17/2008 2:16:54 PM GregR



Top 10 Posts
Joined on 05-31-2006
In House
Posts 1,439
Re: How to use n-up-printing directly from print preview or from print dialog
Reply Quote
I'm sorry, but ePrint is not able to combine multiple pages into one single page.  ePrint can only convert what is given to it, so it will be the duty of the printing application to combine your 4 images onto one image and print that to ePrint.

You could do this with LEADTOOLS by using the L_CombineBitmap (API, there should be an equivalent function in each interface) function to "paste" each individual page onto a large blank image that is the size of all four pages "stitched" together.  Once you've created it, then you could print it to ePrint if you wanted.



Greg Ross
LEADTOOLS Technical Support
   Report 
Post
LEAD Support Fo... » Enduser » ePrint » How to use n-up-printing directly from print preview or from print dialog

Powered by Community Server, by Telligent Systems