How to perform save as operation using javascript api on word document?

Amulya K R 6 Reputation points
2022-10-21T05:32:14.237+00:00

I'm working on word document, Now I want to close current document and save current changes to the new document.I want to do this using javascript api.

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
914 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,658 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Meera Noordeen 1 Reputation point
    2022-10-24T06:10:41.16+00:00

    The JavaScript API for Office enables you to create web applications that interact with the object models in Office host applications. Your application will reference the office. js library, which is a script loader

    0 comments No comments