This repository was archived by the owner on Apr 15, 2020. It is now read-only.

Description
As stated, when converting a PDF with more than 10 pages to a single image, the pages past 10 are appended to the 2nd and 3rd positions of the PDF, for example:
It seems that due to the file naming convention the images are appended in this order which is incorrect:
image0.png
image1.png
image10.png
image11.png
image2.png
image3.png
image4.png
image5.png
image6.png
image7.png
image8.png
image9.png
This is happening at least on macOS, not sure about Ubuntu. Node v8