Updated my CV Generator
I’ve updated the repository that generates my CVs in PDF and HTML form, from a markdown file. The repository is https://github.com/wordswords/dpc-resume.git and it contains my patched version of a 8 years old markdown to HTML generator I found on the web, see here: https://github.com/wordswords/markdown-resume-2024 . I used the modified HTML CV generator to do most of the work, but then, instead of using the old inbuilt feature that doesn’t work very well anymore, to convert it to PDF, I use another repository that I found, https://github.com/UKHomeOffice/html-pdf-converter to convert the HTML into PDF using Chrome. ...