I have done some tests in this file "result_file_to_pdf.php"
Code:
$identifiers = $result_file->get_system_identifiers();
$hardware_r = $result_file->get_system_hardware();
$software_r = $result_file->get_system_software();
$notes_r = $result_file->get_system_notes();
$tests = $result_file->get_test_titles();
if i comment out for example "$software_r = $result_file->get_system_software();" and "$pdf->WriteText($software_r[$i]);" the software part is not in the PDF.
so i guess i have to add the fields that i am missing to this section.
could you tell me what the names are for this missing sections?
actually i miss the
Hardware summary side by side
Overall summary
and the Results points summary table.
thank you.