ganeshh123 / notion-pdf-export

A tool to allow batch PDF export for free Notion users. You can export as HTML and then use this tool to convert those into PDFs.
https://app.gn3.sh/notion-pdf-export/
MIT License
427 stars 27 forks source link

High CPU Usage #8

Closed ganeshh123 closed 4 years ago

ganeshh123 commented 4 years ago

When exporting pages, multiple phantomjs processes run. This ensures quicker conversion, but very high CPU usage. Maybe we could optimize the way markdown-pdf does batch conversion?

ganeshh123 commented 4 years ago

Fixed in Version 1.2 Switched from PhantomJS to wkhtmltopdf which does conversions sequentially. Slightly slower but won't use as much resources.

9