Using pdftk to change pdf files.

About the pdftk tools, we can read the options using –help.
We can see many examples and features… See the description of this tool.

Let’s try some simple examples.
extract all the odd-numbered pages:

extract all the even-numbered pages:

extract the pages 25 to 30 and create a new pdf:

extracting pages 20,25, and 30:

extract all pages into separate individual pdf pages.

we want to have the password “hello” for opening the file

You can try it with any args of this command.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.