pdf-toolbox-document-0.0.5.1: A collection of tools for processing PDF files.

Safe HaskellNone
LanguageHaskell98

Pdf.Toolbox.Document.Internal.Util

Description

Utilities for internal use

Synopsis

Documentation

ensureType :: Monad m => Name -> Dict -> PdfE m () Source

Check that the dictionary has the specified "Type" filed

dictionaryType :: Monad m => Dict -> PdfE m Name Source

Get dictionary type, name at key "Type"