If PDF is elec­tronic paper, then pdftk is an elec­tronic staple-remover, hole-punch, binder, secret-decoder-ring, and X-Ray-glasses. Pdftk is a sim­ple tool for doing every­day things with PDF doc­u­ments. Keep one in the top drawer of your desk­top and use it.*

###########################################################
SUBJECT="This is a poster created for make art 2009."
INFO=\
"Built with LaTeX,Processing and BASH, \
for more information visit http://www.forkable.eu . \
Possible Keywords: \
generative, design, linux, make art"
###########################################################
echo "InfoKey: Title"                           >  $PDFMETA
echo "InfoValue: $PD$FNA$ME (What the Fork?!)"  >> $PDFMETA
echo "InfoKey: Subject"                         >> $PDFMETA
echo "InfoValue: $SUBJECT"                      >> $PDFMETA
echo "InfoKey: Keywords"                        >> $PDFMETA
echo "InfoValue: $INFO"                         >> $PDFMETA
echo "InfoKey: Author"                          >> $PDFMETA
echo "InfoValue: LAFKON Publishing"             >> $PDFMETA
########################################################### 
 
pdftk $FORMAT.pdf update_info $PDFMETA \ output $OUTPUTFOLDER/$FORMAT/wtf_$PD$FNA$ME.pdf rm $FORMAT.pdf