hikmahealth/hikma-health-mobile

Improve the styling of the printed patient reports

Opened this issue · 0 comments

We currently have a feature that prints out patient reports and uses a base64 encoded image (the logo) directly on the report. This printout looks fine, but can be be improved in the following ways

  • Better spacing in the tables
  • Improved multipage support (table continuations across multiple pages)

Basic understanding of HTML and CSS should suffice. The report is first rendered as a web-page, the converted to PDF for printing so no native knowledge is needed.