Shell: Mass export *.odt - only first page
by ko3t3r from LinuxQuestions.org on (#6K4A4)
I have about 250 documents where I only want page 1.
For the PDF format I found the programm pdftk. Using pdftk I can cut page 1 from a file.
Example:
Code:pdftk example.pdf cat 1 output example_page1.pdfBut I would like to have this for all 250 files.
Thanks you for help.
For the PDF format I found the programm pdftk. Using pdftk I can cut page 1 from a file.
Example:
Code:pdftk example.pdf cat 1 output example_page1.pdfBut I would like to have this for all 250 files.
Thanks you for help.