04-24-2008, 9:47
|
GregR

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
|
 
 
|
|
|
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
|
|
|
|