Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gembox/pdfviewer

Package Overview
Dependencies
Maintainers
0
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gembox/pdfviewer

The PDF Viewer is a library designed to embed PDF document viewing capabilities into web applications. It offers a range of interactive features, allowing users to navigate, zoom, or search through PDF documents effectively.

  • 2024.11.102
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
142
increased by132.79%
Maintainers
0
Weekly downloads
 
Created
Source

What is GemBox.PdfViewer?

GemBox.PdfViewer is a JavaScript library that enables you to show PDF files seamlessly in your web applications.

With GemBox.PdfViewer you get a fast and reliable viewer that’s easy to set up.

GemBox.PdfViewer features

  • Display, save and print PDF files
  • Easy navigation and interaction
  • Search and highlighting of search results
  • Localization into multiple present languages. You can also specify your own translations.
  • You can choose from various colorful themes or pick a dark theme.

Get Started

You can set up the PDF viewer with just few lines of code:

<div id="viewer" style="width: 600px; height: 350px"></div>

<script type="module">
    import { GemBoxPdfViewer} from '@gembox/pdfviewer';
    import '@gembox/pdfviewer/dist/es/style.css';

    GemBoxPdfViewer.setLicense("FREE-LIMITED-KEY");
    GemBoxPdfViewer.create({ container: "#viewer" });
</script>

For more GemBox.PdfViewer code examples and demos, please visit our examples page.

Resources

Keywords

FAQs

Package last updated on 15 Nov 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc