Good day!
How to post a pdf without downloading?
Tried so
<iframe src="http://www.RealAdmin.ru/assets/templates/main/files/Instruction.pdf" width="700" height="400"></iframe>
but there is a "download"button
Tried using Google DOX
<iframe src="https://docs.google.com/viewer?url=http://www.RealAdmin.ru/assets/templates/main/files/Instruction.pdf&embedded=true" style="width: 600px; height: 600px;" frameborder="0">Your browser does not support iframes</iframe>
but there is a button "new window", clicking which will go to website Google. and here you can already download the file and save it on Google drive.
It is possible only viewing - with no apparent buttons to download the file?