Currently I'm using an embed tag with the src directed to the location of the .pdf however the embed tag does not allow for z-index manipulation or other div tags to be placed over it. After extensive searching for a fix to allow for embed tag z-index manipulation I have found that it is adobe that will not allow this to happen with their pdf files.
I need a way to insert (without using embed or iframe tags) a pdf document into an html page and allow other divs to overlap it.
Please Help!