Page 1 of 1

print image and text on hp printer

Posted: Wed Feb 01, 2006 7:09 pm
by don lowenstein
I need to print a signature on a check.

How can I combine text and an image in my output to accomplish this?

Currently I'm using pcl command embedded in a text file to control fomatting and then copying that file to the printer device. It works great.

How can I include an image file ( signature ) with this process?

thanks in advance. I'm stuck!

Re: print image and text on hp printer

Posted: Wed Feb 01, 2006 7:12 pm
by Enrico Maria Giordano
You can use TPrinter:SayBitmap() or TPrinter:SayImage() methods.

EMG