how to make pdf file using script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
57m ago
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(''),
current.getTableName(),
current.getUniqueValue(),
fileName
);
But when Im trying to implement this on my client's instance (they are working on premise and not in the cloud) its not working.
Any idea why or if there is another way to make a pdf file without this function?
0 REPLIES 0
