Re: [iText-questions] Help Required for POC on generating PDF using IText API

2005-05-20 Thread Leonard Rosenthol
At 02:42 AM 5/20/2005, [EMAIL PROTECTED] wrote: I'd like to know whether i can use .xdp files as input (templates) for PdfStamper to read . No, you can't. HOWEVER, you can use standard XML APIs for Java to parse the .xdp to extract the PDF "blob" into memory and then feed that i

RE: [iText-questions] Help Required for POC on generating PDF using IText API

2005-05-20 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Friday, May 20, 2005 7:43 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Help Required for POC on > generating PDF

[iText-questions] Help Required for POC on generating PDF using IText API

2005-05-19 Thread j_k_kishore
Hi All,    I am working on a POC which should read a template and generate a PDF by filling the form fields on the template.   Questions: 1. As of now i have .xdp files as templates, but when i try to read it using PdfStamper , its throwing an error :  PDF header signature not found.    I'd like to