Generating PDF reports requires latex installations that take a lot of space and people may not be familiar how to install latex. Additionally, pylatex used for generating pdf reports in Python is unable to discover latex even though it is seen in the system.
For this reason, it will be better to replicate the functionality of PDFPresenter to generate analogous reports in HTML that will not require specific compilation for viewing.
Generating PDF reports requires latex installations that take a lot of space and people may not be familiar how to install latex. Additionally,
pylatex
used for generating pdf reports in Python is unable to discover latex even though it is seen in the system.For this reason, it will be better to replicate the functionality of PDFPresenter to generate analogous reports in HTML that will not require specific compilation for viewing.