queue-sheet-0.7.0.2: queue sheet utility
CopyrightCopyright (c) 2020-2022 Travis Cardwell
LicenseMIT
Safe HaskellNone
LanguageHaskell2010

QueueSheet.Build

Contents

Description

 
Synopsis

API

buildPdf Source #

Arguments

:: FilePath

queues path

-> FilePath

template path

-> Maybe FilePath

output path (default: queues path w/ .pdf extension)

-> IO (Either String ()) 

Build a PDF

Since: 0.3.0.0