Paste from PowerPoint | Community
Skip to main content
New Participant
November 1, 2023

Paste from PowerPoint

  • November 1, 2023
  • 1 reply
  • 718 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

BrianKasingli
New Participant
November 1, 2023

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. 

New Participant
November 2, 2023

From PowerPoint:

In AEM:

 

Copy does not seem to be keeping the formatting from PPT.