pdf::DocInfo Class Reference

PDF document info. More...

#include <DocInfo.hh>

List of all members.

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.

Detailed Description

This class provides interface functions to access PDF document meta information. The following information can be accessed:


Member Function Documentation

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.


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

Hosted by SourceForge Logo