pdf
¶
Renderer implementation outputting PDF file.
WEasyPrintNotAvailableError
¶
Bases: Exception
Error raised on Mac OS when attempting to generate PDF report.
Source code in cssfinder/reports/pdf.py
weasyprint
¶
Dummy class for Mac OS where weasyprint fails to import.
Source code in cssfinder/reports/pdf.py
PDFRenderer
¶
Bases: HTMLRenderer
Renderer implementation outputting PDF files content.
Source code in cssfinder/reports/pdf.py
render
¶
Generate report content.