Re: [iText-questions] PDF merge with some fields still editable

2009-10-23 Thread luy
ame name they will have the same value and that is to be expected. What's > generally done is to rename the fields, by adding a _1 for the first pdf > _2 for the second and so on for example. You can do it with > AcroFields.renameField(). > > Paulo > >> -Original M

Re: [iText-questions] PDF merge with some fields still editable

2009-10-23 Thread Paulo Soares
with AcroFields.renameField(). Paulo > -Original Message- > From: luy [mailto:em...@encs.concordia.ca] > Sent: Friday, October 23, 2009 2:19 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] PDF merge with some fields > still editable

Re: [iText-questions] PDF merge with some fields still editable

2009-10-23 Thread luy
Hi Mark, Mark Storer-2 wrote: > > Little Known Fact: All the fields in a PDF form with the same name HAVE > THE SAME VALUE. If two different forms have a field called "First Name", > the combined PDF will have a single value in those two fields. > I know copy will make field1 let's say in

Re: [iText-questions] PDF merge with some fields still editable

2009-10-23 Thread luy
ulo Soares-3 wrote: > > If you use PdfCopyFields editable fields will still be editable and > flattened fields will still be flattened. > > Paulo > > - Original Message - > From: "luy" > To: > Sent: Thursday, October 22, 2009 9:49 PM > Subj

Re: [iText-questions] PDF merge with some fields still editable

2009-10-22 Thread Mark Storer
typedef std::Disclaimer DisCard; > -Original Message- > From: luy [mailto:em...@encs.concordia.ca] > Sent: Thursday, October 22, 2009 1:50 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] PDF merge with some fields > still editable >

Re: [iText-questions] PDF merge with some fields still editable

2009-10-22 Thread Paulo Soares
If you use PdfCopyFields editable fields will still be editable and flattened fields will still be flattened. Paulo - Original Message - From: "luy" To: Sent: Thursday, October 22, 2009 9:49 PM Subject: Re: [iText-questions] PDF merge with some fields still editable Is i

Re: [iText-questions] PDF merge with some fields still editable

2009-10-22 Thread luy
Is is possible that pdf1, pdf2... pdfN to be merged into pdf_merge.pdf and at the same time, pdf1.editable fields are still editable? It seems that when all pdf files are merged, editable fields are flattened? Each pdf1... pdf2 are pdf files generated with partialFormFlattening Tried many wa