I\'ve been using htmldoc for a while, but I\'ve run into some fairly serious limitations. I need the end solution to work on a Linux box. I\'ll be calling this library/utili
WeasyPrint produces nice PDFs with selectable text and hyperlinks.
weasyprint input.html output.pdf
If you use wkhtmltopdf instead, try the following options:
wkhtmltopdf
wkhtmltopdf --margin-bottom 20mm --margin-top 20mm --minimum-font-size 16 ...