Poppler CPP 25.01.0
|
#include "poppler-global.h"
Namespaces | |
namespace | poppler |
Macros | |
#define | POPPLER_VERSION "@POPPLER_VERSION@" |
#define | POPPLER_VERSION_H |
#define | POPPLER_VERSION_MAJOR @POPPLER_MAJOR_VERSION@ |
#define | POPPLER_VERSION_MICRO @POPPLER_MICRO_VERSION@ |
#define | POPPLER_VERSION_MINOR @POPPLER_MINOR_VERSION@ |
Functions | |
unsigned int | poppler::version_major () |
unsigned int | poppler::version_micro () |
unsigned int | poppler::version_minor () |
std::string | poppler::version_string () |
poppler-version.h
#define POPPLER_VERSION "@POPPLER_VERSION@" |
The version string of the poppler-cpp header files.
e.g. in poppler version 0.1.2 this is "0.1.2".
#define POPPLER_VERSION_MAJOR @POPPLER_MAJOR_VERSION@ |
The "major" version number of the poppler-cpp header files.
e.g. in poppler version 0.1.2 this is 0.
#define POPPLER_VERSION_MICRO @POPPLER_MICRO_VERSION@ |
The "micro" version number of the poppler-cpp header files.
e.g. in poppler version 0.1.2 this is 2.
#define POPPLER_VERSION_MINOR @POPPLER_MINOR_VERSION@ |
The "minor" version number of the poppler-cpp header files.
e.g. in poppler version 0.1.2 this is 1.