Update README.md

This commit is contained in:
Christian Garbin 2018-07-22 11:36:44 -04:00 committed by GitHub
parent b105224403
commit c4d5a4d55d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ Usage:
Files are combined in the order they are given. Output is optional (defaults to combined.pdf).
Command line parsing code comes from this [seed program](https://github.com/cgarbin/seed-python/blob/master/seed-command-line-arg-parsing.py).
### Note
This code is using a [workaround for PyPDF2](https://stackoverflow.com/a/49927541/336802) for the "empty output file wiht Python 3" issue documented [here](https://github.com/mstamy2/PyPDF2/issues/293).