https://github.com/cathalnoonan/d365-pcf-imagecontrol
https://github.com/cathalnoonan/d365-pcf-imagecontrol
crm d365 pcf
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cathalnoonan/d365-pcf-imagecontrol
- Owner: cathalnoonan
- License: mit
- Created: 2019-10-19T15:44:59.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-09-17T20:03:27.000Z (9 months ago)
- Last Synced: 2025-09-17T21:43:53.167Z (9 months ago)
- Topics: crm, d365, pcf
- Language: TypeScript
- Homepage:
- Size: 5.97 MB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# D365 PCF - Image Control
[](https://github.com/cathalnoonan/d365-pcf-imagecontrol/actions/workflows/build.yml)
[]()
## Image control for Multiple Lines of Text fields
This control can be added as a custom control for a Multiple Lines of Text field to display the contents as an image


The control will store the Base64 encoded content of the PNG image without the `data:image/png;base64,` at the start
This will allow us to output the image in a word document, as shown in the example below

---
## Download
The solution can be downloaded from the [Releases page](https://github.com/cathalnoonan/d365-pcf-imagecontrol/releases)
---
## Docs
- [Installation](./docs/installation.md)
- [Configuration](./docs/configuration.md)
## Development Docs
- [Building the control](./docs/building.md)
- [Adding translation](./docs/adding_translation.md)
---
## License
MIT