
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
web-document-viewer
Advanced tools
Atalasoft JavaScript library for presenting images and documents, including PDF Forms, on a web page.
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.
There currently is a gap of functionality on the internet in that browsers currently only display "web native" image formats (PNG, JPEG, GIF, and SVG). Popular multipage document formats like PDF, TIFF and Office formats (like Excel and Word), all cannot be displayed natively on a web page. Atalasoft web controls solves this problem and provide JavaScript APIs to build viewer apps that:
PM> Install-Package Atalasoft.Web.Document.Viewer
npm install web-document-viewer
Atalasoft HTML5 imaging controls are support following server environments
ASP.NET
Server side functionality is exposed using separate HttpHandler. See ASP.NET demo application tutorial for details.
ASP.NET Core on full .net platform
Server side functionality is exposed using WebDocumentViewerMiddleware that is registered to handle WDV requests. See ASP.NET Core demo application tutorial for details.
WebDocumentViewer and WebDocumentThumbnailer require Jquery and Jquery UI libraries. If annotations support is enabled, Raphael.js library is also required. If text support is enabled, then Raphael.js and ClipboardJS are both required.
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).
You can find a demo application 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/
To run the projects locally, you need to have a DotImage license. There are various ways to acquire the license:
This source code is property of Atalasoft, Inc. (http://www.atalasoft.com/)
Permission for usage and modification of this code is only permitted
with the purchase of a source code license.
FAQs
Atalasoft JavaScript library for presenting images and documents, including PDF Forms, on a web page.
The npm package web-document-viewer receives a total of 118 weekly downloads. As such, web-document-viewer popularity was classified as not popular.
We found that web-document-viewer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.