<?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 QUERY in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT-QUERY/m-p/336885#M18051</link>
    <description>&lt;P&gt;Why not put that information in the footnotes. &amp;nbsp;Almost all clinical outputs I have seen put code decodes and such like in footnotes. &amp;nbsp;Also, you will be better off creating an RTF file first, so you can use RTF markup, then convert to PDF. &amp;nbsp;Eg.&lt;/P&gt;
&lt;P&gt;footnote "Page ^{thispage} of ^{lastpage}";&lt;/P&gt;
&lt;P&gt;Never actually found a use for pdf text at all.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Mar 2017 09:47:59 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2017-03-01T09:47:59Z</dc:date>
    <item>
      <title>ODS PDF TEXT QUERY</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT-QUERY/m-p/336868#M18050</link>
      <description>&lt;P&gt;I would like to put ABC appear same as LINE13 vertically, but I just could not get it. Anyone can help? Thanks.&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='d:\odstest.pdf';&lt;/P&gt;&lt;P&gt;ods escapechar='^';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;report&lt;/STRONG&gt; data=sashelp.class(obs=&lt;STRONG&gt;1&lt;/STRONG&gt;) nowd;&lt;/P&gt;&lt;P&gt;&amp;nbsp; compute after /style={just=l leftmargin=&lt;STRONG&gt;3&lt;/STRONG&gt;in};&lt;/P&gt;&lt;P&gt;&amp;nbsp;endcomp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods pdf text='^S={leftmargin=.75in}cde ^S={leftmargin=5.25in}ABC';&lt;/P&gt;&lt;P&gt;ods pdf text='^S={leftmargin=5.25in}LINE13';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 09:03:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT-QUERY/m-p/336868#M18050</guid>
      <dc:creator>scb</dc:creator>
      <dc:date>2017-03-01T09:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF TEXT QUERY</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT-QUERY/m-p/336885#M18051</link>
      <description>&lt;P&gt;Why not put that information in the footnotes. &amp;nbsp;Almost all clinical outputs I have seen put code decodes and such like in footnotes. &amp;nbsp;Also, you will be better off creating an RTF file first, so you can use RTF markup, then convert to PDF. &amp;nbsp;Eg.&lt;/P&gt;
&lt;P&gt;footnote "Page ^{thispage} of ^{lastpage}";&lt;/P&gt;
&lt;P&gt;Never actually found a use for pdf text at all.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 09:47:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT-QUERY/m-p/336885#M18051</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-03-01T09:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF TEXT QUERY</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT-QUERY/m-p/337075#M18054</link>
      <description>&lt;P&gt;I don't think you can specify a margin twice. What you are trying to do is insert spaces between CDE and ABC such that ABC lines up with LINE13 on the next line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This code does that by inserting 127 non-breaking spaces, but this is not a very good way to do it as you have to play around a lot to get the number of spaces just right and if you change the casing on the text or add/remove text before the spaces, you have to&amp;nbsp;adjust the number of spaces&amp;nbsp;again:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf text='^S={leftmargin=.75in}CDE ^{nbspace 127}ABC';
ods pdf text='^S={leftmargin=5.25in}LINE13';&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Mar 2017 17:11:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT-QUERY/m-p/337075#M18054</guid>
      <dc:creator>nehalsanghvi</dc:creator>
      <dc:date>2017-03-01T17:11:53Z</dc:date>
    </item>
  </channel>
</rss>

