First of all, thank you for this very useful project. It allows me to convert my emails to PDFs easily!
For some emails the font size of the resulting PDF files was very small (as compared to a normal PDF viewer). Decreasing the DPI value (from 300 to 150) fixed this issue for me. To make the DPI value customizable at runtime, this PR introduces the --dpi CLI argument to allow the user to override the default 300DPI. The short option -r is supposed to be short for "resolution".
First of all, thank you for this very useful project. It allows me to convert my emails to PDFs easily!
For some emails the font size of the resulting PDF files was very small (as compared to a normal PDF viewer). Decreasing the DPI value (from 300 to 150) fixed this issue for me. To make the DPI value customizable at runtime, this PR introduces the
--dpi
CLI argument to allow the user to override the default 300DPI. The short option-r
is supposed to be short for "resolution".