removePagesPDF

removePagesPDF

ADVANCED / PREMIUM BASIC

Remove pages in a PDF document.

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

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

Parameters

source

Path to the PDF document.

target

Path to the resulting document.

pages

Pages to be removed.

Code samples

Example #1