Document -package:gi-atk
The symbol table stored in a document holds all its general entity
reference definitions.
Represents a document fragment, including the format, encoding, and
document type declaration as well as its content.
A pure representation of an XML document that uses a list as its
container type.
A BSON document is a list of
Fields
Management of the PDF structure
This module defines an abstract syntax tree for the
GraphQL
language. It follows closely the structure given in the specification.
Please refer to
Facebook's GraphQL Specification. for more
information.
Represent a full svg document with style, geometry and named elements.
Mid level utils for processing PDF file
Basic example how to get number of pages in document
import Pdf.Document
withPdfFile "input.pdf" $ \pdf ->
doc <- document pdf
catalog <- documentCatalog doc
rootNode <- catalogPageNode catalog
count <- pageNodeNKids rootNode
print count
page <- loadPageByNum rootNode 1
text <- pageExtractText page
print text
PDF document
It is a trailer under the hood
Document is the Handle into a specific interaction with a web
page.