how to make pdf file using script
Hi,Im trying to make a pdf file using business rule.When Im using this function in my PDI, its working well:var pdfAPI = new sn_pdfgeneratorutils.PDFGenerationAPI(); var result = pdfAPI.convertToPDF( html.join(''), cu...