mcpdf icon indicating copy to clipboard operation
mcpdf copied to clipboard

Add support for the `cat` operation

Open rocketraman opened this issue 10 years ago • 4 comments

Add support for the cat operation. See https://www.pdflabs.com/docs/pdftk-man-page/#dest-op-cat

See also issue #4.

rocketraman avatar Dec 10 '14 16:12 rocketraman

I agree. This is the most important feature for me and pretty much the only reason I use pdftk. Thanks though for the project!

itsme-410 avatar Dec 11 '14 00:12 itsme-410

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

Ramblurr avatar Apr 18 '15 11:04 Ramblurr

Any volunteers for working on that?

vog avatar Apr 24 '15 10:04 vog

Now, when Fedora droped pdftk, that would be really useful...

MikhailKlemin avatar Mar 25 '16 18:03 MikhailKlemin