[iText-questions] Deleting empty rows from Table after stamping

2009-07-30 Thread Maky2507
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

Re: [iText-questions] Concatenating multiple PdfForms!! URGENT!!

2009-07-15 Thread Maky2507
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

[iText-questions] Concatenating multiple PdfForms!! URGENT!!

2009-07-15 Thread Maky2507
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

Re: [iText-questions] PdfCopyFields.addDocument() - flowed property does not work!!

2009-07-13 Thread Maky2507
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

[iText-questions] PdfCopyFields.addDocument() - flowed property does not work!!

2009-07-12 Thread Maky2507
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

[iText-questions] Creating a single PDF file from multiple Pdf forms/templates

2009-07-10 Thread Maky2507
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