SreenikethanI / timetabler

Timetable renderer for BPDC
https://sreenikethani.github.io/timetabler/
4 stars 0 forks source link

Add option to export as PDF / print and save as PDF #8

Open SreenikethanI opened 1 year ago

SreenikethanI commented 1 year ago

See how this turns out on mobile.

To the print layout, add metadata about the timetable like student name, semester, export date and time, etc

SreenikethanI commented 1 year ago

Printing to PDF may still cause issue on phone. Tried on my phone, and it likely doesn't have the desktop equivalent of "Background graphics", effectively removing any colors.

SreenikethanI commented 1 year ago

Probably can experiment with using CSS scale transform to fit the timetable within the viewport width/height, thus allowing user to take a screenshot, essentially allowing to "export" as an image

SreenikethanI commented 1 year ago

Add a button to view timetable in full screen, which will pop out the timetable in a full screen window. See if browser full screen mode can be requested as well. Then use JS to transform scale the timetable to fit viewport.