FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour print image and text on hp printer
Posts: 204
Joined: Mon Oct 17, 2005 09:09 PM
print image and text on hp printer
Posted: Wed Feb 01, 2006 07:09 PM

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!

Don Lowenstein
www.laapc.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: print image and text on hp printer
Posted: Wed Feb 01, 2006 07:12 PM

You can use TPrinter:SayBitmap() or TPrinter:SayImage() methods.

EMG

Continue the discussion