Download PDF in Customer account UI

is there possible to download pdf from base64 string in customer account ui extension?
i have checked due to global browser APIs doesn’t avialable on it document & window method don’t allow to use.
it Would be helpfull for me. if anyone has a way to download pdf in extension.
Thank you. :folded_hands:

Hi Sanjay,

It doesn’t look like this is supported with a base64 string. Would it be a unique PDF for each customer?

I recommend that you add a link to the PDF in your account ui extension. When customers click on this link, it should send a request to the app server. Subsequently, the server will respond by providing the PDF for download.