CCIMXDesktop
 
Loading...
Searching...
No Matches
CCPdfMetaInfo Struct Reference

CCPdfMetaInfo Holds metadata extracted from a PDF document. More...

#include <mupdf_tools.h>

Public Types

enum class  Field {
  Author , Title , Subject , Keywords ,
  Creator , Producer , CreationDateTime , ModifyDateTime
}
 Field Enum representing available metadata fields. More...
 

Public Member Functions

 Q_ENUM (Field)
 enum object
 

Public Attributes

QString author
 The document's author.
 
QString title
 The document's title.
 
QString subject
 The document's subject.
 
QString keywords
 Keywords for classification.
 
QString creator
 Application that created the document.
 
QString producer
 Software that produced the PDF.
 
QString creation_datetime
 Creation date/time string.
 
QString modify_datetime
 Modification date/time string.
 

Detailed Description

CCPdfMetaInfo Holds metadata extracted from a PDF document.

Member Enumeration Documentation

◆ Field

enum class CCPdfMetaInfo::Field
strong

Field Enum representing available metadata fields.

Enumerator
Author 

The document's author.

Title 

The document's title.

Subject 

The document's subject.

Keywords 

Keywords associated with the document.

Creator 

Application that created the document.

Producer 

PDF producing software.

CreationDateTime 

Document creation datetime.

ModifyDateTime 

Last modification datetime.


The documentation for this struct was generated from the following file: