You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We discussed this with other colleagues. We are looking for a client-side js library to save the schedule as a pdf. Please comment your ideas, this is open for discussion.
The text was updated successfully, but these errors were encountered:
Hey @giorgosioak this is a good client-side library for downloading the schedule as pdf https://www.npmjs.com/package/jspdf.
This easily exports the table as a pdf. I can start working on it if this library works for you guys.
Well, another idea, that was originally suggested by dimspith and that we may need to consider, is "saving/converting" a snapshot of the webpage to a canvas using html2canvas. Using a button we can download the snapshot as a jpeg.
On top of that, we can even convert that canvas to pdf and have the user download that when the button is clicked.
Found a tutorial when researching about it.
We discussed this with other colleagues. We are looking for a client-side js library to save the schedule as a pdf. Please comment your ideas, this is open for discussion.
The text was updated successfully, but these errors were encountered: