Package org.jpedal.manipulator
Class RemovePage
java.lang.Object
org.jpedal.manipulator.RemovePage
- All Implemented Interfaces:
org.jpedal.manipulator.Manipulation
Removes pages from a document
-
Constructor Summary
ConstructorsConstructorDescriptionRemovePage
(PdfOptimizer pdfOptimizer, PageRanges pages) Deletes the specified pages. -
Method Summary
-
Constructor Details
-
RemovePage
Deletes the specified pages.- Parameters:
pdfOptimizer
- the PdfOptimizer object for the currently loaded documentpages
- the pages to delete in the new file
-