LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (April 2002, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 10 Apr 2002 11:38:11 -0700
Reply-To:   MNess@CROMEDICA.COM
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Matthew Ness <MNess@CROMEDICA.COM>
Subject:   Re: SAS/Base: ODS pdf - specifying "page k of N"
Content-type:   text/plain; charset=us-ascii

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


Back to: Top of message | Previous page | Main SAS-L page