Hi @cisco_bakro ,
You can point the location of the template with JSL by doing as below:
gb = [copy and paste your Graph builder script]
gb<<Save Presentation(
//Write file name for powerpoint
"$TEMP/jmp_example.pptx",
//Write directory for the powerpoint template
Template(C:/user/desktop/jmp_template.pptx);
);
Open( "$TEMP/jmp_example.pptx" );
If your template is saved to 'Content' or 'Title and Content' then it will be applied with that formatting - you can see more discussion on this post here.
The other option is just to access the JMPExportTemplate you are referring to and changing the layout of the first slide to 'Content' and saving it (make sure to save a backup).
For centering the images it can be a bit more difficult, I would recommend reading this post here to see what other community members have come up with.
Thanks,
Ben
“All models are wrong, but some are useful”