[deleted]
Build an Online Resume with an Auto-Updating PDF Version
11–17 of 17 posts
Re: Build an Online Resume with an Auto-Updating PDF Version
#12Alternatively, tack `/export?format=pdf` to the end of a google doc. It generates and displays the PDF version on the fly. i.e. https://docs.google.com/document/d/______/export?format=pdf
Re: Build an Online Resume with an Auto-Updating PDF Version
#13[deleted]
[deleted]
Re: Build an Online Resume with an Auto-Updating PDF Version
#14My website's print version is a CV, so you can just print it to a PDF: https://notpushk.in/ I've also had Netlify generate a PDF of each build using wkhtmltopdf, but there was some issue with fonts which I didn't figure out at the time (it doesn't load them: https://notpushk.in/cv.pdf ) and can't had a chance to come back and solve it once and for all.
Mine too, very convenient. I use hidden elements to present summaries so the whole thing fits in a page. https://kroltan.me
Re: Build an Online Resume with an Auto-Updating PDF Version
#15I have built something similar for myself, which I'll hopefully publish some day. The stack is YAML, Sveltekit, Puppeteer. Overall YAML makes adding content very easy and I can adapt the schema to suit my needs if I need to.
Re: Build an Online Resume with an Auto-Updating PDF Version
#16Are these resumes ATS compliant? A problem I have right now is my current resume generating technique does not produce very good ATS compliant resume.
Re: Build an Online Resume with an Auto-Updating PDF Version
#17I generate my website https://thomasahle.com with a static Jinja template. Whenever I update it, it also generates a new resume and uploads that. Very convenient.