salomonelli / best-resume-ever

:necktie: :briefcase: Build fast :rocket: and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS.
https://salomonelli.github.io/best-resume-ever
MIT License
16.34k stars 2.28k forks source link

Only One Page #295

Open mgrigajtis opened 6 years ago

mgrigajtis commented 6 years ago

Case

ENHANCEMENT

Issue

Resumes need to be able to be more than one page.

Info

Reproduce

armendu commented 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.

pinpox commented 6 years ago

This is holding me back from using this. My resume is always multiple pages, this limitation is a no-go for anything serious

harish1996 commented 6 years ago

This is one major issue that i observed while trying to use this. Please add this feature.

KevinAdu commented 5 years ago

Any news on this?

Not having this feature is also preventing me from using this

OlegGitH commented 4 years ago

You just need to change size of your page in "src/page/resume.vue"

LucasMW commented 4 years ago

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.

OlegGitH commented 4 years ago

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;

LucasMW commented 4 years ago

Thanks, Most of the results are not the best, but it is a start. Thanks!

dxf commented 4 years ago

Issue still persists. Perhaps a possible solution would be to start placing blocks (ie education "degrees") into grids to save space

Nayar commented 2 years ago

I'm redoing my CV as it was more than 4 pages long but I think a max limit of 2 is perfect.

TimSpan commented 9 months ago

tips

TimSpan commented 9 months ago

just edit the css in the resume.vue like the picture I sent