🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@gembox/pdfviewer

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.

2025.4.106
latest
78

Supply Chain Security

100

Vulnerability

83

Quality

93

Maintenance

100

License

Version published
Weekly downloads
58
-1.69%
Maintainers
1
Weekly downloads
 
Created

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.
  • Support for digital signing of PDF documents
  • 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/pdfviewer.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

FAQs

Package last updated on 30 Apr 2025

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