Socket
Socket
Sign inDemoInstall

web-document-viewer

Package Overview
Dependencies
9
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.4.6 to 11.4.7

2

atalaWebDocumentViewer.d.ts

@@ -10,3 +10,3 @@ //-------------------------------------------------------------------------------------------------

//-------------------------------------------------------------------------------------------------
// Version 11,4,0,343
// Version 11,4,0,349

@@ -13,0 +13,0 @@ export as namespace Atalasoft;

{
"name": "web-document-viewer",
"version": "11.4.6",
"version": "11.4.7",
"description": "Atalasoft JavaScript library for presenting images and documents, including PDF Forms, on a web page.",

@@ -5,0 +5,0 @@ "main": "atalaWebDocumentViewer.js",

@@ -5,3 +5,3 @@ # Atalasoft Web Document Viewer control

The WebDocumentViewer(aka WDV) and WebDocumentThumbnailer(aka WDT) are JavaScript based image viewing controls that could be easily created by adding fex snippets of HTML and JavaScript on your web page and a separate bare-bones requests handler on the server side.
The WebDocumentViewer (aka WDV) and WebDocumentThumbnailer (aka WDT) are JavaScript based image viewing controls that could be easily created by adding few snippets of HTML and JavaScript on your web page and a separate bare-bones requests handler on the server side.

@@ -50,9 +50,9 @@ ### Introduction

WebDocumentViewer and WebDocumentThumbnailer requires [Jquery](https://github.com/jquery/jquery) and [Jquery UI](https://github.com/jquery/jquery-ui) libraries. If annotations support are enabled, [Raphael.js](https://github.com/DmitryBaranovskiy/raphael) library is also required. If text support is enabled, then [Raphael.js](https://github.com/DmitryBaranovskiy/raphael) and [ClipboardJS](https://github.com/zenorocha/clipboard.js) are both required.
WebDocumentViewer and WebDocumentThumbnailer require [Jquery](https://github.com/jquery/jquery) and [Jquery UI](https://github.com/jquery/jquery-ui) libraries. If annotations support is enabled, [Raphael.js](https://github.com/DmitryBaranovskiy/raphael) library is also required. If text support is enabled, then [Raphael.js](https://github.com/DmitryBaranovskiy/raphael) and [ClipboardJS](https://github.com/zenorocha/clipboard.js) are both required.
[Jquery](https://github.com/jquery/jquery) should be included into web page by the application. If some of the other dependent libraries don't exist in the web page scope, controls are trying to automatically load them(using file names from dotImage web resources bundle shipped by installer).
When controls are delivered by NuGet it's required to manually deploy them on the page(since file names could differ for different versions).
[Jquery](https://github.com/jquery/jquery) should be included into web page by the application. If some of the other dependent libraries don't exist in the web page scope, controls are trying to automatically load them (using file names from dotImage web resources bundle shipped by installer).
When controls are delivered by NuGet it's required to manually deploy them on the page (since file names could differ for different versions).
### Sample application
You can find a [demo application](https://github.com/Atalasoft/web-document-viewer-demo) shows basic usage of Web Document Viewer component of DotImage product.
You can find a [demo application](https://github.com/Atalasoft/web-document-viewer-demo) showing basic usage of Web Document Viewer component of DotImage product.
Live version of the demo is hosted on Azure: http://atalasoft-viewer-demo.azurewebsites.net/

@@ -62,3 +62,3 @@

To run the projects locally, you need to have a DotImage license. There are various way to acquire the license:
To run the projects locally, you need to have a DotImage license. There are various ways to acquire the license:

@@ -65,0 +65,0 @@ - Use [DotImage Activation Wizard Visual Studio extension](https://visualstudiogallery.msdn.microsoft.com/88ff07c9-fe68-48bd-bfdc-3fbc8a0ec1db)

Sorry, the diff of this file is too big to display

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