Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
poppler-glib
Poppler
ActionType
AnnotExternalDataType
AnnotFlag
AnnotFreeTextQuadding
AnnotMarkupReplyType
AnnotTextState
AnnotType
Backend
DestType
Error
FontType
FormButtonType
FormChoiceType
FormFieldType
FormTextType
Orientation
PageLayout
PageMode
PageTransitionAlignment
PageTransitionDirection
PageTransitionType
Permissions
SelectionStyle
ViewerPreferences
Action
Annot
AnnotCalloutLine
AnnotFreeText
AnnotMapping
AnnotMarkup
AnnotText
Attachment
Color
Dest
Document
FontInfo
FontsIter
FormField
FormFieldMapping
ImageMapping
IndexIter
Layer
LayersIter
LinkMapping
PSFile
Page
PageTransition
ActionAny
ActionGotoDest
ActionGotoRemote
ActionLaunch
ActionMovie
ActionNamed
ActionUri
Rectangle
HAS_CAIRO
MAJOR_VERSION
MICRO_VERSION
MINOR_VERSION
WITH_GDK
AttachmentSaveFunc
date_parse
error_quark
get_backend
get_version
Poppler
Description:
Content:
Classes:
Action
-
A data structure for holding actions
Annot
-
AnnotCalloutLine
-
AnnotFreeText
-
AnnotMapping
-
A
AnnotMapping
structure represents the location of
annot
on the page
AnnotMarkup
-
AnnotText
-
Attachment
-
Color
-
A
Color
describes a RGB color. Color components are values between 0 and 65535
Dest
-
Data structure for holding a destination
Document
-
FontInfo
-
FontsIter
-
FormField
-
FormFieldMapping
-
A
FormFieldMapping
structure represents the location of
field
on the page
ImageMapping
-
A
ImageMapping
structure represents the location of an image on the page
IndexIter
-
Layer
-
LayersIter
-
LinkMapping
-
A
LinkMapping
structure represents the location of
action
on the page
PSFile
-
Page
-
PageTransition
-
A
PageTransition
structures describes a visual transition to use when moving between pages during a presentation
Structs:
ActionAny
-
ActionGotoDest
-
ActionGotoRemote
-
ActionLaunch
-
ActionMovie
-
ActionNamed
-
ActionUri
-
Rectangle
-
A
Rectangle
is used to describe locations on a page and bounding boxes
Enums:
ActionType
-
Action types
AnnotExternalDataType
-
AnnotFlag
-
AnnotFreeTextQuadding
-
AnnotMarkupReplyType
-
AnnotTextState
-
AnnotType
-
Backend
-
DestType
-
Destination types
Error
-
Error codes returned by
Document
FontType
-
Font types
FormButtonType
-
FormChoiceType
-
FormFieldType
-
FormTextType
-
Orientation
-
PageLayout
-
Page layout types
PageMode
-
Page modes
PageTransitionAlignment
-
Page transition alignment types for
SPLIT
and
BLINDS
transition types
PageTransitionDirection
-
Page transition direction types for
SPLIT
,
BOX
and
FLY
transition types
PageTransitionType
-
Page transition types
Permissions
-
Permissions
SelectionStyle
-
Selection styles
ViewerPreferences
-
Viewer preferences
Constants:
public
const
int
HAS_CAIRO
public
const
int
MAJOR_VERSION
public
const
int
MICRO_VERSION
public
const
int
MINOR_VERSION
public
const
int
WITH_GDK
Delegates:
public
delegate
bool
AttachmentSaveFunc
(
string
buf,
size_t
count,
void
* data)
throws
Error
Functions:
public
bool
date_parse
(
string
date,
ulong
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
public
Quark
error_quark
()
public
Backend
get_backend
()
Returns the backend compiled into the poppler library.
public
unowned
string
get_version
()
Returns the version of poppler in use. This result is not to be freed.