Answered
code for sending pdf as a email
Hello,
I have a question.
I am using the javascript code below to email a pdf file as an attachment in my email.
But the only problem is that it will create a attachment for the complete document.
Is there a way to send only a specific page ?
var url = "mailto:testemail@test.com?subject=My Subject&body=Here is my form data.";
this.submitForm({cURL: url, cSubmitAs: "PDF"})
