-
Image to PDF online
Hi,
is there a way to retrieve binary code for an image stored in a database and convert it online to a PDF file using PHP for example by clicking a button? I know how to retrieve the image and show it, but I don't know how to convert to PDF.
Thanks!
-
Here is something worth looking at:
http://us2.php.net/manual/en/functio...load-image.php
or maybe:
http://us2.php.net/manual/en/functio...n-document.php
I havn't worked with the pdf functions of php yet, so someone might be more helpful than I am (sorry). Going to php.net and searching for pdf will give you a huge list of functions that are available.
-
Thanks I look into that :)