This implements #46. It adds the function renderDrawingsAtDpiToPDF that will render a list of drawings to different pdf pages. I don't really know much about the pdf file format, but this seems to work for me.
Things could probably be refactored so that each page can have different widths and heights. runPdfEnv and its dependencies should probably be removed too.
This implements #46. It adds the function
renderDrawingsAtDpiToPDF
that will render a list of drawings to different pdf pages. I don't really know much about the pdf file format, but this seems to work for me.Things could probably be refactored so that each page can have different widths and heights.
runPdfEnv
and its dependencies should probably be removed too.