We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pdftk supports named input files e.g.:
pdftk
pdftk A=foo.pdf B=bar.pdf cat A B output foobar.pdf
See https://www.pdflabs.com/docs/pdftk-man-page/#dest-input-files
The text was updated successfully, but these errors were encountered:
Note that the "cat" operation is not yet implemented in mcpdf. Does it still make sense to support named input files? What's your exact use case?
Sorry, something went wrong.
My main use case is indeed the cat operation. The named inputs are useful when one wants to do interesting things e.g.:
cat
pdftk A=foo.pdf B=bar.pdf cat A1-2 B1-2 A3-end B3-end output foobar.pdf
No branches or pull requests
pdftk
supports named input files e.g.:See https://www.pdflabs.com/docs/pdftk-man-page/#dest-input-files
The text was updated successfully, but these errors were encountered: