<?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 text and justify in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-text-and-justify/m-p/417640#M19929</link>
    <description>&lt;P&gt;That's weird the standard behaviour is for it to appear left by default.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even in the examples that's how it works:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=odsug&amp;amp;docsetTarget=p14gx25pepks6dn1q9m7vkq3gfoi.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n0rx93bn3orev5n1ogar2yb813kra" target="_blank"&gt;http://documentation.sas.com/?docsetId=odsug&amp;amp;docsetTarget=p14gx25pepks6dn1q9m7vkq3gfoi.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n0rx93bn3orev5n1ogar2yb813kra&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this case they use PROC TEMPLATE to customize it, not sure that's an option for you.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Dec 2017 02:47:29 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-12-01T02:47:29Z</dc:date>
    <item>
      <title>ods pdf text and justify</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-text-and-justify/m-p/417636#M19928</link>
      <description>&lt;P&gt;Tried lots of stuff, but can't figure out why this is center justified, and not left justified?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods pdf file = "C:\temp\test.pdf" ;&lt;/P&gt;
&lt;P&gt;ods layout gridded columns=1 rows=1;&lt;BR /&gt; ods region;&lt;BR /&gt; ODS escapechar="^";&lt;BR /&gt; ods pdf text ="^S={just =&amp;nbsp;left} Schools";&lt;BR /&gt;ods layout end;&lt;/P&gt;
&lt;P&gt;ods pdf close;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks,&lt;/P&gt;
&lt;P&gt;Dave&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 02:15:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-text-and-justify/m-p/417636#M19928</guid>
      <dc:creator>Dave25</dc:creator>
      <dc:date>2017-12-01T02:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf text and justify</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-text-and-justify/m-p/417640#M19929</link>
      <description>&lt;P&gt;That's weird the standard behaviour is for it to appear left by default.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even in the examples that's how it works:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=odsug&amp;amp;docsetTarget=p14gx25pepks6dn1q9m7vkq3gfoi.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n0rx93bn3orev5n1ogar2yb813kra" target="_blank"&gt;http://documentation.sas.com/?docsetId=odsug&amp;amp;docsetTarget=p14gx25pepks6dn1q9m7vkq3gfoi.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n0rx93bn3orev5n1ogar2yb813kra&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this case they use PROC TEMPLATE to customize it, not sure that's an option for you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 02:47:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-text-and-justify/m-p/417640#M19929</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-01T02:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf text and justify</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-text-and-justify/m-p/417643#M19930</link>
      <description>&lt;P&gt;thanks for the suggestion - I've got 10+ layouts, with multiple regions, so didn't want to mess with proc template.&lt;/P&gt;
&lt;P&gt;Dave&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 03:16:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-text-and-justify/m-p/417643#M19930</guid>
      <dc:creator>Dave25</dc:creator>
      <dc:date>2017-12-01T03:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf text and justify</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-text-and-justify/m-p/417755#M19931</link>
      <description>&lt;P&gt;Figured it out - need to remove the "gridded" piece from the ods layout statement (along with the columns= and rows=)&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 14:11:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-text-and-justify/m-p/417755#M19931</guid>
      <dc:creator>Dave25</dc:creator>
      <dc:date>2017-12-01T14:11:42Z</dc:date>
    </item>
  </channel>
</rss>

