Web-based PDF Viewer
Jeśli chcielibyście wyświetlić plik PDF bezpośrednio na stronie z pomocą przychodzi serwis vuzit.com, który taką usługę oferuje. Wystarczy na stronie dodać taki kod:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link href="http://vuzit.com/stylesheets/Vuzit-2.1.css" rel="Stylesheet" type="text/css" />
<script src="https://vuzit.com/javascripts/Vuzit-2.1.js" type="text/javascript"></script>
<script type="text/javascript">
// Called when the page is loaded.
function initialize() {
vuzit.Base.apiKeySet("ApiKey");
var viewer = new vuzit.Viewer(document.getElementById("vuzit_viewer"));
viewer.setUrl("wlasny/plik/something.pdf", { zoom: 1, page: 2 });
}
</script>
</head>
<body onload="initialize()">
<div id="vuzit_viewer" style="width: 650px; height: 500px;"></div>
</body>
W przyszłości zapewne dodadzą więcej rozszerzeń.
Wystarczy założyć darmowe konto tutaj https://ssl.vuzit.com/page/sign_in