litePDF C++ interface
2.0.5
|
C++ interface. More...
#include <windows.h>
#include <string>
Classes | |
class | litePDF::TLitePDFException |
class | litePDF::TLitePDF |
Namespaces | |
litePDF | |
Macros | |
#define | LitePDF_API_Major 2 |
#define | LitePDF_API_Minor 0 |
#define | LitePDFDocumentInfo_Author "Author" |
#define | LitePDFDocumentInfo_Creator "Creator" |
#define | LitePDFDocumentInfo_Keywords "Keywords" |
#define | LitePDFDocumentInfo_Subject "Subject" |
#define | LitePDFDocumentInfo_Title "Title" |
#define | LitePDFDocumentInfo_Producer "Producer" |
#define | LitePDFDocumentInfo_Trapped "Trapped" |
#define | LitePDFDocumentInfo_CreationDate "CreationDate" |
#define | LitePDFDocumentInfo_ModificationDate "ModDate" |
Typedefs | |
typedef void(__stdcall * | litePDF::MLitePDFErrorEvent )(unsigned int code, const char *msg, void *user_data) |
typedef unsigned int(__stdcall * | litePDF::TLitePDFEvalFontFlagCB )(char *inout_faceName, unsigned int faceNameBufferSize, void *user_data) |
typedef void(__stdcall * | litePDF::TLitePDFAppendSignatureDataFunc )(const char *bytes, unsigned int bytes_len, void *user_data) |
typedef void(__stdcall * | litePDF::TLitePDFFinishSignatureFunc )(char *signature, unsigned int *signature_len, void *user_data) |
C++ interface.
This document describes a C++ interface for litePDF.dll API.
#define LitePDF_API_Major 2 |
LitePDF API version Major part;
#define LitePDF_API_Minor 0 |
LitePDF API version Minor part;
#define LitePDFDocumentInfo_Author "Author" |
an Author of the document
#define LitePDFDocumentInfo_CreationDate "CreationDate" |
a date of the creation of the document
#define LitePDFDocumentInfo_Creator "Creator" |
a Creator of the document
#define LitePDFDocumentInfo_Keywords "Keywords" |
the Keywords of the document
#define LitePDFDocumentInfo_ModificationDate "ModDate" |
a date of the last modification of the document
#define LitePDFDocumentInfo_Producer "Producer" |
a Producer of the document; this key is read-only
#define LitePDFDocumentInfo_Subject "Subject" |
a Subject of the document
#define LitePDFDocumentInfo_Title "Title" |
a Title of the document
#define LitePDFDocumentInfo_Trapped "Trapped" |
a trapping state of the document