<?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: Unexpected word wrap in pdf vs. rtf in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Unexpected-word-wrap-in-pdf-vs-rtf/m-p/112570#M259106</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, may have already answered my own question. I had "asis=on" in my style data command. Removing this allowed the pdf text to wrap correctly, however I have no idea why. If anyone can tell me why that worked, I would greatly appreciate it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jan 2013 19:24:33 GMT</pubDate>
    <dc:creator>MattR</dc:creator>
    <dc:date>2013-01-03T19:24:33Z</dc:date>
    <item>
      <title>Unexpected word wrap in pdf vs. rtf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unexpected-word-wrap-in-pdf-vs-rtf/m-p/112569#M259105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;I'm having an issue with word wrap when running the same report in both rtf and pdf formats. When I use ods rtf, it breaks between words as expected. For example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;Presidents&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;----------&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;George&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;Washington&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;Abraham &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;Lincoln&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;Franklin &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;Delano &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;Roosevelt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;But when I use ods pdf, it automatically breaks &lt;STRONG&gt;within&lt;/STRONG&gt; words to fit to the column width:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;Presidents&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;----------&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;George Was&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;hington&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;Abraham Li&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;ncoln&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;Franklin D&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;elano Roos&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;evelt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;which of course is not what I want. I can't fix it by changing the width of my columns, either, or they won't all fit on the report. Does anyone know if there's a way to fix the pdf output? &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;Thanks much!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2013 21:40:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unexpected-word-wrap-in-pdf-vs-rtf/m-p/112569#M259105</guid>
      <dc:creator>MattR</dc:creator>
      <dc:date>2013-01-02T21:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected word wrap in pdf vs. rtf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unexpected-word-wrap-in-pdf-vs-rtf/m-p/112570#M259106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, may have already answered my own question. I had "asis=on" in my style data command. Removing this allowed the pdf text to wrap correctly, however I have no idea why. If anyone can tell me why that worked, I would greatly appreciate it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 19:24:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unexpected-word-wrap-in-pdf-vs-rtf/m-p/112570#M259106</guid>
      <dc:creator>MattR</dc:creator>
      <dc:date>2013-01-03T19:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected word wrap in pdf vs. rtf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unexpected-word-wrap-in-pdf-vs-rtf/m-p/112571#M259107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't say where you were using ASIS but it modifies the general rules for spaces in strings. My use for ASIS usually involves not supressing leading spaces in Proc Tabulate but I can see it also overriding a "if the next word won't fit in the space allowed on this line move it to the next line" to "print all the characters in the width of the column before moving to next line".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 20:36:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unexpected-word-wrap-in-pdf-vs-rtf/m-p/112571#M259107</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-01-03T20:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected word wrap in pdf vs. rtf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unexpected-word-wrap-in-pdf-vs-rtf/m-p/112572#M259108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks; that makes sense. It was used in a template under "style data" step, but I'm not sure why I would need it there since I wouldn't want leading spaces in my data, anyway. I think it will work to leave it out, though. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 21:08:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unexpected-word-wrap-in-pdf-vs-rtf/m-p/112572#M259108</guid>
      <dc:creator>MattR</dc:creator>
      <dc:date>2013-01-07T21:08:07Z</dc:date>
    </item>
  </channel>
</rss>

