This wikilog article is a draft, it was not published yet.

Stampit reading from file

⇠ Back to Blog:Hacks
m (Created page with "For the PLMCN24's abstract book, I patched stampit to read information from a file as opposed to from the filename. --more-- First, in the folder of abstracts, I join...")

Revision as of 12:25, 3 April 2024

For the PLMCN24's abstract book, I patched stampit to read information from a file as opposed to from the filename. First, in the folder of abstracts, I join all of them:

pdftk *.pdf cat output all-abstracts.pdf

I then append the Introductory material (from the core plmcn folder):

pdftk program-booklet/booklet.pdf abstracts/all-abstracts.pdf cat output full-book.pdf

which I burst into single pages again: