Skip to content

A PHP console tool to create multi page banners in PDF format

Notifications You must be signed in to change notification settings

danielribes/makebanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A PHP console tool to create multi page banners in PDF format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages