<?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 titles in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-titles/m-p/1712#M761</link>
    <description>Through the use of ODS ESCAPECHAR, you can insert an explicit line break into a title or footnote of ODS output. For example, if you define the escape character as a tilde (~), then the escape character sequence '~n' when inserted into the title would produce an explicit line break. A complete program that illustrates the behavior is shown below: [pre]&lt;BR /&gt;
&lt;BR /&gt;
options orientation=portrait center;&lt;BR /&gt;
ods pdf file='split_title.pdf';&lt;BR /&gt;
  ods escapechar='~';&lt;BR /&gt;
&lt;BR /&gt;
  title 'This is a Title ~n With a Line Break';&lt;BR /&gt;
  proc print data=sashelp.shoes(obs=100);&lt;BR /&gt;
    var region product sales;&lt;BR /&gt;
  run;&lt;BR /&gt;
ods pdf close;[/pre]&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
    <pubDate>Sun, 05 Nov 2006 20:46:48 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2006-11-05T20:46:48Z</dc:date>
    <item>
      <title>ods pdf titles</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-titles/m-p/1711#M760</link>
      <description>Is there a way to automatically wrap titles onto the next line?&lt;BR /&gt;
In my reports, it tends to resize the size of the titles between pages in order to fit on one line.  Is there a way to enable wraparound text, or just run it, and add a second title line if necessary?</description>
      <pubDate>Fri, 03 Nov 2006 15:40:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-titles/m-p/1711#M760</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-11-03T15:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf titles</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-titles/m-p/1712#M761</link>
      <description>Through the use of ODS ESCAPECHAR, you can insert an explicit line break into a title or footnote of ODS output. For example, if you define the escape character as a tilde (~), then the escape character sequence '~n' when inserted into the title would produce an explicit line break. A complete program that illustrates the behavior is shown below: [pre]&lt;BR /&gt;
&lt;BR /&gt;
options orientation=portrait center;&lt;BR /&gt;
ods pdf file='split_title.pdf';&lt;BR /&gt;
  ods escapechar='~';&lt;BR /&gt;
&lt;BR /&gt;
  title 'This is a Title ~n With a Line Break';&lt;BR /&gt;
  proc print data=sashelp.shoes(obs=100);&lt;BR /&gt;
    var region product sales;&lt;BR /&gt;
  run;&lt;BR /&gt;
ods pdf close;[/pre]&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Sun, 05 Nov 2006 20:46:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-titles/m-p/1712#M761</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2006-11-05T20:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf titles</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-titles/m-p/1713#M762</link>
      <description>Thanks!&lt;BR /&gt;
So, this will hardcode it in.. but is there a way that it will automatically wrap the line, rather than change the font size if the title happens to be too long?</description>
      <pubDate>Mon, 06 Nov 2006 17:16:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-titles/m-p/1713#M762</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-11-06T17:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf titles</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-titles/m-p/1714#M763</link>
      <description>I don't understand what's happening in your Acrobat to the ODS PDF file. My title font size NEVER changes spontaneously or appears to when I open a PDF file. Your best bet for figuring this out may be to contact Tech Support.&lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 06 Nov 2006 20:05:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-titles/m-p/1714#M763</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2006-11-06T20:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf titles</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-titles/m-p/1715#M764</link>
      <description>I have a multiple (60 page report) all with the same template, etc.&lt;BR /&gt;
When I run it, some titles fit fine, others (long ones) get resized automatically because they wont fit..&lt;BR /&gt;
I get this message:&lt;BR /&gt;
&lt;BR /&gt;
WARNING: TITLE1 is too long. Height has been reduced to 77.34 pct of specified or default size.&lt;BR /&gt;
&lt;BR /&gt;
So, it automatically reduces the height to make the text smaller, and the title shorter.&lt;BR /&gt;
It's not a big deal, but I would prefer the option to wrap to the next line rather than make the text smaller.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!!</description>
      <pubDate>Tue, 07 Nov 2006 14:40:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-titles/m-p/1715#M764</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-11-07T14:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf titles</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-titles/m-p/1716#M765</link>
      <description>Are you using SAS/Graph? I only get the TITLE1 reduced message if I have a long title being used within a SAS/Graph procedure. You could try deleting the title from the SAS/Graph procedure and using ODS PDF TEXT= to insert text strings -- sort of pseudo titles into the output. Again, Tech Support could help you with this.&lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 07 Nov 2006 15:49:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-titles/m-p/1716#M765</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2006-11-07T15:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf titles</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-titles/m-p/1717#M766</link>
      <description>I would love to see a small snippet of code showing this problem.  Perhaps I can find a workaround for you.  Please email me at ods@.sas.com&lt;BR /&gt;
&lt;BR /&gt;
Scott</description>
      <pubDate>Wed, 08 Nov 2006 18:56:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-titles/m-p/1717#M766</guid>
      <dc:creator>ScottH_SAS</dc:creator>
      <dc:date>2006-11-08T18:56:52Z</dc:date>
    </item>
  </channel>
</rss>

