slidedeckai.helpers.pptx_helper.generate_powerpoint_presentation#
- slidedeckai.helpers.pptx_helper.generate_powerpoint_presentation(parsed_data: dict, slides_template: str, output_file_path: Path) list[source]#
Create and save a PowerPoint presentation from parsed JSON content.
- Parameters:
parsed_data (dict) – The presentation content as parsed JSON data.
slides_template (str) – The PPTX template key to use from GlobalConfig.
output_file_path (pathlib.Path) – Destination path for the generated PPTX file.
- Returns:
A list containing the presentation title and slide headers.