Page 1 of 1

Inserting an Image Blob to PDF

Posted: Thu Jul 01, 2004 4:51 am
by inor.y
Hello Guys,

I have a problem in putting an image blob from MySql database to a PDF document usng PDF lib

How do I access the image stored in the database to be inserted in a PDF document.

I have been going circles.

Please help!!!!

Posted: Thu Jul 01, 2004 10:20 am
by feyd
uh, select (hint) the blob, tell PDFlib to add a new image. Once you can pull the blob out, read this page's user comments for some details on importing images into the pdf.

Inserting an Image Blob to PDF

Posted: Mon Jul 05, 2004 3:09 am
by inor.y
I know how to view image from a blob, but creating an output file from the database, I haven't tried, can u help on this, the table is main, and the fieldname i use is imagedata for the blob.