to svg:
	mutool draw -o banner.svg banner.pdf
to flat pdf:
	fn flat {
		gs -dNoOutputFonts -sDEVICE=pdfwrite -o $2 $1
	}
