Package org.jpedal.manipulator
Class ReorderPages
java.lang.Object
org.jpedal.manipulator.ReorderPages
- All Implemented Interfaces:
org.jpedal.manipulator.Manipulation
- Direct Known Subclasses:
MovePage,ReversePages,SwapPages
Reorders page in the document.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReorderPages(PdfOptimizer pdfOptimizer, List<Integer> pages) Reorder the pages in the document. -
Method Summary
-
Constructor Details
-
ReorderPages
Reorder the pages in the document.- Parameters:
pdfOptimizer- the PdfOptimizer object for the currently loaded documentpages- the new ordering of the pages
-