Learn how to integrate PDF products and features in your apps with the Acrobat and PDFL APIs. Create apps that integrate with Adobe's enterprise-class product lineup.
JavaScript API Overview In PDF workflows, forms provide not only a vehicle for data entry, but also field format and data validation, computation, and submission. For all of these behaviours, PDF forms technology relies on JavaScript. Adobe Acrobat defines a set of custom JavaScript objects which...
JavaScript for Acrobat API Reference, Version 8
Adobe®Acrobat®DCSDKJavaScript™forAcrobatAPIReferenceforMicrosoft®Windows®andMacOS® Edition1.0,May2015 Ifthisguideisdistributedwithsoftwarethatincludesanenduseragreement,thisguide,aswellasthesoftwaredescribedinit,isfurnished underlicenseandmaybeusedorcopiedonlyinaccordancewiththetermsofsuchlicense.Except...
安全路径:Acrobat6.0引入了安全路径的概念,它主要是针对那些通过参数向本地硬盘写数据的JavaScript方法。通常,如果一个路径被判断为不安全,会引发一个NotAllowedError异常。关于安全路径的更多信息参考JavaScript for Acrobat API Reference。 注意:本书中的示例脚本大多数都是用路径“/c/temp/”作为安全路径。
JavaScript ™ for Acrobat ® 3D Annotations API ReferenceReference, Annotations A P IAdobe. (2007). JavaScriptTM for Acrobat(R) 3D Annotations API Reference. Retrieved April 4, 2011 from http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/js_3d_api_reference.pdf....
The Doc object provides the interface between a PDF document open in the viewer and the JavaScript interpreter. It provides methods and properties for accessing the PDF document. Index Methods Properties Item Index Methods getField resetForm
All JavaScript scripts are executed as the result of a particular event. For each of these events, JavaScript creates an event object. During the occurrence of each event, you can access this object to get and possibly manipulate information about the current state of the event. ...
Acrobat-PDFL SDK: JavaScript Reference Acrobat JavaScript API Reference Version compatibility Overview Syntax Method arguments Parameter help Paths Safe path Privileged context Privileged versus non-privileged context User preferences Table quick key Domain names in code samples Changes Across Versions Acr...
要查找stamp实例名称,可以使用Adobe Acrobat软件提供的JavaScript API。以下是一种可能的方法: 打开PDF文档:使用Adobe Acrobat软件打开包含stamp实例的PDF文档。 打开JavaScript控制台:在Adobe Acrobat软件中,选择“工具”菜单,然后选择“JavaScript”>“控制台”。