xitanggg / open-resume

OpenResume is a powerful open-source resume builder and resume parser. https://open-resume.com/

Home Page:https://open-resume.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Page width increase?

wooddigital opened this issue · comments

commented

My current Word CV sits on 2.7 pages, however when i moved over to yours its going to 3.5 pages.

I am using the same font / size. Is there any way to change the width of the sections which i think is what is causing the issue. I am using A4 as well.

Currently, there isn't a provided setting option to change the left and right margins, just to keep things simple. The current setting is hardcoded here: https://github.com/xitanggg/open-resume/blob/main/src/app/components/Resume/ResumePDF/index.tsx#L119 and is set to 60pt on each side. If you run it locally, you can update the code to change it to your desired margin.