Package org.jpedal.manipulator
Class SwapPages
java.lang.Object
org.jpedal.manipulator.ReorderPages
org.jpedal.manipulator.SwapPages
- All Implemented Interfaces:
org.jpedal.manipulator.Manipulation
Swaps two pages in the document.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSwapPages(PdfOptimizer pdfOptimizer, int page1, int page2) Swaps two pages in the document. -
Method Summary
-
Constructor Details
-
SwapPages
Swaps two pages in the document.- Parameters:
pdfOptimizer- the PdfOptimizer object for the currently loaded documentpage1- the 1st page to swappage2- the 2nd page to swap
-