View PDF 
View PDF III
View Image I
View Image II
View Image III
Purchase 
Support

visit our YouTube support video

DimViewer technical support providing help 24/7, contact us at support@dimviewer.com

1.Download trial version DimViewer 2.1

2.Run DimViewer 2.1 to generate tile images and save the images to a web folder
  for example 'DimImages'

   Web application that allow user upload image file and generate tile images is available upon request(Customization only).

3.Create your own web page and use DimViewer

View full customized properties of DimViewer2.1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<script type="text/javascript" src="DimImages/dimviewer2.1.js"></script>
<script type="text/javascript">
       var demo = new DimViewer("myviewer", "DimImages/ImagePrefix");
       //demo.ThumbnailEnable = 0;
       //demo.PageVertical = 0;
       //demo.PageScrollEnable = 0;
       //demo.PageFullScreenEnable = 0;
       demo.Start();
</script>
<body>
<div id='myviewer' style="position:absolute; top:55px;left:135px; width:85%; height:85%;"></div>
</body>
</html>