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