Luis
12/06/2024, 3:27 PMCeligo AI
12/06/2024, 3:27 PMAI generated answer (using internal Slack threads):To remove the company logo from a report PDF template, you would need to modify the Advanced PDF/HTML template used for the report. Here are the steps: 1. Navigate to
Customization > Forms > Advanced PDF/HTML Templates
.
2. Find the template you want to modify and click Edit
.
3. In the template editor, find the section where the logo is being displayed. It's usually in the <macrolist>
section and looks something like this: <img src="${companyInformation.logoUrl}" />
.
4. Remove or comment out this line of code.
5. Save the changes.
Please note that this will remove the logo from all reports using this template. If you want to conditionally display the logo based on certain criteria, you can use <#if>
statements in the template code.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
12/06/2024, 3:27 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.816379309
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.804171264
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.803411841
Celigo AI
12/06/2024, 3:27 PM