Hi,
I am trying to populate form-field values in the PDF file using PDF template
file which has fillable fields. I need to populat values from the database.
This should be opened in a browser where user can again edit the field values.
what is approach I should tak
Hi,I want to make a customized jar file (only required files from the iText Library/Source files) for my application. Reason is simply to reduce the size of the library file. How will I know what are the classes I should add and what to remove? Any suggestion/Tips would be really great. Basically t
g jars (and combining them with others), you should make sure to regression-test your classes against the resultant-jar very well in case something was missed. -AJ- Original Message - From:M.RameshkumarTo: itext-questions@lists.sourceforge.net Sent: Monday, October
Below is the code-snippet that might give u an idea about retrieving the field names and their filled-in values of the given PDF file/form using the great "iText". I would, personally, prefer iText rather than PDFBOX, another good PDF-library. PdfReader re