Skip to content Skip to sidebar Skip to footer

Is There A Way To Remove The Adobe Border From An Embedded Pdf Object?

I'm trying to remove the standard PDF frame from an embedded PDF on my page. I'd like just the PDF to show up without the toolbar on top and thick black frame from the page. I don'

Solution 1:

Using object to embed PDF documents is not recommend - it will render different results in different devices and browsers and there is no way to make sure that it will look like you intend to. Have a look at the following projects for a better way to embed your project

PDF.JShttps://github.com/mozilla/pdf.js

FlexPaperhttp://flexpaper.devaldi.com

Solution 2:

Check out PDF Object:

http://pdfobject.com/examples/simplest.html

http://pdfobject.com/

This should let you accomplish what you wanted across all browsers.

Post a Comment for "Is There A Way To Remove The Adobe Border From An Embedded Pdf Object?"