Show HN: Htmldocs – Typeset and generate pdfs with HTML/CSS
11–20 of 94 posts
Re: Show HN: Htmldocs – Typeset and generate pdfs with HTML/CSS
#12"Typeset and Generate PDFs with HTML/CSS"
really should be the H1 on that page for clarity.
Re: Show HN: Htmldocs – Typeset and generate pdfs with HTML/CSS
#13Your terms of service appear to be bogus: > You acknowledge that the Website is a general-purpose search engine and tool. Specifically, but without limitation, the Website allows you to search multiple websites for music. Moreover, the Website is a general-purpose tool that allows you to convert audio files from videos and audio from elsewhere on the Internet. The Website may only be used in accordance with law. We d…
TOS is pretty general and just there for legal reasons, tl;dr feel free to use as you see fit as long as it's not for anything illegal.
Re: Show HN: Htmldocs – Typeset and generate pdfs with HTML/CSS
#14> htmldocs is different from other tools like Wkhtmltopdf and Weasyprint in that it uses Chromium to generate PDFs, meaning that it supports the most modern CSS features and there's minimal drift between the rendered HTML document and PDF. WeasyPrint is implemented as a from-scratch and specific-purpose rendering engine, so yeah, it’s different. But wkhtmltopdf uses WebKit, meaning it’s much the same as htmldocs, jus…
Re: Show HN: Htmldocs – Typeset and generate pdfs with HTML/CSS
#15Some people might be interested in https://weasyprint.org/
Interesting, I'm looking for a solution to render PDFs at the moment, it looks like that one actually does not use chromium, unlike most tools that I've seen that render HTML to PDFs. What's the advantage? Is it more lightweight / faster / reliable?
Re: Show HN: Htmldocs – Typeset and generate pdfs with HTML/CSS
#16Some people might be interested in https://weasyprint.org/
Interesting, I'm looking for a solution to render PDFs at the moment, it looks like that one actually does not use chromium, unlike most tools that I've seen that render HTML to PDFs. What's the advantage? Is it more lightweight / faster / reliable?
Re: Show HN: Htmldocs – Typeset and generate pdfs with HTML/CSS
#17But
could use some performance improvements...
Maybe you tested this on your state of the art workstation but my i7 8th gen is getting choked to death...
EDIT:
It doesn't seem to work: I picked the resume template and set the margin and padding on `li` to 0 but nothing changed in the output.
Re: Show HN: Htmldocs – Typeset and generate pdfs with HTML/CSS
#18You use the word documents on the site, but you don't make it clear that it is for making pdfs. I thought that this was just an html/css webpage editor. "Typeset and Generate PDFs with HTML/CSS" really should be the H1 on that page for clarity.
Re: Show HN: Htmldocs – Typeset and generate pdfs with HTML/CSS
#19Awesome idea, been looking for something like this every now and then, esp right now. But could use some performance improvements... Maybe you tested this on your state of the art workstation but my i7 8th gen is getting choked to death... EDIT: It doesn't seem to work: I picked the resume template and set the margin and padding on `li` to 0 but nothing changed in the output.