yakivmospan / github-wikito-converter

Generate HTML & PDF documentation from Github wiki or any other markdown-based wiki.
Other
293 stars 52 forks source link

Text in the converted PDF file is scaled to look very small on a large page #18

Closed ninjayoto closed 6 years ago

ninjayoto commented 6 years ago

@yakivmospan Could be related to wkhtmltopdf? I'm using wkhtmltox-0.12.4_osx-cocoa-x86-64.pkg, my mac is set to high resolution (text scaled to be small). So when I run : gwtc ./github-wikito-converter.wiki

I get pages that look like the image below, nothing like the sample pdfs here in the project

screen shot 2018-03-25 at 3 46 11 pm

I've reduced the resolution for my mac to see if this has any effect, made the text as large as possible and regenerated the documentation again. but I still get the same result.

Is this something that could be fixed using wikito converter flags?

yakivmospan commented 6 years ago

Hey, this is because of regression issue of wkhtmltopdf on Mac. Try to use 0.12.3 instead.