Running app outside container Linux
Hi,
I would like to convert an html zen page to PDF using wkhtmltopdf so I've installed it in Ubuntu and the command wkhtmltopdf but because I've my IRIS installed in a container that command is not recognized and we can't install wkhtmltopdf in the container so is there a way to be able to run this command?
Thanks
Product version: IRIS 2024.3
Hi,
just wondering what you want to achieve.
Is this for outputting a report? If so, there are better options available. e.g. InterSystems Reports or although deprecated Zenreports.
I tried to export my Zen report to PDF but didn't work.
here is my report
{
Set Fpath="D:\ItemRpt.pdf"
//Set Fpath="D:\ItemRpt"
Set obj=##class(Business.Report.BSReport).%New()
Set ret=obj.GenerateReport(Fpath,2)
Quit ret
}
Did you receive any error messages?