Embed A Powerful PDF Viewer Using The jQuery.pdfviewer Plugin

Embed A Powerful PDF Viewer Using The jQuery.pdfviewer Plugin

A simple, lightweight jQuery plugin that lets you embed a fully functional PDF viewer in your document.

Built on top of Mozilla's robust pdf.js engine, it comes with a range of user-friendly controls for page navigation, zooming, and printing, as well as downloading the PDF.

How to use it:

1. Load the necessary jQuery and pdf.js libraries from a CDN.

2. Download and load the jQuery.pdfviewer plugin's files.

3. Create an empty container to hold your PDF viewer.

4. Initialize the plugin and specify the path to the PDF file.
$('#pdfviewer').pdfViewer('file.pdf');

5. Set the size of the PDF viewer.

$('#pdfviewer').pdfViewer('file.pdf',< width: 900, height: 600, >);

6. The filename option allows saving the PDF with a custom name on download. The example uses date values to create a unique name.

$('#pdfviewer').pdfViewer('file.pdf',< filename: "DOCUMENT_" + date.getDay() + '_' + date.getMonth() + '_' + date.getFullYear(), >);

7. The isBase64 flag indicates if the document Url contains a base64 encoded PDF data. Set to true for base64 files.

$('#pdfviewer').pdfViewer('file.pdf',< isBase64: true, >);

This awesome jQuery plugin is developed by algotrader2023. For more Advanced Usages, please check the demo page or visit the official website.

Related jQuery Plugins

Easy Web PDF Viewer With jQuery And pdf.js - pdfjs-viewer

PDF Annotation And Drawing Markup Plugin - pdfannotate.js

Concise Fullscreen Image & PDF Viewer Plugin - jQuery EZView

Base64 PDF Viewer With jQuery And pdf.js - Easy-PDF

Touch-enabled jQuery Web PDF Viewer - TouchPDF

You Might Also Like

Flickr-style Hover To Zoom Google Maps - jQuery geozoom

Easy Toast-style Notification Plugin For Bootstrap - Notify

Online Photo Processing JS Library - PaintbrushJS

Manipulating Bootstrap Alerts With jQuery - bsalert

Minimalist Responsive Image jQuery Plugin - responsive-image.js

Easy Tab Switch Plugin For jQuery - Tabs.js

Add Your Review

Categories:

Most Popular In This Category:

Get Free Updates

Get Weekly Email on latest Web & Graphic Design freebies. No spam, we promise!

You Might Like:

About jQuery Script

Free jQuery Plugins and Tutorials - One of the BEST jQuery websites that provide web designers and developers with a simple way to preview and download a variety of Free jQuery Plugins. More.

Most Popular Categories