My aim is to have a form that submits a URL to an endpoint that returns a base64 encoding of a PDF that is shown on screen without a window.open
popup.
Example output I want: https://s.natalian.org/2017-04-04/index.html
I'm confused how to use the resulting objectURL to show the data:application/pdf;base64 response.
With https://s.natalian.org/2017-04-04/ObjectURL.html I assume I am not decoding the base64 response properly? I don't know how to get it to render as a PDF like the output I want above.