Been doing some digging, and haven't seen a straight answer for this. I have a bunch of pdf's that have a bit of javascript in them for making sure they are only opened using our webservice. We're now offering a option for our customers to save a flatted version of these files locally, so i need to disable this script form running when the file is converted to a flat pdf. I had a method of checking a hidden field that worked ok, that is until acrobat 8 came out, and now it bitches about running scripts from a local file. So I was thinking, why not see if iText can just simply remove the javascript when I flatten the file (i'm already using iText to do this)
So bottom line, is there a easy way to do this? -Dennis ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
