How to make a base64 PDF file scale to fit the iframe?
I have the following code with an iframe which has base64 code of a PDF file as the source added by javascript. This works perfectly on desktops however the pdf does not scale to fit when using on ios or android. I have tried adding #zoom=50
to the end of the src but it just throws a Data URL Decoding Failed
error.
<iframe src='b64pdf....' width='100%' height='100%'></iframe>