Boris Yasen
01/18/2024, 10:50 AMlet pdfFile = render.xmlToPdf({
xmlString: xmlFile
});
response.writeFile(pdfFile, true);
However, with creating a PDF, I'd like to export as csv file as well. Not sure if this is possible. Any help would be appreciated.battk
01/18/2024, 4:34 PM