Java com.itextpdf.text Utilities fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.text Utilities fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.text Utilities.

The text is from its open source code.

Method

floatinchesToPoints(final float value)
Measurement conversion from inches to points.
floatmillimetersToPoints(final float value)
Measurement conversion from millimeters to points.
floatpointsToInches(final float value)
Measurement conversion from points to inches.
floatpointsToMillimeters(final float value)
Measurement conversion from points to millimeters.
StringreadFileToString(final String path)
Reads the contents of a file to a String.
StringreadFileToString(final File file)
Reads the contents of a file to a String.