CPDFInfo constructor
CPDFInfo({})
Implementation
CPDFInfo({
required this.title,
required this.author,
required this.subject,
required this.keywords,
required this.creator,
required this.producer,
this.creationDate,
this.modificationDate,
});