Skip to main content
NICE CXone Expert
Expert Success Center

Use different logo for PDF

Customize logo for PDFs generated from Expert pages.

Issue

Use an alternate logo for PDF that is different than site logo

Resolution

  1. Navigate to Site Tools > Dashboard > Template Directory > PDF Page Header.
  2. Edit the page.
  3. In the DekiScript block, prepend // to the first line to change it to a code comment:
    //<div class="pdf-logo">template('Site/Controls/SiteLogo');</div>
  4. Above the DekiScript block, insert the image you want to use as the logo.
  5. Save.

PDFLogo.png

Cause

DekiScript in PDF Header template calls logo uploaded to Control Panel branding.

  • Was this article helpful?