Previous | Next | (P-PDF) JavaScript
Topic: JS accompanies extracted pages?
Conf: (P-PDF) JavaScript, Msg: 86629
From: jbw01
Date: 4/25/2003 03:36 AM
I have a large form with much JS. One action allows users to append scanned pages to the form, and another action allows users to extract them to a new file. I notice that the extracted file retains all the JS from the form.
Flattening the extract doesn't help. And, although I can manually "Delete and Remove" the JS, there does not appear to be a way to do programmatically (the menu item for Delete and Remove requires user interaction). (Without getting too detailed, there's a reason why I don't have them scan the images into a separate document.)
Is there a way to extract pages without dragging along the JS from the rest of the document - to "delete" the JS associated with a PDF file?