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

Safe HaskellNone

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 NameSource

Get dictionary type, name at key "Type"