From 64c76da162f27f8d9e635cddd51cfe551e1588bc Mon Sep 17 00:00:00 2001 From: Kid Date: Tue, 6 Aug 2019 00:00:33 +0800 Subject: [PATCH] Add PDF.js --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7a7de1..4cedda2 100644 --- a/README.md +++ b/README.md @@ -346,6 +346,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [jBinary](https://github.com/jDataView/jBinary) - High-level I/O (loading, parsing, manipulating, serializing, saving) for binary files with declarative syntax for describing file types and data structures. * [diff2html](https://github.com/rtfpessoa/diff2html) - Git diff output parser and pretty HTML generator. * [jsPDF](https://github.com/MrRio/jsPDF) - JavaScript PDF generation. +* [PDF.js](https://github.com/mozilla/pdf.js) - PDF Reader in JavaScript. ## Functional Programming