best-resume-ever icon indicating copy to clipboard operation
best-resume-ever copied to clipboard

Only One Page

Open mgrigajtis opened this issue 6 years ago • 12 comments

Case

ENHANCEMENT

Issue

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

Info

Reproduce

mgrigajtis avatar Apr 30 '18 23:04 mgrigajtis

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.

armendu avatar May 11 '18 11:05 armendu

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

pinpox avatar Oct 01 '18 15:10 pinpox

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

harish1996 avatar Oct 03 '18 18:10 harish1996

Any news on this?

Not having this feature is also preventing me from using this

KevinAdu avatar Feb 13 '19 07:02 KevinAdu

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

OlegGitH avatar Dec 06 '19 13:12 OlegGitH

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.

LucasMW avatar Dec 17 '19 20:12 LucasMW

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;

OlegGitH avatar Dec 17 '19 20:12 OlegGitH

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

LucasMW avatar Dec 17 '19 20:12 LucasMW

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

dxf avatar Feb 12 '20 09:02 dxf

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

Nayar avatar Jan 25 '22 11:01 Nayar

tips

TimSpan avatar Jan 25 '24 05:01 TimSpan

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

TimSpan avatar Jan 25 '24 05:01 TimSpan