-- Original message --
From: Robert Morse <[EMAIL PROTECTED]>
>
> Hello,
> I have several hundred PDF documents that I'd like to turn into
> Acroforms. Adobe Acrobat does a pretty good job of identifying check
> boxes, and different fields designated with underl
Thank you Kevin.
I'm going to track down the original docs and see if modifying them
might be easier.
On Nov 24, 2008, at 7:29 PM, Kevin Day wrote:
The new parser
(com
.lowagie.text.pdf.parser.SimpleTextExtractingPdfContentStreamParser)
will set the stage for you on locating the text.
The new parser (com.lowagie.text.pdf.parser.SimpleTextExtractingPdfContentStreamParser) will set the stage for you on locating the text.
The first challenge that I forsee is determining the field position and size relative to where that text is placed - for example, it is highly unlikely that
- Original Message -
From: "Paul Jungwirth" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, 10 January, 2007 2:20 PM
Subject: [iText-questions] Adding form fields with PdfStamper? (take 2)
> Hello,
>
> I asked this question seven days ago and didn't get a reply, so here goes
again:
>
You asked
PdfStamper.addAnnotation().
Paulo
- Original Message -
From: "Paul Jungwirth" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, January 03, 2007 8:14 PM
Subject: [iText-questions] Adding form fields with PdfStamper?
> Hello,
>
> I want to use PdfStamper to read a PDF document and add a couple
getOverContent() only returns null if the page is invalid. I just tried your
code without any problems.
Best Regards,
Paulo Soares
- Original Message -
From: "Vincent Demarcus" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 10, 2003 20:58
Subject
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