Re: [iText-questions] Add contents in PdfDocument with several pages

2011-08-15 Thread toinon vigier
Hello, I resolve my first problem by creating PdfTemplates and add content after. But I want to add marked content in this template and it doesn't work. For example : *Document document = new Document(); document.setPageSize(new Rectangle(0, 0, 800, 500)); FileOutputSt

Re: [iText-questions] Add contents in PdfDocument with several pages

2011-08-09 Thread toinon vigier
thanks. 2011/8/9 1T3XT BVBA > On 9/08/2011 11:27, toinon vigier wrote: > > I want to create a PdfDocument with several pages and I want to choose > > the current page of my writer to add contents. > > For instance, I create my document, add a PdfTemplate to the first > > page. I add a new page,

Re: [iText-questions] Add contents in PdfDocument with several pages

2011-08-09 Thread 1T3XT BVBA
On 9/08/2011 11:27, toinon vigier wrote: > I want to create a PdfDocument with several pages and I want to choose > the current page of my writer to add contents. > For instance, I create my document, add a PdfTemplate to the first > page. I add a new page, add a PdfTemplate to the second page an

[iText-questions] Add contents in PdfDocument with several pages

2011-08-09 Thread toinon vigier
Hello, I want to create a PdfDocument with several pages and I want to choose the current page of my writer to add contents. For instance, I create my document, add a PdfTemplate to the first page. I add a new page, add a PdfTemplate to the second page and after, I want to add a new PdfTemplate in