Package com.levigo.jadice.server.pdf
Class PDFRotationNode
- java.lang.Object
-
- com.levigo.jadice.server.internal.NodeInternal
-
- com.levigo.jadice.server.Node
-
- com.levigo.jadice.server.pdf.PDFRotationNode
-
public class PDFRotationNode extends Node
Rotates the pages of a given PDF document. The corresponding worker will set therotate
value in the dictionary of the page objects.Its worker respects
PageCountLimit
s.- Since:
- jadice server 5.5.0.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PDFRotationNode.Rotation
The rotation the resulting PDF pages shall have-
Nested classes/interfaces inherited from class com.levigo.jadice.server.Node
Node.Cardinality
-
-
Constructor Summary
Constructors Constructor Description PDFRotationNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PDFRotationNode.Rotation
getRotation()
void
setRotation(PDFRotationNode.Rotation rotation)
protected void
validateConfiguration()
-
Methods inherited from class com.levigo.jadice.server.Node
addTransportReceiver, appendSuccessor, apply, equals, getInputCardinality, getJob, getOutputCardinality, getPredecessors, getSubsidiaryNodes, getSuccessors, getTransportSender, getUUID, getWorkerClassName, hashCode, initialize, prependPredecessor, remove
-
-
-
-
Method Detail
-
getRotation
public PDFRotationNode.Rotation getRotation()
- Returns:
- The
PDFRotationNode.Rotation
to apply
-
setRotation
public void setRotation(PDFRotationNode.Rotation rotation)
- Parameters:
rotation
- ThePDFRotationNode.Rotation
to apply. Must not benull
.
-
validateConfiguration
protected void validateConfiguration() throws ConfigurationException
- Overrides:
validateConfiguration
in classNode
- Throws:
ConfigurationException
-
-