Integrate MS Word in PHP Web Application

UZAIR SEIKHAI 31 Reputation points
2021-08-27T10:11:25.453+00:00

I want to integrate MS Word in Web Application, so is there any possibility to do it, if there is any possibility so kindly let me know the process.

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,301 questions
Word Management
Word Management
Word: A family of Microsoft word processing software products for creating web, email, and print documents.Management: The act or process of organizing, handling, directing or controlling something.
908 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. UZAIR SEIKHAI 31 Reputation points
    2021-08-28T13:19:23.587+00:00

    Thanks for your reply, I want to use Microsoft word 365 online in my PHP web application so I can edit, create and view files within my applications.

    0 comments No comments

  2. CaseyYang-MSFT 10,341 Reputation points
    2021-08-30T09:10:19.297+00:00

    Hi @UZAIR SEIKHAI ,

    You could try to use PHPWord to edit, create and view files within your applications. PHPWord is a library written in pure PHP that provides a set of classes to write to and read from different document file formats. The current version of PHPWord supports Microsoft Office Open XML (OOXML or OpenXML), OASIS Open Document Format for Office Applications (OpenDocument or ODF), Rich Text Format (RTF), HTML, and PDF.

    For Reference:
    Tool to edit MS word document via web application and process via server
    How to edit word documents with php?
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.


    If an Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments