Re: [iText-questions] Section breaks

2007-01-04 Thread Dirk Ulrich
Jan 2007 16:32:27 +0100 > Von: Bruno Lowagie <[EMAIL PROTECTED]> > An: Post all your questions about iText here > > Betreff: Re: [iText-questions] Section breaks > > Dirk Ulrich wrote: > > Well, unfortunately a chapter starts always on a new page. Since i

Re: [iText-questions] Section breaks

2007-01-04 Thread Bruno Lowagie
Dirk Ulrich wrote: > Well, unfortunately a chapter starts always on a new page. Since it is > possible that a chapter is very small it would be great if a chapter can > start on the current page without a page break. Wouldn't that be a > useful feature for a chapter? By default it should start

Re: [iText-questions] Section breaks

2007-01-04 Thread Dirk Ulrich
AIL PROTECTED]> > An: Post all your questions about iText here > > Betreff: Re: [iText-questions] Section breaks > > Dirk Ulrich wrote: > > Here's the PDF output. Section 'Conditions' should be still in > > portrait. From section 'Processe

Re: [iText-questions] Section breaks

2007-01-04 Thread Dirk Ulrich
>Surely you don't need me to do that? Not really! Have a good time Dirk > Original-Nachricht > Datum: Thu, 04 Jan 2007 13:53:30 +0100 > Von: Bruno Lowagie <[EMAIL PROTECTED]> > An: Post all your questions about iText here > > Betref

Re: [iText-questions] Section breaks

2007-01-04 Thread Bruno Lowagie
Dirk Ulrich wrote: > In this tiny application the result is as expected. Then start from this tiny application, and make it work for your larger application. Surely you don't need me to do that? br, Bruno - Take Surveys. Ea

Re: [iText-questions] Section breaks

2007-01-04 Thread Dirk Ulrich
ions about iText here > > Betreff: Re: [iText-questions] Section breaks > > Dirk Ulrich wrote: > > Here's the PDF output. Section 'Conditions' should be still in > > portrait. From section 'Processes' landscape orientation should be > &

Re: [iText-questions] Section breaks

2007-01-04 Thread Dirk Ulrich
here > > Betreff: Re: [iText-questions] Section breaks > > Dirk Ulrich wrote: > > mainChapter.add(Chunk.NEXTPAGE); > > document.setPageSize(Pagesize.A4.rotate()); > > Oops, I gave you the standard answer without looking at the context. > Agai

Re: [iText-questions] Section breaks

2007-01-04 Thread Bruno Lowagie
Dirk Ulrich wrote: > Here's the PDF output. Section 'Conditions' should be still in > portrait. From section 'Processes' landscape orientation should be > switched on. Either you try to fine tune your app till it does what you want; or you should follow my earlier advice: now that I added the

Re: [iText-questions] Section breaks

2007-01-04 Thread Bruno Lowagie
Dirk Ulrich wrote: > mainChapter.add(Chunk.NEXTPAGE); > document.setPageSize(Pagesize.A4.rotate()); Oops, I gave you the standard answer without looking at the context. Again you are mixing two different things: 1. you add content to a Chapter object. 2. you change the orientation of the p

Re: [iText-questions] Section breaks

2007-01-04 Thread Dirk Ulrich
o Lowagie <[EMAIL PROTECTED]> > An: Post all your questions about iText here > > Betreff: Re: [iText-questions] Section breaks > > Dirk Ulrich wrote: > > > document.newPage() seems not to be regarded and thus the prior section > > is written

Re: [iText-questions] Section breaks

2007-01-04 Thread Dirk Ulrich
one orientation to another within a single Chapter? Dirk > > Original-Nachricht > Datum: Thu, 04 Jan 2007 10:49:05 +0100 > Von: Bruno Lowagie <[EMAIL PROTECTED]> > An: Post all your questions about iText here > > Betreff: Re: [iTex

Re: [iText-questions] Section breaks

2007-01-04 Thread Bruno Lowagie
Dirk Ulrich wrote: > document.newPage() seems not to be regarded and thus the prior section > is written to the document in landscape, too. No, document.newPage() is triggered BEFORE you add the Chapter you have been building to the document. It's quite elementary if you think about it. If you w

Re: [iText-questions] Section breaks

2007-01-03 Thread Dirk Ulrich
gt; Original-Nachricht > Datum: Tue, 2 Jan 2007 17:15:25 +0100 > Von: "GAMBELLI Raffaele" <[EMAIL PROTECTED]> > An: "Post all your questions about iText here" > > Betreff: Re: [iText-questions] Section breaks > > Hi!

Re: [iText-questions] Section breaks

2007-01-02 Thread GAMBELLI Raffaele
net Subject: [iText-questions] Section breaks Is it possible to have section breaks in a pdf document? Because a table is too wide I want to change the document's orientation only for this table. The Document shall 'begin' in portrait orientation. Then, when it's time t

[iText-questions] Section breaks

2007-01-02 Thread Dirk Ulrich
Is it possible to have section breaks in a pdf document? Because a table is too wide I want to change the document's orientation only for this table. The Document shall 'begin' in portrait orientation. Then, when it's time to print the table, the orientation shall switch to landscape. Afterwards