- Open libreoffice, stick in signature in correct place (and anything else you want to "merge" on as a watermark
- export as "sign.pdf"
- Run (v3) rui@chaiX1YG2:~/Downloads$ python fill_pdfrw2.py
NOTE: dictionary comes out as all one line. to get it into separate lines as above, use in vim
s/,/, \r/g
(\r inserts a new line)