How to display images as Base64 format #41
Closed
condorheroblog
started this conversation in
Ideas
Replies: 2 comments
-
@condorheroblog I do not have an idea, currently I think the best practice we should handle from the backend |
Beta Was this translation helpful? Give feedback.
0 replies
-
See this: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Whether exporting PDF or Word files, the image is a link(like this https://picsum.photos/1920/1080.webp?t=1) and cannot be used directly. We need to make a second request.
Is there a way that when the rich text editor displays the content, the developer manually sends the request image as Base64 format, but the API for calling the rich text editor is still a URL, so that there is no need to make a second request when exporting the file, and it does not affect the display of the text and image content.
Do you have any good ideas?
Beta Was this translation helpful? Give feedback.
All reactions