pdf-toolbox-core-0.0.4.1: A collection of tools for processing PDF files.

Safe HaskellNone
LanguageHaskell98

Pdf.Toolbox.Core.Object.Builder

Description

Render Object to bytestring

Synopsis

Documentation

buildIndirectObject :: Ref -> Object ByteString -> Builder Source

Build indirect object

buildObject :: Object a -> Builder Source

Render inline object (without "obj/endobj"). It is error to supply Stream, because it could not be inlined, but should always be an indirect object