Description:
Convert images in the HTML reports to base64 encoded strings, embedding them directly into the HTML. This will eliminate the need for external image files and ensure the reports are self-contained and portable.
Tasks:
Modify the report generation process to convert PNG images to base64 encoded strings.
Embed these base64 images directly in the HTML content of the report.
Ensure that the embedded images display correctly in both web browsers and PDF exports.
Update documentation to describe the new method of embedding images in reports.
Benefits:
Simplifies the report distribution by eliminating external image dependencies.
Ensures that images are always displayed correctly, even if the report is moved or shared without accompanying image files.
Improves the portability and self-containment of the generated reports.
Description: Convert images in the HTML reports to base64 encoded strings, embedding them directly into the HTML. This will eliminate the need for external image files and ensure the reports are self-contained and portable.
Tasks:
Benefits: