<?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: ods pdf multiple reports in single pdf with different style in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Re-ods-pdf-multiple-reports-in-single-pdf-with-different-style/m-p/86433#M9167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A very basic case seems to work for me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf file="C:\temp\test.pdf" style=journal;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title 'Style=Journal';&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf style=meadow;&lt;/P&gt;&lt;P&gt;title 'Style=Meadow';&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://communities.sas.com/legacyfs/online/4196_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://communities.sas.com/legacyfs/online/4197_pastedImage_1.png" style="width: 397px; height: 411px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Sep 2013 17:01:15 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2013-09-18T17:01:15Z</dc:date>
    <item>
      <title>Re: ods pdf multiple reports in single pdf with different style</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Re-ods-pdf-multiple-reports-in-single-pdf-with-different-style/m-p/86432#M9166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am generating 2 different outputs in a single pdf using proc report with ods.&amp;nbsp; Is it possible to use 2 different styles for each of the output generating in 2 different pages of the same pdf?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vidya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 16:36:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Re-ods-pdf-multiple-reports-in-single-pdf-with-different-style/m-p/86432#M9166</guid>
      <dc:creator>Vid</dc:creator>
      <dc:date>2013-09-18T16:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf multiple reports in single pdf with different style</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Re-ods-pdf-multiple-reports-in-single-pdf-with-different-style/m-p/86433#M9167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A very basic case seems to work for me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf file="C:\temp\test.pdf" style=journal;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title 'Style=Journal';&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf style=meadow;&lt;/P&gt;&lt;P&gt;title 'Style=Meadow';&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://communities.sas.com/legacyfs/online/4196_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://communities.sas.com/legacyfs/online/4197_pastedImage_1.png" style="width: 397px; height: 411px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 17:01:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Re-ods-pdf-multiple-reports-in-single-pdf-with-different-style/m-p/86433#M9167</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-09-18T17:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf multiple reports in single pdf with different style</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Re-ods-pdf-multiple-reports-in-single-pdf-with-different-style/m-p/86434#M9168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Reeza.&amp;nbsp; It works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vidya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 18:51:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Re-ods-pdf-multiple-reports-in-single-pdf-with-different-style/m-p/86434#M9168</guid>
      <dc:creator>Vid</dc:creator>
      <dc:date>2013-09-19T18:51:59Z</dc:date>
    </item>
  </channel>
</rss>

