I am copying an existing PDF and adding annotations to create a new PDF.  I
am looping thru the source PDF using getImportedPage() and adding that to
the output PDF using addTemplate().  I have a list of annotations that do
indeed contain a page number indicator.  My question is this: Can I copy all
the source pages first and then go back and add the annotations ?  This
would mean that I would have to be able do some sort of "SelectPage()"
operation prior to adding the annotation.  This would be my preferred method
but I understand that I could copy a page, then scan my list of annotations
looking for any that apply to THIS page.

So.. any way to do this in "multi-pass" sort of way like i desire ?

Also... am i correct in assuming that coordinates are always in terms of the
current page and in terms of the entire document ?

Thanks ! 
-- 
View this message in context: 
http://www.nabble.com/Can-I-add-annotation-to-specific-page---tp19456222p19456222.html
Sent from the iText - General mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to