public final class PdfRotator extends Object implements OngoingRotation
Modifier and Type | Method and Description |
---|---|
static OngoingRotation |
applyRotation(Rotation rotation,
Set<Integer> pages)
DSL entry point to apply a rotation to a set of pages
applyRotation(rotation, pages).to(document);
|
void |
to(org.apache.pdfbox.pdmodel.PDDocument document)
applies the rotation to the input document
|
public static OngoingRotation applyRotation(Rotation rotation, Set<Integer> pages)
applyRotation(rotation, pages).to(document);
rotation
- pages
- public void to(org.apache.pdfbox.pdmodel.PDDocument document)
OngoingRotation
to
in interface OngoingRotation
Copyright © 2015. All Rights Reserved.