Package de.xima.fc.transform.pdf.convert
-
Interface Summary Interface Description IPdfConverter Defines functionality to convert data into the PDF format. -
Class Summary Class Description PageFormatUtils Helper for handling the various page formats used by the PDF converter implementations.PageFormatUtils.ApachePoiPageFormat Wraps 'Apache POI' (or to be more precise 'open xml word processing') page format settings.PageFormatUtils.AsposePageFormat Wraps numeric page format constants used by Aspose, see e.g.PageFormatUtils.IntSize A 'record' that wraps width and height of a rectangle as integer values.PdfConversionParams Optional conversion parameters, see the particular converter implementations for supported values.PdfConversionParams.ParamNames Some parameter names.PdfConverters PDF conversion facade. -
Enum Summary Enum Description ETargetPageFormat Some page formats that might be passed as conversion parameters (see the particular converter implementation for supported values). -
Exception Summary Exception Description PdfConversionException RuntimeException to be thrown in case of conversion problems.