Home > Common Problem > body text

How to use pageoffice

(*-*)浩
Release: 2019-07-30 13:28:30
Original
17768 people have browsed it

PageOffice development platform is a software product independently developed by Beijing Zhuozheng Zhiyuan Software Company with independent intellectual property rights. It is a general component library used to provide online editing of Office documents, dynamic filling, and dynamic submission functions, It can help web developers easily embed the special functions of Microsoft Office in web pages.

How to use pageoffice

Implementing the function(Recommended learning: Java video tutorial)

1. On the web Open, edit, print preview, and print Office documents such as Word, Excel, and PowerPoint on web pages.

2. The powerful full screen/restore function facilitates users to edit and browse Office documents without affecting the beautiful layout of the web page.

3. Document concurrency control mechanism. To prevent confusion caused by simultaneous online editing, PageOffice will issue a notification and prevent others from editing this document until you save it or the time lock expires.

4. Browse Word, Excel, PowerPoint, PDF and other Office documents online in a read-only and secure manner, preventing copying, pasting, downloading, printing, etc.

5. Provides necessary functions for OA document modules such as Word revision traces, handwritten comments, circles and underlines, keyboard comments, and electronic seals.

6. Fill and export data, including text, pictures, tables, etc., to specified locations in Word and Excel templates based on database dynamics, and various formats of the content can be dynamically specified. Supports batch export. Supports Word dynamic templates. Supports dynamic creation, filling, and generation of new documents.

7. Extract the content at the specified location in Word and Excel documents, including text, pictures (not supported by Excel yet), tables, etc., and save them to the database.

8. Support the import and export function of Word and Excel data when the client does not display the Word or Excel editor view.

9. Supports the function of saving as HTML, MHT, PDF documents and publishing to the server.

10. Support the function of dynamically generating PDF.

11. Supports opening and displaying PDF online (the client does not need to install a PDF reader).

12. Control the areas that users can edit in Word and Excel documents based on user permissions to facilitate transfer, countersigning, and real-time editing by multiple users.

13. Merge multiple Word documents into one Word document; split a Word document into multiple Word documents.

14. Set Word and Excel to form input mode. The user can only enter content at the specified location in the document. The content entered by the user can be obtained when submitting. Supports pop-up web page dialog boxes to assist users in inputting data.

How to use pageoffice?

First you need to install the PageOffice control. The latest version is 4.2. The download address is: http://www.zhuozhengsoft.com/dowm/ which includes example code.

After installation, you need to add pageoffice4.jar to your project, which is no different from adding a jar package to java.

When you start using the trial version for the first time, a box will pop up and you need to add some information and fill in the serial number. At the same time, it will generate a file called license.lic. It will be under the lib deployed by the tomcat project. If you need to add it every time you start it. You need to copy the license.lic in the tomcat deployment project lib to your local project.

For more Java-related technical articles, please visit the Java Development Tutorial column to learn!

The above is the detailed content of How to use pageoffice. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!