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
JavaScript™forAcrobat®APIReference Adobe®Acrobat®DCSDK May2015 Adobe®Acrobat®DCSDKJavaScript™forAcrobatAPIReferenceforMicrosoft®Windows®andMacOS® Edition1.0,May2015 Ifthisguideisdistributedwithsoftwarethatincludesanenduseragreement,thisguide,aswellasthesoftwaredescribedinit,isfurnished under...
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. ...
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....
安全路径:Acrobat6.0引入了安全路径的概念,它主要是针对那些通过参数向本地硬盘写数据的JavaScript方法。通常,如果一个路径被判断为不安全,会引发一个NotAllowedError异常。关于安全路径的更多信息参考JavaScript for Acrobat API Reference。 注意:本书中的示例脚本大多数都是用路径“/c/temp/”作为安全路径。
* private so that any autogenerated documentation does NOT include this API. * @private * @method submitForm * @param cURL {String} The URL to submit to. cURL must be a FormsCentral target. * @param [cSubmitAs='FDF'] {String} This parameter indicates the format for submission. ...
I've detected mistake, or at least I think so, in JavaScript™ for Acrobat® API Reference latest version, page 258 - Doc properties - templates - Example List all templates in the document. var t = this.templates for ( var i=0; i < t.length; i++) { var state = ...
スクリプトエディターには、Acrobat の JavaScript オブジェクトに対するステートメント完了機能はありません。『JavaScript for Acrobat API Reference』を参照してください。 Doc メソッド event.target.importTextData("file.txt") は、承認されているダイナミック XFA フォームではサポー...