Date: Thu, 18 Dec 2008 13:35:18 -0500
Reply-To: Wanda_Upole@HGSI.COM
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Wanda Upole <Wanda_Upole@HGSI.COM>
Subject: Re: text in 9.2 PDFs
In-Reply-To: <OF5F66BEAB.5171C7FE-ON8525751B.0071FDB2-8525751B.00726BBA@LocalDomain>
Content-Type: text/plain; charset=us-ascii
It turns out that there is a hotfix for this. I had run all the hotfixes,
but I didn't notice
that this one requires also a change to the registry afterwards to make it
work. The
hotfix is F9BA08.
Wanda Upole/Hgsi
12/10/2008 03:49 PM
To
SAS-L@listserv.uga.edu
cc
Subject
text in 9.2 PDFs
Acrobat doesn't seem to recognize text in PDF files created by 9.2. Does
anybody know why?
To see what I'm talking about, run this in 9.2 and 9.1:
ods pdf file = "test.pdf";
proc print data = sashelp.class;
run;
ods pdf close;
In the file created by 9.1, you can search for values and copy text to
other applications, but
not in the file created by 9.2.