| Date: | Wed, 16 Sep 2009 13:07:41 -0500 |
| Reply-To: | Joe Matise <snoopy369@GMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Joe Matise <snoopy369@GMAIL.COM> |
| Subject: | Re: PDF URLs |
|
| In-Reply-To: | <200909161756.n8GFsgtg004613@malibu.cc.uga.edu> |
| Content-Type: | text/plain; charset=ISO-8859-1 |
|---|
I would guess the parser is interpreting that as (%203) (%20) and rejecting
%203. Perhaps a bug in the parser?
-Joe
On Wed, Sep 16, 2009 at 12:56 PM, Julie Eyman <julie.eyman@va.gov> wrote:
> I am trying to put a URL into PDF document I'm creating with SAS ODS. (^S=
> {URL='whatever'}) I'm having a problem when a filename or subfolder
> contains a space. Everytime the URL has "%20" followed by a digit followed
> by another "%20", this part of the URL is deleted. For example, when the
> URL contains text like "%20Quarter%203%20Reports", that part of the URL in
> the document becomes "%20Quarter%20Reports". If I manually add the URL to
> the pdf file, it works. Any ideas about how to fix this?
>
> Thanks!
>
|