Hello, when creating a new document from the office-js API with application.createDocument, the newly created document may be saved by using the save method. If you now want to save the document twic...
lelsteph_S
Apr 30, 2022Copper Contributor
This is even worst, Word takes the first word of the paragraph, it stops at any special character and does not support any path so this is not possible to control the save functionality.
For me, using DocCreated is better because processing is done in memory (avoid UI slow updates) but then we need the save functionality on DocCreated (just logged a request for it).