Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 519 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 519 Bytes

makebanner is a PHP console tool to create multi page banners in PDF format

Instructions

  1. Clone this repository
  2. Run: composer update ... to install TCPDF and Symfony Console component
  3. Create the output directory called output, with write permission
  4. Run:

$ php makebanner.php --message='Text for the banner'

  1. Get the banner.pdf in the ./output dir
  2. Enjoy!

Also you can make a outline version with --outline option:

$ php makebanner.php --message='Text for the banner' --outline