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
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
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
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
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
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
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