<?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: add blank page with text on PDF output in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/add-blank-page-with-text-on-PDF-output/m-p/372125#M62205</link>
    <description>&lt;P&gt;Add a page break in the New Window using the Page Break message&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;wn &amp;lt;&amp;lt; page break;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Check out the documentation in the Scripting Index.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Mar 2021 00:44:40 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2021-03-29T00:44:40Z</dc:date>
    <item>
      <title>add blank page with text on PDF output</title>
      <link>https://community.jmp.com/t5/Discussions/add-blank-page-with-text-on-PDF-output/m-p/372119#M62203</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I add a blank page with some texts between plots. See the code below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Football.jmp" );

wf=new window("final");

wn = New Window("Bivariate", 
			Bivariate(Y(:Name("Height")), 
			X(:Name("Weight")), 
			Histogram Borders(1))); 
wf &amp;lt;&amp;lt; append(wn);
&lt;BR /&gt;//&lt;BR /&gt;// add a blank page here with some text?&lt;BR /&gt;//&lt;BR /&gt;
wn = New Window("Bp", 
			Bubble Plot(Y(:Name("Height")), 
			X(:Name("Weight")))); 
wf &amp;lt;&amp;lt; append(wn);
&lt;BR /&gt;
wf &amp;lt;&amp;lt; set Print Headers( "", "", "" );
wf &amp;lt;&amp;lt; Set page setup(
	margins( 1, 1, 1, 1 ),
	scale(1),
	portrait(0),
	paper size("Letter")
	);

	
wf &amp;lt;&amp;lt; Save PDF("C:\JSL\final.pdf");
wf &amp;lt;&amp;lt; Close Window;
wn &amp;lt;&amp;lt; Close Window;
dt &amp;lt;&amp;lt; Close Window;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:12:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/add-blank-page-with-text-on-PDF-output/m-p/372119#M62203</guid>
      <dc:creator>sam_t</dc:creator>
      <dc:date>2023-06-11T11:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: add blank page with text on PDF output</title>
      <link>https://community.jmp.com/t5/Discussions/add-blank-page-with-text-on-PDF-output/m-p/372125#M62205</link>
      <description>&lt;P&gt;Add a page break in the New Window using the Page Break message&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;wn &amp;lt;&amp;lt; page break;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Check out the documentation in the Scripting Index.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 00:44:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/add-blank-page-with-text-on-PDF-output/m-p/372125#M62205</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-03-29T00:44:40Z</dc:date>
    </item>
  </channel>
</rss>

