danielchalmers / JournalApp

Write notes & track mood, medications, or your own categories

Home Page:https://linktr.ee/journalapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate report from Trends

danielchalmers opened this issue · comments

A printout of all the data shown in Trends. Very valuable for showing a doctor or therapist.

Copy page

Printing the page directly using https://github.com/Append-IT/Blazor.Printing doesn't work on phones.

Creating a PDF from the page with something like https://github.com/eKoopmans/html2pdf.js may work.

Letter format

We could create a PDF using QuestPDF so it has the same dimensions regardless of phone screen and can be printed. The downside is that we have to duplicate efforts.

Combo

A combination of both could work if that's possible. We generate a PDF from HTML that's been rendered in Letter size, then open a share dialog with it.

Notes

You should be able to write your name in Settings and have it show up on the report.