Show or hide elements in PDF via Javascript
        Posted  
        
            by Boldewyn
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Boldewyn
        
        
        
        Published on 2010-05-25T12:15:33Z
        Indexed on 
            2010/05/25
            12:21 UTC
        
        
        Read the original article
        Hit count: 278
        
In PDF files it is quite easy to interact with form fields via the Javascript API.
Is it possible to do this (specifically showing/hiding) to arbitrary elements on a page? Say, not just form fields, but text, graphical elements, embedded images... Is there an API to interact with those?
If yes, how do I identify an object?
© Stack Overflow or respective owner