Just created a custom invoice design to fix an issue with the header. Realized that it doesn’t include embedded images/documents, despite checking and unchecking that option in the settings. Reverted back to the “Business” design and the embedded images were working again.
Had a look at invoiceninja/resources/views/pdf-designs at v5-stable · invoiceninja/invoiceninja · GitHub and saw that they are included between the header and footer in a $entity_images
tag. Didn’t see that tag in the ‘Variables’ tab of the custom invoice designer. Just manually added it above the footer and it seems to be working.
Didn’t look in to how custom invoice designs are generated so I don’t know the fix. But it should be included when creating a custom design from an existing template.