Open mgrigajtis opened 6 years ago
I was able to make a resume that had 2 pages by adding a new template to extend one of the existing templates, then I run the export, and then I merge the two pdf files together. Would be great if we could do the same thing with much less work.
This is holding me back from using this. My resume is always multiple pages, this limitation is a no-go for anything serious
This is one major issue that i observed while trying to use this. Please add this feature.
Any news on this?
Not having this feature is also preventing me from using this
You just need to change size of your page in "src/page/resume.vue"
You just need to change size of your page in "src/page/resume.vue"
Since this file doesn't existe, I believe you mean edit the vue file for the template I want and edit its size somewhere. I have browsed several vue files and yet don't find any way to do this. How did you do it? Could you explain? Take any of them as an example.
You just need to change size of your page in "src/page/resume.vue"
Since this file doesn't existe, I believe you mean edit the vue file for the template I want and edit its size somewhere. I have browsed several vue files and yet don't find any way to do this. How did you do it? Could you explain? Take any of them as an example.
https://github.com/salomonelli/best-resume-ever/blob/master/src/pages/resume.vue
There you can see this code:
{page
background: white;
position: relative;
width: 21cm;
height: 29.68cm;
<- you just need change this size. It worked for me.
display: block;
page-break-after: auto;
overflow: hidden;
Thanks, Most of the results are not the best, but it is a start. Thanks!
Issue still persists. Perhaps a possible solution would be to start placing blocks (ie education "degrees") into grids to save space
I'm redoing my CV as it was more than 4 pages long but I think a max limit of 2 is perfect.
just edit the css in the resume.vue like the picture I sent
Case
ENHANCEMENT
Issue
Resumes need to be able to be more than one page.
Info
Reproduce