Re: [iText-questions] Multi-line Form Text Field.

2007-08-03 Thread Bruno Lowagie
Renato wrote: > One more question: If I create a Phrase and the SimpleColumn doesn't fit > the Phrase's contents then nothing is displayed in the PDF. Is this the > expected > behavior? Shouldn't it displays a part of the content? This is normal if the available height isn't enough to show o

Re: [iText-questions] Copy form fields from one document to another

2007-08-03 Thread Bruno Lowagie
Jon Radon wrote: > I looked through the API, searched the mailing list, etc, but didn't see > an exact solution for this. I apologize if this is answered somewhere > really obvious. :) > > The situation: Document "A" is a PDF with form fields. Document "B" is > a PDF with the same layout of

Re: [iText-questions] How to edit existing field dictionary?

2007-08-03 Thread Bruno Lowagie
Pradeepa Evangovan wrote: > Hi, > > I need to open an existing pdf acroform and edit the existing field > dictionary i.e., I need to change Parent and Kids key values, remove a > dictionary, add a new dictionary etc., >Is it possible to do that using iText? Yes. > Can I use PdfStamper

Re: [iText-questions] problem combining dynamic contentwith existingpdf

2007-08-03 Thread Paulo Soares
That's possible with page reordering. (About the other problem, you can't reuse a PdfDestination) Paulo - Original Message - From: "m2barrett" <[EMAIL PROTECTED]> To: Sent: Friday, August 03, 2007 6:44 PM Subject: Re: [iText-questions] problem combining dynamic contentwith existingpdf

[iText-questions] How to edit existing field dictionary?

2007-08-03 Thread Pradeepa Evangovan
Hi, I need to open an existing pdf acroform and edit the existing field dictionary i.e., I need to change Parent and Kids key values, remove a dictionary, add a new dictionary etc., Is it possible to do that using iText? Can I use PdfStamper to achieve that? Please reply. I have bee

Re: [iText-questions] problem combining dynamic content with existingpdf

2007-08-03 Thread m2barrett
Is there any way to create a bunch of pages then go back to the first page and start using it? OR is there a way to insert a page that you are creating into a specific spot in the document that you are creating - for example: I create a new Document then i add a few pages to the Document, then

[iText-questions] How to edit existing field dictionary

2007-08-03 Thread Pradeepa Evangovan
Hi, I need to open an existing pdf acroform and edit the existing field dictionary i.e., I need to change Parent and Kids properties. Is it possible to do that using iText? Can I use PdfStamper to achieve that? Please reply. I have been trying to do this for a fortnight. Please

[iText-questions] Copy form fields from one document to another

2007-08-03 Thread Jon Radon
I looked through the API, searched the mailing list, etc, but didn't see an exact solution for this. I apologize if this is answered somewhere really obvious. :) The situation: Document "A" is a PDF with form fields. Document "B" is a PDF with the same layout of A, but without form fields. Is

Re: [iText-questions] Multi-line Form Text Field.

2007-08-03 Thread Renato
Bruno wrote: >Renato wrote: >> Hi. >> >> I already read a lot of emails and don't find a >> answer for my question. >> >> I've a PDF form with a big multi-line Text Field. >> I want to reduce the space between the lines of that >> filled Text Field. Something like the Paragraph's >

Re: [iText-questions] problem combining dynamic content wit h existingpdf

2007-08-03 Thread Mark Storer
Mark Storer cardiff.com> writes: > Yep. > http://itext.svn.sourceforge.net/viewvc/itext/trunk/src/com/lowagie/text/pdf/PdfAction.java?revision=2526&view=markup: > > 457 public static PdfAction gotoLocalPage(int page, PdfDestination dest, > PdfWriter writer) { > 458 PdfIndirectRe

Re: [iText-questions] problem combining dynamic content with existingpdf

2007-08-03 Thread Mark Storer
> Document document = new Document(); > try { > PdfWriter writer = > PdfWriter.getInstance(document, > new > FileOutputStream("toc.pdf")); > document.open(); > PdfDestination dest

Re: [iText-questions] problem combining dynamic content with existingpdf

2007-08-03 Thread m2barrett
here is my code that is not working. The first for loop is for setting the text and the actions. The second for loop is for creating blank pages. Thanks. Document document = new Document(); try { PdfWriter writer = PdfWriter.getInstance(document,

[iText-questions] One question.

2007-08-03 Thread Sergio García Maroto
Hello. I have two questions. 1) I would like know the pages number of a existent pdf document. 2) Can I transform the words in a pdf document in a string variable. Many thanks -- Un saludo. * * *Sergio García Maroto*** Consultor de sistemas World Software Services Torre Picasso Plaza P.Rui

Re: [iText-questions] One question.

2007-08-03 Thread William Alexander Segraves
- Original Message - From: "Sergio García Maroto" <[EMAIL PROTECTED]> To: Sent: Friday, 03 August, 2007 6:50 AM Subject: [iText-questions] One question. Hello. I have two questions. 1) I would like know the pages number of a existent pdf document. 2) Can I transform the words in a pdf do

Re: [iText-questions] Performance Tips: Creating PDF For Large Table --plz help--

2007-08-03 Thread Vinod Lamba
Guys, Please help! Thanks! Vinod Google | Lamba IBM 810.835.2046 |> |

Re: [iText-questions] Extra Paragraph Symbols Inserted

2007-08-03 Thread Steve-O
I read the Javadoc for the Table class, which says: "Normally a newline is added before you add a Table object. This newline uses the current leading. If you want to control the space between the table and the previous element yourself, you have to set the offset of this table. " So this explains

Re: [iText-questions] Extra Paragraph Symbols Inserted

2007-08-03 Thread Mark Hall
On Friday 03 August 2007 14:35:01 Steve-O wrote: > I read the Javadoc for the Table class, which says: "Normally a newline is > added before you add a Table object. This newline uses the current leading. > If you want to control the space between the table and the previous element > yourself, you h

Re: [iText-questions] RTF -- setFirstLineIndent and setIndentationLeft are not working

2007-08-03 Thread Mark Hall
On Friday 03 August 2007 14:25:41 Steve-O wrote: > I create a Paragraph object then call setFirstLineIndent and > setIndentationLeft, but these methods have no effect on the rtf output. Is > there anything else I need to do? Following is the code I use: > > Paragraph p = new Paragraph(lineText, tab

[iText-questions] RTF -- setFirstLineIndent and setIndentationLeft are not working

2007-08-03 Thread Steve-O
I create a Paragraph object then call setFirstLineIndent and setIndentationLeft, but these methods have no effect on the rtf output. Is there anything else I need to do? Following is the code I use: Paragraph p = new Paragraph(lineText, tableRowsBullet1Style); //lineText and tableRowsBullet1Style

Re: [iText-questions] PDF viewer

2007-08-03 Thread Felipe Gaúcho
Hi Shivapuja, there are a lot of components to embed PDF in Swing application, including a library from Adobe: http://today.java.net/pub/a/today/2005/10/20/accessing-pdf-with-acrobat-viewer-javabean.html I like the adobe component because it is 100% compatible with the adobe viewer.. so, you are

[iText-questions] PDF viewer

2007-08-03 Thread Nath Shivapuja
Does itext provide a way to display PDF content in a Java Swing or AWT components. If not, is there any other tool that provides this capability? thanks, Nath - This SF.net email is sponsored by: Splunk Inc. Still grepping

[iText-questions] (no subject)

2007-08-03 Thread Alice Helen
Hi, I am very happy to use itext. I am generating a pdf using table which has 19 columns of which the first five rows are header which includes an image. When my pdf spans multiple pages my header repeats in all the pages which i have done using dataTable.setLastHeaderRow(4); My header is rep

Re: [iText-questions] CPI (horizontal spacing) for Chunk or Paragraph

2007-08-03 Thread Schalück , Elmar
Yes, it works fine with your hints. I chose the setCharAdvance way. BTW, DesiredCharAdvance = 72 (pt) * 1000 (fontunit) / (desiredCPI) / (fontsize). Thanks Elmar - This SF.net email is sponsored by: Splunk Inc. Still greppin