Created
March 24, 2018 14:44
-
-
Save Bandie/bf462ee526bd3e4dbb678c887b4a30ff to your computer and use it in GitHub Desktop.
Application makefile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all: | |
/usr/bin/pdftk Applicationtext.pdf ../CV.pdf ../FinishedUniClasses.pdf ../A-Level-Diploma.pdf cat output temp.pdf | |
/usr/bin/pdftk temp.pdf dump_data output meta.txt | |
echo -e "InfoBegin\nInfoKey: Title\nInfoValue: Application for apprenticeship, Bandie\nInfoBegin\nInfoKey: Author\nInfoValue: Bandie <[email protected]>\n`cat meta.txt`" > meta.txt | |
/usr/bin/pdftk temp.pdf update_info meta.txt output Application_Bandie.pdf | |
rm meta.txt temp.pdf | |
@echo OK. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment