1. PDF Tools
  2. Split PDF by Chapters

PDF Tools

Split PDF by Chapters

Splits a single PDF or multiple PDFs based by chapter bookmark levels

Uses

Use this task for splitting a PDF into multiple smaller PDFs at specified chapter bookmark levels.

Basic Usage

loading...

Flow Data Explained

files
required
array

An array of PDF file objects to be split at specified chapter bookmark levels.

bookmark_level
required
integer

The bookmark level at which to split the PDF. For example splitting at level 0 would return PDFs each containing entire top level chapters, e.g Chapter 1, Chapter 2, etc. Splitting at level 1 would return PDFs of chapters: Chapter 1, Chapter 1.1, Chapter 2, etc.

include_metadata
required
boolean

Whether to include metadata or not in the resulting PDFs.

allow_duplicates
required
boolean

Whether to allow duplicates of certain chapters or not.

function
required
string

The pdf_tools function to call, in this case it would be split_pages