Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Commonmark migration
Source Link

jsPDF provide good support for tables using [jsPDF-AutoTable][1]jsPDF-AutoTable plugin.

jsPDF and pdfmake are two javascript libraries widely used to generate pdf. I have used both and would like to share few points i observed:

jsPDF

  1. Performance is really good. I would able to generate PDF of 2000 pages in 5-6 seconds.
  2. It doesn't support utf-8 format i.e. you won't be able to render pdf in chinese, turkish and other languages.
  3. It doesn't support row break and table inside table.

pdfmake

  1. Performace is good if you are generating pdf of less than 40 pages. Performance degrade exponentially if you generate larged pdf. Almost kill the browser.
  2. Support utf-8 format.
  3. Support row break and table inside table.
  4. Easy to use.

You can make wise decision based on your requirement. [1]: https://github.com/simonbengtsson/jsPDF-AutoTable

jsPDF provide good support for tables using [jsPDF-AutoTable][1] plugin.

jsPDF and pdfmake are two javascript libraries widely used to generate pdf. I have used both and would like to share few points i observed:

jsPDF

  1. Performance is really good. I would able to generate PDF of 2000 pages in 5-6 seconds.
  2. It doesn't support utf-8 format i.e. you won't be able to render pdf in chinese, turkish and other languages.
  3. It doesn't support row break and table inside table.

pdfmake

  1. Performace is good if you are generating pdf of less than 40 pages. Performance degrade exponentially if you generate larged pdf. Almost kill the browser.
  2. Support utf-8 format.
  3. Support row break and table inside table.
  4. Easy to use.

You can make wise decision based on your requirement. [1]: https://github.com/simonbengtsson/jsPDF-AutoTable

jsPDF provide good support for tables using jsPDF-AutoTable plugin.

jsPDF and pdfmake are two javascript libraries widely used to generate pdf. I have used both and would like to share few points i observed:

jsPDF

  1. Performance is really good. I would able to generate PDF of 2000 pages in 5-6 seconds.
  2. It doesn't support utf-8 format i.e. you won't be able to render pdf in chinese, turkish and other languages.
  3. It doesn't support row break and table inside table.

pdfmake

  1. Performace is good if you are generating pdf of less than 40 pages. Performance degrade exponentially if you generate larged pdf. Almost kill the browser.
  2. Support utf-8 format.
  3. Support row break and table inside table.
  4. Easy to use.

You can make wise decision based on your requirement.

Source Link
Ashish Lahoti
  • 1.1k
  • 14
  • 10

jsPDF provide good support for tables using [jsPDF-AutoTable][1] plugin.

jsPDF and pdfmake are two javascript libraries widely used to generate pdf. I have used both and would like to share few points i observed:

jsPDF

  1. Performance is really good. I would able to generate PDF of 2000 pages in 5-6 seconds.
  2. It doesn't support utf-8 format i.e. you won't be able to render pdf in chinese, turkish and other languages.
  3. It doesn't support row break and table inside table.

pdfmake

  1. Performace is good if you are generating pdf of less than 40 pages. Performance degrade exponentially if you generate larged pdf. Almost kill the browser.
  2. Support utf-8 format.
  3. Support row break and table inside table.
  4. Easy to use.

You can make wise decision based on your requirement. [1]: https://github.com/simonbengtsson/jsPDF-AutoTable