Socket
Socket
Sign inDemoInstall

@groupdocs.examples.jquery/conversion

Package Overview
Dependencies
0
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @groupdocs.examples.jquery/conversion

jQuery plugin that allows to display and comapre documents supported by groupdocs libraries APIs


Version published
Weekly downloads
5
increased by400%
Maintainers
3
Install size
92.9 kB
Created
Weekly downloads
 

Readme

Source

GroupDocs.Conversion

Simple jQuery plugin that allows to display and convert documents supported by groupdocs libraries APIs

Getting started

Install using npm

npm i @groupdocs.examples.jquery/conversion

or

yarn add @groupdocs.examples.jquery/conversion

Add following code within <body> tag

<div id="element"></div>
<script>
    $('#element').conversion({
        ... options
    });
</script>

Note

This plugin is intended to work with following GroupDocs examples:

  • GroupDocs Conversion for Java Spring
  • GroupDocs Conversion for Java Dropwizard
  • GroupDocs Conversion for .NET WebForms
  • GroupDocs Conversion for .NET MVC

Resources

FAQs

Last updated on 15 Aug 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc