Package-level declarations

Functions

Link copied to clipboard
inline fun Printer.createJob(settingsAction: JobSettings.() -> Unit = { copies = 1 setPageRanges(1 untilPage 1) }): PrinterJob

Create a new printer job with specified job settings.

Link copied to clipboard
infix inline fun Int.untilPage(endPage: Int): PageRange

Create a PageRange ranging from this to endPage.