resume-generator
resume-generator copied to clipboard
Using HTML5 storage to save changes
I was using your site to generate my resume and the problem is after a few days if I want to make some changes, I have to start from scratch. I have added a save button to store whole of the html into the browser so that you get the resume with all the changes you made till last time instead of the standard template.
I hope you saw http://nitish6174.com/resume-generator I had already implemented online save feature with URL instead of local storage as people need to maintain multiple copies. And anyway, for saving locally, I had provided instructions on github.io of this project. Please extend this to save and load multiple saved copies from local storage. Thanks for taking interest :)
Oh, I did not know about www.nitish6174.com/resume-generator. Saving online is even better! Nice work :)
Hello nitish, I cloned your resume-generator. I edited index.html and some css to suit myself. The issue I have is while saving the pdf it saves only first page and moreover the hyperlinks and their colors are distorted. I also saw while at your new site link it was able to save both pages of pdf but not locally. could you help me please?