Closed vedang closed 2 years ago
This change fixes the bug pointed out in vedang/pdf-tools#149.
When --replace-input is used and no outfile is provided, an empty quote ('') is inserted into the call to qpdf. This change guards against that.
--replace-input
outfile
''
qpdf
Thanks!
This change fixes the bug pointed out in vedang/pdf-tools#149.
When
--replace-input
is used and nooutfile
is provided, an empty quote (''
) is inserted into the call toqpdf
. This change guards against that.