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 (July 2005, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 28 Jul 2005 13:39:12 +0200
Reply-To:     Andre Wielki <wielki@INED.FR>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Andre Wielki <wielki@INED.FR>
Subject:      Re: Using ODS Proclabel with PDF Files
Comments: To: "Michael F. Murphy" <Michael.F.Murphy@KP.ORG>
In-Reply-To:  <200507280046.j6S0k9b8023443@listserv.cc.uga.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Michael, Since 8.2 in print, tabulate and report procs you can try the option in the proc statement and in the table statement after the / ; ============== contents='' =============== but there is some empty anchor remaining in the pdf file so i prefer to open the document with Acrobet 5 ou 7 ful product and clean it by hand Or more easier replace the general text generated by sas with a precise text i want to read in its place

HTH Andre

Michael F. Murphy wrote: > We have a large PDF file with several bookmarks. > > I have used the ODS PROCLABEL statement to name bookmarks in the PDF file. > > But when I do this, I get a second line which I would like to remove. > > For example, if I have a line that says: > > ODS PROCLABEL = "Hospital Admissions by Major Diagnostic Category"; > > I get the following lines: > Hospital Admissions by Major Disgnostic Category > Detailed and/or summarized report. > > How do I remove the statement: > Detailed and/or summarized report. > ? > > Thanks. >

-- Andre Wielki INED (Institut National d'Etudes Démographiques) 133 Boulevard Davout 75980 Paris Cedex 20 33 (0) 1 56 06 21 54 FRANCE


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