Hello,  
       I am using iText to make a PDF file that contains a lot of 
interactivity. Now I also have to add layers, to the PDF file, that should have 
their own interactivity. 
       This is where I started encountering problems.
       It seems that even thought I am adding the actions to a PdfTemplate that 
holds another layer, the actions apply to the entire page and are active in 
each layer. Can this behavior be avoided? Can each layer have its own actions?
       I am using PdfContentByte.setAction(action, x1, y1, x2, y2); to add the 
actions to the content byte and templates.
       If there is no predefined solution to this, I was thinking that I could 
mime this behavior if there were a way to disable/enable actions from another 
action. But again, I didn’t find a way to do this either.  
       Please help. 

Corina



      
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

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

Reply via email to