special characters support

Home Forums Open-Xml-Sdk-JavaScript special characters support

This topic contains 1 reply, has 2 voices, and was last updated by  Eric White 8 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3292

    selvakumar
    Participant

    Hi Eric,
    Could you give me the guidance what are all the special characters are not allowed when replacing the content in presentation template. eg: data.replace(<<tag1>>, “example’s “); here I used single quotes, likewise what are special characters and special symbols are not supported.
    I am using java script.

    #3296

    Eric White
    Keymaster

    Replacing content in PresentationML is significantly more complicated than calling a replace function, not least of all because content can be spread across multiple runs, and the content you want to search for might not be in a single run.

    Have you considered using the OpenXmlRegex module? It can search and replace within PPTX. I recommend that you watch the two screen-casts at this link:

    http://www.ericwhite.com/blog/blog/openxmlregex-developer-center/

    • This reply was modified 8 years ago by  Eric White.
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.