NAME
flute -- Process template with Template::Flute on the command line
SYNOPSIS
flute [ options ] specification.xml template.html
Available options
- --help
 - 
Print this help and exit
 - --browser
 - 
Store the result in a temporary file and call
x-www-browseron that. - --conf <configuration file>
 - 
Load the Template::Flute configuration from the given file.
 - --pdf <output.pdf>
 - 
Save the result in the named PDF file
 - --iterator name=file.json
 - 
Load the iterator named
namefrom a JSON file. - --value name=value
 - 
Pass the given value to the template for processing. This option can be repeated (for different names).
 - --check
 - 
Report template/specification inconsistencies.
 
The flute script can also combine pdf in a single one:
flute --combine --pdf output.pdf file1.pdf file2.pdf ...