PDF document info. More...
#include <DocInfo.hh>
Public Member Functions | |
virtual const std::string & | Creator () const =0 |
Get the creator of the PDF document. | |
virtual const std::string & | Producer () const =0 |
Get the creator of the PDF document. |
This class provides interface functions to access PDF document meta information. The following information can be accessed:
virtual const std::string& pdf::DocInfo::Creator | ( | ) | const [pure virtual] |
If the document was converted to PDF from another format, the name of the application (for example, Adobe FrameMaker) that created the original document from which it was converted.
virtual const std::string& pdf::DocInfo::Producer | ( | ) | const [pure virtual] |
if the document was converted to PDF from another format, the name of the application (for example, libpdfdoc) that converted it to PDF.