Forum Discussion
How to remove pop-out button from my embedded object
Hi Joshua,
If you wish to prevent your PDF from getting downloaded or printed, one method is to add #toolbar=0 at the end of your source URL (i.e., https://www.web.com/file/sample.pdf#toolbar=0).
Using this code will disable the toolbar in your PDF file.
Check out this screenshot that shows the embedded PDF without the #toolbar=0 in the source URL (foreground image) versus the one with the code (background image):
This method will not totally prevent others from downloading or printing your PDF file. For example, they can still right-click on the file and print it as a PDF. But hopefully, this helps in limiting their options.
Also, if you haven't done so, you may want to consider watermarking your PDF files to help protect your intellectual property.