REMOVEDATAOBJECT ACROBAT READER
Hello,
I want to delete an attached file from a pdf using javascript AND Acrobat Reader.
I have this javascript copy in the Javacript directory of Acrobat Reader but the attached file is not deleted when the PDF is opened.
I don't have any error messages and I'm sure the script is running app.alert("test")
Could you help me?
Thank you. Thank you.
if (app.formsVersion >= 😎 {
ImportAutoTXT_BB=app.trustedFunction(function() {
app.beginPriv();
///
// Suppression du fichier txt intégré
this.removeDataObject("fichierTXT");
///
app.endPriv();
})
}
