Module: RustPdf::Certify

Defined in:
lib/rustpdf.rb

Overview

DocMDP certification level applied by the first (certifying) signature.

Constant Summary collapse

NONE =

not a certifying signature

0
LOCKED =

/P 1 — no changes permitted after signing

1
FORMS =

/P 2 — form-filling and signing permitted

2
FORMS_AND_ANNOTATIONS =

/P 3 — also annotations permitted

3