> Date: Thu, 30 Sep 2010 10:27:53 -0400
> From: jb...@purdueefcu.com
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] how do you mark a page for future processing
>
> Is there a way to "mark" or "tag" a page in a pdf I'm creating so that I
> can programmatically modify that page later when processing the pdf in a
> different application.
>
> Something like create page 1, create page 2 and mark it as "special",
> create page 3.
>
> Then in a completely different application, read each page of the PDF
> and when I see that mark on page 2, know I need to do something
> "special".

add a "hidden" field on the page you want to mark:

http://www.mail-archive.com/itext-questions@lists.sourceforge.net/msg28909.html

on the second pass search for the hidden field, remove if necessary, then do 
whatever
                                          
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to