Currently, I have my resume available online as an HTML page at www.mysite.com/resume.html. Whenever I need a PDF version of it, I rely on Google Chrome's print dialog to save it as a PDF using my print CSS stylesheet.
However, I am looking for a way to easily access an always up-to-date PDF version at www.mysite.com/resume.pdf without the manual process through Google Chrome. Is there a method to automatically generate a resume.pdf from the resume HTML? It would be convenient if I could create a script that runs periodically, like once every 24 hours.