node-pdfutils
Public Member Functions | List of all members
PdfDocument Class Reference

Class representation of a PDF-Document. More...

#include <PdfDocument.h>

Public Member Functions

int length ()
 number of pages in this docoument
 
const char * author ()
 author of this document
 
int creationDate ()
 creation date of this document
 
const char * creator ()
 creator of this document
 
const char * format ()
 format of this document
 
const char * keywords ()
 keywords of this document
 
bool linearized ()
 whether this document is linearized
 
const char * metadata ()
 metadata of this document
 
int modDate ()
 modification date of this document
 
enum PdfPageLayout pageLayout ()
 page layout of this document
 
enum PdfPageMode pageMode ()
 page mode of this document
 
int permissions ()
 permissions of this document
 
const char * producer ()
 producer of this document
 
const char * subject ()
 subject of this document
 
const char * title ()
 title of this document
 
void setLength (const int length)
 set number of pages in this document
 
void setAuthor (const char *author)
 sets author of this document
 
void setCreationDate (const int creationDate)
 sets creation date of this document
 
void setCreator (const char *creator)
 sets creator of this document
 
void setFormat (const char *format)
 sets format of this document
 
void setKeywords (const char *keywords)
 sets keywords of this document
 
void setLinearized (const bool linearized)
 sets whether this document is linearized
 
void setMetadata (const char *metadata)
 sets modification date of this document
 
void setModDate (const int modDate)
 sets page layout of this document
 
void setPageLayout (const enum PdfPageLayout pageLayout)
 sets page layout of this document
 
void setPageMode (const enum PdfPageMode pageMode)
 sets page mode of this document
 
void setPermissions (const int permissions)
 sets permissions of this document
 
void setProducer (const char *producer)
 sets producer of this document
 
void setSubject (const char *subject)
 sets subject of this document
 
void setTitle (const char *title)
 sets title of this document
 

Detailed Description

Class representation of a PDF-Document.

This class should be filled from a PDFEngine


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