makebanner is a PHP console tool to create multi page banners in PDF format
- Clone this repository
- Run: composer update ... to install TCPDF and Symfony Console component
- Create the output directory called output, with write permission
- Run:
$ php makebanner.php --message='Text for the banner'
- Get the banner.pdf in the ./output dir
- Enjoy!
Also you can make a outline version with --outline option:
$ php makebanner.php --message='Text for the banner' --outline