Mozilla
mozilla.github.io โบ pdf.js
PDF.js - Home
A general-purpose, web standards-based platform for parsing and rendering PDFs.
API
A general-purpose, web standards-based platform for parsing and rendering PDFs.
Examples
This tutorial shows how PDF.js can be used as a library in a web browser.
Policy Templates for Firefox
Note: As of Firefox 140, this policy no longer completely disables PDF.js; it changes the handler to send PDF files to the operating system. Embedded PDF files are shown in the browser.
Getting started
A general-purpose, web standards-based platform for parsing and rendering PDFs.
npm
npmjs.com โบ package โบ pdfjs-dist
pdfjs-dist - npm
ยป npm install pdfjs-dist
Published ย Nov 29, 2025
Version ย 5.4.449
Repository ย https://github.com/mozilla/pdf.js
Homepage ย https://mozilla.github.io/pdf.js/
Any good libraries or iframe alternatives for reviewing PDFs in a Vue app? Currently using iframe but it takes forever to load the PDF
Hi! There is a library from Mozilla that tackles this issue, since its pretty common to need a PDF reader on the web. Give it a look to see if it fits you: https://github.com/mozilla/pdf.js I don't know if there's any good Vue wrapper for it, but I feel the mozilla pdf library its been the standard for PDFs. Hope it helps More on reddit.com
Favorite library for pdf generation
I did spin up a small backend service that uses http://wkhtmltopdf.org/ and it has been a godsend. Before i was using window.print() and a good amount of css @media print, but client browsers were crashing when generating too much data. More on reddit.com
How do you convert HTML To PDF without a third-party package/library?
You don't? Unless writing it yourself. More on reddit.com
PDF manipulation library that doesn't require PDF-TK?
have you seen HummusJs? HummusJs
More on reddit.comVideos
13:08
Build a React.js PDF Viewer & Editor With Controls Using ...
07:35
Build a PDF-LIB PDF Editor to Highlight,Redact and Annotate ...
03:28
โจ Generate PDFs Dynamically in Node.js with PDF-Lib ๐ Full ...
19:23
Javascript PDF-LIB Tutorial to Add Page Numbers to All Pages of ...
04:19
Build a PDF.js PDF Canvas Editor Using PDF-LIB & Fabric.js ...
05:46
Build a Mozilla PDF.js PDF Editor Using jsPDF ...
GitHub
github.com โบ mozilla โบ pdf.js
GitHub - mozilla/pdf.js: PDF Reader in JavaScript
PDF Reader in JavaScript. Contribute to mozilla/pdf.js development by creating an account on GitHub.
Starred by 52.4K users
Forked by 10.5K users
Languages ย JavaScript 71.3% | Fluent 25.5% | CSS 2.2%
Mozilla
mozilla.github.io โบ pdf.js โบ getting_started
PDF.js - Getting Started
โโโ docs/ - website source code โโโ examples/ - simple usage examples โโโ extensions/ - browser extension source code โโโ external/ - third party code โโโ l10n/ - translation files โโโ src/ โ โโโ core/ - core layer โ โโโ display/ - display layer โ โโโ shared/ - shared code between the core and display layers โ โโโ interfaces.js - interface definitions for the core/display layers โ โโโ pdf.*.js - wrapper files for bundling โโโ test/ - unit, font, reference, and integration tests โโโ web/ - viewer layer โโโ LICENSE โโโ README.md โโโ gulpfile.mjs - build scripts/logic โโโ package-lock.json - pinned dependency versions โโโ package.json - package definition and dependencies
Wikipedia
en.wikipedia.org โบ wiki โบ PDF.js
PDF.js - Wikipedia
July 18, 2025 - PDF.js is a JavaScript library that renders Portable Document Format (PDF) files using the web standards-compliant HTML5 Canvas.
Nutrient
nutrient.io โบ blog โบ sdk โบ complete guide to pdfjs
Complete guide to PDF.js
August 11, 2025 - PDF.js is Mozillaโs open source JavaScript library for rendering PDFs in browsers without plugins. This guide covers PDF.js setup, rendering with the Canvas API, navigation controls, zoom functionality, and handling basic annotations. However, for enterprise applications requiring advanced features, high performance, and dedicated support, Nutrient Web SDK is the ideal solution.
DEV Community
dev.to โบ handdot โบ generate-a-pdf-in-js-summary-and-comparison-of-libraries-3k0p
A full comparison of 6 JS libraries for generating PDFs - DEV Community
March 22, 2022 - As for PDFKit the APIs provided have an imperative pattern, with the result that creating a complex layout tend to be very hard. Embedding fonts itโs not difficult but needs an extra step: converting the fonts to TTF files. jsPDF is not the easiest library to master, but the documentation is very rich so youโll not encounter any particular obstacle while working with it.
PDF-LIB
pdf-lib.js.org
PDF-LIB ยท Create and modify PDF documents in any ...
Create and modify PDF documents in any JavaScript environment.
SourceForge
sourceforge.net โบ projects โบ pdf-js.mirror
PDF.js download | SourceForge.net
November 2, 2025 - A PDF Reader in JavaScript. PDF.js is a web standards-based platform for parsing and rendering Portable Document Formats (PDFs). Open source and built with HTML5, this PDF viewer is supported by a great community and Mozilla Labs.
PDF.js Express
pdfjs.express
PDF.js Viewer: Annotate, Form Fill | Easy Setup | PDF.js Express
Form Filling Library ยท Real-time Collaboration ยท Customize your PDF.js Viewer
GitHub
github.com โบ parallax โบ jsPDF
GitHub - parallax/jsPDF: Client-side JavaScript PDF generation for everyone.
A library to generate PDFs in JavaScript. You can catch me on twitter: @MrRio or head over to my company's website for consultancy. jsPDF is now co-maintained by yWorks - the diagramming experts.
Starred by 30.9K users
Forked by 4.8K users
Languages ย JavaScript 96.4% | TypeScript 2.4% | HTML 1.2%
cdnjs
cdnjs.com โบ home โบ libraries โบ pdf.js
pdf.js - Libraries - cdnjs - The #1 free and open source CDN built to make life easier for developers
Libraries ยท pdf.js ยท PDF Reader in JavaScript ยท 52k ยท GitHub ยท package ยท Apache-2.0 licensed ยท Tags: PDF, reader, Js ยท Version ยท 5.4.149 ยท Loading... Asset Type ยท All ยท Loading...
npm
npmjs.com โบ package โบ pdfkit
pdfkit - npm
A JavaScript PDF generation library for Node and the browser.
ยป npm install pdfkit
Published ย Aug 30, 2025
Version ย 0.17.2
Author ย Devon Govett
Repository ย https://github.com/foliojs/pdfkit
Homepage ย http://pdfkit.org/
PDFKit
pdfkit.org
PDFKit
A JavaScript PDF generation library for Node and the browser.
npm
npmjs.com โบ package โบ jspdf
jspdf - npm
3 weeks ago - A library to generate PDFs in JavaScript. You can catch me on twitter: @MrRio or head over to my company's website for consultancy. jsPDF is now co-maintained by yWorks - the diagramming experts.
ยป npm install jspdf
Published ย Nov 19, 2025
Version ย 3.0.4
Repository ย https://github.com/parallax/jsPDF
Homepage ย https://github.com/parallax/jsPDF
Best of JS
bestofjs.org โบ projects
PDF projects
Best of JS is a project by Michael Rambeau, made in Osaka, Japan
Parallax
parall.ax โบ products โบ jspdf
jsPDF
Generate professional PDFs easily with jsPDF, the open-source solution for PDF generation. Create event tickets, reports, certificates, and more in minutes with our intuitive interface.
Reddit
reddit.com โบ r/vuejs โบ any good libraries or iframe alternatives for reviewing pdfs in a vue app? currently using iframe but it takes forever to load the pdf
r/vuejs on Reddit: Any good libraries or iframe alternatives for reviewing PDFs in a Vue app? Currently using iframe but it takes forever to load the PDF
September 17, 2024 - Hi! There is a library from Mozilla that tackles this issue, since its pretty common to need a PDF reader on the web. Give it a look to see if it fits you: https://github.com/mozilla/pdf.js