[iText-questions] Re: Landscape XML->PDF

2005-04-05 Thread reza
Samuel Gabriel brainfuse.com> writes: > > Thanks Bruno, you are the best, never thought it would be that easy :) > Sam > > -Original Message- > From: itext-questions-admin lists.sourceforge.net > [mailto:itext-questions-admin lists.sourceforge.net] On Behalf Of Bruno > Lowagie > Sent:

[iText-questions] Repeating form fields

2005-04-05 Thread Randy Pittman
I am trying to determine the best way to handle a form that has a text field that repeats a variable number of times. The form does not need to support input. It is filled from a database table, flattened and then served to the client's workstation. Since there are also several fields that only

Re: [iText-questions] how can I add text fields with the same name

2005-04-05 Thread wang yun
Dear Paulo, Would you please give me help on the following code? I can produce two different text fields. But, I can not create the same name fields. I am using TextField. I have to create it with name. Thank you very much for your time, yun > public static void main(String[] args) { >

Re: [iText-questions] Problem with Acro Fields and rotated page format

2005-04-05 Thread Christian Lauer
Hi Paulo, i've changed my code that way: TextField tf = new TextField(documentWriter, new Rectangle(25, 600, 170, 620), "test"); tf.setFont(bf); tf.setFontSize(12); tf.setText("test"); tf.setBorderStyle(PdfBorderDictionary.STYLE_SOLID); tf.setBorderColor(Color.

[iText-questions] Repeating Form Fields

2005-04-05 Thread Randy . Pittman
I am trying to determine the best way to handle a form that has a text field that repeats a variable number of times. The form does not need to support input. It is filled from a database table, flattened and then served to the client's workstation. Since there are also several fields that only

[iText-questions] Autoreply: iText-questions digest, Vol 1 #2812 - 11 msgs

2005-04-05 Thread jens . hsu
Our office is closed on Tuesday, April 5, due to a public holiday. The office will be resumed on Wednesday, April 6. --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users.

[iText-questions] clickable URLs aren't clickable after adding headers

2005-04-05 Thread Phil Thompson
Hello iText'ers, Has anyone seen this problem before? I'm using iText to add a header to a PDF with a program I execute from the command line. Once I add the header, URLs in the PDF that were once hyperlinked (clickable) are no longer clickable. Samples below: The original PDF contains both a

[iText-questions] Acrofield Allignment

2005-04-05 Thread STARRETT, KENT
Thanks for any help in advance. I am new to PDF development and iText. We have created a PDF form with form fields. When we fill in the form using Acrobat professional the mulitline fields behave themselves and appear in the position we want. When we use iText to prefill the fields using PDF

[iText-questions] Cell.setNoWrap(false) does not wrap text

2005-04-05 Thread Jay Blanton
This method creates a table that I add to the document. I have a method that is used to create cell headers and cells. protected Table createTable() { Table table; PdfPTable pdfTable; try { table = new Table(2, 2); table.setBorder(1);

Re: [iText-questions] FDF merging

2005-04-05 Thread David Perez
Thomas I prefer to use XFDF as it is simpler to create plain XML to the complex FDF format. Thomas Bureau schrieb: Hi all, i'm looking for an FDF merging example. Do you have that ? Thanks, Thomas --- SF email is sponsored by - The IT Product Gu

[iText-questions] writing tables at a specific position

2005-04-05 Thread Gégé
Hello,   I'm looking for a way to write  tables at specific page positions .   In fact, I  have divided vertically pages in 8 parts with the same size.  In each part, I'm writing a PdfPtable.     How to make sure that each table starts at the good location inside its part ?   Thanks      

Re: [iText-questions] how can I add text fields with the same name

2005-04-05 Thread Paulo Soares
You need a field with kids where only the parent has the name. - Original Message - From: "wang yun" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 05, 2005 5:38 AM Subject: [iText-questions] how can I add text fields with the same name > dear support, > > I want to add three text Form

Re: [iText-questions] Problem with Acro Fields and rotated page format

2005-04-05 Thread Paulo Soares
Use TextField. - Original Message - From: "Christian Lauer" <[EMAIL PROTECTED]> To: "iText Mailing List" Sent: Tuesday, April 05, 2005 6:07 AM Subject: [iText-questions] Problem with Acro Fields and rotated page format > I've tried to place an AcroField on a rotated page, which doesn't