Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

PdfBuildOptions

Grooper.Core

Specifies options that control how PDF documents are generated in PDF Format.

Remarks

The PDF Build Options enum allows you to enable or disable advanced features when exporting Batch Folders or Batch Pages as PDF files.

  • Multiple options can be combined to produce PDFs with searchability, optimized streaming, and reduced file size.
  • These options are set using the 'Build Options' property of PDF Format.

Common Scenarios

  • Enable 'Searchable' to add a text layer for full-text search and selection.
  • Enable 'Linearized' for fast web viewing of large PDFs.
  • Enable 'Deduplicated' to minimize file size by removing duplicate resources.

> Note:
> Some options may be mutually exclusive (for example, 'Linearized' and PDF/A compliance). Review property tooltips and validation messages for guidance.

A combination of the following flags:

NameValueDescription

Used By

Notification