Generate Dynamic PDF

Hello,

I am working on a use case to generate dynamic pdf based on the input data. The data in my case would be a json. The pdf will have a certain template and the data needs to be arranged in that particular template style.

If anyone worked on a similar use case or with any ideas, any inputs would be highly appreciated.

Thanks

Hi,

Can you share specific example?
Basically, we can achieve it as the following, for example.

First, convert json to datatable etc.
Next, write it to excel file.
Finally, save it as PDF.

Regards,