Skip to content

Commit d6c3488

Browse files
authored
serverless pptx export: add props for font control (#405)
Co-authored-by: viseshrp <[email protected]>
1 parent 895cf38 commit d6c3488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/dynamicreporting/core/serverless/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ class ReportLinkLayout(Layout):
560560

561561
class PPTXLayout(Layout):
562562
report_type: str = ReportType.PPTX_LAYOUT
563-
_properties = ("input_pptx", "output_pptx", "use_all_slides")
563+
_properties = ("input_pptx", "output_pptx", "use_all_slides", "font_size", "html_font_scale")
564564

565565
def render_pptx(self, *, context=None, item_filter="", request=None) -> bytes:
566566
"""

0 commit comments

Comments
 (0)