Good CSS library for printing and formatting a report

What is a good CSS library that can be used to generate reports in the form of previews and prints?

The key to the โ€œreportsโ€ is that they will look more like a formal (and printed) document than an actual web page.

Features that would be nice:

  • Support for pagination, both for the Internet and for printing. A.
  • Print support
  • Anything that will save time when formatting the page (for example, "Landscape versus Portrait", "A4 versus letter", etc.).
  • PDF support
+5
source share

All Articles