Skip to Content
FASTSUITE E2API ReferencePython APIPython GuidePDF ReportsCustomization examplesInsert Header and Footer ImagesInsert header and footer images

Insert header and footer images

The header and footer images (for example the customer logo) are disabled by default.

PDF Customized Logo Default

Enabling default images from the E2 folder

Enable the Cenit default logos (Content of the E2 Installation)

Open the related language file (customized or automatically determined), e.g. report.de.lng.

Add or modify the item nologouse with value = False.

Recreate the report.

PDF Customized Logo Cenit

Enabling customer images from the E2 folder

Enable the customer images.

Open the related language file (customized or automatically determined), e.g. report.de.lng.

Add or modify the item nologouse with value = False.

Add the desired customer image (logo) into the E2 images folder.

Set the image names to the Python script with setHeaderLogo and / or setFooterLogo.

Recreate the report.

PDF Customized Logo Customer

Enabling customer images from the plugin folder

Enable the customer images from a plugin path.

Open the related language file (customized or automatically determined), e.g. report.de.lng.

Add or modify the item nologouse with value = False.

Add the desired customer image (logo) into the plugin images folder.

Set the image names to the Python script with setHeaderLogo and / or setFooterLogo.

Set the plugin folder in the Python script to pass to the command.

PDF Customized Logo Cust Plug In
Was this page helpful?