Open
Description
Hi, thank you for your amazing work.
I used your library to split a large pdf into single pages. The method burst did not worked right away because the % character in the pattern was escaped and substituted with a white space in the processOptions function at line 213 of file command.php.
So the output consisted of the last page only, as each page was overwriting the older.
Changing the statement from
$this->addArg('output', $filename, true);
to
$this->addArg('output', $filename, false);
solved the problem.
But probably It can cause other issues?
Metadata
Metadata
Assignees
Labels
No labels