BobdeLaubenf220
8 years agoCommunity Member
Embedded Web Object PDF not scrolling
I've embedded a 10 page PDF in a slide as a Web Object. However, the PDF will not scroll past the first page, and the page has grey space above and below the page itself.
Here is my index.html:
<html>
<embed src="2016_DDoS_Attack-Trends.pdf" type="application/pdf" width="100%" height="100%" />
</html>
I found that if I show the Adobe Reader Toolbar I can scroll through the PDF using the Show Next Page button, but that's non-intuitive. I also need to get rid of the grey space above and below the PDF content.
Thanks for your help.