| Class | Description |
|---|---|
| BidiUtils |
see http://translationtherapy.com/understanding-how-to-work-with-bi-directionality-bidi-text/ and
https://docs.oracle.com/javase/tutorial/2d/text/textlayoutbidirectionaltext.html for some info related to BiDi
contents
|
| CharUtils |
Utility class providing chars related helper methods
|
| DateConverter |
Converts dates to strings and back using the PDF date standard in section 3.8.2 of PDF Reference 1.7.
|
| Hex |
Utility functions for hex encoding.
|
| Matrix |
This class will be used for matrix manipulation.
|
| NumberFormatUtil |
This class contains methods to format numbers.
|
| Pool<T> |
A simple object pool implementation that requires a
Supplier which is used to create instances to pool and
when an object is requested but the pool is exhausted. |
| QuickSort |
see http://de.wikipedia.org/wiki/Quicksort.
|
| ReflectionUtils |
Simple utility class for working with the reflection API and handling
reflection exceptions.
|
| SpecVersionUtils |
Utility class with pdf spec versions related methods and constants
|
| Vector |
A 2D vector.
|
| Version |
Exposes PDFBox version.
|
| XMLUtil |
This class with handle some simple XML operations.
|
Copyright © 2019 sejda. All rights reserved.