| Interface | Description |
|---|---|
| IPdfBoxGraphics2DColorMapper |
Map Color to PDColor
|
| IPdfBoxGraphics2DFontTextDrawer |
Draw text using Fonts
|
| IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv |
Enviroment for font based drawing of text
|
| IPdfBoxGraphics2DImageEncoder |
Encode and compress an image as PDImageXObject
|
| IPdfBoxGraphics2DPaintApplier |
Apply the given paint on the Content Stream.
|
| IPdfBoxGraphics2DPaintApplier.IPaintEnv |
The different mappers used by the paint applier.
|
| Class | Description |
|---|---|
| PdfBoxGraphics2D |
Graphics 2D Adapter for PDFBox.
|
| PdfBoxGraphics2DColorMapper | |
| PdfBoxGraphics2DFontTextDrawer |
Default implementation to draw fonts.
|
| PdfBoxGraphics2DFontTextDrawerDefaultFonts |
Like
PdfBoxGraphics2DFontTextDrawer, but tries to use default fonts
whenever possible. |
| PdfBoxGraphics2DFontTextForcedDrawer |
Always draw using text, even if we know that we can not map the text correct
|
| PdfBoxGraphics2DLosslessImageEncoder |
Encodes all images using lossless compression.
|
| PdfBoxGraphics2DPaintApplier |
Default paint mapper.
|
Copyright © 2017. All rights reserved.