12-16-2020 03:50 PM
Hi,
I have to generate a PDF from JSON data. Please let me know how we can achieve this in snaplogic with an example pipeline.
12-17-2020 05:09 PM
SnapLogic does not have native support for generating PDF files. HTML file could be generated using XML Formatter snaps. The generated HTML files could be converted to PDF using Script snaps, which could call out to some external command-line utilities. Another approach would be to develop a custom snap or use Scripting snaps to generate the PDF directly.