Rights-Enabled PDF Files
Writing Acrobat JavaScript for Reader
13
Writing Acrobat JavaScript for Reader
It is possible to access or assign additional usage rights within a PDF file by using the
LiveCycle Reader Extensions API or its Web user interface.
N
OTE
:
For rights-enabled documents, certain editing features normally available within
the Acrobat Standard and Professional products will be disabled. This will ensure
that the user does not inadvertantly invalidate the additional usage rights in a
document under managed review before passing the document on to an Adobe
Reader user for further commenting.
The methods shown below in
Table 13.1
will be disabled by LiveCycle Reader Extensions:
T
ABLE
13.1
Features Disabled by Livecycle Reader Extensions
Features
Methods
delete, add, replace, and move pages
doc.deletePages
,
doc.newPage
,
doc.replacePages
,
doc.movePage
,
doc.insertPage
modify page content
doc.addWatermarkFromText
,
doc.addWatermarkFromFile
,
doc.flattenPages
,
doc.deleteSound
doc.setAction
,
doc.setPageAction
,
field.setAction
,
link.setAction
,
ocg.setAction
,
bookmark.setAction
,
this.importAnFDF
add or modify JavaScripts
Acrobat JavaScript Scripting Guide
229