Custom Angular Component to Render Base64 Images in Creatio

I’d like to share a custom Angular component I developed for Creatio that allows rendering images directly from Base64-encoded strings.

This component is especially useful in scenarios where images are stored or transmitted as Base64 (for example, through APIs, document services, or external integrations), and need to be displayed seamlessly within the UI without additional processing.

🔹 Key features:

  • Accepts Base64 strings as input
  • Dynamically renders images in the UI
  • Lightweight and easy to integrate into existing pages
  • Helps avoid file handling or temporary storage

This approach has proven useful to simplify image handling and streamline UI integrations in different use cases.

Happy to share more details or implementation insights if anyone is working on something similar!

Like 0

Like

Share

0 comments
Show all comments