Java development online open, edit and save Word files

method/step

  1. Download the third-party plug-in development kit whose logo is the "P" icon: Baidu click PageOffice, download from the official website

  2. Take Myeclipse as an example, create a new Web Project, such as: wordonline

    Java development online open, edit and save Word files

  3. Unzip the development package, copy the jar package in the "integration file\lib" directory to the "WEB-INF\lib" directory of your own project

    Java development online open, edit and save Word files

  4. Referring to the "integration file\web.xml" file, copy the relevant configuration inside to the web.xml of your own project

    Java development online open, edit and save Word files

  5. Create a new doc directory and test file test.doc; create a new page word.jsp, and write code to open the file online

    Java development online open, edit and save Word files

  6. Run the project and visit the word.jsp page; enter the trial serial number provided in the development kit when prompted to register

    Java development online open, edit and save Word files

  7. After the registration is successful, the file will be opened online (Note: Only IE or IE kernel browsers, or browsers of Chrome 41 and below are supported at this time)

    Java development online open, edit and save Word files

  8. Create a new page SaveFile.jsp that handles file saving (using the action method or RequestMapping method under the framework), and call the FileSaver object to save the file.

    Java development online open, edit and save Word files

  9. Revisit word.jsp, open the edited file, and click the save button to save the file. (Note: Not all browsers are supported at this time)

    Java development online open, edit and save Word files

  10.  

    Add js code to the index.jsp page to call the relevant .js file; add a button to call the POBrowser.openWindowModeless method to open word.jsp, which supports all browsers to open, edit and save word files online

    Java development online open, edit and save Word files

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325247392&siteId=291194637