@kelvinzhang Quite frankly, htmldocs is the exact project i'm looking for months. I'm tired of word and same alternative and wanted something i can write html and css3 to convert to PDF. You do and in a beautiful way ! Some question : i just want to use your product be also need to be sure my doc will by avaivable in futur. what's your plan ? - opensource ? - community/enterprise ? - close source but a docker version…
The long term goal of this project is to make HTML/CSS the defacto way of typesetting PDF documents. I’ll definitely keep it running for as long as I can. The web version is just the initial step, and will likely open source for people who want to self-host and to increase adoption. For pricing, will probably adopt a model similar to Overleaf where it’s free for most users and maybe charge for team collaboration or h…
Show HN: Htmldocs – Typeset and generate pdfs with HTML/CSS
91–94 of 94 posts
Re: Show HN: Htmldocs – Typeset and generate pdfs with HTML/CSS
#92Earlier quoted context omitted.
Once I had the chance to move away from Word, TeX was the first place I went. That said, I eventually tired of the obtuse error messages and felt I was making things more complicated for no real gain. Even keeping a BasicTex environment working requires effort that HTML does not.
> That said, I eventually tired of the obtuse error messages and felt I was making things more complicated for no real gain. The error messages are pretty poor. > Even keeping a BasicTex environment working requires effort that HTML does not. I've been told, by Mac and Winodws users, that it's a pain. Personally I've never had to download extra packages/styles directly on Debian. Performing `apt-get install tex- ` no…
Re: Show HN: Htmldocs – Typeset and generate pdfs with HTML/CSS
#93Earlier quoted context omitted.
We actually ran off of WeasyPrint at first but switched to Chromium due to emojis not rendering properly, poor flexbox support, no custom fonts, and other differences between the HTML you'd see in a browser vs. the generated PDF. WeasyPrint implements its own rendering engine and might support some specific @page properties that Chromium does not but given the complexity of CSS and web browsers, you're generally bett…
Flexbox support has been [included][1] since 2018, although my use case was the prototypical one - a single row w/ 3 columns - so YMMV with how it handles more complex layouts. [1]: https://github.com/Kozea/WeasyPrint/pull/579
https://www.quackit.com/css/at-rules/css_top-center_at-rule....
Re: Show HN: Htmldocs – Typeset and generate pdfs with HTML/CSS
#94Prince has been doing this for 20 years and is in my opinion the gold standard, with good support for footnotes, endnotes, page headers and other little extensions that are only relevant for printing. https://www.princexml.com/ But I'll be giving this a try!