I am using Konsole as a terminal to contribute to wikimedia pages. I use Konsole because unlike most terminal emulators it supports CTL (complex text layout) so I can clearly read my language (Tamil) in Konsole. The default terminal of Geany is not so good. I want to change the default terminal. How can I do that?
Home
/
user-487829
info-farmer's questions
I have 90 sub-folders in a folder. Each sub-folder contains pdf files. Total pdf files are nearly 2200. How can I extract page number 3 to 10 from all pdfs?
To extract the pages from one pdf, I am using the following command.
pdftk *.pdf cat 3-10 output 3-10.pdf
I have a creative commons license in one .pdf
file, say license.pdf
. I want to merge this license.pdf
as a first page in another .pdf
file. I can do it manually by the following command:
pdftk license.pdf t2.pdf output t2merged.pdf
But, I am having more than 4000 .pdf
files in a folder and want to add the license.pdf
to all of the 4000 .pdf
s as a first page. How can I automate this process?
I tried. the following outputs came in the terminal.
info-farmer-lm17mate@64bit-Lenovo-Flex-2-14 ~/Desktop/LICENSEs $ sudo chmod u+x add-license.sh [sudo] password for info-farmer-lm17mate: info-farmer-lm17mate@64bit-Lenovo-Flex-2-14 ~/Desktop/LICENSEs $ ./add-license.sh Error: Unable to find file. Error: Failed to open PDF file: edits/files/2mergedpdffile.pdf Done. Input errors, so no output created. Error: Unable to find file. Error: Failed to open PDF file: edits/files/A_Vocabulary_of_English_and_Tamil_Words-google.pdf Done. Input errors, so no output created.
@0x450 still facing the same error as above