Viewing profile — Leoko
Leoko
HN member- Joined
- Thu, Nov 19, 2020, 3:50 PM UTC
- HN karma
- 5
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About Leoko
No profile information was provided.
Recent public activity
-
comment
Comment #42296424
Sub-millisecond latency sounds impressive, but isn't network latency going to overshadow these gains in most real-world scenarios?
-
comment
Comment #39670140
Yes, page breaks are probably the most significant difference between the layout of a web page and a PDF document, and thereby a major drawback when using HTML-to-PDF. There is lit…
-
comment
Comment #39669806
I had to deal a lot with PDF generation over the past few years and I was very unhappy with the eco-system that was available: 1. HTML-to-PDF: The web has a great layout system tha…
-
comment
Comment #35871443
Generating PDFs is a pain with most libraries, especially if the content is dynamic and should span multiple pages. If you can use NodeJS on your backend, you might want to take a …