Skip to content

xdurana/yaml2pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yaml2pdf

Simple PDF generator from HTML templates and YAML data files

Python application

Synopsis

Generate a single PDF from a YAML file

python3 -m yaml2pdf from-yaml \
  --template [FILE] \
  --yaml-file [FILE] \
  --output-dir [OUTPUT]

Generate one PDF from every YAML file in the given directory

python3 -m yaml2pdf from-directory \
  --template [FILE] \
  --directory [DIRECTORY] \
  --output-dir [OUTPUT]

Example

python3 yaml2pdf -m from-yaml \
  --template yaml2pdf/samples/template/index.html \
  --yaml-file yaml2pdf/samples/data/F21-00009.yaml \
  --output-dir output
python3 -m yaml2pdf from-directory \
  --template yaml2pdf/samples/template/index.html \
  --directory yaml2pdf/samples/data \
  --output-dir output

Installation

python3 -m venv .venv
source .venv/bin/activate
python3 setup.py install

About

Simple PDF generator from HTML templates and YAML data files

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors