pdf-toolbox-document-0.1.2: A collection of tools for processing PDF files.
Safe HaskellNone
LanguageHaskell2010

Pdf.Document.Info

Description

Document info dictionary

Synopsis

Documentation

data Info Source #

Information dictionary

infoTitle :: Info -> IO (Maybe Text) Source #

Document title

infoAuthor :: Info -> IO (Maybe Text) Source #

The name of the person who created the document

infoSubject :: Info -> IO (Maybe Text) Source #

The subject of the document

infoKeywords :: Info -> IO (Maybe Text) Source #

Keywords associated with the document

infoCreator :: Info -> IO (Maybe Text) Source #

The name of the application that created the original document

infoProducer :: Info -> IO (Maybe Text) Source #

The name of the application that converted the document to PDF format