PoDoFo
1.0.0-dev
|
This class provides access to the documents info dictionary, which provides information about the PDF document. More...
#include <PdfInfo.h>
Inherits PoDoFo::PdfDictionaryElement.
Public Member Functions | |
PdfInfo (PdfObject &obj) | |
Create a PdfInfo object from an existing object in the PDF file. More... | |
PdfInfo (PdfObject &obj, PdfInfoInitial initial) | |
Create a PdfInfo object from an existing object in the PDF file. More... | |
void | SetTitle (nullable< const PdfString & > title) |
Set the title of the document. More... | |
nullable< const PdfString & > | GetTitle () const |
Get the title of the document. More... | |
void | SetAuthor (nullable< const PdfString & > author) |
Set the author of the document. More... | |
nullable< const PdfString & > | GetAuthor () const |
Get the author of the document. More... | |
void | SetSubject (nullable< const PdfString & > subject) |
Set the subject of the document. More... | |
nullable< const PdfString & > | GetSubject () const |
Get the subject of the document. More... | |
void | SetKeywords (nullable< const PdfString & > keywords) |
Set keywords for this document. More... | |
nullable< const PdfString & > | GetKeywords () const |
Get the keywords of the document. More... | |
void | SetCreator (nullable< const PdfString & > creator) |
Set the creator of the document. More... | |
nullable< const PdfString & > | GetCreator () const |
Get the creator of the document. More... | |
void | SetProducer (nullable< const PdfString & > producer) |
Set the producer of the document. More... | |
nullable< const PdfString & > | GetProducer () const |
Get the producer of the document. More... | |
void | SetCreationDate (nullable< PdfDate > date) |
nullable< PdfDate > | GetCreationDate () const |
Get creation date of document. More... | |
void | SetModDate (nullable< PdfDate > date) |
nullable< PdfDate > | GetModDate () const |
Get modification date of document. More... | |
void | SetTrapped (nullable< const PdfName & > trapped) |
Set the trapping state of the document. More... | |
nullable< const PdfName & > | GetTrapped () const |
Get the trapping state of the document. More... | |
This class provides access to the documents info dictionary, which provides information about the PDF document.
PdfInfo::PdfInfo | ( | PdfObject & | obj | ) |
Create a PdfInfo object from an existing object in the PDF file.
obj | must be an info dictionary |
PdfInfo::PdfInfo | ( | PdfObject & | obj, |
PdfInfoInitial | initial | ||
) |
Create a PdfInfo object from an existing object in the PDF file.
obj | must be an info dictionary. |
initial | which information should be writing initially to the information |
Get the author of the document.
Get creation date of document.
Get the creator of the document.
Get the keywords of the document.
Get modification date of document.
Get the producer of the document.
Get the subject of the document.
Get the title of the document.
Get the trapping state of the document.
Set the author of the document.
author | author |
Set the creator of the document.
Typically the name of the application using the library.
creator | creator |
Set keywords for this document.
keywords | a list of keywords |
Set the producer of the document.
producer | producer |
Set the subject of the document.
subject | subject |
Set the title of the document.
title | title |
Set the trapping state of the document.
trapped | trapped |