poppler-features
#include <poppler.h>
const char * poppler_get_version (void);
void
Returns the version of poppler in use. This result is not to be freed.
the version of poppler.
PopplerBackend poppler_get_backend (void);
Returns the backend compiled into the poppler library.
The backend used by poppler
Backend codes returned by poppler_get_backend().
poppler_get_backend()
POPPLER_BACKEND_UNKNOWN
Unknown backend
POPPLER_BACKEND_SPLASH
Splash backend
POPPLER_BACKEND_CAIRO
Cairo backend