DocumentGenerator

class DocumentGenerator(context: Context)

Constructors

Link copied to clipboard
constructor(context: Context)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Configuration @JvmOverloads constructor(val outputFile: File, val pdfFontFile: File? = null, val pdfaConfiguration: DocumentGenerator.PDFAConfiguration = PDFAConfiguration.enabled())
Link copied to clipboard
class Exception(errorCode: String) : Exception
Link copied to clipboard

Functions

Link copied to clipboard
fun generatePDFDocument(document: PDFDocument, configuration: DocumentGenerator.Configuration, imageProcessor: PDFImageProcessor = NoopImageProcessor())
Link copied to clipboard
fun generateTIFFDocument(document: PDFDocument, outputFile: File)