Description
Hey @sunilkumar2170 👋
While using the resume builder I noticed that the only option available is "Download Resume". There is no direct way to print the resume.
Proposed Solution
Add a Print button next to the Download Resume button that triggers the browser print dialog showing only the resume preview.
Technical Notes
-Can be implemented using window.print()
-A print-specific CSS media query can hide the form
and show only the resume preview when printing
- No additional dependencies required
Why This Matters
Having a Print button saves users the extra steps of downloading and then printing.
I would like to work on this under GSSoC'26.
Please assign this to me!
Description
Hey @sunilkumar2170 👋
While using the resume builder I noticed that the only option available is "Download Resume". There is no direct way to print the resume.
Proposed Solution
Add a Print button next to the Download Resume button that triggers the browser print dialog showing only the resume preview.
Technical Notes
-Can be implemented using window.print()
-A print-specific CSS media query can hide the form
and show only the resume preview when printing
Why This Matters
Having a Print button saves users the extra steps of downloading and then printing.
I would like to work on this under GSSoC'26.
Please assign this to me!