Question
4
Replies
169
Views
Posted: September 5, 2017
Last activity: October 13, 2017
Closed
Solved
XML to PDF in work object
I am working on a Connect-REST to Mulesoft.
Once I get the response back from MuleSoft I am expecting XML format.
From there I need to get the XML data to open as a PDF in the work object.
I am not sure how to do this.
Any ideas…
i wrap around some XML text with <HTML><XMP> and </XMP></HTML> and then create a new rule-obj-html rule. Then i was able to call the OOTM activity pyViewAsPDF with the new rule-obj-html rule and a PDF containing the raw XML was created.