I am displaying some PDF documents in my web site like this :
<object id="pdfviewer1" data='b.pdf#page=1&toolbar=0&statusbar=0&messages=0&navpanes=0&scrollbar=0'
type='application/pdf'
width='500px'
height='350px'>
<p>It appears you don't have a PDF plugin for this browser.</p>
</object>
Because of native PDF reader on Chrome, all openParams options are ignored because they are specifics for Adobe Reader.
Is it possible to specify PDF open parameters for Chrome native PDF reader?