Question
Capgemini Sverige AB
SE
Last activity: 18 Mar 2019 13:50 EDT
Generate editable PDF file in Pega
Hi everybody.
I am new to Pega environment, and I need help with creating or generate a PDF file which should be editable after all.
I have a resource which deliver informations as a json files and my task is to create a solution in Pega platform or/and automation in pega robotic to consume these informations from Json and Create an editable PDF file, but i don't know how to implement this, should I need use Pega platform or Robotic and how.
Could anyone help me by refer a tutorial or explain in detail to to generate a editable pdf in platform or Robotic. Thanks
Hello Mohanand,
There is no in-built functionality in Pega Robotics Automation that allows to generate PDF from a JSON object. You can use third-party libraries like iTextSharp and our C# script component to generate it.
Thanks