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

14.04 - Browser-process using high CPU - Ask Ubuntu

nvidia - NV18 [GeForce4 MX 4000] driver - Ask Ubuntu