Question
Evonsys
LK
Last activity: 13 Dec 2025 14:59 EST
How to convert Base64-encoded documents as URL ?
Currently working on a requirement in PEGA where we receive Base64-encoded content from a client-side API. The content could be a PDF, image, DOC, or any other type of document. Our goal is to convert this document as URL so we can map it to the constellation UI using URL property so when the user click on that the user could be able to see the document on new tab.
Is there any approach to convert the Base64 content into a URL. ( i have try to convert the content in to data URL but using data URLs is not feasible because the document size can vary and might be large and the browser did not support large content.)
Is there a recommended way to achieve this