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

PDF's over 10 pages are merged back into a single image out of order #45

@RoyHP

Description

@RoyHP

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions