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
> -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
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