These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

How to populate fdf data on PDF

dineshsdk85
Registered: Jan 24 2011
Posts: 1

Hi,
 
I have created PDF form, also created FDF and mentioned the pdf file in FDF. When i click on fdf file it is loading PDF and populating the data well. But when i try to call that in iframe it is not populating. The following url I passed in iframe src
 
http://localhost:8080/testsite/propdocs/repc_template_edit.pdf#FDF=http://localhost:8080/testsite/propdocs/2641832_repc_template_edit.fdf
 
Please help me, thanks in Advance

My Product Information:
Acrobat Pro 7.0.7, Windows
NK-INC.COM
Registered: Apr 17 2010
Posts: 93
Try this:
http://localhost:8080/testsite/propdocs/repc_template_edit.pdf#FDF=2641832_repc_template_edit.fdf

You can merge the PDF with the FDF first using 3rd party components, (iText,iTextSharp,FDFToolkit.net), and serve the merged PDF using a script.

Also, if it is a Visual Studio Test Site in Debug mode, you might want to add the FDF as Content, Right Click FDF in Solution Explorer, and Select the "content" option, and rerun your debugger.