queue-sheet
CopyrightCopyright (c) 2020-2025 Travis Cardwell
LicenseMIT
Safe HaskellSafe-Inferred
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