Welcome to LEAD Support Forum Login | Register | Faq  

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

Re: Is there a method to print an image?
Started by bjames at 10-11-2007 13:44. Topic has 1 replies.

Print Search « Previous Thread Next Thread »
  10-11-2007, 13:44
bjames is not online. Last active: 7/11/2008 6:36:01 AM bjames

Top 50 Posts
Joined on 03-13-2006
Posts 35
Is there a method to print an image?
Reply Quote
Hello,

I'm trying to print an image with a barcode that was created with LEAD.

When I do this using the instrinsic GDI support, the print size and quality are not correct.

I've tried using the Print Real Image Size in inches tutorial and ran into more trouble. I currently have a support incident for this.

Because of my deadline, I have to find a work around until you guys get back with me on the support incident. I figured I'd try ePrint.

From what I can understand, ePrint is virtual print driver. There are COM objects that allow you setup the virtual printer.

My question.. is there a method to simply tell ePrint to print an image or must I use GDI to initiate the printing and tell it to use my ePrint printer to print the image?

Please let me know if you need further information.

Once we can get a clear barcode to print we are ready to purchase the barcode licenses..

Thanks

bjames@ibbsolutions.com
   Report 
  10-12-2007, 14:30
GregR is not online. Last active: 8/29/2008 2:25:56 PM GregR



Top 10 Posts
Joined on 05-31-2006
In House
Posts 1,542
Re: Is there a method to print an image?
Reply Quote
What LEADTOOLS version and interface (COM, API, etc.) are you using?

What exactly are you trying to do, print your image loaded in memory it to a physical printer?

You cannot pass an image to ePrint and print it.  The ePrint API is designed to give you a programmatic interface to the driver's settings.  To use ePrint's conversion capabilities, you still have to print something to the printer on your machine so you are still stuck with printing the image with LEADTOOLS or saving it to disk and printing it with another application.  ePrint can redirect print jobs to other printes, but if you don't actually want to use ePrint's file conversion capabilities, it's not going to be of any real help.
Greg Ross
LEADTOOLS Technical Support
   Report 
Post
LEAD Support Fo... » Developer » ePrint API » Re: Is there a method to print an image?

Powered by Community Server, by Telligent Systems