Table of Contents

Enum PdfChangePermission

Namespace
LibreOfficeKit.Enums
Assembly
LibreOfficeKit.dll

Specifies what types of changes are allowed in a secured PDF document. Maps to the LibreOffice Changes FilterData parameter.

public enum PdfChangePermission

Fields

AllExceptExtraction = 4

All changes are allowed except page extraction (copying). LibreOffice value: 4.

FillFormFields = 2

Only filling in form fields is allowed. LibreOffice value: 2.

FillFormFieldsAndComment = 3

Filling in form fields and adding comments is allowed. LibreOffice value: 3.

InsertDeletePages = 1

Inserting, deleting, and rotating pages is allowed. LibreOffice value: 1.

None = 0

No changes are allowed to the document. LibreOffice value: 0.