|
|
|
|
|
by SigmundA
1250 days ago
|
|
I believe browsers have been repeating table headers on printed output for some time. Page media CSS is designed for this although most browsers don't fully support it, PrinceXML is the go to for full paged media support. IMO they are not fundamentally different, they are both document formats, PDF just a has fixed paged rendering layout baked in while HTML can flow and adjust to rendering target. The main issue is lack of full print CSS support in HTML rendering engines. https://www.w3.org/TR/css-page-3/ https://www.princexml.com |
|
Still, to switch back to the previous point, it seems it's more a divergence between using markup or code to design a document. Both have valid usage and benefits depending on your case.
In my case and my apps, I often need to handle complex conditions that fits better imo in procedural code (complex invoices and agreements). On other cases (reports), I prefer to use a markup language.