jsonresume / theme-manager

Theme server for JSON Resume
MIT License
166 stars 31 forks source link

Print Media Queries for CSS? #31

Open philmaker opened 8 years ago

philmaker commented 8 years ago

Do any of the bundled themes support print media queries for css? The pdf conversion service appears to be down. I am able to print to PDF on my personal system however it looks pretty poor. Do any of the bundled themes support print media queries for css?

philmaker commented 8 years ago

Actually I did take a look. Some do support printing/pdf styling and some don't. The flat theme doesn't look nice as a PDF. As a sidenote, because the pdf server seems to be down, I looked into the html-pdf library. If you don't want to install the json-resume server, you can install html-pdf and then convert to a PDF manually.

$ npm install -g html-pdf $ html-pdf resume.html resume.pdf