Re: [iText-questions] Merge PDF created with LiveCycle

2012-10-25 Thread Danilo Nicolò
Hi, Thanks for reply. I will think it. Regards, Danilo Il 25/10/2012 11:34, 1T3XT BVBA ha scritto: > On 25/10/2012 10:55, Danilo Nicolò wrote: >> Ok, thanks. In alternative is it possibile add one page in head and in >> queue to dynamic xfa pdf? > Wel... > If you extract the XML from the PDF (1

Re: [iText-questions] Merge PDF created with LiveCycle

2012-10-25 Thread 1T3XT BVBA
On 25/10/2012 10:55, Danilo Nicolò wrote: > Ok, thanks. In alternative is it possibile add one page in head and in > queue to dynamic xfa pdf? Wel... If you extract the XML from the PDF (1), alter the XML according to the XFA specification (2), and then put the altered XML back into the PDF (3),

Re: [iText-questions] Merge PDF created with LiveCycle

2012-10-25 Thread Danilo Nicolò
Hi, Ok, thanks. In alternative is it possibile add one page in head and in queue to dynamic xfa pdf? Regards, Danilo Il 25/10/2012 10:24, 1T3XT BVBA ha scritto: > On 25/10/2012 10:10, Danilo Nicolò wrote: >> If i flat pdf, I lose all field of pdf. > Of course! That's what flattening means! > >

Re: [iText-questions] Merge PDF created with LiveCycle

2012-10-25 Thread 1T3XT BVBA
On 25/10/2012 10:10, Danilo Nicolò wrote: > If i flat pdf, I lose all field of pdf. Of course! That's what flattening means! If you want to keep all fields, you shouldn't try mixing traditional PDFs with a PDF that is merely a container for XML. You won't find any software (except maybe an Adobe

Re: [iText-questions] Merge PDF created with LiveCycle

2012-10-25 Thread Danilo Nicolò
Hi, If i flat pdf, I lose all field of pdf. I've tried from http://demo.itextsupport.com/xfademo/uploadpdf.jsp and I get it without all field Thanks for reply Danilo Il 24/10/2012 16:37, 1T3XT BVBA ha scritto: > On 24/10/2012 15:34, Danilo Nicolò wrote: >> PDF_Final = PDF1 (static) + PDF2 (dy

Re: [iText-questions] Merge PDF created with LiveCycle

2012-10-24 Thread 1T3XT BVBA
On 24/10/2012 15:34, Danilo Nicolò wrote: > PDF_Final = PDF1 (static) + PDF2 (dynamic xfa) + PDF3 (static) > > is it possible that? No, that's not possible. You'd have to flatten PDF2 first (if that's an option for you). Another option would be to put the PDF1, PDF2 and PDF3 together in one Port

[iText-questions] Merge PDF created with LiveCycle

2012-10-24 Thread Danilo Nicolò
Hi everybody, I have 3 pdf. The first and latest is static pdf created with iText, the 2th pdf is created with adobe livecycle. My operation should be : PDF_Final = PDF1 (static) + PDF2 (dynamic xfa) + PDF3 (static) is it possible that? Regards, Danilo ---