Previous | Next | (P-PDF) Developers
Topic: Re: dynamic images into PDF (Via Email)
Conf: (P-PDF) Developers, Msg: 32050
From: LeonardR
Date: 12/28/2001 09:24 AM
At 08:36 AM 12/28/2001 +1100, p-pdf-developer Listmanager wrote:
>I have created and FDF form that passes data dynamically entered by the
>web user into an online PDF. I need to allow the user to choose an image
>and on click of the submit button pass the image selected to my online PDF.
>
>My question is can images be passed dynamically using FDF?
They have to be converted to PDF, and can only be placed on form
buttons. The form buttons should be easy enough for you to do, but you'll
need to install some software on the server for the conversion. Something
like ImageMagick (http://www.imagemagick.org) will do nicely.
Leonard