Re: [iText-questions] Problem with PdfContentByte

2009-03-03 Thread 1T3XT info
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

[iText-questions] Problem with PdfContentByte

2009-03-02 Thread Peter Klauke
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

RE: [iText-questions] problem with PdfContentByte localgoto

2006-02-22 Thread Paulo Soares
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

RE: [iText-questions] problem with PdfContentByte localgoto

2006-02-22 Thread Paulo Soares
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

RE: [iText-questions] problem with PdfContentByte localgoto

2006-02-22 Thread Marc Stein
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

RE: [iText-questions] problem with PdfContentByte localgoto

2006-02-22 Thread Marc Stein
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

RE: [iText-questions] problem with PdfContentByte localgoto

2006-02-22 Thread Paulo Soares
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

[iText-questions] problem with PdfContentByte localgoto

2006-02-21 Thread Marc Stein
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