PDF Utility functions
#include <poppler.h>
gboolean poppler_date_parse (const gchar *date, time_t *timet);
const gchar *date
time_t *timet
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
date
string to parse
timet
an uninitialized time_t
TRUE, if timet was set
Since: 0.12