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

Pdf.Core.Types

Description

Compound data structures from sec. 7.9 of PDF32000:2008

Synopsis

Documentation

data Rectangle a Source #

Rectangle

Constructors

Rectangle a a a a 

Instances

Instances details
Show a => Show (Rectangle a) Source # 
Instance details

Defined in Pdf.Core.Types

rectangleFromArray :: Array -> Either String (Rectangle Double) Source #

Create rectangle form an array of 4 numbers