Op 18/04/2011 19:36, grv1984 schreef: > Hi all, > > I know this question has already been answered here but still, since I am > new to itext, I'd like to have a go.
You're asking for something that isn't supported. > I have two any pdfs, in the form of byte array, filled using XFA approach > (XfaForm, rather than AcroForm), stored in the database. > > Filling up the PDF is working fine, no problems !! We know! > I am getting these pdf byte arrays out of the DB and trying to merge the > byte arrays into a single PDF, and this is where I am loosing all the data > that was filled and I see the default values in the merged PDF. That's normal. Each PDF contains an XFA stream with XML that is different. It's very hard to merge these two XML files into one XML that still makes sense. (There could be plenty of conflicts.) > I am also setting forFlattening to true. That's not supported in iText. We've assessed the cost of development, but we didn't find a sponsor to fund the development yet. > If I fill in all the PDFs using AcroForm, and them merge them (PdfCopy and > stuff), I am seeing merged PDF with all the data filled in. But, I want to > stick to the XFA approach. > We need a sponsor to fund development. It's as simple as that. ------------------------------------------------------------------------------ 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
