Re: [iText-questions] Different viewer behaviour width stampedcontent.

2010-03-25 Thread Frank Stephan
Hi, thanks. This solved the problem. Didn't see any error while using Firefox. Greetings Frank > -Ursprüngliche Nachricht- > Von: Paulo Soares [mailto:psoa...@glintt.com] > Gesendet: Donnerstag, 25. März 2010 17:39 > An: Post all your questions about iText here > Betreff: Re: [iText-que

[iText-questions] Append content on existing page

2010-02-19 Thread Frank Stephan
Hi, I know how to add content using PdfStamper. My problem is: How can i determine where to start with the new content. How can I know that the existing content ends at a specific position on the page? Is that possible? Greetings Frank > -Ursprüngliche Nachricht- > Von: 1T3XT info [mailt

Re: [iText-questions] Add Text content to existing PDF

2010-02-12 Thread Frank Stephan
ur questions about iText here > Betreff: Re: [iText-questions] Add Text content to existing PDF > > > Frank Stephan wrote: > > Hi, > > > > so it is not possible to use the document.newPage() method > when adding > > content? I have to use PdfStamper.insertPage

Re: [iText-questions] Add Text content to existing PDF

2010-02-12 Thread Frank Stephan
Text here > > Betreff: Re: [iText-questions] Add Text content to existing PDF > Frank Stephan wrote: > > Hi, > > > > ok, than I have to use stamper.getOverContent(i) to get the > DirectContent cb > > of a specific page. > > I pass the cb to my ColumnText and add th

Re: [iText-questions] Add Text content to existing PDF

2010-02-11 Thread Frank Stephan
. Februar 2010 08:11 > An: Post all your questions about iText here > Betreff: Re: [iText-questions] Add Text content to existing PDF > > > Frank Stephan wrote: > > Hi, > > > > I want to add content to an existing pdf. I know it is > possible using > &g

[iText-questions] Add Text content to existing PDF

2010-02-11 Thread Frank Stephan
Hi, I want to add content to an existing pdf. I know it is possible using DirectContentByte. Is it possible to add content using Phrase, Paragraph, PdfPTable, too? Greetings Frank -- SOLARIS 10 is the OS for Data Center

Re: [iText-questions] Control page breaks for images and tables

2010-02-06 Thread Frank Stephan
. Februar 2010 16:13 > An: Post all your questions about iText here > Betreff: Re: [iText-questions] Control page breaks for images > and tables > > > Frank Stephan wrote: > > Ok, > > > > Now the code works. I added the setSimpleColumn. I can see, that > > d

Re: [iText-questions] Control page breaks for images and tables

2010-02-06 Thread Frank Stephan
trol page breaks for images > and tables > > > Frank Stephan wrote: > > Ok, I tried... > > > > I add the table to the column and simulate. If it doesn't > fit I create > > a new page. But this app doesn't run. I always get the exception > > &g

Re: [iText-questions] Control page breaks for images and tables

2010-02-06 Thread Frank Stephan
Ok, I tried... I add the table to the column and simulate. If it doesn't fit I create a new page. But this app doesn't run. I always get the exception Exception in thread "main" com.itextpdf.text.DocumentException: Irregular columns are not supported in composite mode. at com.itextpdf.tex

Re: [iText-questions] Control page breaks for images and tables

2010-02-06 Thread Frank Stephan
stions] Control page breaks for images > and tables > > > Frank Stephan wrote: > > Hi, > > > > here is an example > > > > http://img1.bildupload.com/7949f6c272f915710424e8f6808f7f71.jpg > > > > The third table should not start on the first pa

Re: [iText-questions] Control page breaks for images and tables

2010-02-06 Thread Frank Stephan
current page. Greetings Frank > -Ursprüngliche Nachricht- > Von: 1T3XT info [mailto:i...@1t3xt.info] > Gesendet: Samstag, 6. Februar 2010 11:41 > An: Post all your questions about iText here > Betreff: Re: [iText-questions] Control page breaks for images > and tables >

Re: [iText-questions] Control page breaks for images and tables

2010-02-06 Thread Frank Stephan
stions] Control page breaks for images > and tables > > > Frank Stephan wrote: > > Hi, > > > > I don't understand how to implement page break control with > iText for > > images or tables. I read the chapters in the book and I > understand how

Re: [iText-questions] Control page breaks for images and tables

2010-02-06 Thread Frank Stephan
> Gesendet: Samstag, 6. Februar 2010 07:24 > An: Post all your questions about iText here > Betreff: Re: [iText-questions] Control page breaks for images > and tables > > > Frank Stephan wrote: > > Hi, > > > > I don't understand how to implement page b

[iText-questions] Control page breaks for images and tables

2010-02-05 Thread Frank Stephan
Hi, I don't understand how to implement page break control with iText for images or tables. I read the chapters in the book and I understand how to do this for text content. Is there an example anywhere like the one in the book (with go(false);), when the content of the columntext is a table. TIA