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
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,
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
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