Report Generating

can you add the report in pdf format

Same content as the HTML report, just in PDF format?

What about tagged files and pictures? For HTML, we save a copy of them in the folder. I’m assuming for a PDF file you would not expect to get a copy of the tagged files, right?

This is what I have been trying to figure out for a while now. I am trying to generate a report in any format at this point that will include links to the tagged files that will open if clicked. For example, the html report lists the tagged files and lists the file path but there is no way to view the file from the report. I would like an opportunity to include an evidence folder with the report and make the file path a hyperlink pointing to the location within the evidence folder.

Hi Henry,

Check out the following report plugin I created for an organization at the following link https://github.com/markmckinnon/Custom_Autopsy_Plugins. If you copy the SPAI_Model_Report_Module directory into the python_modules directory you can then run this custom report plugin which should give you basically what you are looking for. If this is what you are looking for then you can modify it to fit your needs, if you are not comfortable modifying it let me know what you want and I can modify it for you.

Kind regards.

Mark

Thank you so much for your help. I truly appreciate it.

Based on Mark’s, I created report plugin that is printable, can display image files with exif matadata (device make, GPS position), video preview (if html supported), preview text files (if mime = text/?) and can be easy translated to your language.
https://github.com/grzesiug/autopsy_plugins

select_report