Grooper Help - Version 25.0
25.0.0040 2,257

Tag Based

PDF Expand Method Grooper.Core

Splits a PDF document into child documents using a regular expression to identify start pages based on text content.

Remarks

The TagBased method scans the text of each page and starts a new document whenever the specified regular expression matches.

  • Useful for separating documents where a unique header, label, or tag appears at the start of each logical document.
  • Supports extraction of data from named groups in the regular expression for downstream indexing.
  • Can be combined with to assign content types based on extracted data.

This method is selectable in the command's Method property.

Properties

NameTypeDescription

Used By

Notification