Package | Description |
---|---|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
org.apache.pdfbox.util |
This package contains utility classes that are used by the PDFBox project.
|
org.apache.pdfbox.util.operator |
This package contains implementations of all of the PDF operators.
|
org.apache.pdfbox.util.operator.pagedrawer |
This package contains implementations of all of the PDF operators.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Type3StreamParser.processOperator(PDFOperator operator,
List arguments)
This is used to handle an operation.
|
Modifier and Type | Method and Description |
---|---|
static PDFOperator |
PDFOperator.getOperator(String operator)
This is used to create/cache operators in the system.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PDFStreamEngine.processOperator(PDFOperator operator,
List<COSBase> arguments)
This is used to handle an operation.
|
Modifier and Type | Method and Description |
---|---|
void |
ShowTextGlyph.process(PDFOperator operator,
List<COSBase> arguments)
TJ Show text, allowing individual glyph positioning.
|
void |
ShowText.process(PDFOperator operator,
List<COSBase> arguments)
Tj show Show text.
|
void |
SetWordSpacing.process(PDFOperator operator,
List<COSBase> arguments)
Tw Set word spacing.
|
void |
SetTextRise.process(PDFOperator operator,
List<COSBase> arguments)
Ts Set text rise.
|
void |
SetTextRenderingMode.process(PDFOperator operator,
List<COSBase> arguments)
Tr Set text rendering mode.
|
void |
SetTextLeading.process(PDFOperator operator,
List<COSBase> arguments)
TL Set text leading.
|
void |
SetTextFont.process(PDFOperator operator,
List<COSBase> arguments)
Tf selectfont Set text font and size.
|
void |
SetStrokingSeparation.process(PDFOperator operator,
List<COSBase> arguments)
scn Set color space for non stroking operations.
|
void |
SetStrokingRGBColor.process(PDFOperator operator,
List<COSBase> arguments)
RG Set color space for stroking operations.
|
void |
SetStrokingPattern.process(PDFOperator operator,
List<COSBase> arguments)
Set pattern instead of a color space for stroking operations.
|
void |
SetStrokingLabColor.process(PDFOperator operator,
List<COSBase> arguments)
process the operator.
|
void |
SetStrokingIndexed.process(PDFOperator operator,
List<COSBase> arguments)
scn Set color space for non stroking operations.
|
void |
SetStrokingICCBasedColor.process(PDFOperator operator,
List<COSBase> arguments)
scn Set color space for stroking operations.
|
void |
SetStrokingGrayColor.process(PDFOperator operator,
List<COSBase> arguments)
RG Set color space for stroking operations.
|
void |
SetStrokingDeviceN.process(PDFOperator operator,
List<COSBase> arguments)
scn Set color space for non stroking operations.
|
void |
SetStrokingColorSpace.process(PDFOperator operator,
List<COSBase> arguments)
CS Set color space for stroking operations.
|
void |
SetStrokingColor.process(PDFOperator operator,
List<COSBase> arguments)
SC,SCN Set color space for stroking operations.
|
void |
SetStrokingCMYKColor.process(PDFOperator operator,
List<COSBase> arguments)
K Set color space for stroking operations.
|
void |
SetStrokingCalRGBColor.process(PDFOperator operator,
List<COSBase> arguments)
RG Set color space for stroking operations.
|
void |
SetNonStrokingSeparation.process(PDFOperator operator,
List<COSBase> arguments)
scn Set color space for non stroking operations.
|
void |
SetNonStrokingRGBColor.process(PDFOperator operator,
List<COSBase> arguments)
rg Set color space for non stroking operations.
|
void |
SetNonStrokingPattern.process(PDFOperator operator,
List<COSBase> arguments)
Set color space for non stroking operations.
|
void |
SetNonStrokingLabColor.process(PDFOperator operator,
List<COSBase> arguments)
process the operator.
|
void |
SetNonStrokingIndexed.process(PDFOperator operator,
List<COSBase> arguments)
scn Set color space for non stroking operations.
|
void |
SetNonStrokingICCBasedColor.process(PDFOperator operator,
List<COSBase> arguments)
scn Set color space for non stroking operations.
|
void |
SetNonStrokingGrayColor.process(PDFOperator operator,
List<COSBase> arguments)
rg Set color space for non stroking operations.
|
void |
SetNonStrokingDeviceN.process(PDFOperator operator,
List<COSBase> arguments)
scn Set color space for non stroking operations.
|
void |
SetNonStrokingColorSpace.process(PDFOperator operator,
List<COSBase> arguments)
cs Set color space for non stroking operations.
|
void |
SetNonStrokingColor.process(PDFOperator operator,
List<COSBase> arguments)
sc,scn Set color space for non stroking operations.
|
void |
SetNonStrokingCMYKColor.process(PDFOperator operator,
List<COSBase> arguments)
k Set color space for non stroking operations.
|
void |
SetNonStrokingCalRGBColor.process(PDFOperator operator,
List<COSBase> arguments)
rg Set color space for non stroking operations.
|
void |
SetMoveAndShow.process(PDFOperator operator,
List<COSBase> arguments)
" Set word and character spacing, move to next line, and show text.
|
void |
SetMatrix.process(PDFOperator operator,
List<COSBase> arguments)
Tm Set text matrix and text line matrix.
|
void |
SetLineWidth.process(PDFOperator operator,
List<COSBase> arguments)
w Set line width.
|
void |
SetLineMiterLimit.process(PDFOperator operator,
List<COSBase> arguments)
w Set miter limit.
|
void |
SetLineJoinStyle.process(PDFOperator operator,
List<COSBase> arguments)
Set the line cap style.
|
void |
SetLineDashPattern.process(PDFOperator operator,
List<COSBase> arguments)
Set the line dash pattern.
|
void |
SetLineCapStyle.process(PDFOperator operator,
List<COSBase> arguments)
Set the line cap style.
|
void |
SetHorizontalTextScaling.process(PDFOperator operator,
List<COSBase> arguments)
Tz Set horizontal text scaling.
|
void |
SetGraphicsStateParameters.process(PDFOperator operator,
List<COSBase> arguments)
gs Set parameters from graphics state parameter dictionary.
|
void |
SetCharSpacing.process(PDFOperator operator,
List<COSBase> arguments)
process : Tc Set character spacing.
|
abstract void |
OperatorProcessor.process(PDFOperator operator,
List<COSBase> arguments)
process the operator.
|
void |
NextLine.process(PDFOperator operator,
List<COSBase> arguments)
process : T* Move to start of next text line.
|
void |
MoveTextSetLeading.process(PDFOperator operator,
List<COSBase> arguments)
process : TD Move text position and set leading.
|
void |
MoveText.process(PDFOperator operator,
List<COSBase> arguments)
process : Td : Move text position.
|
void |
MoveAndShow.process(PDFOperator operator,
List<COSBase> arguments)
' Move to next line and show text.
|
void |
Invoke.process(PDFOperator operator,
List<COSBase> arguments)
process : Do - Invoke a named xobject.
|
void |
GSave.process(PDFOperator operator,
List<COSBase> arguments)
process : q : Save graphics state.
|
void |
GRestore.process(PDFOperator operator,
List<COSBase> arguments)
process the operator.
|
void |
EndText.process(PDFOperator operator,
List<COSBase> arguments)
process : ET : End text object.
|
void |
EndMarkedContentSequence.process(PDFOperator operator,
List<COSBase> arguments)
process the operator.
|
void |
Concatenate.process(PDFOperator operator,
List<COSBase> arguments)
process : cm : Concatenate matrix to current transformation matrix.
|
void |
CloseAndStrokePath.process(PDFOperator operator,
List<COSBase> arguments)
s close and stroke the path.
|
void |
BeginText.process(PDFOperator operator,
List<COSBase> arguments)
process : BT : Begin text object.
|
void |
BeginMarkedContentSequenceWithProperties.process(PDFOperator operator,
List<COSBase> arguments)
process the operator.
|
void |
BeginMarkedContentSequence.process(PDFOperator operator,
List<COSBase> arguments)
process the operator.
|
Modifier and Type | Method and Description |
---|---|
void |
StrokePath.process(PDFOperator operator,
List<COSBase> arguments)
S stroke the path.
|
void |
SHFill.process(PDFOperator operator,
List<COSBase> arguments)
process : sh : shade fill the clipping area.
|
void |
SetLineWidth.process(PDFOperator operator,
List<COSBase> arguments)
w Set line width.
|
void |
SetLineMiterLimit.process(PDFOperator operator,
List<COSBase> arguments)
Set the line dash pattern.
|
void |
SetLineJoinStyle.process(PDFOperator operator,
List<COSBase> arguments)
Set the line cap style.
|
void |
SetLineDashPattern.process(PDFOperator operator,
List<COSBase> arguments)
Set the line dash pattern.
|
void |
SetLineCapStyle.process(PDFOperator operator,
List<COSBase> arguments)
Set the line cap style.
|
void |
MoveTo.process(PDFOperator operator,
List<COSBase> arguments)
process : m : Begin new subpath.
|
void |
LineTo.process(PDFOperator operator,
List<COSBase> arguments)
process : l : Append straight line segment to path.
|
void |
Invoke.process(PDFOperator operator,
List<COSBase> arguments)
process : Do : Paint the specified XObject (section 4.7).
|
void |
FillNonZeroRule.process(PDFOperator operator,
List<COSBase> arguments)
process : F/f : fill path using non zero winding rule.
|
void |
FillNonZeroAndStrokePath.process(PDFOperator operator,
List<COSBase> arguments)
fill and stroke the path.
|
void |
FillEvenOddRule.process(PDFOperator operator,
List<COSBase> arguments)
process : f* : fill path using even odd rule.
|
void |
FillEvenOddAndStrokePath.process(PDFOperator operator,
List<COSBase> arguments)
fill and stroke the path.
|
void |
EndPath.process(PDFOperator operator,
List<COSBase> arguments)
process : n : End path.
|
void |
CurveToReplicateInitialPoint.process(PDFOperator operator,
List<COSBase> arguments)
process : v : Append curved segment to path (initial point replicated).
|
void |
CurveToReplicateFinalPoint.process(PDFOperator operator,
List<COSBase> arguments)
process : y : Append curved segment to path (final point replicated).
|
void |
CurveTo.process(PDFOperator operator,
List<COSBase> arguments)
process : c : Append curved segment to path.
|
void |
ClosePath.process(PDFOperator operator,
List<COSBase> arguments)
process : h : Close path.
|
void |
CloseFillNonZeroAndStrokePath.process(PDFOperator operator,
List<COSBase> arguments)
fill and stroke the path.
|
void |
CloseFillEvenOddAndStrokePath.process(PDFOperator operator,
List<COSBase> arguments)
fill and stroke the path.
|
void |
ClipNonZeroRule.process(PDFOperator operator,
List<COSBase> arguments)
process : W : Set the clipping path using non zero winding rule.
|
void |
ClipEvenOddRule.process(PDFOperator operator,
List<COSBase> arguments)
process : W* : set clipping path using even odd rule.
|
void |
BeginInlineImage.process(PDFOperator operator,
List<COSBase> arguments)
process : BI : begin inline image.
|
void |
AppendRectangleToPath.process(PDFOperator operator,
List<COSBase> arguments)
process : re : append rectangle to path.
|
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.