> ## Documentation Index
> Fetch the complete documentation index at: https://docs.iinkedsign.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PDF security options

<ParamField body="allowAssembly" type="boolean">
  Allow PDF merge operations.
</ParamField>

<ParamField body="allowCopy" type="boolean">
  Allow copying PDF content.
</ParamField>

<ParamField body="allowDegradedPrinting" type="boolean">
  Allow only degraded PDF printing.
</ParamField>

<ParamField body="allowFillIn" type="boolean">
  Allow PDF AcroForms fields to be filled in (when formFlattening option is not set to "all").
</ParamField>

<ParamField body="allowModifyAnnotations" type="boolean">
  Allow PDF annotations.
</ParamField>

<ParamField body="allowModifyContents" type="boolean">
  Allow PDF editing.
</ParamField>

<ParamField body="allowPrinting" type="boolean">
  Allow PDF printing.
</ParamField>

<ParamField body="allowScreenReaders" type="boolean">
  Allow screen readers.
</ParamField>

<Warning>
  PDF security options are enforced only when the PDF is opened in a PDF viewer that supports the PDF security settings. Not all PDF viewers support these settings.
</Warning>
