Package org.jpedal.manipulator
Class IsolatePage
java.lang.Object
org.jpedal.manipulator.IsolatePage
- All Implemented Interfaces:
org.jpedal.manipulator.Manipulation
Removes all pages, expect those specified, from a document
-
Constructor Summary
ConstructorsConstructorDescriptionIsolatePage
(PdfOptimizer pdfOptimizer, PageRanges pages) Removes all pages from the document except the pages in the specified page range. -
Method Summary
-
Constructor Details
-
IsolatePage
Removes all pages from the document except the pages in the specified page range.- Parameters:
pdfOptimizer
- the PdfOptimizer object for the currently loaded documentpages
- the pages to keep
-