[iText-questions] unsubscribe

2006-05-16 Thread Wooten, Bryan
unsubscribe

[iText-questions] PdfStamper.setField() question

2006-02-10 Thread Wooten, Bryan
I have a PDF file and use PDFStamper.setField() to fill in data in text field.  Sometimes the data (string) is longer than the field width.  When this happens the data is centered in the field and truncated on both the left and right sides.  Is there a way to left (or right) justify the dat

[iText-questions] Best (easiest?) way to add a page

2006-02-01 Thread Wooten, Bryan
I have an existing PDF form called student.pdf and a variable list of students. For each student I would like to open the pdf and populate it with data like name, address, grade, etc. For lack of a  better word I want to concatenate these files into one multi-page pdf  and return that to

[iText-questions] AcroFields properties question

2006-01-27 Thread Wooten, Bryan
First, thanks for previous help.  I appreciate the timely responses.   Here is the question, I have a WEB app that opens an existing PDF doc and pre-populates several Acrofields using setField() method.  This PDF is returned to the user. However at this point I need to make it so the use

[iText-questions] Edit Fields?

2006-01-11 Thread Wooten, Bryan
I am new to iText and PDF in general (this is my third day doing this) and have a question about editing fields in a form.   Background I am writing a J2EE app that queries an Oracle DB and returns several fields from a table (given jobcode returns job title and pay grade)   The data fr