<?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 How to remove paragraph mark at the end of rtf report to avoid one more blank page in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-paragraph-mark-at-the-end-of-rtf-report-to-avoid/m-p/947606#M370922</link>
    <description>&lt;P&gt;after deleting this, the blank page removed.&lt;/P&gt;
&lt;P&gt;I have tried&amp;nbsp;compress(cnt1, '0D0A'x); on every column of the output data, but doesn't work.&lt;/P&gt;
&lt;P&gt;Shrink or expand column length not work either, anyone knows how to remove this from output rtf file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tinaz5012_1-1729052378125.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101289i1CCF8D5BE35850A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tinaz5012_1-1729052378125.png" alt="tinaz5012_1-1729052378125.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Oct 2024 04:19:43 GMT</pubDate>
    <dc:creator>tinaz5012</dc:creator>
    <dc:date>2024-10-16T04:19:43Z</dc:date>
    <item>
      <title>How to remove paragraph mark at the end of rtf report to avoid one more blank page</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-paragraph-mark-at-the-end-of-rtf-report-to-avoid/m-p/947606#M370922</link>
      <description>&lt;P&gt;after deleting this, the blank page removed.&lt;/P&gt;
&lt;P&gt;I have tried&amp;nbsp;compress(cnt1, '0D0A'x); on every column of the output data, but doesn't work.&lt;/P&gt;
&lt;P&gt;Shrink or expand column length not work either, anyone knows how to remove this from output rtf file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tinaz5012_1-1729052378125.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101289i1CCF8D5BE35850A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tinaz5012_1-1729052378125.png" alt="tinaz5012_1-1729052378125.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 04:19:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-remove-paragraph-mark-at-the-end-of-rtf-report-to-avoid/m-p/947606#M370922</guid>
      <dc:creator>tinaz5012</dc:creator>
      <dc:date>2024-10-16T04:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove paragraph mark at the end of rtf report to avoid one more blank page</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-paragraph-mark-at-the-end-of-rtf-report-to-avoid/m-p/947665#M370932</link>
      <description>&lt;P&gt;Hi: That paragraph mark is being displayed in your Microsoft Word because of the RTF control strings created in the RTF file. You can simply go into Word and look for the Show/Hide marks button on the Word menu to turn off the display of the paragraph symbol. As far as I know, 0D0A is the hex code for carriage return/line feed and is not necessarily the same as the code generated inside the RTF. I think that usually the RTF string for a paragraph is \par or \pard...you'd have to look in the RTF. But I don't usually recommend post-processing the RTF control strings because Word is very touchy if you mangle the RTF and then it won't display the file.&lt;BR /&gt;Cynthia&lt;/P&gt;
&lt;P&gt;As an example, here's a simple display in Word of an RTF document.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_0-1729083435711.png" style="width: 518px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101317i34069785BAB08CBD/image-dimensions/518x114?v=v2" width="518" height="114" role="button" title="Cynthia_sas_0-1729083435711.png" alt="Cynthia_sas_0-1729083435711.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; The Hide/Show Marks button was turned on in Word. And that is just a small snippet of the RTF file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 12:58:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-remove-paragraph-mark-at-the-end-of-rtf-report-to-avoid/m-p/947665#M370932</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2024-10-16T12:58:50Z</dc:date>
    </item>
  </channel>
</rss>

