<?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: proc calendar pdf output in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-calendar-pdf-output/m-p/546690#M22584</link>
    <description>Hi:&lt;BR /&gt;  I'm not sure why it matters or why you would want to increase the font size. Most PDF viewers have a ZOOM capability, so you can use whatever font_size you need to fit the physical page for printing and then let each person use a ZOOM on the PDF file to make the PDF the size they want.&lt;BR /&gt;&lt;BR /&gt;  Otherwise, you need to change the BATCH style element in a STYLE template to change the font_size and then use the new STYLE template with the ODS PDF statement.&lt;BR /&gt; &lt;BR /&gt;Cynthia</description>
    <pubDate>Wed, 27 Mar 2019 20:47:26 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2019-03-27T20:47:26Z</dc:date>
    <item>
      <title>proc calendar pdf output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-calendar-pdf-output/m-p/546640#M22581</link>
      <description>&lt;P&gt;&lt;FONT color="#000000" face="Courier New" size="3"&gt;Can anyone tell me how to increase the font of the output pdf file in the following code:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ODS&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;pdf&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;= &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"C:\Desktop\Calendar.pdf"&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;TITLE&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"Report Calendar"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;options&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;orientation&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=landscape&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;nocenter&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;nonumber&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;nodate &lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;linesize=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;180&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;CALENDAR&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DATA&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=Calendar &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;holidata&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=holidays &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;formchar&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;12&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;13&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;)=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;' '&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;START&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Date;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DUR&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Length; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;VAR&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Task;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;outstart&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; monday;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;outfin&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; friday;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;holistart&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; HolidayDate;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;holivar&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Holiday;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;pdf &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;close&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 19:15:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-calendar-pdf-output/m-p/546640#M22581</guid>
      <dc:creator>yutongji</dc:creator>
      <dc:date>2019-03-27T19:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: proc calendar pdf output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-calendar-pdf-output/m-p/546690#M22584</link>
      <description>Hi:&lt;BR /&gt;  I'm not sure why it matters or why you would want to increase the font size. Most PDF viewers have a ZOOM capability, so you can use whatever font_size you need to fit the physical page for printing and then let each person use a ZOOM on the PDF file to make the PDF the size they want.&lt;BR /&gt;&lt;BR /&gt;  Otherwise, you need to change the BATCH style element in a STYLE template to change the font_size and then use the new STYLE template with the ODS PDF statement.&lt;BR /&gt; &lt;BR /&gt;Cynthia</description>
      <pubDate>Wed, 27 Mar 2019 20:47:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-calendar-pdf-output/m-p/546690#M22584</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-03-27T20:47:26Z</dc:date>
    </item>
  </channel>
</rss>

