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

Merge Format

Export Format Grooper.Core

A type of Export Format that generates a single output file by merging content from the children of a Batch Folder.

Remarks

Merge Formats are used to combine multiple Batch Pages or child items within a Batch Folder into a single exported file, such as a multi-page PDF or TIFF.

Overview

  • A Merge Format defines how child content is selected, ordered, and combined during export.
  • Commonly used for document assembly, archival, or delivery workflows where a single file per folder or document is required.
  • Supports options for skipping pages, controlling overwrite behavior, and customizing merge logic.

Usage Scenarios

  • Document Assembly:
    Merge all pages of a document into a single PDF or TIFF for delivery or storage.
  • Batch Export:
    Export each Batch Folder as a consolidated file, combining all its child pages or attachments.
  • Custom Output:
    Implement specialized merging logic by extending Merge Format for proprietary or advanced export needs.

Configuration Guidance

  • Set 'Page Skip Count' to exclude leading pages (such as cover sheets) from the merged output.
  • Use 'Always Build' to control whether existing output files are overwritten during export.
  • Extend this class to implement custom merge strategies or file formats as needed.

> Tip:
> When configuring export activities, select a Merge Format when you need to produce a single file from multiple child items in a Batch Folder.

Properties

NameTypeDescription

Derived Types

There are 4 implementations of Merge Format.

PDF Format Exports a Grooper document or folder as a PDF file, supporting advanced options for searchability, compression, compliance, and viewer preferences.
TIF Format Exports a Batch Folder or Batch Page as a multi-page TIFF (TIF) file, supporting PDF rendering and image merging.
XML Format Generates an XML document using the data stored on a Grooper document.
ZIP Format Exports a Batch Folder as a ZIP archive containing all file attachments and images from descendant objects.

Used By

Notification