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