PDF with images Troubleshooting (delphi)
Submitted by pascual on Mon, 2007-02-05 10:08.
First of all congrats for your soft.
I'm having some problems integrating it together with my app -coded in Delphi-. I took as reference the "images2pdf" form in the samples dir, as my purpose is to put images into PDFs.
So when I call "doc.Createfile('FileName.pdf',true,false);"at the end of the program, I get an
"EOleException "An object is requiered"" before this, comes the call
doc.AddObjectToPage(pID, contID); which debugging seems to have all the data ok (a 3 and a 4).
Any ideas??
thanks in advance!!!!!