CCPdfMetaInfo Holds metadata extracted from a PDF document.
More...
#include <mupdf_tools.h>
|
|
| Q_ENUM (Field) |
| | enum object
|
| |
|
|
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.
|
| |
CCPdfMetaInfo Holds metadata extracted from a PDF document.
◆ Field
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: