[Fixed]-IOError with Python Pdfkit

1👍

If you open a lot of files at once, you need to set the max limit for your machine.

ulimit -n 2048

Do not forget to close the file object after you used it.

Leave a comment