Re: Win32Lib stretchBlt() Lockup
- Posted by Matt Lewis <matthewwalkerlewis at gm?il.c?m> Oct 04, 2007
- 623 views
Andy Drummond wrote: > > I use a program to print an order form with a bmp of my signature. > I use stretchBlt() to the printer from a bmp read in, and it works fine. > Except when the printer is Adobe Acrobat Professional when it locks up > stone dead. I have to power off the PC to "recover". Mouse stops, no keys > work, > it looks like it is in a tight tight loop with no interrupts. > > Does anyone - Derek, CChris any other pundit - have any idea what I can do > about > this apart from not have my signature on order forms I print to PDF?? You could try: http://sourceforge.net/projects/pdfcreator/ It's what I use whenever I want to create a PDF. Matt