Fredda Weinberg wrote: > We’re having a problem filling in forms produced by some versions of > LiveCycle Designer; while the code works with 8.2, 9.0 results in > missing PDF Producer & other header values. So we extracted a page from > one of the newer and were relieved to see it render properly. However, > Adobe Acrobat doesn’t recognize any forms, but even if you cancel from > the offer to find fields for you, it will display them; Adobe Reader > doesn’t prompt to save the form as it used to and LiveCycle can’t > convert with a message for each field: Unable to import field 'untitled > Unable to read the 'name' property for the field > 'form1[0].Page1-SectionA[0].A0310[0].A0310FField[0].A0310FField[0]'.' > because: .
The explanation starts of logically: something that works with Acrobat 8.2 doesn't work with Acrobat 9.0, but soon the text becomes cryptic. Not once iText is mentioned (so it's mainly an Acrobat problem)? iText is mentioned in the code sample, but based on the fact that iText can't find any fields, it can be assumed that you're creating an XFA form without an AcroForm counter-part. Did you read chapter 8 of the second edition of "iText in Action" regarding the different form technologies? -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ iText-questions mailing list [email protected] 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/
