Eric Summkeller wrote:
> I need these coordinates because I want to stamp a concatenated Pdf document. 
> This document consist of two documents. In one of them I wrote the total page 
> num in each created PdfTemplate during the creation.

Is there no way you can regenerate this PDF?
Because changing the content of a PDF after it
has been created is generally not a good idea
(see chapter 18 of the book).

> Now I want to change the total page num because the content of the second 
> document added to. The only thing that I've got, is a list of all created 
> PdfTemplates.

OK. And do you know which PdfTemplate has the page
number you want to change? If so, you could change
the content of the template (not the ideal way to
do it, but probably the best one available).

> I thought that all of these PdfTemplates has some coordinates

The coordinates are not in the template.
The coordinates are in the page stream that is
using the template. And even then it's not as
trivial as you assume. It's PDF, you know.

br,
Bruno

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to