I have been able to get html2pdf.js - npm to create a PDF using onClick events.
The problem is that at HH:MM everyday I need to get this PDF email and/or saved to a third party.
I’d like this to happen automagically with no user interaction. I also use XANO, which does have a scheduler/crontab.
Questions:
1a) What is the recommended way to get PDF created automatically at a scheduled time?
1b) Should be using html2pdf?
2a) Should I just do this in Xano and/or some other API service?
2b) Which API service do you think I should look at for this?