@gembox/pdfviewer

2024.9.100 • Public • Published

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 fore 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

Dependencies (8)

Dev Dependencies (20)

Package Sidebar

Install

npm i @gembox/pdfviewer

Weekly Downloads

51

Version

2024.9.100

License

none

Unpacked Size

4.09 MB

Total Files

6

Last publish

Collaborators

  • gembox-admin