kohheepeace / docusaurus-pdf

Generate PDF for docusaurus
https://drive.google.com/file/d/19P3qSwLLUHYigrxH3QXIMXmRpTFi4pKB/view
113 stars 18 forks source link

Replace HummusJS with pdf-lib #14

Closed aloisklink closed 4 years ago

aloisklink commented 4 years ago

HummusJS is no longer being actively supported, unfortunately, but I found the pdf-lib library seems to really popular, and is designed for use in "any javascript environment".

Should fix #5, since pdf-lib doesn't use node-gyp, unlike HummusJS.

Generated PDF Test: docusaurus.pdf

kohheepeace commented 4 years ago

Thanks for this PR. I will review and merge asap!