splitPDF

splitPDF

ADVANCED / PREMIUM BASIC

Splits a PDF document.

Description
public void splitPDF(String source, String target, ArrayList pages) throws Exception

This method allows you to split a PDF document.

Parameters

source

Path to the PDF document.

target

Path to the resulting split documents.

pages

Pages to split.

Code samples

Example #1