How can I change the Logo that appears in the Simulation Report?


Note: This solution applies to v11 and greater. Adjust path accordingly.

1. Copy your custom logo to the following directory:

C:Program FilesANSYS Incv110AISOLDesignSpaceDSPagesLanguage{LANGUAGE}Report2006

2. Then, Edit the Rules.xml file in a Text Editor :

C:Program FilesANSYS Incv110AISOLDesignSpaceDSPagesLanguage{LANGUAGE}Reportt2006Rules.xml


Change Logo.png to <your_filename.ext>


----------------------------------------------------------------------------------------------------------------------------
<?xml version="1.0" encoding="utf-8"?>
<rules>
<!--
This file defines rules used to configure and customize report generation.
The attribute "id" always refers to a global variable name declared in DSConstants.js

LOCALIZATION
Localize only element text inside <selective-content><object> tags
-->

<!--
Lists standard files to include with reports
Include the file name only for files inside the report generator folder
Otherwise use the full path
The first file is automatically used as the cover page logo
-->
<files>
<file>Logo.png</file>
</files>
...


3. Save the Rules.xml file. Exit and restart Workbench, then generate the Report.





Show Form
No comments yet. Be the first to add a comment!