Re: [iText-questions] Changing xml-part of PDF and inject it to the final PDF file

2008-05-14 Thread Leonard Rosenthol
I wrote what I meant - what you WANT to do in order to accomplish your task... How do you do it? Start by reading the PDF Reference to understand the minimal amount of PDF "stuff" necessary to get Acrobat/Reader to process it and how XFA information is contained inside a PDF. Then use Adob

Re: [iText-questions] Changing xml-part of PDF and inject it to the final PDF file

2008-05-13 Thread Leonard Rosenthol
On May 13, 2008, at 6:23 AM, Ricardo Matos wrote: > Thus, in the "hiding" part of my function, I grab the original pdf > template > and produce a temporary pdf file with a bunch of hidden tables. > This works > perfectly. > Great... > Then, I grab that temporary file and I try using a

Re: [iText-questions] Changing xml-part of PDF and inject it to the final PDF file

2008-05-13 Thread Ricardo Matos
Ricardo Matos link.pt> writes: > > Ricardo Matos link.pt> writes: > > > - With something like this, I can add the "hiding" attribute to the > > nodes I want > > and have a xmldoc with the xml I need. My question now is: how do I "inject" > > these changes to the Stamper? How can I set my stam

Re: [iText-questions] Changing xml-part of PDF and inject it to the final PDF file

2008-05-10 Thread Araujo Guntin
Hi... you could try this: http://www.mail-archive.com/itext-questions@lists.sourceforge.net/msg35296.html I'm working in a similar project... Araujo On Fri, May 9, 2008 at 11:06 AM, Ricardo Matos <[EMAIL PROTECTED]> wrote: > Ricardo Matos link.pt> writes: > > > - With something like this, I c

Re: [iText-questions] Changing xml-part of PDF and inject it to the final PDF file

2008-05-09 Thread Ricardo Matos
Ricardo Matos link.pt> writes: > - With something like this, I can add the "hiding" attribute to the > nodes I want > and have a xmldoc with the xml I need. My question now is: how do I "inject" > these changes to the Stamper? How can I set my stamper, so I can close it and > have the result I w