-
Notifications
You must be signed in to change notification settings - Fork 80
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
export
and serve
create different looking outputs
#37
Comments
export
and serve
have different resultsexport
and serve
create different looking outputs
Could you please attach PDF produced by resume-cli and the PDF made by your browser from served version, so it would be clear what the difference is? |
My bad: Print to pdf nukes the colors in the html built resume, but the formatting is the same. It uses the two column format, but rendering to a pdf produces a one column output. Here's the source html (which github forced me to upload as a txt): |
html_built_resume is the version author intended to have printed and exported as a PDF as far as I know. pdf_built versions definitely look strange, I hope the author will help you make it work properly. In the meantime, you can use something like this to print the same pdf as html_built_resume.pdf you attached:
Scale can be adjusted to make it into the number of pages you desire to have. |
See the issue here.
make init
to set up, thenmake build
and check the PDF. It outputs the one column version of this resume theme, butmake serve
produces the two column version of this theme (unless your window is very narrow).Is there a way to control this behavior? I would prefer to have two column pdf.
The text was updated successfully, but these errors were encountered: