The major version number of the poppler header files (e.g. in poppler version 0.1.2 this is 0.)
The micro version number of the poppler header files (e.g. in poppler version 0.1.2 this is 2.)
The major version number of the poppler header files (e.g. in poppler version 0.1.2 this is 1.)
Parses a PDF format date string and converts it to a #time_t. Returns #FALSE if the parsing fails or the input string is not a valid PDF format date string
string to parse
an uninitialized #time_t
Returns the version of poppler in use. This result is not to be freed.
Converts a bytestring into a zero-terminated string suitable to pass to poppler_document_find_dest().
Note that the returned string has no defined encoding and is not suitable for display to the user.
The returned data must be freed using g_free().
the bytestring data
Converts a named dest string (e.g. from #PopplerDest.named_dest) into a bytestring, inverting the transformation of poppler_named_dest_from_bytestring().
Note that the returned data is not zero terminated and may also contains embedded NUL bytes.
If name
is not a valid named dest string, returns %NULL.
The returned data must be freed using g_free().
the named dest string
Defined if poppler was compiled with cairo support.