Title: Invoice image background
Last modified: October 20, 2016

---

# Invoice image background

 *  Resolved [figari](https://wordpress.org/support/users/figari/)
 * (@figari)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/invoice-image-background/)
 * Hi, does anyone know if there is a way to insert an image into the invoice’s 
   background ?
    Thanks Thierry

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Ewout](https://wordpress.org/support/users/pomegranate/)
 * (@pomegranate)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/invoice-image-background/#post-8341491)
 * Hi Thierry,
    You can do this, but it requires you to create a custom template–
   this is not possible from the settings. Follow all [instructions from the documentation](http://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/creating-a-custom-pdf-template/).
   Next, open the ‘html-document-wrapper.php’ file, and insert this:
 *     ```
       <img src="http://yoursite.com/watermark.jpg" style="z-index:-999;position:fixed; top: 10cm; left: 5cm; width: 10cm;">
       ```
   
 * just before:
 *     ```
       <?php echo $wpo_wcpdf->export->output_body; ?>
       ```
   
 * Adjust the left, top and width values to your preferences 🙂
 * If the image can’t be found, you can try server paths instead, check the documentation
   here:
    Inserting images
 * Hope that helps!
    Ewout

Viewing 1 replies (of 1 total)

The topic ‘Invoice image background’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-pdf-invoices-packing-slips/assets/icon-256x256.
   png?rev=2189942)
 * [PDF Invoices & Packing Slips for WooCommerce](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/reviews/)

## Tags

 * [image background](https://wordpress.org/support/topic-tag/image-background/)
 * [watermark](https://wordpress.org/support/topic-tag/watermark/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ewout](https://wordpress.org/support/users/pomegranate/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/invoice-image-background/#post-8341491)
 * Status: resolved