#include <PdfInfo.h>
Inheritance diagram for PoDoFo::PdfInfo:
Public Types | |
enum | EPdfInfoInitial { ePdfInfoInitial_WriteCreationTime = 0x01, ePdfInfoInitial_WriteModificationTime = 0x02, ePdfInfoInitial_WriteProducer = 0x04 } |
Public Member Functions | |
PdfInfo (PdfVecObjects *pParent, int eInitial=ePdfInfoInitial_WriteCreationTime|ePdfInfoInitial_WriteProducer) | |
PdfInfo (PdfObject *pObject, int eInitial=ePdfInfoInitial_WriteModificationTime) | |
~PdfInfo () | |
void | SetAuthor (const PdfString &sAuthor) |
const PdfString & | GetAuthor () const |
void | SetCreator (const PdfString &sCreator) |
const PdfString & | GetCreator () const |
void | SetKeywords (const PdfString &sKeywords) |
const PdfString & | GetKeywords () const |
void | SetSubject (const PdfString &sSubject) |
const PdfString & | GetSubject () const |
void | SetTitle (const PdfString &sTitle) |
const PdfString & | GetTitle () const |
void | SetProducer (const PdfString &sProducer) |
const PdfString & | GetProducer () const |
void | SetTrapped (const PdfName &sTrapped) |
const PdfName & | GetTrapped () const |
|
|
Create a new PdfInfo object
|
|
Create a PdfInfo object from an existing object in the PDF file.
|
|
Destructor |
|
Get the author of the document
|
|
Get the creator of the document
|
|
Get the keywords of the 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.
|
|
Set the creator of the document. Typically the name of the application using the library.
|
|
Set keywords for this document
|
|
Set the producer of the document.
|
|
Set the subject of the document.
|
|
Set the title of the document.
|
|
Set the trapping state of the document.
|