make-cv-fr: Use pdfjam instead of pdftk.

This commit is contained in:
Sergiu Ivanov 2021-05-10 11:30:35 +02:00
parent bef7a9e8b6
commit 40e66b693f
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
pdftk A=_build/candidature.pdf cat A3-4 output sivanov-cv-fr.pdf
pdfjam candidature.pdf '3-4' --outfile sivanov-cv-fr.pdf