GNU/Linux Desktop Survival Guide
by Graham Williams |
|||||
PDF Replace a Single Page With Another PDF |
20210207 With the ability to reference multiple input documents, through A, B, for example, it is easy to reference and intermix the pages of the two (or more) documents. Here we produce the first document (A) as the output document with a single page replaced by the contents of the second document (B).
$ pdftk A=doc1.pdf B=doc2.pdf cat A1-6 B1 A8-end output out.pdf |