Slurpy icon indicating copy to clipboard operation
Slurpy copied to clipboard

Fix multiple-character handles

Open z38 opened this issue 10 years ago • 0 comments

This PR implements a non-BC change to support older versions (fixes #1 and replaces #4). With this fix, newer versions can handle up to 702 files whereas users with an older version of pdftk are limited to 26 files.

Generated file handles: A, B, ..., Z, AA, AB, ..., ZZ

We should probably add a small note in the code or README about the fact that older versions of pdftk are unable to handle many files.

z38 avatar Apr 02 '14 07:04 z38