I want to display PDF-file on my cite, so it can be viewed online - without downloading - even on on mobile devices. Host just the file (like www.site.com/file.pdf) works only for computers. Would be best to do it in pure html, but if not possible, OK.
Have tried many options, like
<object data="pdf/sample.pdf#view=Fit" type="application/pdf" width="100%" height="400px"> </object>
or
<embed src="filename.pdf#toolbar=0" width="500" height="375">
All of them or still download on some devices, or give an error (eg. when using embed - "plugin not supported").
Would also be happy to work without google docs viewer, if possible. Any ideas?