-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add won't parse arguments the right way #11
Comments
I have the same problem
|
Looked into it a bit. 1) when using copy there is no dest, 2) the way the argument parser is written, the src file must be before the "flag" arguments., and 2) on line 266 of the version that comes in with pip, we have: |
Did a pip uninstall, cloned repo, did a sudo python3 setup.py install which worked. Tried running and got: |
Here are your options:
|
If I do something like this:
pdftools add -o output.pdf input.pdf
I will get the following error:
pdftools add: error: the following arguments are required: src
The text was updated successfully, but these errors were encountered: