create_pdf#

VirtualCompliance.create_pdf(file_name, close_project=True)#

Create the PDF report after the method compute_report_data is called.

Parameters:
file_namestr

Output file name.

close_projectbool, optional

Whether to close the project at the end of the report generation or not. Default is True.

Returns:
str

Path to the output file.