DLL now creates PDF's

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
kpassaur
Automation Wizard
Posts: 696
Joined: Wed Jul 07, 2004 1:55 pm

DLL now creates PDF's

Post by kpassaur » Tue Apr 11, 2006 6:50 pm

As it turns out there were two versions of the DLL available and this one works with Marcus's help

Let>lib=c:\temp\Image2PDF StdCall.dll
LibLoad>lib,crepdf
LibFunc>crepdf,I2PDF_AddImage,result,c:\temp\test.tif
Let>errbuf=
Let>errbuf_SIZE=255
LibFunc>crepdf,I2PDF_MakePDF,result2,c:\temp\test.pdf,1,errbuf,255
LibFree>crepdf
MessageModal>%result%%CRLF%%result2%
Goto>EOF


Thanks Marcus, and if anyone else is looking for the DLL it is from Utility Warrior

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts