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
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
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
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
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
>
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
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