Hello. I have a SL to print some items based on fi...
# suitescript
b
Hello. I have a SL to print some items based on filters. In Get, it shows the form with filters. When that form is submitted, I'm output the PDF based on that filters.
Copy code
let 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.
b
generate both file and then group using N/compress