<?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 pdf file is not searchable in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/pdf-file-is-not-searchable/m-p/544818#M7936</link>
    <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Please find the attached pdf output generated by SAS Studio version 3.6 and the code used is given below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data one;&lt;BR /&gt;set sashelp.cars (keep= Model Type Origin);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods pdf file= "xxx/test.pdf" ;&lt;BR /&gt;proc print data=one;&lt;BR /&gt;run;&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;the problem i faced was the pdf generated was not searchable .so please give a solution to this problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nehemiah&lt;/P&gt;</description>
    <pubDate>Thu, 21 Mar 2019 11:52:17 GMT</pubDate>
    <dc:creator>Nehemiah</dc:creator>
    <dc:date>2019-03-21T11:52:17Z</dc:date>
    <item>
      <title>pdf file is not searchable</title>
      <link>https://communities.sas.com/t5/New-SAS-User/pdf-file-is-not-searchable/m-p/544818#M7936</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Please find the attached pdf output generated by SAS Studio version 3.6 and the code used is given below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data one;&lt;BR /&gt;set sashelp.cars (keep= Model Type Origin);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods pdf file= "xxx/test.pdf" ;&lt;BR /&gt;proc print data=one;&lt;BR /&gt;run;&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;the problem i faced was the pdf generated was not searchable .so please give a solution to this problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nehemiah&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 11:52:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/pdf-file-is-not-searchable/m-p/544818#M7936</guid>
      <dc:creator>Nehemiah</dc:creator>
      <dc:date>2019-03-21T11:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: pdf file is not searchable</title>
      <link>https://communities.sas.com/t5/New-SAS-User/pdf-file-is-not-searchable/m-p/544859#M7950</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; That is not what I observe. When I run your code, in SAS 9.4M5, the PDF file that I get is searchable using the Ctrl+F function in Acrobat Reader:&lt;/P&gt;
&lt;P&gt;1) looking for string RS 6 string is found on obs 21&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="search_1.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/28084iBBFFBE174D87C96B/image-size/large?v=v2&amp;amp;px=999" role="button" title="search_1.png" alt="search_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) looking for string Park Avenue string is found on obs 54&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="search_2.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/28085i3CC3B927C8C98ED2/image-size/large?v=v2&amp;amp;px=999" role="button" title="search_2.png" alt="search_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you can see, in both searches, the string I was looking for was found and the first instance highlighted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 14:03:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/pdf-file-is-not-searchable/m-p/544859#M7950</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-03-21T14:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: pdf file is not searchable</title>
      <link>https://communities.sas.com/t5/New-SAS-User/pdf-file-is-not-searchable/m-p/544863#M7951</link>
      <description>&lt;P&gt;What &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt; said is also true for Foxit Reader, my preferred pdf viewer.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 14:14:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/pdf-file-is-not-searchable/m-p/544863#M7951</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-03-21T14:14:50Z</dc:date>
    </item>
  </channel>
</rss>

