Example usage for Java com.itextpdf.text Utilities fields, constructors, methods, implement or subclass
The text is from its open source code.
float | inchesToPoints(final float value) Measurement conversion from inches to points. |
float | millimetersToPoints(final float value) Measurement conversion from millimeters to points. |
float | pointsToInches(final float value) Measurement conversion from points to inches. |
float | pointsToMillimeters(final float value) Measurement conversion from points to millimeters. |
String | readFileToString(final String path) Reads the contents of a file to a String. |
String | readFileToString(final File file) Reads the contents of a file to a String. |