<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Export to ppt | How to specify which master/template slide to use and where to position the picture in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Export-to-ppt-How-to-specify-which-master-template-slide-to-use/m-p/869702#M103253</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/66912"&gt;@cisco_bakro&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can point the location of the template with JSL by doing as below:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;gb = [copy and paste your Graph builder script]

gb&amp;lt;&amp;lt;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" );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;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 &lt;A href="https://community.jmp.com/t5/Discussions/JMP-Scripting-Presentation-Journal/td-p/869576" target="_self"&gt;this post here.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For centering the images it can be a bit more difficult, I would recommend reading&lt;A href="https://community.jmp.com/t5/Discussions/Save-Presentation-Save-as-Powerpoint-Template-Setup-Center/td-p/261033" target="_self"&gt; this post here&lt;/A&gt; to see what other community members have come up with.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ben&lt;/P&gt;</description>
    <pubDate>Wed, 23 Apr 2025 12:32:36 GMT</pubDate>
    <dc:creator>Ben_BarrIngh</dc:creator>
    <dc:date>2025-04-23T12:32:36Z</dc:date>
    <item>
      <title>Export to ppt | How to specify which master/template slide to use and where to position the picture</title>
      <link>https://community.jmp.com/t5/Discussions/Export-to-ppt-How-to-specify-which-master-template-slide-to-use/m-p/866786#M102944</link>
      <description>&lt;P&gt;when exporting to ppt, how to specify which master/template slide of the template to use and where to position the picture of a graph?&lt;BR /&gt;&lt;BR /&gt;The default template is located at:&amp;nbsp;"C:\Program Files\JMP\JMP\18\pptx\JMPExportTemplate.pptx".&lt;BR /&gt;If i only export a graph builder, i think the "Title and Content" layout is used, how can I specify it to be something else?&lt;BR /&gt;&lt;BR /&gt;I am looking for a built in solution that this workaround&amp;nbsp;&lt;A href="https://p3icli.sourceforge.io/jsl_example.html" target="_blank"&gt;https://p3icli.sourceforge.io/jsl_example.html&lt;/A&gt;&amp;nbsp;achieves.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 10:23:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Export-to-ppt-How-to-specify-which-master-template-slide-to-use/m-p/866786#M102944</guid>
      <dc:creator>cisco_bakro</dc:creator>
      <dc:date>2025-04-08T10:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Export to ppt | How to specify which master/template slide to use and where to position the picture</title>
      <link>https://community.jmp.com/t5/Discussions/Export-to-ppt-How-to-specify-which-master-template-slide-to-use/m-p/869702#M103253</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/66912"&gt;@cisco_bakro&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can point the location of the template with JSL by doing as below:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;gb = [copy and paste your Graph builder script]

gb&amp;lt;&amp;lt;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" );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;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 &lt;A href="https://community.jmp.com/t5/Discussions/JMP-Scripting-Presentation-Journal/td-p/869576" target="_self"&gt;this post here.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For centering the images it can be a bit more difficult, I would recommend reading&lt;A href="https://community.jmp.com/t5/Discussions/Save-Presentation-Save-as-Powerpoint-Template-Setup-Center/td-p/261033" target="_self"&gt; this post here&lt;/A&gt; to see what other community members have come up with.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 12:32:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Export-to-ppt-How-to-specify-which-master-template-slide-to-use/m-p/869702#M103253</guid>
      <dc:creator>Ben_BarrIngh</dc:creator>
      <dc:date>2025-04-23T12:32:36Z</dc:date>
    </item>
  </channel>
</rss>

