sadanandpai / resume-builder

Build a standard and professional single page resume
https://e-resume.vercel.app
MIT License
1.02k stars 449 forks source link

Added Button to download resume in docx format #190

Open Himmu5 opened 9 months ago

Himmu5 commented 9 months ago

Changes -I have added a new method to convert html to docx format. -PrintResume Button is also modified for downloading two different types of file examples: pdf and docx Please install the above-mentioned library by the following command npm install html-docx-js

Checklist [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code