Hello,
Is there any way to control the style attributes of the text of a PDF bookmark produced by SAS?
I've posted a trivial example that hopefully gets at what I want to do, please let me know if a full example would be helpful.
ods escapechar="^";
PROC DOCUMENT name=MyDoc;
make \MyDoc\First_Level;
setlabel \MyDoc\First_Level "^{style [font_weight=bold] Custom Text}"; /* Define the PDF bookmark label and attempt to make it Bold */
/* place output here */
doc close;
RUN;
QUIT;
ods pdf file="MyPDF.pdf";
PROC DOCUMENT name=MyDoc;
replay;
RUN;
QUIT;
ods pdf close;Thanks!
Thanks for the resources, but this is not quite what I'm looking for. I want to control the attributes of the PDF bookmarks. For instance, I want to make some bold.
I've attached a picture of what I want. I can make the text bold using a PDF editing tool, but I'm curious if SAS has this capability.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.