Hi @macbroadcast,
You will need to copy the template file to your theme directory so you are able to maintain this change when future plugin updates are released.
File to copy: woocommerce-delivery-notes/templates/print-order/print-content.php
In this file, on line 13, please change:
<div class="company-logo">
to
<div class="company-logo" style="text-align: center;">
Alternatively, you could also add this as a css class in the style.css file present in same folder as the template.
Here is how the logo appears after adding above style: https://screencast.com/t/7aGawLm1
Let me know if you have any other questions.
:Vishal
Thank you so much @ashokrane