AllowModify

Applies to

PDFSecurity object

Description

Whether modifying the file is allowed. The default is no.

Usage

To allow the permission of modifying a file, both the AllowForm and AllowAssemble properties should be set to true.

In scripts

This example sets AllowModify for the PDFSecurity object lpdf_security:

PDFDocument lpdf_doc
PDFSecurity lpdf_security

lpdf_doc = Create PDFDocument

lpdf_security = lpdf_doc.security
lpdf_security.allowmodify = true