Date: Wed, 10 Dec 2008 15:49:45 -0500
Reply-To: Wanda_Upole@HGSI.COM
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Wanda Upole <Wanda_Upole@HGSI.COM>
Subject: text in 9.2 PDFs
Content-Type: text/plain; charset=us-ascii
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.
|