[iText-questions] Pdf Annotation positioning

2004-11-08 Thread david . deridder
Title: Pdf Annotation positioning Hi, I'm trying to add a file attachment to a pdf. This is working fine, but the X position is not taken into account for the positioning. Here is my code: pdfStamper.addAnnotation(PdfAnnotation.createFileAttachment(pdfStamper.getWriter(),new Rectangle(100

[iText-questions] Itext 1.02 and Paulo 139

2004-10-07 Thread david . deridder
Title: Itext 1.02 and Paulo 139 Just wondering, Why is the "official" version on Sourceforge so old (february 2004), whilst the Paulo version is evolving quiet fast? Is there a reason that it is not put on the Itext sourceforge page? What is best? Take the Paulo version or the Sourceforge on

[iText-questions] Embedding XML in PDF

2004-06-18 Thread david . deridder
Title: Message Hi all,   Is there a way to embed Objects (eg XML, WAV,...) inside a pdf using IText?   We would like to include an XML file as some sort of attachment.   Thanks a lot David -Disclaimer- This message may contain confidential information intended solely for the use of

[iText-questions] ClassCastException in Itext 1.02b

2004-03-03 Thread david . deridder
Title: ClassCastException in Itext 1.02b Hello, Can somebody help me?  I get a ClassCastException on the following line of code: List list = SimpleBookmark.getBookmark(pdfreader); Part of the stacktrace: com.lowagie.text.pdf.PdfLiteral java.lang.ClassCastException: com.lowagie.text.pdf

[iText-questions] Problem Modifying existing pdf

2004-02-12 Thread david . deridder
Title: Problem Modifying existing pdf Hi all, What I would like to do is start from an existing pdf file and add text and images on it. This can be used for example to add a "duplicate" mention diagonally over every page of the document. I succeeded to do this as follows: PdfReader reader

[iText-questions] Modify existing pdf

2004-02-11 Thread david . deridder
Title: Modify existing pdf Hi all, What I would like to do is start from an existing pdf file and add text and images on it. This can be used for example to add a "duplicate" mention diagonally over every page of the document. I succeeded to do this as follows: PdfReader reader = new PdfRe

[iText-questions] Illegal operation 'Q' inside text object.

2003-11-19 Thread david . deridder
Title: Illegal operation 'Q' inside text object. Hi all, I'm placing text on a PdfContentByte. When using Itext version 1.00 all goes well. If I use 1.01 the I get the following error when opening the PDF: Illegal operation 'Q' inside text object. This is only the case when I run the code