Pdf Attributes
data class PdfAttributes(var author: String = "Created with Scanbot SDK", var creator: String = "", var title: String = "", var subject: String = "", var keywords: String = "") : Parcelable
PDF attributes.
PDF attributes.