[iText-questions] PDF document To ByteArrayOutputStream

2006-05-23 Thread M.Rameshkumar
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

[iText-questions] Creating Customized JAR file of iText for an Application

2006-10-23 Thread M.Rameshkumar
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

Re: [iText-questions] Creating Customized JAR file of iText for anApplication

2006-10-25 Thread M.Rameshkumar
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

Re: [iText-questions] Retrieving data from PDF Form created using

2006-11-15 Thread M.Rameshkumar
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