<?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: Search facility on PDF report is requiring spaces between characters. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Search-facility-on-PDF-report-is-requiring-spaces-between/m-p/71028#M15345</link>
    <description>Hi:&lt;BR /&gt;
  Ultimately, I suggest you work with Tech Support on this issue. A previous forum posting contains some links that might be useful, too:&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=16386䀂" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=16386䀂&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Mon, 26 Jan 2009 15:43:29 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2009-01-26T15:43:29Z</dc:date>
    <item>
      <title>Search facility on PDF report is requiring spaces between characters.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Search-facility-on-PDF-report-is-requiring-spaces-between/m-p/71026#M15343</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I have created a .lst file with the data by using the sas code and then I have created a .ps file by using the following code and then I converted the &lt;B&gt;RPTFILE1.ps&lt;/B&gt; to &lt;B&gt;RPTFILE1.pdf&lt;/B&gt; by using the Adobe Distiller.&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;FileName &lt;B&gt;WanRpt&lt;/B&gt;  "SASTEXT/file1.lst";&lt;BR /&gt;
&lt;BR /&gt;
filename &lt;B&gt;gsasfile&lt;/B&gt; "SASOUTPUT/RPTFILE1.ps";&lt;BR /&gt;
&lt;BR /&gt;
%let fontnm =hwpsl001; /*Courier font used on report*/&lt;BR /&gt;
&lt;BR /&gt;
goptions reset=all;&lt;BR /&gt;
 goptions device=psll norotate&lt;BR /&gt;
          hpos=132 vpos=61&lt;BR /&gt;
          ftitle=&amp;amp;fontnm ftext=&amp;amp;fontnm&lt;BR /&gt;
          noprompt&lt;BR /&gt;
          &lt;B&gt;gaccess=gsasfile&lt;/B&gt; gsfmode=replace gend='0D0A'X gsflen=80;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
proc gprint fileref=&lt;B&gt;WanRpt&lt;/B&gt;;&lt;BR /&gt;
     title1 h=.5 ' ';&lt;BR /&gt;
run;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Problem:-&lt;/B&gt;In the &lt;B&gt;RPTFILE1.pdf&lt;/B&gt;  report the search facility is not working properly.For example if we search for a Item like "ABCD1234" in the report then it's not working. If you give the spaces between the characters like "A B C D 1 2 3 4" then it's working fine.&lt;BR /&gt;
&lt;BR /&gt;
 I thought that it might be a problem with the "device=psll"&lt;BR /&gt;
option, So that I have chaged that to "device=psl" then the report structure is disturbing but we could not found the search problem.&lt;BR /&gt;
&lt;BR /&gt;
So I rotate the report using  "device=psl rotate=landscape" then the structure of the report is ok but getting the same search problem. I tried with all post script devices in sas but not.&lt;BR /&gt;
&lt;BR /&gt;
If I changed the font to &lt;B&gt;"hwpsl005"&lt;/B&gt; then the search problem is not appearing but the report structure is disturbing.&lt;BR /&gt;
&lt;BR /&gt;
Could any one please suggest me on this. I am in the trouble with this.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Aruna.

Message was edited by: Aruna</description>
      <pubDate>Mon, 26 Jan 2009 10:33:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Search-facility-on-PDF-report-is-requiring-spaces-between/m-p/71026#M15343</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-01-26T10:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Search facility on PDF report is requiring spaces between characters.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Search-facility-on-PDF-report-is-requiring-spaces-between/m-p/71027#M15344</link>
      <description>Please let me know if you have any questions and please help me to resolve this issue.

Message was edited by: Aruna</description>
      <pubDate>Mon, 26 Jan 2009 10:38:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Search-facility-on-PDF-report-is-requiring-spaces-between/m-p/71027#M15344</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-01-26T10:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Search facility on PDF report is requiring spaces between characters.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Search-facility-on-PDF-report-is-requiring-spaces-between/m-p/71028#M15345</link>
      <description>Hi:&lt;BR /&gt;
  Ultimately, I suggest you work with Tech Support on this issue. A previous forum posting contains some links that might be useful, too:&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=16386䀂" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=16386䀂&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 26 Jan 2009 15:43:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Search-facility-on-PDF-report-is-requiring-spaces-between/m-p/71028#M15345</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-01-26T15:43:29Z</dc:date>
    </item>
  </channel>
</rss>

