java flunkie wrote:
> We use a pdf template and acrofields in order to create tailored pdf's for
> each customer.  I was tasked with modifying the pdf template to include a
> new dynamic field and some new hardcoded fields.  I uploaded the new
> template pdf in eclipse to run in a java app.  When I run the app the new
> template is being picked up but all of the dynamic data is being omitted
> except for one field.  If I revert back to the old pdf template then it
> prints the template and all the dynamic output correctly(minus the new
> stuff).  Any ideas why the new template isn't printing the dynamic fields?

Maybe the form no longer uses AcroForm technology?
Maybe you've switched to XFA?
Or maybe the field names are hardcoded in your program,
and maybe you changed the field names in the template
(for instance by adding a hierarchy).
In any case: it worked, and you broke it, but since we
don't know what you did to break it, we can only guess.
The above guesses are the most likely causes.

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to