@groupdocs.examples.jquery/viewer

0.16.6 • Public • Published

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:

Resources

/@groupdocs.examples.jquery/viewer/

    Package Sidebar

    Install

    npm i @groupdocs.examples.jquery/viewer

    Weekly Downloads

    2

    Version

    0.16.6

    License

    MIT

    Unpacked Size

    126 kB

    Total Files

    9

    Last publish

    Collaborators

    • groupdocs
    • alex.bobkov