| BezierCurve |
Represents a Bezier curve.
|
| ContentByteUtils |
|
| FilteredRenderListener |
A text render listener that filters text operations before passing them on to a delegate
|
| FilteredTextRenderListener |
A text render listener that filters text operations before passing them on to a delegate
|
| GlyphRenderListener |
|
| GlyphTextRenderListener |
|
| GraphicsState |
Keeps all the parameters of the graphics state.
|
| ImageRenderInfo |
Represents image data from a PDF
|
| InlineImageInfo |
Represents an inline image from a PDF
|
| InlineImageUtils |
Utility methods to help with processing of inline images
|
| Line |
Represents a line.
|
| LineDashPattern |
Represents the line dash pattern.
|
| LineSegment |
Represents a line segment in a particular coordinate system.
|
| LocationTextExtractionStrategy |
Development preview - this class (and all of the parser classes) are still experiencing
heavy development, and are subject to change both behavior and interface.
|
| LocationTextExtractionStrategy.TextChunk |
Represents a chunk of text, it's orientation, and location relative to the orientation vector
|
| LocationTextExtractionStrategy.TextChunkLocationDefaultImp |
|
| MarkedContentInfo |
Represents a Marked Content block in a PDF
|
| MarkedContentRenderFilter |
A RenderFilter that only allows text within a specified marked content sequence.
|
| Matrix |
Keeps all the values of a 3 by 3 matrix
and allows you to do some math with matrices.
|
| MultiFilteredRenderListener |
|
| Path |
Paths define shapes, trajectories, and regions of all sorts.
|
| PathConstructionRenderInfo |
Contains information relating to construction the current path.
|
| PathPaintingRenderInfo |
Contains information relating to painting current path.
|
| PdfContentReaderTool |
Tool that parses the content of a PDF document.
|
| PdfContentStreamProcessor |
Processor for a PDF content Stream.
|
| PdfContentStreamProcessor.BeginMarkedContent |
A content operator implementation (BMC).
|
| PdfContentStreamProcessor.BeginMarkedContentDictionary |
A content operator implementation (BDC).
|
| PdfContentStreamProcessor.BeginText |
A content operator implementation (BT).
|
| PdfContentStreamProcessor.ClipPath |
A content operator implementation (W, W*)
|
| PdfContentStreamProcessor.CloseSubpath |
A content operator implementation (h).
|
| PdfContentStreamProcessor.Curve |
A content operator implementation (c).
|
| PdfContentStreamProcessor.CurveFirstPointDuplicated |
A content operator implementation (v).
|
| PdfContentStreamProcessor.CurveFourhPointDuplicated |
A content operator implementation (y).
|
| PdfContentStreamProcessor.Do |
A content operator implementation (Do).
|
| PdfContentStreamProcessor.EndMarkedContent |
A content operator implementation (EMC).
|
| PdfContentStreamProcessor.EndPath |
A content operator implementation (n).
|
| PdfContentStreamProcessor.EndText |
A content operator implementation (ET).
|
| PdfContentStreamProcessor.FormXObjectDoHandler |
An XObject subtype handler for FORM
|
| PdfContentStreamProcessor.IgnoreOperatorContentOperator |
A content operator implementation (unregistered).
|
| PdfContentStreamProcessor.IgnoreXObjectDoHandler |
An XObject subtype handler that does nothing
|
| PdfContentStreamProcessor.ImageXObjectDoHandler |
An XObject subtype handler for IMAGE
|
| PdfContentStreamProcessor.LineTo |
A content operator implementation (l).
|
| PdfContentStreamProcessor.ModifyCurrentTransformationMatrix |
A content operator implementation (cm).
|
| PdfContentStreamProcessor.MoveNextLineAndShowText |
A content operator implementation (').
|
| PdfContentStreamProcessor.MoveNextLineAndShowTextWithSpacing |
A content operator implementation (").
|
| PdfContentStreamProcessor.MoveTo |
A content operator implementation (m).
|
| PdfContentStreamProcessor.PaintPath |
A content operator implementation (S, s, f, F, f*, B, B*, b, b*).
|
| PdfContentStreamProcessor.PopGraphicsState |
A content operator implementation (Q).
|
| PdfContentStreamProcessor.ProcessGraphicsStateResource |
A content operator implementation (gs).
|
| PdfContentStreamProcessor.PushGraphicsState |
A content operator implementation (q).
|
| PdfContentStreamProcessor.Rectangle |
A content operator implementation (re).
|
| PdfContentStreamProcessor.ResourceDictionary |
A resource dictionary that allows stack-like behavior to support resource dictionary inheritance
|
| PdfContentStreamProcessor.SetCMYKFill |
A content operator implementation (rg).
|
| PdfContentStreamProcessor.SetCMYKStroke |
A content operator implementation (RG).
|
| PdfContentStreamProcessor.SetColorFill |
A content operator implementation (sc / scn).
|
| PdfContentStreamProcessor.SetColorSpaceFill |
A content operator implementation (cs).
|
| PdfContentStreamProcessor.SetColorSpaceStroke |
A content operator implementation (CS).
|
| PdfContentStreamProcessor.SetColorStroke |
A content operator implementation (SC / SCN).
|
| PdfContentStreamProcessor.SetGrayFill |
A content operator implementation (g).
|
| PdfContentStreamProcessor.SetGrayStroke |
A content operator implementation (G).
|
| PdfContentStreamProcessor.SetLineCap |
A content operator implementation (J).
|
| PdfContentStreamProcessor.SetLineDashPattern |
A content operator implementation (d).
|
| PdfContentStreamProcessor.SetLineJoin |
A content operator implementation (j).
|
| PdfContentStreamProcessor.SetLineWidth |
A content operator implementation (w).
|
| PdfContentStreamProcessor.SetMiterLimit |
A content operator implementation (M).
|
| PdfContentStreamProcessor.SetRGBFill |
A content operator implementation (rg).
|
| PdfContentStreamProcessor.SetRGBStroke |
A content operator implementation (RG).
|
| PdfContentStreamProcessor.SetTextCharacterSpacing |
A content operator implementation (Tc).
|
| PdfContentStreamProcessor.SetTextFont |
A content operator implementation (Tf).
|
| PdfContentStreamProcessor.SetTextHorizontalScaling |
A content operator implementation (Tz).
|
| PdfContentStreamProcessor.SetTextLeading |
A content operator implementation (TL).
|
| PdfContentStreamProcessor.SetTextRenderMode |
A content operator implementation (Tr).
|
| PdfContentStreamProcessor.SetTextRise |
A content operator implementation (Ts).
|
| PdfContentStreamProcessor.SetTextWordSpacing |
A content operator implementation (Tw).
|
| PdfContentStreamProcessor.ShowText |
A content operator implementation (Tj).
|
| PdfContentStreamProcessor.ShowTextArray |
A content operator implementation (TJ).
|
| PdfContentStreamProcessor.TextMoveNextLine |
A content operator implementation (T*).
|
| PdfContentStreamProcessor.TextMoveStartNextLine |
A content operator implementation (Td).
|
| PdfContentStreamProcessor.TextMoveStartNextLineWithLeading |
A content operator implementation (TD).
|
| PdfContentStreamProcessor.TextSetTextMatrix |
A content operator implementation (Tm).
|
| PdfImageObject |
An object that contains an image dictionary and image bytes.
|
| PdfImageObject.TrackingFilter |
A filter that does nothing, but keeps track of the filter type that was used
|
| PdfReaderContentParser |
A utility class that makes it cleaner to process content from pages of a PdfReader
through a specified RenderListener.
|
| PdfTextExtractor |
Extracts text from a PDF file.
|
| RegionTextRenderFilter |
A RenderFilter that only allows text within a specified rectangular region
|
| RenderFilter |
|
| SimpleTextExtractionStrategy |
A simple text extraction renderer.
|
| Subpath |
As subpath is a part of a path comprising a sequence of connected segments.
|
| TaggedPdfReaderTool |
Converts a tagged PDF document into an XML file.
|
| TextMarginFinder |
Allows you to find the rectangle that contains all the text in a page.
|
| TextRenderInfo |
Provides information and calculations needed by render listeners
to display/evaluate text render operations.
|
| Vector |
Represents a vector (i.e.
|