> By removing/changing the conflicting names you should be able > to merge the files successfully.
Not even a little bit. This is true for AcroForms, but merging XFA forms is another matter entirely. Bottom Line: iText supports XFA only as far as getting and setting field values. Only. Period. Some other things might work part of the time (flattening static forms), but it's not officially supported. In the case of flattening, XFA has a number of field appearance and formatting options we don't support. Anything XFA-related beyond getting and setting field values that Actually Works is a happy accident, and there's almost certainly cases where the right input would cause iText to fail. Some might blame iText at that point. We wouldn't. We'd blame the folks using iText for something that is expressly unsupported. --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer<Cardiff> DisCard = null; > -----Original Message----- > From: koolsanjeev [mailto:[email protected]] > Sent: Tuesday, April 19, 2011 7:29 PM > To: [email protected] > Subject: Re: [iText-questions] PDF merge with XfaForms > > Hi, > > The two files are containing the conflicting field names e.g. > FIRTNAME on > Page1 in PDF1 is same as FIRSTNAME on Page1 in PDF2. > > By removing/changing the conflicting names you should be able > to merge the files successfully. for example change the > FIRSTNAME to FIRSTNAME1 or PDF2_FIRSTNAME in PDF2. > > > -- > View this message in context: > http://itext-general.2136553.n4.nabble.com/PDF-merge-with-XfaF orms-tp3458196p3461980.html > Sent from the iText - General mailing list archive at Nabble.com. > > -------------------------------------------------------------- > ---------------- > Benefiting from Server Virtualization: Beyond Initial > Workload Consolidation -- Increasing the use of server > virtualization is a top priority.Virtualization can reduce > costs, simplify management, and improve application > availability and disaster protection. Learn more about > boosting the value of server virtualization. > http://p.sf.net/sfu/vmware-sfdev2dev > _______________________________________________ > iText-questions mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/itext-questions > > iText(R) is a registered trademark of 1T3XT BVBA. > Many questions posted to this list can (and will) be answered > with a reference to the iText book: > http://www.itextpdf.com/book/ Please check the keywords list > before you ask for examples: http://itextpdf.com/themes/keywords.php > > ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
