Hi,
i have this problem as i new in adobe. and i wish to know if i want to attach an offline interactive forms to email and send it out..
do anyone have this sample code..
for me i now create the FileUpload and also join with Email Sending code in WDP.
then below is my code
<b>wdThis.wdGetUploadEMailController().wdGetContext().currentContextElement().getPdfSource();
wdThis.wdFirePlugToPDF();</b>
i wonder is it correct??
as my mindset is now bind the pdf for fileupload to the PdfSource then when i click on the send email it will attach as an attachment then send it out.
so is this method correct?