Override entity_print filename on Drupal 8/9.
Often times clients want to change the PDF document filename created by entity_print module.
One of the ways to make this happens is to create a service extending ServiceProviderBase and alter the class that will process this…