Hi,
I have a Acrobat 7 Dynamic PDF form created using Adobe Live cycle. The form
has a table with 10 rows and 2 columns (lets say EmpName and EmpId).
Each cell of the table contains a TextField. I create a PdfReader on this
PdfTemplate and read all the Form fields (TextFields) and stamp them with
Thanks Paul,
Do you have any idea of which Adobe tool I need to use?
Also my application is in Java, does the Adobe API has Java support?
I searched in net but could not find any Adobe API to do this
programmatically.
Thanks,
Maky
Maky2507 wrote:
>
> Hi all,
>
> I have multip
Hi all,
I have multiple PDF Forms created using Adobe Live Cycle manager. The
requirement is to read the forms, stamp the form with the user provided
values. And then concatenate the forms to build a single pdf.
In some of my forms I have a text field, which can flow to next page. For
this I
any of the field in any form grows, then it should go
to next page..
Please help
Maky2507 wrote:
>
> Hi,
> I have multiple PDF Forms created using Adobe Live Cycle manager. The
> requirement is to read the forms, stamp the form with the user provided
> values. And then concatena
Hi,
I have multiple PDF Forms created using Adobe Live Cycle manager. The
requirement is to read the forms, stamp the form with the user provided
values. And then concatenate the forms to build a single pdf.
In one of my forms I have a text field, which can flow to next page. For
this I have set f
Hi,
I have a requirement in which I need to generate a report that will consist
of FormFields defined in different Pdf forms/templates using iText.
I have PdfTemplates/forms A,B and C. I need to first stamp all these PdfForm
fields and then concatenate these together into one Pdf.
Current approach