Cv-Keep / cvkeep-frontend

Cv Keep front end official repository
https://cvkeep.com
98 stars 34 forks source link

Create and enhance the layout of the exported versions #51

Open 1cadumagalhaes opened 2 years ago

1cadumagalhaes commented 2 years ago

The current layout does not work well when we try to print it.

Image ![image](https://user-images.githubusercontent.com/40048825/190470218-e0871dac-c403-4a87-80d6-b6e8a5151e4f.png)

I think we could do some enhancements, like;

  1. When exporting the cv, break it into pages considering a default page size (A4, probably), instead of saving the image into the pdf format directly.
  2. Maybe give the user the possibility to choose the layout the resume will be exported. I've seen this on resume.io, and though it may not be that simple, would make cvkeep my main (and only, to be honest) resume.
templates ![image](https://user-images.githubusercontent.com/40048825/190472123-9db6f681-82a1-4344-93e6-931b98949312.png)
1cadumagalhaes commented 2 years ago

I know I could make both of this using the exported json, so I'll work on it as a proof of concept.