Is it possible to generate PDF from XML code?

,

Is it possible to generate PDF from XML code?

  1. To read the XML
  2. Get the values for dynamic variables
  3. Generate PDF from the XML code

@kritk
welcome to the forum

it depends on the complexity of data and expected format in PDF.

In some cases a creation of an intermediate fromat and converting this into PDF can serve.

From technology perspective have a look here:

maybe you can share some sample input/output with us. Thanks

Attched the sample XML and PDFSample XML.xml (12.0 KB)

  1. Deserialize the XML:
    https://docs.uipath.com/activities/docs/deserialize-xml
  2. Put data to Word template:
    https://docs.uipath.com/activities/docs/word-set-bookmark-content
  3. Save as PDF:
    https://docs.uipath.com/activities/docs/word-export-to-pdf