You can create an html page which will load the PDF file inside a DIV tag.
Example shown below:
<html>
<body>
<div id="awmobject1" style="position:relative">
<iframe src="file.pdf" width=100% height=100%></iframe>
</div>
AllWebMenus linking code section here…..
</body>
</html>
Finally add the following values in the <Javascript Command on Appear> and <Javascript Command on Disappear>properties:
awmhidediv();
awmshowdiv();
You can create an html page which will load the PDF file inside a DIV tag.
Example shown below:
<html>
<body>
<div id="awmobject1" style="position:relative">
<iframe src="file.pdf" width=100% height=100%></iframe>
</div>
AllWebMenus linking code section here…..
</body>
</html>
Finally add the following values in the <Javascript Command on Appear> property:
awmhidediv();
awmshowdiv();
Search engines cannot ‘read’ javascript files. For this reason you should use the included Sitemap feature.
Open your project file with AllWebMenus and select the “Tools > Create Sitemap” command.
When you link the produced html file to the root directory of your web site, the search engine bots will find it and include it in their database.