Our client has a need to copy formatted text from PowerPoint into the Text Component. Currently we have added the Paste from Word functionality to the RTE. Content with subscript, superscript, bold, and italics are lost upon pasting into the Text component when copied from PowerPoint.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
I tried to use /libs/wcm/foundation/components/text, inline editor, pasting it into the page, and it works.
From sightly, you can use ${properties.text @ context='unsafe'}. Interestingly it saves the images as a BASE64 string, and positions all margins accordingly. the text looks okay as well.
This text component is legacy, but it should that you can paste a copied clipboard of powerpoint into the page, and it works as expected.
From PowerPoint:
In AEM:
Copy does not seem to be keeping the formatting from PPT.