Re: [iText-questions] Adding Form Fields

2008-11-25 Thread wasegraves
-- 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

Re: [iText-questions] Adding Form Fields

2008-11-25 Thread Robert Morse
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.

Re: [iText-questions] Adding Form Fields

2008-11-24 Thread Kevin Day
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

Re: [iText-questions] Adding form fields with PdfStamper? (take 2)

2007-01-10 Thread William Alexander Segraves
- 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

Re: [iText-questions] Adding form fields with PdfStamper?

2007-01-04 Thread Paulo Soares
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

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

2003-06-10 Thread Paulo Soares
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

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