Skip to content

Latest commit

 

History

History
Symbolic Link·
12 lines (9 loc) · 555 Bytes

ReadMe.md

File metadata and controls

Symbolic Link·
12 lines (9 loc) · 555 Bytes

KDReports

A fork of KDAB KDReports library which could be compiled directly without the need to configure using python. It just includes core of the library without examples, unittests, ...

Changes:

  • Builds as a static lib without any dependency
  • Added locale property for report to be used for items like pagenumber and page count
  • Ability to have multiple watermarks for different pages
  • Fixed ugly thumbnail preview of pages in KDReportsPreviewWidget
  • Option to set format of saved report file as image
  • Some other modifications and fixes