diff options
Diffstat (limited to 'hireme/cv.php')
-rw-r--r-- | hireme/cv.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hireme/cv.php b/hireme/cv.php new file mode 100644 index 0000000..53ffaff --- /dev/null +++ b/hireme/cv.php @@ -0,0 +1,4 @@ +<?php +header('content-type: application/pdf'); +exec('/usr/local/bin/mutool convert -F pdf -o /tmp/cv.pdf cv.html'); +passthru('/bin/cat /tmp/cv.pdf'); |