That's all I have to do: remove only 1st page from a LOT of pdf files...
Please tell me that magic exists.
|
|
You can do this with a free program called pdftk, available here. You can use the following commands to take every PDF in the current directory and copy them to the ‘trimmed’ directory with the first page removed:
|
|||
|
|
|
This looks like a job for PdfToolKit. This a command line utility to manipulate pdfs First, install PDFToolkil, either from the Software Centre or using the command line:
Now the command to remove the first page from a normal (non-protected pdf) would be:
If the pdf is protected you will need to give the passwords to pdftk. To convert a large number of pdf's you will need to write a small script that takes care of running pdftk for each one. |
|||
|
|