Uses of Class
de.xima.fc.transform.pdf.convert.PageFormatUtils.IntSize
Packages that use PageFormatUtils.IntSize
-
Uses of PageFormatUtils.IntSize in de.xima.fc.transform.pdf.convert
Methods in de.xima.fc.transform.pdf.convert that return PageFormatUtils.IntSizeModifier and TypeMethodDescriptionstatic PageFormatUtils.IntSizePageFormatUtils.toSizeInPoints(ETargetPageFormat pageFormat, PageFormatUtils.IntSize dfltFormat) Returns a page format value usable by converters based on DTP points.Methods in de.xima.fc.transform.pdf.convert with parameters of type PageFormatUtils.IntSizeModifier and TypeMethodDescriptionstatic voidPageFormatUtils.applyPdfPageFormat(byte[] sourcePdfBytes, OutputStream os, PageFormatUtils.IntSize targetSize) Checks each page of a PDF document (provided with the byte array argument) and applies the provided page format.static voidPageFormatUtils.applyPdfPageFormat(com.aspose.pdf.Document pdfDocument, PageFormatUtils.IntSize targetSize) Checks each page of the provided PDF document and applies the provided page format.static PageFormatUtils.IntSizePageFormatUtils.toSizeInPoints(ETargetPageFormat pageFormat, PageFormatUtils.IntSize dfltFormat) Returns a page format value usable by converters based on DTP points.