splitPdf

splitPdf

ADVANCED / PREMIUM TRIAL

Splits a PDF document.

Description
public splitPdf (string $source, string $target, [array $options])

This method allows you to split a PDF document.

Parameters

source

Path to the PDF document.

target

Path to the resulting split documents.

options

The possible keys and values are:

key Type Description
annotations bool Import annotations (links, comments and others). Default as false.
pages array Pages to be split. All by default.
useFixedAnnotationPositions bool Force annotation page link IDs. Useful when using PDF readers that don't detect all PDF contents automatically. Default as false.
Exceptions

File doesn't exist.

Code samples

Example #1