I am trying to fill the pdf form fields programatically and output resulting pdf form to iframe.
I want to let the user edit the fields and submit by clicking on a submit button on the acro form.
BUt from the browse(or adobe reader) the pdf form is not editable as the reader extended feature is lost with the 'form fill' operation in the code.
Is there anyway I can programatically enable reader extension?
I tried to create fdf file programatically and open the fdf in the iframe which would automatically load the associated pdf.This way the reader enabled pdf is no touched in code. this works but the only problem I have is - tool bar and navigation pane are visible.
I dont want the toolbar and navigation pane to show up.
#toolbar=0&navpanes=0" name="iframe_2" width="100%" height="500" />
if the uri is pointing to pdf, toolbar and navpanes are not visible. When I change the URI to point to fdf , toolbar and navpane show up.
Can anyone suggest what is the right or working solution to my problem?
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com