@groupdocs.examples.jquery/viewer
v0.16.6
Published
Common resources used by other GroupDocs jQuery plugins
Downloads
47
Readme
GroupDocs.Viewer
jQuery plugin that allows to view documents supported by GroupDocs.Viewer. This application allows you to view DOCX, PDF, PPT, XLS, and over 90 document formats without any additional dependencies and view documents as a set of images or HTML5 pages.
Getting started
Install using npm
npm i @groupdocs.examples.jquery/viewer
or
yarn add @groupdocs.examples.jquery/viewer
Add following code within <body>
tag
<div id="element"></div>
<script>
$('#element').viewer({
applicationPath: 'http://localhost:8080/viewer'
});
</script>
Note
This plugin is intended to work with following GroupDocs examples:
- Document viewer for Java Spring
- Document viewer for Java Dropwizard
- Document viewer for .NET WebForms
- Document viewer for .NET MVC
Resources
- Website: www.groupdocs.com
- Product Home: GroupDocs.Viewer
- Download: Download GroupDocs.Viewer
- Free Support Forum: GroupDocs.Viewer Free Support Forum
- Paid Support Helpdesk: GroupDocs.Viewer Paid Support Helpdesk
- Blog: GroupDocs.Viewer Blog