Display PDF document in Pega
On click document Link, Pega need to connect to external system to get the document and display in PDF format.
Note: The document is a very complex one and we used Connect-Rest Method to get the file response from external system.
is there any Java code or HTML code which in turn read the binary document source code. Later we can convert it PDF document by using the Pega OOTB HTML-PDF activity and display it in the browser.