Top | ![]() |
![]() |
![]() |
![]() |
PopplerBackend | poppler_get_backend () |
const char * | poppler_get_version () |
gboolean | poppler_date_parse () |
PopplerColor * | poppler_color_new () |
PopplerColor * | poppler_color_copy () |
void | poppler_color_free () |
#define | POPPLER_ERROR |
enum | PopplerError |
enum | PopplerOrientation |
enum | PopplerBackend |
PopplerColor | |
enum | PopplerPrintFlags |
enum | PopplerFindFlags |
PopplerBackend
poppler_get_backend (void
);
Returns the backend compiled into the poppler library.
const char *
poppler_get_version (void
);
Returns the version of poppler in use. This result is not to be freed.
gboolean poppler_date_parse (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
Since 0.12
PopplerColor *
poppler_color_copy (PopplerColor *color
);
Creates a copy of color
typedef struct { guint16 red; guint16 green; guint16 blue; } PopplerColor;
A PopplerColor describes a RGB color. Color components are values between 0 and 65535