- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Scripting for attachments is not 'native' to Designer and XFA-based forms. To utilize Acrobat 'Doc' object properties you can do the following:
// form1.page1.btn::click - (JavaScript, client)
var myDoc = event.target;
myDoc.importDataObject("pdfAttachment");
See page 16 of http://partners.adobe.com/public/developer/en/acrobat/sdk/AcroJS_DesignerJS.pdf.
Steve
Views
Replies
0 Likes
Total Likes