mail.doc send a blank form
hi.
extract js-reference:
mail.doc
saves current pdf document , mails attachment recipients
i noticed readers older version xi(11) requires form right-extended.
all in title.
even right-extended form, it's sent blank, tested adobe reader 9, acrobat reader dc, acrobat pro dc , acrobat pro xi.
is there known issue or did make wrong?
here script.
controle() function check required fields cannot sent empty, blank in email attachment, before sending email.
// maildoc var ctrl = controle(); if(ctrl==true) { var fto = "name\u0040example.com"; var fsubject = "questionnaire de satisfaction"; var fbody = "bonjour.\r\rci-joint mes r\u00e9ponses au questionnaire."; this.maildoc({bui: true, cto: fto, csubject: fsubject, cmsg: fbody}); } else {app.alert("blablabla");} //
???
More discussions in JavaScript
adobe
Comments
Post a Comment