diff options
Diffstat (limited to 'cv.php')
-rw-r--r-- | cv.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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'); |