Replies: 1 comment 6 replies
-
I have the same problem. Would you like to share the solution? |
Beta Was this translation helpful? Give feedback.
-
I have the same problem. Would you like to share the solution? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an Angular project, and I need to be able to insert images from URLs, and I cannot make that happen.
I request a specific Angular example like the React example (https://stackblitz.com/edit/react-docx-images). I've inherited by attrition this project, and my Angular/JS/TS skills are sadly lacking.
I was able to use the code from the React example to get the base64 image into the Word doc. The React code works as written in the example for me:
However, I cannot get this React code to work in Angular:
I get the red squiggly under
data
and I'm informed:TIA for any help.
Beta Was this translation helpful? Give feedback.
All reactions