nickrussler / email-to-pdf-converter

Converts email files (eml, msg) to pdf
https://www.whitebyte.info/publications/eml-to-pdf-converter
Apache License 2.0
281 stars 65 forks source link

allow wkhtmltopdf DPI to be specified via CLI arguments #58

Closed bastidest closed 1 year ago

bastidest commented 1 year ago

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".

nickrussler commented 1 year ago

LGTM. Thank you for the contribution. Glad that it is of use to you.