Package org.jpedal.manipulator
Class RewriteStream
java.lang.Object
org.jpedal.manipulator.RewriteStream
- All Implemented Interfaces:
org.jpedal.manipulator.Manipulation
Rewrites page content streams.
-
Constructor Summary
ConstructorsConstructorDescriptionRewriteStream(PdfManipulator pdfManipulator, PdfOptimizer pdfOptimizer, PageRanges pages) Rewrite the content stream of the specified pages. -
Method Summary
-
Constructor Details
-
RewriteStream
Rewrite the content stream of the specified pages.- Parameters:
pdfManipulator- the PdfManipulator object for the currently loaded documentpdfOptimizer- the PdfOptimizer object for the currently loaded documentpages- the pages to rewrite
-