Peter Klauke wrote:
> On the first page all looks well, but on all following pages the lines and
> ColumnTexts doesn't exist.
> Images and content are placed like they should.
Seems like a simple programming error. Did you forget to reset the Y
value? A look at your code would help us finding th
Hello,
I have got a problem with using PdfContentByte to add lines and ColumnTexts on
multiple pages.
I am trying to display the content of my program on a PDF. But I need some
Images , lines and text(adress for example) on top and bottom of each page.
So I created 2 methods.
The first adds th
OTECTED]
> Sent: Wednesday, February 22, 2006 3:40 PM
> To: Paulo Soares; itext-questions@lists.sourceforge.net
> Subject: RE: [iText-questions] problem with PdfContentByte localgoto
>
>
> Can I perform this PdfAction call in a PdfStamper context?
> The reason I
> am having
t; Merge the docs with PdfCopy. Use PdfStamper to insert blank pages
> and
> > > write the TOC.
>
> -- Marc Stein
> -- [EMAIL PROTECTED]
>
> -Original Message-
> From: Paulo Soares [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 22, 2006 7:49 AM
TECTED]
-Original Message-
From: Paulo Soares [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 22, 2006 7:49 AM
To: Marc Stein; itext-questions@lists.sourceforge.net
Subject: RE: [iText-questions] problem with PdfContentByte localgoto
PdfStamper doesn't support adding named destinations
ECTED]
Sent: Wednesday, February 22, 2006 7:49 AM
To: Marc Stein; itext-questions@lists.sourceforge.net
Subject: RE: [iText-questions] problem with PdfContentByte localgoto
PdfStamper doesn't support adding named destinations although you can
call existing ones. In your case
n
> Behalf Of Marc Stein
> Sent: Tuesday, February 21, 2006 5:03 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] problem with PdfContentByte localgoto
>
>
> I apologize for reposting this question, but I have continued to test
> and I am unable t
I apologize for reposting this question, but I have continued to test
and I am unable to find any resolution to the problem I described below.
I think the following patch of code is simple and self-contained, and
yet it results in a null pointer error when I run it. Can somebody
please tell me if