-
Notifications
You must be signed in to change notification settings - Fork 527
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
Styling messed up for json resume themes #155
Comments
Yeah I'm having this issue too. Seems like most themes are made for webpages so they're usually kinda broken in PDF form. |
I'll take a look- thanks for the report. |
Here is what I get when I follow the above. Everything is super small. This happens with both FRESH and JSON |
Thanks @adenta for the sample PDF. That's more of a postage stamp resume. Was this generated through Phantom, wkhtmltopdf, or WeasyPrint? |
wkhtmltopdf Should I try Phantom? |
Well, in any case something is broken with wkhtmltopdf or our handling of it. As a sanity check, if you invoke
...would the sizing still be messed up? |
Yes, the sizing is still messed up. Going to try Phantom and will report back. |
I can confirm this is isolated to wkhtmltopdf Looks like phantom is working about as expected. |
Thanks. If the sizing is also messed up under CLI |
FRESH:
hackmyresume BUILD test_resume.json TO out/rez.all -t compact
works fine with stylesJSON :
hackmyresume BUILD test_resume.json TO out/rez.all -t themes/jsonresume-theme-kendall
works fine but styles messed up.
I noticed that css files are generated for fresh but not for json resume themes.
The text was updated successfully, but these errors were encountered: