Currently I embed a pdf to my website , the problem is, I would like to show the read mode only instead of a full tool bar to the visitor , also , I would like to hidden the save file option .
I checked there is an open parameter in the offical document that can specific
toolbar=1&navpanes=0&statusbar=0&messages=0
However, can I specific what opition is allow in the toolbar (actually I would like to allow only zoom function )
Are there any way to doing this? Thanks.
<object id = 'zoomPage' type='application/pdf' data= '" + sourceFolder + "/2013/08/17/0/0/A/Content/pdf/pdf_" + currZoomPageNo + ".pdf#toolbar=1&navpanes=0&statusbar=0&messages=0'><p>The PDF can not display</p></object>