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.
Integrate MS Word in PHP Web Application
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.
2 answers
Sort by: Most helpful
-
-
CaseyYang-MSFT 10,441 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.