Triggering File Download From The Browser By Using A Base64 Encoded File Content

Problem:

You have a service that consists of frontend and API applications. In order to prove the result of a process, you need to generate a PDF file that the user can download from the frontend application. The frontend application would create the file by using the base64-encoded content received from the API.

--

--