Metadata-Version: 1.1
Name: opportini_pdfbuilder
Version: 0.1.0
Summary: HTML to PDF with Python-Jinja
Home-page: https://github.com/competition-index/opportini_html2pdf/
Author: Menno
Author-email: phoenix.ts1991@gmail.com
License: UNKNOWN
Description: # opportini_html2pdf
        Python microservice to generate PDF from HTML
        
        
        ## generate PDF from HTML
        PYTHONPATH=. python html2pdf_converter/converter.py --from_html 1 --html_file templates/void-report.html -o test.pdf -e 0
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
