#!/usr/bin/env bash

set -o pipefail

space-pdf -i $1 $2
convert *.png -background white -page a4 $3
rm *.png
