Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
shannon_coleman@adobeforums.com #1
Autopopulated form not displaying data in pdfunless the form field is clicked
Within my online application, I have a pdf form that is auto generated and displayed to the user in the browser. My problem is that the populated form fields display as blank - however if you click in the blank field the data does in fact display. It will display only one field at a time.
I do have the properties on each form field set to visible in the pdf. his form fields were created using Adobe Acrobat professional 8.
I have mulitple reports that are written this way generated using Adobe Acrobat 5 without problem. (java served on tomcat)
shannon_coleman@adobeforums.com Guest
-
Send data to form field
Hi, I want to have a button, that when clicked goes to a .htm or .asp page with a form in it, populating one of the form fields. ie. the visitor... -
Insert data from form field to php page
I am a brand new to php \ mysql (one+ week :)). I created a php form in drmwvr, with the contents being deposited into a mysql db. That part works... -
copy and paste form RTF document into field in asp form cause it to bypass field length and javascript validation - how to overcome?
I have a web form with several fields. If I copy & paste from a RTF document into a field, the javascript validation and field length are bypassed... -
Acrobat 5.0 Calculating form field data
I created a spreadsheet adding rows and columns and I get an error message "f has no properties" when I enter data. -
Form creation where I can duplicate data from one field to the next
I need to be able to have the content of a memo field in one record be able to automatically populate the same field in other records. I then need... -
Leonard_Rosenthol@adobeforums.com #2
Re: Autopopulated form not displaying data inpdf unless the form field is clicked
You don't mention ANYTHING about the technology/software/solution you have employed on the server to fill in the fields - but given what you've written I'll take a wild guess.
Whatever you are using on the server is NOT anywhere current on the PDF file format and isn't properly writing the necessary "form appearances" when it fills the fields _OR_ sets the necessary "needs appearances generated for me on the client" flag.
Leonard_Rosenthol@adobeforums.com Guest
-
shannon_coleman@adobeforums.com #3
Re: Autopopulated form not displaying data inpdf unless the form field is clicked
I am using the etymon pj.jar as the java class library to populate the pdf document.
Development enviornment:
Java 1.5
pj.jar v1.3.4
Adobe Acrobat Professional v8
Deployment in Apache Tomcat 6.0
The java code looks like this when populating one field:
Hashtable<PjName, PjString> ht = fieldsHt.get("s1_other").getHashtable();
ht.put(new PjName("T"), new PjString("s1_other" + "_" + i));
PjDictionary newDict = new PjDictionary(ht);
pdf.updateFieldValue(fieldsHt.get("s1_other"), newDict, "X");
shannon_coleman@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #4
Re: Autopopulated form not displaying data inpdf unless the form field is clicked
Then you should check with their tech support since we can't help you with that product on the ADOBE forums...
And I HOPE that Acrobat isn't installed on the server...
Leonard_Rosenthol@adobeforums.com Guest



Reply With Quote

