command line - inserting few copies of the same page into PDF - Ask Ubuntu


i want insert x blank pages pdf document. can pdftk :

pdftk a=book.pdf b=page.pdf cat a1-end b output output.pdf 

when want insert more 1 page, can that:

pdftk a=book.pdf b=page.pdf cat a1-end b b b output output.pdf 

is there syntax allows insert x pages without repeating same parameter in command line?


Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User