-
How does this compare to Typst?[1]
What I like about Typst is that I can use it completely offline and with my editor of choice. Is this planned for htmldocs too?
[1] https://typst.app/
-
Judoscale
Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
-
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
-
Cool service! I like that it’s just HTML/CSS but the front end editor looks quite cool.
I also just open sourced part of my app that does PDF generation, but it’s completely bare bones.
I basically wanted a wrapper around the pdf generating part of chromium so that i could generate pdfs on pages within my own app.
Its here if anyone wants to check it out: https://github.com/awongh/bakso-doc
-
wkhtmltopdf[1] uses the QT WebKit renderer. I used it as part of my job hut work-flow with pandoc to get pdf resumes from markdown. It got me a job, so there's that.
[1] https://wkhtmltopdf.org/
-
I've used flying saucer pdf[1] for this in the past, but the missing piece always seems to be a descent WYSIWYG template editor. Either open source or paid.
Any suggestions on a web solution that allows non-devs to make great templates would be appreciated.
Historically I've built something simple with Tiny and added a preview button to render, but that super clunky.
[1] https://github.com/flyingsaucerproject/flyingsaucer
-
Been using https://github.com/diegomura/react-pdf for this purpose for years
Uses React Native like components and styling.
WYSIWYG: https://react-pdf.org/repl
-
gotenberg
A developer-friendly API for converting numerous document formats into PDF files, and more!
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Nice Idea, looking forward to using its API in my application.
I've used https://github.com/xpublisher/weasyprint-rest for a many years but now planning to switch from it as it's archived by the maintainer.
All the best for the future of htmldocs.