Package org.jpedal.manipulator
Class FlattenLayers
java.lang.Object
org.jpedal.manipulator.FlattenLayers
- All Implemented Interfaces:
org.jpedal.manipulator.Manipulation
Flattens layers
-
Constructor Summary
ConstructorsConstructorDescriptionFlattenLayers(PdfManipulator pdfManipulator, PdfOptimizer pdfOptimizer) Flatten all the layers within the document. -
Method Summary
-
Constructor Details
-
FlattenLayers
Flatten all the layers within the document.Hidden layers are removed and visible layers become permanently visible.
- Parameters:
pdfManipulator- the PdfManipulator object for the currently loaded documentpdfOptimizer- the PdfOptimizer object for the currently loaded document
-