CN112183043A - Online document synthesis system - Google Patents

Online document synthesis system Download PDF

Info

Publication number
CN112183043A
CN112183043A CN201910599443.XA CN201910599443A CN112183043A CN 112183043 A CN112183043 A CN 112183043A CN 201910599443 A CN201910599443 A CN 201910599443A CN 112183043 A CN112183043 A CN 112183043A
Authority
CN
China
Prior art keywords
document
subsystem
template
format
data interaction
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201910599443.XA
Other languages
Chinese (zh)
Inventor
王高磊
朱静静
侯晓娟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Changfeng Science Technology Industry Group Corp
Original Assignee
China Changfeng Science Technology Industry Group Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by China Changfeng Science Technology Industry Group Corp filed Critical China Changfeng Science Technology Industry Group Corp
Priority to CN201910599443.XA priority Critical patent/CN112183043A/en
Publication of CN112183043A publication Critical patent/CN112183043A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Document Processing Apparatus (AREA)

Abstract

The invention relates to an online document synthesis system, which is used for an office system or an industry system, transmits template identification and text information needing to be added into a template through an HTTP interface calling mode, so as to obtain a synthesized document, and the document output can be three modes of printing, downloading a Word format file and downloading a PDF format. The method can get rid of the dependence on Word tools, also keeps the compatibility of output formats, and can achieve higher processing efficiency when a large number of clients are connected with services.

Description

Online document synthesis system
Technical Field
The invention relates to the technical field of document processing, in particular to an online document synthesis method and system, which are applied to the development aspect of office systems or industrial systems.
Background
In the development process of Office systems and industry systems, part of text information in the systems is usually required to be combined with one or more fixed templates for document synthesis, a microsoft Word format template is generally used, when the template is used, an Office tool of microsoft corporation is installed on a computer which runs the Office systems (industry systems), or an Office Web control is used, the Office tool is higher in cost, and the Office Web control is lower in document processing efficiency.
Disclosure of Invention
The invention aims to design an online document synthesis system, which can transmit template identification and text information needing to be added into a template through a mode of HTTP interface calling, so as to obtain a synthesized document, and the document output can be three modes of printing, downloading a Word format file and downloading a PDF format.
The technical scheme of the invention is as follows:
an online document composition system, characterized by: the system comprises a data interaction subsystem, a document template management subsystem, a document synthesis subsystem and a document conversion subsystem, wherein:
(1) the data interaction subsystem provides an HTTP protocol interface externally, receives text information and information of specified document template identification transmitted by a client through an HTTP protocol, analyzes the information and transmits the information to the document template management subsystem and the document synthesis subsystem respectively;
(2) the document template management subsystem stores one or more defined document templates, acquires template identifications from the data interaction subsystem and transmits the corresponding document template contents to the document synthesis subsystem;
(3) the document synthesis subsystem acquires text information from the data interaction subsystem, acquires template contents from the document template management subsystem, replaces occupied contents in the template through a template anchor position carried by the text information to form a custom document, and outputs the custom document to the document conversion subsystem;
(4) the document conversion subsystem obtains the self-defined format document from the document synthesis subsystem, converts the document into a standard format document comprising a Microsoft Word format and a PDF format, and transmits the standard format document to the data interaction subsystem.
And the data interaction submodule acquires a final standard format document from the document conversion subsystem, adds the package required by HTTP protocol transmission, returns the package to the client for calling, and supports printing, downloading PDF (Portable document Format) files and downloading Word format files.
By utilizing the method and the system, an easily-expanded template can be provided, the document synthesis service is convenient to call, the dependence on Word tools can be eliminated, the compatibility of output formats is kept, and higher processing efficiency can be achieved when a large number of clients are connected with the service.
Drawings
FIG. 1 is a schematic diagram of the system architecture of the present invention.
Detailed Description
As shown in FIG. 1, the present invention is composed of four subsystems, namely, a data interaction subsystem, a document template management subsystem, a document synthesis subsystem and a document conversion subsystem, and is arranged at a server side. The details of each subsystem are as follows.
(1) Data interaction subsystem
The data interaction subsystem provides an HTTP interface externally, can receive text information and information of appointed document template identification transmitted by a client (or other systems) through an HTTP, analyzes the information and transmits the information to the document template management subsystem and the document synthesis subsystem respectively.
And the data interaction subsystem acquires a final standard format document from the document conversion subsystem, adds a package required by HTTP protocol transmission, returns the package to the client for calling, and supports printing, downloading PDF (Portable document Format) files and downloading Word format files.
(2) Document template management subsystem
The document template management subsystem stores one or more defined document templates, acquires template identifications from the data interaction submodule and transmits corresponding document template contents to the document synthesis subsystem.
(3) Document composition subsystem
The document synthesis subsystem acquires text information from the data interaction subsystem, acquires template contents from the document template management subsystem, replaces occupied contents in the template through a template anchor position carried by the text information to form a custom document, and outputs the custom document to the document conversion subsystem.
(4) Document conversion subsystem
The document conversion subsystem obtains the self-defined format document from the document synthesis subsystem, converts the document into a standard format document, including Microsoft Word format and PDF format, and transmits the standard format document to the data interaction submodule.
In the specific implementation process of the invention, the document synthesis system can be independently deployed on an independent server, and can also be deployed on the same server with other office systems or industrial systems, the system can be expanded in multiple stages, the deployed software needs to be configured with simple forwarding addresses, database addresses and corresponding paths, and the operating environment of the client software needs to be ensured to be provided with the application server software of the Java virtual machine Tomcat6.0 and the corresponding database software environment (recommended MySQL).
On the client side, a common PC is adopted, and the browser is required to be software of version more than IE 9.0.

Claims (2)

1. An online document composition system, characterized by: the system comprises a data interaction subsystem, a document template management subsystem, a document synthesis subsystem and a document conversion subsystem, wherein:
(1) the data interaction subsystem provides an HTTP protocol interface externally, receives text information and information of specified document template identification transmitted by a client through an HTTP protocol, analyzes the information and transmits the information to the document template management subsystem and the document synthesis subsystem respectively;
(2) the document template management subsystem stores one or more defined document templates, acquires template identifications from the data interaction subsystem and transmits the corresponding document template contents to the document synthesis subsystem;
(3) the document synthesis subsystem acquires text information from the data interaction subsystem, acquires template contents from the document template management subsystem, replaces occupied contents in the template through a template anchor position carried by the text information to form a custom document, and outputs the custom document to the document conversion subsystem;
(4) the document conversion subsystem obtains the self-defined format document from the document synthesis subsystem, converts the document into a standard format document comprising a Microsoft Word format and a PDF format, and transmits the standard format document to the data interaction subsystem.
2. The online document synthesis system of claim 1, wherein: and the data interaction submodule acquires a final standard format document from the document conversion subsystem, adds the package required by HTTP protocol transmission, returns the package to the client for calling, and supports printing, downloading PDF (Portable document Format) files and downloading Word format files.
CN201910599443.XA 2019-07-04 2019-07-04 Online document synthesis system Pending CN112183043A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910599443.XA CN112183043A (en) 2019-07-04 2019-07-04 Online document synthesis system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910599443.XA CN112183043A (en) 2019-07-04 2019-07-04 Online document synthesis system

Publications (1)

Publication Number Publication Date
CN112183043A true CN112183043A (en) 2021-01-05

Family

ID=73915890

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910599443.XA Pending CN112183043A (en) 2019-07-04 2019-07-04 Online document synthesis system

Country Status (1)

Country Link
CN (1) CN112183043A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114281276A (en) * 2021-12-06 2022-04-05 浪潮软件股份有限公司 Service document printing method and device and computer readable medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114281276A (en) * 2021-12-06 2022-04-05 浪潮软件股份有限公司 Service document printing method and device and computer readable medium

Similar Documents

Publication Publication Date Title
CN100578942C (en) System and method for compression of wireless applications expressed in a structured definition language
EP2273358A2 (en) Printer driver system for remote printing
EP3561680B1 (en) Rpc conversion process system and rpc conversion method
TWI470442B (en) System and method for obtaining cross compatibility with a plurality of thin-client platforms
CN102591847A (en) Document processing apparatus and method for processing document
CN103092602A (en) Software development kit and terminal apparatus
CN104111806A (en) Printing scheduling method, printing scheduling device, printing processing method, printing processing device and printing system
CN112183043A (en) Online document synthesis system
EP1161052A2 (en) Operating system for network interface
WO2017010947A1 (en) Hybrid system and method for data and file conversion across computing devices and platforms
JP6253234B2 (en) Data transmission system and data transmission program
JP2014041610A (en) Method and system of implementing data load protocols
JP5298725B2 (en) Image processing apparatus, image processing method, image processing system, and program
JP2757525B2 (en) Mutual conversion system for multiple character code systems
US7469379B2 (en) Method, computer program product and device to process a document data stream
JP2013089160A (en) Network printing system
JP2023047719A (en) Chat system and chat processing method
JP2008100505A (en) Printing apparatus, network printing system
JP4680001B2 (en) Guidance information presentation system, document / drawing creation terminal and knowledge server
CN114579065A (en) Printer redirection method and system of cloud desktop
JP2596375B2 (en) Character code conversion device and network system using the character code conversion device
KR20020065036A (en) A apparatus and method for converting document
JP4701040B2 (en) Communication apparatus and message transmission method in the apparatus
JP5696744B2 (en) Image processing apparatus, image processing method, image processing system, and program
CN115857841A (en) Semi-virtual printing method and device and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20210105

WD01 Invention patent application deemed withdrawn after publication