@nutrient-sdk/viewer
Version:
View and annotate PDF files in your web app. Full support for mobile and desktop. Runs in the browser using WASM.
17 lines (15 loc) • 481 B
HTML
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="1; url=https://www.nutrient.io/api/web/" />
<script type="text/javascript">
window.location.href = 'https://www.nutrient.io/api/web/'
</script>
<title>Page Redirection</title>
</head>
<body>
If you are not redirected automatically, follow this
<a href="https://www.nutrient.io/api/web/">link to our documentation</a>.
</body>
</html>