Adding save/export as pdf feature
movoid12 opened this issue ยท 5 comments
Really great resume website! It would be really cool and interesting to export/save the resume as pdf :) I will try to find a way doing that in the end of the resume.
@ALL: Do you have any other recommended libraries to use instead of react-pdf
library or is it good enough?
project has special styles for printing so you can just use system print option ie. Cmd +P on Mac and choose save as pdf ๐
Thanks @BartoszJarocki for your feedback. Yes thats a great option to save the resume as pdf on desktop but in case a user on smartphone or tablet and want to have the resume as pdf it would be useful to have that save button or do you think its not that necessary to implement that feature atm :) ?
Thanks @BartoszJarocki for your feedback. Yes thats a great option to save the resume as pdf on desktop but in case a user on smartphone or tablet and want to have the resume as pdf it would be useful to have that save button or do you think its not that necessary to implement that feature atm :) ?
Yes, this seems to be a good idea @movoid12
@BartoszJarocki I would like to work on this.
Proposal
- Make the command in the footer item note as clickable with a note on that. Some thing like this
<kbd onClick={()=>setOpen(open => !open)} className="inline-flex h-5...">
<span className="text-xs">โ</span>J
</kbd>{" "}
- Else, Change the text according to the screensize. using state
isMobile
Intrested to get you suggession on this..