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

Safe HaskellNone

Pdf.Toolbox.Core.Object.Builder

Description

Render Object to bytestring

Synopsis

Documentation

buildIndirectObject :: Ref -> Object ByteString -> BuilderSource

Build indirect object

buildObject :: Object a -> BuilderSource

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