1

While developing an Office.js Word add-in, we wanted to perform certain processing on the Document when the user explicitly presses "Ctrl +S" or clicks the "Save /Save As ". Does the Save operation provide a callback handler for the Office.js? How else can we handle such a scenario? Typically on save operation, I wanted to reduce the font size of certain content control tag text.

Rahi.Shah
  • 1,305
  • 11
  • 20