d365-pcf-imagecontrol is a Power Apps PCF custom control designed for Dynamics 365 environments. It transforms Multiple Lines of Text fields into interactive image displays, allowing users to insert and view visual content directly within text areas. The control functions as a drop zone, enabling users to drag and drop images onto the field. Upon insertion, the image is converted into a Base64 encoded PNG string. Crucially, the control automatically strips the standard data URI prefix (data:image/png;base64,), storing only the raw encoded data. This specific formatting is essential for seamless integration with other Microsoft ecosystems, particularly enabling the embedding of these images directly into Word document templates via email receive-only lookup fields or data export processes. By bridging the gap between text fields and printable documents, this tool simplifies workflows that require visual documentation. The solution is open source under the MIT license, with available resources for installation,