cooltronicpl / Craft-document-helpers

Craft CMS 3 and 4, 5 alpha, beta plugin enabling PDF document generation from template Twig files, code blocks and URLs
Other
12 stars 6 forks source link

Images don't render #3

Closed brandondeweese closed 2 years ago

brandondeweese commented 3 years ago

Is there a trick to getting images in the pdf template? tag does not seem to work.

cooltronicpl commented 2 years ago

We used another plugin called Image Toolbox by craft-starter to get the image:: https://plugins.craftcms.com/image-toolbox We updated information about the image tricks in the README.

cooltronicpl commented 2 years ago

The next trick is to embed img URL in src with img tag. We updated README.