Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only One Page #295

Open
mgrigajtis opened this issue Apr 30, 2018 · 12 comments
Open

Only One Page #295

mgrigajtis opened this issue Apr 30, 2018 · 12 comments

Comments

@mgrigajtis
Copy link

Case

ENHANCEMENT

Issue

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

Info

Reproduce

@armendu
Copy link

armendu commented May 11, 2018

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
Copy link
Contributor

pinpox commented Oct 1, 2018

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

@harish1996
Copy link

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

@KevinAdu
Copy link

Any news on this?

Not having this feature is also preventing me from using this

@OlegGitH
Copy link

OlegGitH commented Dec 6, 2019

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

@LucasMW
Copy link

LucasMW commented Dec 17, 2019

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
Copy link

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
Copy link

LucasMW commented Dec 17, 2019

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

@dxf
Copy link

dxf commented Feb 12, 2020

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

@Nayar
Copy link

Nayar commented Jan 25, 2022

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

@TimSpan
Copy link

TimSpan commented Jan 25, 2024

tips

@TimSpan
Copy link

TimSpan commented Jan 25, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants