handling Javascript actions in PDF with Java
        Posted  
        
            by Stroboskop
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Stroboskop
        
        
        
        Published on 2010-06-16T11:41:16Z
        Indexed on 
            2010/06/16
            11:52 UTC
        
        
        Read the original article
        Hit count: 266
        
I'm trying to make PDF forms (aka AcroForms) editable in Java. So far i got the GUI editing and printing working using Bruno Lowagie's iText and Sun's pdf-renderer.
But now i'm close to scrapping it all, because after switching from try & error to reading the PDF specification, i realized that it's all worthless unless i can make the multitude of possible JavaScript actions work as well. I don't think iText can do that.
So in short: are there any Java libraries that do proper form handling including actions? Or maybe even a Java GUI component to edit form data?
© Stack Overflow or respective owner