|
Hi Bill
This is similar to Boyd's solution except for a couple little differences.
I actually haven't used it before, but I thought it might work for you
anyway. Good luck!
Matt
footnote2 j=l "PROGRAM: TABLE2_1.SAS" j=r '{Page \field {\*\fldinst Page
\\*MERGEFORMAT}} {of \field {\*\fldinst NUMPAGES \\*MERGEFORMAT} }';
Boyd Newlin
<bnewlin@INSME To: SAS-L@LISTSERV.UGA.EDU
D.COM> cc:
Sent by: Subject: Re: SAS/Base: ODS pdf - specifying
"SAS(r) "page k of N"
Discussion"
<SAS-L@LISTSER
V.UGA.EDU>
10/04/02 10:37
AM
Please respond
to Boyd Newlin
I've never done that in PDF. Don't know if this will help you, but you
might want to consider doing it in RTF, then convert to PDF. Here is how
it's done in RTF.
title1 j=r '{Page \field{\*\fldinst {PAGE}}}\~{of}\~{\field{\*\fldinst
{NUMPAGES}}}';
-----Original Message-----
From: Bill Knowlton [mailto:Bill_Knowlton@BAXTER.COM]
Sent: Wednesday, April 10, 2002 1:10 PM
Subject: SAS/Base: ODS pdf - specifying "page k of N"
Dear SAS-Lers,
Does anyone know if there's a SAS ODS option that enables one to have
the total number of pages indicated on each page of a pdf in the form
"page k of N" (e.g. page 1 of 13).
I'm using SAS v8.2 on Windows 2000.
Thanks in advance for any insights.
-Bill
|