Page 1 of 1

Availability Reports via Command Line

Posted: Fri May 29, 2026 5:46 pm
by ksafa
Hi All,
Does anyone know if there is a way to generate PDF Availability reports via command line? Prior to 2026 Release I was able to use wkhtmltopdf to generate the reports but that does not seem to be working anymore. Wondering if there is another method or workaround.

Thanks

Re: Availability Reports via Command Line

Posted: Mon Jun 01, 2026 2:04 pm
by bbahn
I'm not aware of any native methods, though you could probably construct something using beautifulsoup.

Re: Availability Reports via Command Line

Posted: Fri Jun 12, 2026 4:30 am
by aporjum
If you’re stuck with wkhtmltopdf specifically, the only partial workaround I’ve seen is disabling JS-heavy sections or using a pre-rendered snapshot endpoint—but that depends on your system.

If you share what platform this is on, I can suggest something more targeted.