Hello,
I've embedded a raw PDF from dropbox using this code:
<embed src="dropboxpdflinkhere?raw=1" type="application/pdf" width="100%" height="100%" />
All fine and good.
But usually I can add toolbar=0 and navpanes=0 on the end to control how the pdf is shown. These commands no longer work using a dropbox hosted PDF. Is there any way around this?
Thanks!