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

Pdf.Document.Internal.Util

Description

Utilities for internal use

Synopsis

Documentation

ensureType :: Name -> Dict -> IO () Source #

Check that the dictionary has the specified "Type" filed

dictionaryType :: Dict -> Either String Name Source #

Get dictionary type, name at key "Type"