<?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 Any way to incorporate various page sizes into same output PDF? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Any-way-to-incorporate-various-page-sizes-into-same-output-PDF/m-p/918142#M26510</link>
    <description>&lt;P&gt;According to &lt;A href="https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-pdf-how-to-set-pagesize/m-p/703242" target="_self"&gt;this thread&lt;/A&gt;, it seems like the pagesize= option works with a uniform page size in mind for the same PDF. But is there a way to spit out various page sizes for example like one dataset on 8.5xll pages and another dataset onto 8.5x14 pages for the same PDF file?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Feb 2024 00:59:13 GMT</pubDate>
    <dc:creator>BigPete</dc:creator>
    <dc:date>2024-02-28T00:59:13Z</dc:date>
    <item>
      <title>Any way to incorporate various page sizes into same output PDF?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Any-way-to-incorporate-various-page-sizes-into-same-output-PDF/m-p/918142#M26510</link>
      <description>&lt;P&gt;According to &lt;A href="https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-pdf-how-to-set-pagesize/m-p/703242" target="_self"&gt;this thread&lt;/A&gt;, it seems like the pagesize= option works with a uniform page size in mind for the same PDF. But is there a way to spit out various page sizes for example like one dataset on 8.5xll pages and another dataset onto 8.5x14 pages for the same PDF file?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 00:59:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Any-way-to-incorporate-various-page-sizes-into-same-output-PDF/m-p/918142#M26510</guid>
      <dc:creator>BigPete</dc:creator>
      <dc:date>2024-02-28T00:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to incorporate various page sizes into same output PDF?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Any-way-to-incorporate-various-page-sizes-into-same-output-PDF/m-p/918143#M26511</link>
      <description>&lt;P&gt;I think that thread says you need to use papersize instead of pagesize option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Something like this perhaps (untested):&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options papersize=("15in","24in");
ods pdf file='/home/fkhurshed/demo_delete.pdf';
proc print data=sashelp.cars;
run;

options papersize=("8.5in","11in");

proc print data=sashelp.class;
run;

ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/33846"&gt;@BigPete&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;According to &lt;A href="https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-pdf-how-to-set-pagesize/m-p/703242" target="_self"&gt;this thread&lt;/A&gt;, it seems like the pagesize= option works with a uniform page size in mind for the same PDF. But is there a way to spit out various page sizes for example like one dataset on 8.5xll pages and another dataset onto 8.5x14 pages for the same PDF file?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 02:20:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Any-way-to-incorporate-various-page-sizes-into-same-output-PDF/m-p/918143#M26511</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2024-02-28T02:20:25Z</dc:date>
    </item>
  </channel>
</rss>

