abracadabraPDF › Forums › PDF – Général › Verrouilage de champ inefficace avec annuler › Répondre à : Verrouilage de champ inefficace avec annuler
11 décembre 2016 à 14:13
#61749
_seb_
Participant
Bonjour,
Le fichier est sur le bureau (windows xp)
La console :
var nomFichier = this.documentFileName;
var aMyPath = this.path.split(“/”); // Split Path into an array so it is easy to work with
aMyPath.pop(); // Remove old file name
aMyPath.push(nomFichier); // Add new file name
this.saveAs(aMyPath.join(“/”)); // Put path back together and save
undefined
NotAllowedError: Les paramètres de protection interdisent l’accès à cette propriété ou à cette méthode.
Doc.saveAs:5:AcroForm:Button2:Annot1:MouseUp:Action1
Edit :
Merci c’est résolu
J’ai pas eu le réflexe d’interroger la console