Open dustinc opened 8 years ago
Found myself wanting output to be non-zero based numbering in custom "convertAllPages" script. Only affects output image path. So convertPage(0) would write tmp/test-1.png in example. Defaults to original zero-based numbering.
convertPage(0)
tmp/test-1.png
Same thing here, would love to get added and on npm. Anything I can do to help out?
Found myself wanting output to be non-zero based numbering in custom "convertAllPages" script. Only affects output image path. So
convertPage(0)
would writetmp/test-1.png
in example. Defaults to original zero-based numbering.