Image for rejected document

Since version 4.8.0, it is possible to configure the rendition server to display an image indicating that the document could not be loaded correctly.

image

Activate the feature

To activate the functionality, you will have to make a modification in the application.properties file in the document-service-broker microservice.

application.properties
rejected.document.enabled=true

Change the default image

To modify the default image, you will have to make a modification in the application.properties file in the document-service-broker microservice.

application.properties
rejected.document.path={path_to_the_file}

image

Change the title of the document

To modify the title of the document, you will have to make a modification in the application.properties file in the document-service-broker microservice.

application.properties
rejected.document.title=Custom title

image