jsPDF
Client-side JavaScript PDF generation for everyone. (by parallax)
pdfmake
Client/server side PDF printing in pure JavaScript (by bpampuch)
jsPDF | pdfmake | |
---|---|---|
33 | 13 | |
30,005 | 11,886 | |
1.0% | 0.5% | |
6.2 | 8.8 | |
about 15 hours ago | 3 months ago | |
JavaScript | JavaScript | |
MIT License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
jsPDF
Posts with mentions or reviews of jsPDF.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-02-24.
-
HTML to PDF JavaScript – Example with Code
As stated in its documentation “html2pdf.js converts any webpage or element into a printable PDF entirely client-side using html2canvas and jsPDF.”
- JsPDF: Generate PDFs on the Client-Side with Just JavaScript
-
Best HTML to PDF libraries for Node.js
jsPDF is a popular JavaScript PDF generator that allows users to generate PDF files in the web browser dynamically. The library is well-maintained, stable, easy to use, and has rich documentation.
-
Seeking Alternative jQuery Plugin for Exporting ASP.NET Web Form HTML Table to Excel and PDF
I haven't had to generate PDF files from the browser, but jsPDF looks promising.
-
jsPDF new version not working
So, as advised on the github page https://github.com/parallax/jsPDF i tried to source the new version of jsPDF using either the first or second src that you see in comment in the code below.
-
trouble with jsPD library
was working fine. But it seems this version does not have the function to do dashed lines, so i wanted a newer version. I tried downloading the folder of the newest one, or tu put : as mentionned in this page : https://github.com/parallax/jsPDF, but now i got a bug when i try to create the pdf and the code stops at the instruction var doc = new jsPDF(); I hope have i been clear, sorry i'm kind of trying out things...
-
Data grid with export and print features
You can use the .NET built-in datagrid, write your own .csv export (it's about 15 lines of code), and use jsPDF to convert the datagrid content to pdf using JavaScript.
- Can I stick a complex web app to a WordPress site?
-
Bibliotecas NodeJS incríveis que você não tem ideia que existem
🔀 Repositório no GitHub
- De HTML a PDF
pdfmake
Posts with mentions or reviews of pdfmake.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-27.
-
Pdf Generation Libraries Comparison
PDF Make
-
Build a Finance Tracker with Next.js, Strapi, and Chartjs: Part 3
We'll use three libraries - html-to-pdfmake, pdfmake and html2canvas for the printing functionality.
-
Build a Finance Tracker with Next.js, Strapi, and Chartjs: Part 1
pdfmake for generating PDFs for both client-side and server-side
- Pdfmake: Tool to create PDFs from client/server
-
Is node the right choice for HTML to PDF conversion?
PDFmake or pdf-lib would be the way to go in my opinion.
- pdfmake doesn't work after deploy nextjs app
-
Generate a customized PDF
Pdfmake (http://pdfmake.org)
-
How do I generate pdf from an ejs template?
Perhaps consider taking your serialized data directly to pdfmake and cut out the middle transformation. The playground (examples on the top tool bar row) are extremely fast and tight.
-
How to make Pdf in React, Next js quickly
I have some data, and I'd like to make a PDF file for that data. How can I make a PDF file as a quick way in React. In this post, I will try to do it fast as possible in React using PdfMake library.
-
Django and Vue web app for creating and sending pdf invoices
What you will be using to generate the pdf invoices ?, i use PdfMake, and i generate it all on front with Vue2.
What are some alternatives?
When comparing jsPDF and pdfmake you can also consider the following projects:
PDF.js - PDF Reader in JavaScript
PDFKit - A JavaScript PDF generation library for Node and the browser
Papa Parse - Fast and powerful CSV (delimited text) parser that gracefully handles large files and malformed input