pdfLibraryVersion

Retrieve the library version number.
const char *pdfLibraryVersion()
This function returns the version number of the library, as a string.
C:
const char *ver; ver = pdfLibraryVersion(); printf("library version %s\n", ver);