Re: [iText-questions] Adding form fields to a pdf

2003-06-10 Thread Paulo Soares
: Re: [iText-questions] Adding form fields to a pdf > ok, adding form fields is not supported > but even if I try to add something else (like a pdf template) it is not > working because cb (see below ) is null... > > any clues? > -- > Vincent > > PdfR

Re: [iText-questions] Adding form fields to a pdf

2003-06-10 Thread Vincent Demarcus
ok, adding form fields is not supported but even if I try to add something else (like a pdf template) it is not working because cb (see below ) is null... any clues? -- Vincent PdfReader pdf_reader; FileOutputStream pdf_os; pdf_reader = new PdfReader(pdf_file); pdf_os

Re: [iText-questions] Adding form fields to a pdf

2003-06-10 Thread Paulo Soares
Adding new fields in PdfStamper is not yet supported but there's work underway to do it. Best Regards, Paulo Soares - Original Message - From: "Vincent Demarcus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 10, 2003 17:28 Subject: [iText-questions] Adding form fields to