How to Add a Logo Image in the Title Area
You can customize WebHelp Classic output to include a logo in the title area. It will be displayed before the publication title. You can also specify a URL that can be used to send users to a specific website when they click the logo image.
This customization can be done using a transformation scenario from within Oxygen XML Editor/Author or using a command-line script outside of Oxygen XML Editor/Author.
Using Oxygen XML Editor/Author
To add a logo in the title area of your WebHelp output using a transformation scenario from
within Oxygen XML Editor/Author, follow this procedure:
- Edit a WebHelp Classic transformation scenario, then open the Parameters tab.
- Specify the path to your logo in the
webhelp.logo.image
parameter. - If you also want to add a link to your website when you click the logo image, set the
URL in the
webhelp.logo.image.target.url
parameter. - Run the transformation scenario.
Using a Script Outside of Oxygen XML Editor/Author
Important: Running WebHelp transformations from a script outside of Oxygen XML
Editor/Author requires an additional license and some additional setup:
- You must have a valid license for the Oxygen XML WebHelp Plugin (https://www.oxygenxml.com/buy_webhelp.html).
- The Oxygen XML WebHelp Plugin must be installed and integrated.
To add a logo in the title area of your WebHelp output using a script outside of Oxygen
XML Editor/Author, follow this procedure:
- Specify the path to your logo using the
webhelp.logo.image
parameter. - If you also want to add a link to your website when you click the logo image, set the
URL using the
webhelp.logo.image.target.url
parameter. -
Execute the transformation script.