Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resume Doc Download button added #188

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ShamsadAlam
Copy link

Resume Builder Application

Summary of Change and Fixed Issue:

The recent update in the ResumeDocDownload component introduces a new method to preserve styling when exporting a resume as a Word document. This addresses the issue of losing styling in the exported Word document. The solution involves creating a custom CSS stylesheet dedicated to the Word document, ensuring that the original styling is maintained during the export process.

Motivation and Context:

The motivation for this change is to enhance the export functionality in our resume-building application. We observed that the loss of styling in the Word document export was impacting the user experience. By incorporating a custom CSS stylesheet, we aim to provide a more professional and polished representation of the resume layout and formatting in the exported Word document. This improvement enhances the overall user experience for individuals using our resume-building feature.

Dependencies:

The primary library dependency for this change is html-docx-js, which facilitates the conversion of HTML content to the Word document format. Ensure that this library is installed by running:

npm install html-docx-js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant