cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How to Convert JSON data into PDF

manchis
New Contributor

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.

1 REPLY 1

akidave
Employee
Employee

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.