Previous | Next | (P-PDF) Acrobat 6.0
Topic: Getting a jpg pic in my PDF
Conf: (P-PDF) Acrobat 6.0, Msg: 157854
From: eteran
Date: 1/28/2007 07:21 AM
Hello all,
I have a asp form which conects using fdf a pdf form with all the values froma an html form. In that html form the user can pic the picture they would like to see int he pdf.
How do I get that picture to display in the ICon button I have set up in the PDF.
objFdf.FDFSetAPRef "PICTURE", FDFNormalAP, "C:\Inetpub\wwwroot\staff\PDFFORMS\header.JPG", p_page
this is the code I am attemting to use