jsPDF
Client-side JavaScript PDF generation for everyone. (by parallax)
Papa Parse
Fast and powerful CSV (delimited text) parser that gracefully handles large files and malformed input (by mholt)
jsPDF | Papa Parse | |
---|---|---|
33 | 7 | |
29,967 | 12,839 | |
1.0% | 1.1% | |
6.2 | 6.5 | |
19 days ago | about 2 months ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
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
Papa Parse
Posts with mentions or reviews of Papa Parse.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-03-23.
-
Rendering a Million Rows in React by Drawing
At the click of a button, the data is downloaded and parsed into an array of objects with the help of papa-parse library.
-
From TSV to CSV: How GitHub Copilot Chat Made Data Conversion a Breeze!
I was super excited about this but it also made me realize that some folks may want/prefer csv files and so, I asked by bestie - GitHub Copilot Chat - to help me convert a TSV file to a CSV file in Python. Now, I'm not a Python Developer, so I wasn't sure how I would do this in Python, and while I could use an npm module like PapaParse to accomplish this, I wanted to try another language.
-
Snippet... PapaParse in Action
Install PapaParse library from npm.
-
Parsing data from a file
As a non necessary steps, you might also consider using a csv parsing library. This one is apparently browser compatible. I’ve only done this on a server, so I don’t know much about parsing in browser.
- How would I download papaparse into my project folder?
- How can I read a csv file properly with TypeScript, that has columns with /n and /r/n contained in quotes (“… /r/n … /n … ”)
-
Show HN: Csvbox.io – The import button for your web app, SaaS or API
How does this compare with some of the available FOSS alternatives, e.g., https://github.com/mholt/PapaParse ?
What are some alternatives?
When comparing jsPDF and Papa Parse you can also consider the following projects:
PDF.js - PDF Reader in JavaScript
PDFKit - A JavaScript PDF generation library for Node and the browser
pdfmake - Client/server side PDF printing in pure JavaScript
diff2html - Pretty diff to html javascript library (diff2html)