Answered
hi thom,
i search abaut remove metadata with javascript but i haven't found anything.
is there a way to remove metadata with javascript.
the only method i found it was to set "setting option" of pdf optimizer but it doesn't work with my documents. I'd like to delete metadata in a several documents with a bath sequence written in javascript.
Best regards
try running this code from the console window
metadata = ""
This will clear out just about everything.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/]http://www.adobe.com/devnet/acrobat/[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script