Video demo:

https://youtu.be/7m41hxWoLTs

DocsAutomator allows you to add images dynamically into your documents.

  1. Images outside of line items
  2. Images in line Items
  3. Resizing of images

<aside> đź’ˇ Only JPG and PNG is supported currently

</aside>

Example

Here’s an example of an invoice for paintings of Roy Lichtenstein, on which images of the paintings got added to each line item:

Untitled

Images can be added anywhere in the document as well as in columns of line item tables (like in the example above).

1. Images outside of line items

In order to insert an image outside of line items (so anywhere except for line item tables), you will have to define the image placeholder in the Google Docs template. The syntax for this is {{image_[NAME]}}, which tells DocsAutomator that you would like to add an image here.

Here in the following example, an image placeholder with the title “logo” is defined ({{image_logo}}):

Untitled

This placeholder will then pop up in DocsAutomator and you’ll be able to map your image field to it:

Screenshot 2023-03-14 at 13.35.50.png

2. Images in line items