removePagesPdf

removePagesPdf

ADVANCED / PREMIUM TRIAL

Remove pages in a PDF document.

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

This method allows you to remove pages in a PDF document.

Parameters

source

Path to the PDF document.

target

Path to the resulting document.

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 removed. None as 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