Pdf Metadata
data class PdfMetadata( val author: String? = null, val creationDate: Instant? = null, val creator: String? = null, val documentId: PdfDocumentId? = null, val keywords: String? = null, val modificationDate: Instant? = null, val producer: String? = null, val subject: String? = null, val title: String? = null)
Content copied to clipboard
Constructors
Link copied to clipboard
fun PdfMetadata( author: String? = null, creationDate: Instant? = null, creator: String? = null, documentId: PdfDocumentId? = null, keywords: String? = null, modificationDate: Instant? = null, producer: String? = null, subject: String? = null, title: String? = null)
Content copied to clipboard