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
cat
Add support for the cat operation. See https://www.pdflabs.com/docs/pdftk-man-page/#dest-op-cat
See also issue #4.
The text was updated successfully, but these errors were encountered:
I agree. This is the most important feature for me and pretty much the only reason I use pdftk. Thanks though for the project!
Sorry, something went wrong.
Yup, another +1 for cat.
This is also the feature I use the most, to extract subsets of pages from a document.
Example:
pdftk input.pdf cat 2-end output output.pdf pdftk input.pdf cat 3-4 output output.pdf etc
Any volunteers for working on that?
Now, when Fedora droped pdftk, that would be really useful...
No branches or pull requests
Add support for the
cat
operation. See https://www.pdflabs.com/docs/pdftk-man-page/#dest-op-catSee also issue #4.
The text was updated successfully, but these errors were encountered: