We have a page which loads a Scheduler, and we pass various information to define what data is loaded in. That all works fine, and we can click PDF Export and it exports absolutely as we'd expect.
We make fairly heavy use of the templates, so we could end up with something that looks like this:
There are about 200 different schedules that we might show depending on the data, and what we'd like to do is be able to automate the export.
We could write a script that loads the page and simulates a button click, however, if there is some better way, I'd MUCH rather do that so we're not dependent on waiting for the page to display on some computer somewhere.
I can pass the parameters needed in the URL - but not sure if there is some way on the page I can automate that PDF Export without first displaying the scheduler page.
Any help would be greatly appreciated!
Thanks