PrintableController

abstract class PrintableController

Provides the print method to trigger printing Printable composables. Create one by calling rememberPrintableController.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun print(documentName: String, jobName: String = documentName)

Asks the PrintManager to start printing the Printable composable.