Re: [iText-questions] FW: OutOfMemory exception onContentByte.LineTo

2007-01-02 Thread Alan
Bruno wrote: > I hope you find the problem. I know from experience > that these kind of problems are hard to solve... I have solved this problem. For those who are interested (I will be cross posting on the iTextSharp list as well because this is a .NET problem): It appears to be an issue wit

Re: [iText-questions] Hide note/comment icon

2007-01-02 Thread amudha
How to set the icon for a file attachment to be empty. thanks - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business t

[iText-questions] Is there another way except from "Chunk" to add a named destination?

2007-01-02 Thread Tim
We wanna do outline by local GOTO action using destination names. But I see the only way(maybe) in iText is to setLocalDestination to a Chunk. And in our project we provide text only by PdfContentByte.showText(),because we have high requist about the coordinates of each content. We considered abo

Re: [iText-questions] Audio annotations

2007-01-02 Thread Paulo Soares
- Original Message - From: "Tony Chhun" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Tuesday, January 02, 2007 11:42 PM Subject: Re: [iText-questions] Audio annotations > Excuse me I am french and I did not understand what you mean by adding a > screen rend

Re: [iText-questions] Audio annotations

2007-01-02 Thread Tony Chhun
Excuse me I am french and I did not understand what you mean by adding a screen rendition in a movie. Can I find a documentation about this? Is the book "iText in action" explain how to perform such a task? Thanks a lot. 2007/1/3, Paulo Soares <[EMAIL PROTECTED]>: You can insert a sound just

Re: [iText-questions] Audio annotations

2007-01-02 Thread Paulo Soares
You can insert a sound just like you would insert a screen rendition with a movie. Paulo - Original Message - From: "Tony Chhun" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 02, 2007 1:40 AM Subject: [iText-questions] Audio annotations > Hello, > > I am in charge to write a program

[iText-questions] RTF Documents: Horizontal lines?

2007-01-02 Thread jgmaux
Hi, Horizontal lines in RTF documents? It is possible? Thanks. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business top

[iText-questions] Audio content

2007-01-02 Thread Tony Chhun
Hello, Is it possible to add annotation which has audio type with iText? Thank you Tony Chhun - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share you

Re: [iText-questions] filling a list box

2007-01-02 Thread Paulo Soares
iText only supports setField() in forms created with Designer. Paulo - Original Message - From: "Pablo" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 02, 2007 3:19 PM Subject: [iText-questions] filling a list box > Hello, I have problems with this code: > > > >PdfReader r

Re: [iText-questions] filling a list box

2007-01-02 Thread Bruno Lowagie
Pablo wrote: > What is happening? Have you followed this discussion: http://article.gmane.org/gmane.comp.java.lib.itext.general/27813 I give an example of the misconceptions people have about PDF: "people buy my book, try the AcroForm examples, and complain that they don't work. Then when I look

[iText-questions] filling a list box

2007-01-02 Thread Pablo
Hello, I have problems with this code: PdfReader reader = new PdfReader("lista2.pdf"); // filling in the form PdfStamper stamp1 = new PdfStamper(reader, new FileOutputStream("relleno2.pdf")); AcroFields form1 = stamp1.getAcroFields();

Re: [iText-questions] Section breaks

2007-01-02 Thread GAMBELLI Raffaele
Hi! See this example code --> http://itextdocs.lowagie.com/examples/com/lowagie/examples/general/DefaultPageSize.java -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dirk Ulrich Sent: martedì 2 gennaio 2007 17.06 To: itext-questions@lists.sourceforge.net S

[iText-questions] Section breaks

2007-01-02 Thread Dirk Ulrich
Is it possible to have section breaks in a pdf document? Because a table is too wide I want to change the document's orientation only for this table. The Document shall 'begin' in portrait orientation. Then, when it's time to print the table, the orientation shall switch to landscape. Afterwards

Re: [iText-questions] Font and color render problem

2007-01-02 Thread Paulo Soares
Pages with transparency are rendered differently. See http://article.gmane.org/gmane.comp.java.lib.itext.general/21023/. Paulo - Original Message - From: "NCA" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Tuesday, January 02, 2007 1:37 PM Subject: Re: [iTex

Re: [iText-questions] Font and color render problem

2007-01-02 Thread NCA
Sorry, I don't understand... - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Tuesday, January 02, 2007 1:55 PM Subject: Re: [iText-questions] Font and color render problem Suspeito que uma das páginas tem transparência

Re: [iText-questions] Font and color render problem

2007-01-02 Thread Paulo Soares
Suspeito que uma das páginas tem transparência e a outra não. Paulo - Original Message - From: "NCA" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 02, 2007 11:31 AM Subject: [iText-questions] Font and color render problem Hello, I have a problem when I create a Pdf file, some pages r