gi-poppler-0.18.14: Poppler bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Poppler.Functions

Contents

Description

 

Synopsis

Methods

dateParse

dateParse Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Text

date: string to parse

-> CLong

timet: an uninitialized time_t

-> m Bool

Returns: TRUE, if timet was set

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

getBackend

getBackend Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> m Backend

Returns: The backend used by poppler

Returns the backend compiled into the poppler library.

getVersion

getVersion Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> m Text

Returns: the version of poppler.

Returns the version of poppler in use. This result is not to be freed.