spencewenski / resume_generator

Render a resume data file into various formats, including pdf, markdown, and plain text. CLI application written in Rust.
MIT License
1 stars 0 forks source link

Switch to using pandoc #1

Open spencewenski opened 1 year ago

spencewenski commented 1 year ago

The latex package hasn't been updated in 3 years and has some security vulnerabilities. Also pandoc appears to be more useful and allows converting between several different formats, including pdf, so I could potentially write the resume once in markdown, then convert to pdf using pandoc instead of manually writing the .tex file. Though it's TBD whether the results would look exactly how I want, it's an option worth exploring.

spencewenski commented 1 year ago

Related dependabot issues: