New Forum | Previous | Next | (P-PDF) Developers
Topic: embed a jpeg image in PDF
Conf: (P-PDF) Developers, Msg: 37182
From: varuntha
Date: 3/22/2002 10:06 PM
I need to display jpeg images in a PDF document. The pdf document is currently created by using the FDF object.
Here is an e.g of the code:
Set FdfAcx = Server.CreateObject("FdfApp.FdfApp")
Set FDF = FdfAcx.FDFCreate
sName="Aruntha"
FDF.FDFSetValue "Name", sName, False
where Name refers to a text box in the Pdf document.
Is it possible to embed an image-The image will be different depending on the content of the pdf-Is it possible to do this-if so can you please provide an e.g of some code.
Thanks in advance.