Metadata-Version: 1.1
Name: opportini-pdfbuilder
Version: 0.2.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 directly
        PYTHONPATH=. python html2pdf_converter/converter.py --from_html 1 --html_file templates/void-report.html -o test.pdf -e 0
        
        ## generate PDF from template
        PYTHONPATH=. python html2pdf_converter/converter.py --from_html 0 -o test.pdf -e 0 --temp_html_base_dir /Users/phoenix/Documents/Projects/CI/HTMLs
        PYTHONPATH=. python html2pdf_converter/converter.py --from_html 0 -o test.pdf -e 0 --temp_html_base_dir ./HTMLs
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
