When creating a PDF file, how do you set the bookmark or page names in a PDF to the model name?
In ip.cfg, set IP_EXTRACT_VARIABLES_ON_CREATE_PLOTS = trueWhen bringing the files into Organizer, attach a design script that contains these two lines:extract_envr_variable="PLOT_NAME"extract_envr_value=ip_modelYou can create a design script that contains only these two lines or add these two lines to your existing design script.This will rename the plot name to the model name. When you export the PDF, the bookmarks will be the sheet name which is now the model name.# IP_EXTRACT_VARIABLES_ON_CREATE_PLOTS determines whether or not# the "Extract Variables" machinery is run when design files are# added to an Organizer plot set. When set to "true", Organizer runs# the design script attached to the newly added plot.## The default value of IP_EXTRACT_VARIABLES_ON_CREATE_PLOTS is "false",# meaning that the feature is disabled. IfIP_EXTRACT_VARIABLES_ON_CREATE_PLOTS# is not defined or is set to any value except "true" (caseindependent),# then the feature is considered to be disabled.IP_EXTRACT_VARIABLES_ON_CREATE_PLOTS = true