Just wanted to write my own geekish simple pdf cv generator with php to update my old cv :) No super styling done. Very quick and simple usage of tcpdf.
- php 7
- composer
- clone this repo
- run composer install (you can do
wget https://getcomposer.org/download/1.6.5/composer.pharinside repo directory if you don't have local composer) - copy
cli.phptoout/cli.php - modify
out/cli.phpwith your data by changing example data - run
php out/cli.php > out/cv.pdfto generate pdf with cv tooutdirectory
Feel free to contribute any geeky stuff to this lib, just make it as simple as possible. No licensing. Feel free to use or modify by any your needs