[iText-questions] PDF document To ByteArrayOutputStream
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 take so that I can populate the PDF field values and send that fillable-pdf file back to browser? Pls, any idea is really appreciated. Or, is there any other way of passing the PDF document to the browser? Thanks a lot. Ramesh --- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 ___ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions
[iText-questions] Creating Customized JAR file of iText for an Application
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 the features needed to be in Lib file are: PDF Reading, Retrieving Acro Form Fields and Values filled in, Populating Acro-Form-Field values, Printing.Thanks for your time.Regards,Ram- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions
Re: [iText-questions] Creating Customized JAR file of iText for anApplication
Thanks a lot Aaron. Appreciate your time and suggestion. I will surely try that and update you.RamAaron J Weber <[EMAIL PROTECTED]> wrote: You could try autojar (sourceforge). I've found it works pretty well -- but when you have any automated tool removing classes from existing 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 23, 2006 10:18PM Subject: [iText-questions] CreatingCustomized JAR file of iText for anApplication Hi,I want to make a customized jar file (only requiredfiles from the iText Library/Source files) for my application. Reason issimply to reduce the size of the library file. How will I know whatare the classes I should add and what to remove? Any suggestion/Tips would bereally great. Basically the features needed to be in Lib file are: PDFReading, Retrieving Acro Form Fields and Values filled in, PopulatingAcro-Form-Field values, Printing.Thanks for yourtime.Regards,Ram -UsingTomcat but need to do more? Need to support web services, security?Getstuff done quickly with pre-integrated technology to make your jobeasierDownload IBM WebSphere Application Server v.1.0.1 based on ApacheGeronimohttp://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___iText-questionsmailinglistiText-questions@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/itext-questionsRegards,M,RameshkumarCell @ 832-766-6730- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions
Re: [iText-questions] Retrieving data from PDF Form created using
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 reader = new PdfReader(pdfFileNameAsStringVariable); AcroFields form = reader.getAcroFields(); HashMap fields = form.getFields(); for (Iterator i = fields.keySet().iterator(); i.hasNext(); ) { System.out.println( (String) i.next() ); System.out.println( form.getField(fieldName) ); } BR,Ramesh[EMAIL PROTECTED] wrote:<[EMAIL PROTECTED]><[EMAIL PROTECTED]><[EMAIL PROTECTED]><[EMAIL PROTECTED]><[EMAIL PROTECTED]><[EMAIL PROTECTED]>Message: 5Date: Wed, 15 Nov 2006 19:31:07 + (GMT)From: swapna reddy <[EMAIL PROTECTED]>Subject: [iText-questions] Retrieving data from PDF Form created using iTextTo: itext-questions@lists.sourceforge.netMessage-ID: <[EMAIL PROTECTED]>Content-Type: text/plain; charset="iso-8859-1"Hi I have created an interactive PDF Form using iText Class library. Is it possible to retrieve the form data entered into the form fields using iText. Please advice me if there is any other SDK or tool that I can use to retrieve the data from PDF Form created using iText. Thanksswapna Sponsored Link Mortgage rates as low as 4.625% - $150,000 loan for $579 a month. Intro-*Terms- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/