<?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 combine all JPEG into one PDF in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/combine-all-JPEG-into-one-PDF/m-p/227204#M45080</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to save indivual JPEG &amp;amp; PDF file.&lt;/P&gt;&lt;P&gt;How can save all JPEG files into one PDF file?&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;PRE&gt;&lt;CODE class=" language-jsl"&gt;&lt;BR /&gt;&lt;BR /&gt;Names Default To Here( 1 );
Open( "$SAMPLE_DATA/Big Class.jmp" );
biv = bivariate( y( :weight ), x( :height ) );
rbiv = biv &amp;lt;&amp;lt; report;

framebox = rbiv[Frame Box( 1 )];
framebox &amp;lt;&amp;lt; Set Background Fill( 0 );
rbiv &amp;lt;&amp;lt; save picture( "C:/" || "Big.JPG", JPEG );
rbiv &amp;lt;&amp;lt; save picture( "C:/" || "Big2.JPG", JPEG );
rbiv &amp;lt;&amp;lt; Close Window;


Names Default To Here( 1 );
Open( "$SAMPLE_DATA/Big Class.jmp" );
biv = bivariate( y( :weight ), x( :height ) );
rbiv = biv &amp;lt;&amp;lt; report;
rbiv &amp;lt;&amp;lt; save pdf( "C:/test.pdf" )&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 25 Sep 2019 17:58:33 GMT</pubDate>
    <dc:creator>sam_t</dc:creator>
    <dc:date>2019-09-25T17:58:33Z</dc:date>
    <item>
      <title>combine all JPEG into one PDF</title>
      <link>https://community.jmp.com/t5/Discussions/combine-all-JPEG-into-one-PDF/m-p/227204#M45080</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to save indivual JPEG &amp;amp; PDF file.&lt;/P&gt;&lt;P&gt;How can save all JPEG files into one PDF file?&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;PRE&gt;&lt;CODE class=" language-jsl"&gt;&lt;BR /&gt;&lt;BR /&gt;Names Default To Here( 1 );
Open( "$SAMPLE_DATA/Big Class.jmp" );
biv = bivariate( y( :weight ), x( :height ) );
rbiv = biv &amp;lt;&amp;lt; report;

framebox = rbiv[Frame Box( 1 )];
framebox &amp;lt;&amp;lt; Set Background Fill( 0 );
rbiv &amp;lt;&amp;lt; save picture( "C:/" || "Big.JPG", JPEG );
rbiv &amp;lt;&amp;lt; save picture( "C:/" || "Big2.JPG", JPEG );
rbiv &amp;lt;&amp;lt; Close Window;


Names Default To Here( 1 );
Open( "$SAMPLE_DATA/Big Class.jmp" );
biv = bivariate( y( :weight ), x( :height ) );
rbiv = biv &amp;lt;&amp;lt; report;
rbiv &amp;lt;&amp;lt; save pdf( "C:/test.pdf" )&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 25 Sep 2019 17:58:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/combine-all-JPEG-into-one-PDF/m-p/227204#M45080</guid>
      <dc:creator>sam_t</dc:creator>
      <dc:date>2019-09-25T17:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: combine all JPEG into one PDF</title>
      <link>https://community.jmp.com/t5/Discussions/combine-all-JPEG-into-one-PDF/m-p/227222#M45084</link>
      <description>Use append to combine. Question closed. Thanks.</description>
      <pubDate>Wed, 25 Sep 2019 18:47:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/combine-all-JPEG-into-one-PDF/m-p/227222#M45084</guid>
      <dc:creator>sam_t</dc:creator>
      <dc:date>2019-09-25T18:47:30Z</dc:date>
    </item>
  </channel>
</rss>

