there4 / markdown-resume

Generate a responsive CSS3 and HTML5 resume with Markdown, with optional PDF output.
MIT License
1.77k stars 519 forks source link

Allow user to set paper size for PDF command #42

Open Michael-Bell opened 9 years ago

Michael-Bell commented 9 years ago

Currently defaults to A4. Would be nice to have an optional argument for this. Wkhtmltopdf has an argument for it:

  -s, --page-size <Size>              Set paper size to: A4, Letter, etc. (default A4)

Going through the source code leads me to believe the following sizes are supported:

craig-davis commented 9 years ago

That would be a fantastic option to have. I'm pretty busy lately and won't be able to add it. But I'd love to have a pull request for it, or will add you as a contributor!

danielklim commented 5 years ago

Addressed in there4/markdown-resume#84. See there4/markdown-resume#78 for more info.