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

PDF Document

Attachment Type Grooper.Core

Represents a PDF document attachment for a Batch Folder, providing access to PDF-specific properties, metadata, and commands.

Remarks

The PDF Document attachment type enables Batch Folders to interact with PDF files (application/pdf), exposing properties such as version, page count, permissions, and embedded metadata.

Usage

Assign the PDF Document type to a Batch Folder by attaching a .pdf file. This enables display and extraction of PDF-specific properties and metadata.

Available Properties

  • PdfVersion: The PDF specification version of the document.
  • PageCount: The number of pages in the PDF.
  • Permissions: Security and usage permissions embedded in the PDF.
  • Metadata: Dictionary of all document metadata (title, author, etc.).
  • FormData: Dictionary of AcroForm field values, if present.

Available Commands

The following commands are available for PDF attachments and can be used in batch workflows or from the context menu:

  • Repair: Attempts to fix structural or content errors in the PDF. Optionally rasterizes pages if direct repair fails.
  • Compact: Optimizes PDF file size by deduplicating resources and applying compression.
  • Burst: Splits a PDF into multiple child documents using methods such as:
    • FixedPageCount: Split by a fixed number of pages.
    • Bookmarks: Split at specified bookmark levels.
    • TagBased: Split using regular expressions on page text.
    • PagePiece: Split at pages with specific PieceInfo dictionaries.
  • RemoveAttachment (inherited): Deletes the locally-stored PDF attachment from the Batch Folder.
  • RemovePdfVersion (inherited): Deletes the Grooper-generated PDF version from the Batch Folder.

Integration

The PDF Document type is automatically selected for files with the .pdf extension or application/pdf MIME type.

For more information on PDF standards and metadata, see PDF and PDF Reference.

Properties

NameTypeDescription

Context Menu Commands

Command Shortcut Description
burst_mode Burst Splits a PDF document into multiple smaller documents based on user-defined rules or content structure.
photo_size_select_small Compact Reduces the size of a PDF file by removing duplicate resources and optimizing compression.
picture_as_pdf Repair Repairs PDF files which contain minor errors.
Notification