PDFPage
data class PDFPage @JvmOverloads constructor(val imageFile: File, val inchesSize: PDFSize, val textLayout: TextLayout? = null)
Describes a page of a PDF document for the PDF generator.
Describes a page of a PDF document for the PDF generator.