Meta
data class Meta(val title: String, val author: String, val subject: String, val keywords: String, val creator: String, val producer: String, val creationDate: String, val modDate: String)
Represents the metadata of a PDF document.
Parameters
title
The title of the document.
author
The author of the document.
subject
The subject of the document.
keywords
The keywords associated with the document.
creator
The application that created the document.
producer
The application that produced the document.
creationDate
The date and time when the document was created.
modDate
The date and time when the document was last modified.