CN110737860A - rich text picture insertion method and device - Google Patents

rich text picture insertion method and device Download PDF

Info

Publication number
CN110737860A
CN110737860A CN201910894476.7A CN201910894476A CN110737860A CN 110737860 A CN110737860 A CN 110737860A CN 201910894476 A CN201910894476 A CN 201910894476A CN 110737860 A CN110737860 A CN 110737860A
Authority
CN
China
Prior art keywords
picture
text
network access
image
html format
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
CN201910894476.7A
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 United Network Communications Group Co Ltd
Original Assignee
China United Network Communications Group Co Ltd
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 United Network Communications Group Co Ltd filed Critical China United Network Communications Group Co Ltd
Priority to CN201910894476.7A priority Critical patent/CN110737860A/en
Publication of CN110737860A publication Critical patent/CN110737860A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Abstract

The invention discloses rich text picture inserting method and device, relates to the technical field of computers and is used for rich text picture inserting.

Description

rich text picture insertion method and device
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for inserting rich text pictures.
Background
With the increasing abundance of internet applications, rich text editors are increasingly used , and writing blogs, publishing WeChat public number articles and the like through web pages in daily life are the most common rich text applications.
The rich text editor is kinds of document editors which can be embedded in a web browser to realize what you see is what you get editing, the main function of the rich text editor is to convert the text, picture and other contents input by a user into corresponding hypertext markup language (HTML) according to the typesetting format expected by the user for storage, the HTML is kinds of rich text markup languages widely used in the Internet , which uses sets of predefined syntax and markup symbols to describe the typesetting format of the font, position, paragraph and other media contents of the text, picture and other media contents, and all browsers conforming to the standard can render the picture in the expected format by parsing the contents after acquiring the rich text document written by the HTML.
The rich text editor in the prior art on the internet at present is not friendly in operation when inserting pictures: requiring manual editing by the user. This approach is cumbersome and complicated for the average user who is not familiar with internet protocols and programming languages, is not easy to learn, and is inconvenient to use.
Disclosure of Invention
The embodiment of the invention provides a rich text picture inserting method and device, which are used for solving the problem that the operation of a user is too complicated when a picture is inserted in the existing rich text editor.
In order to achieve the above purpose, the embodiment of the invention adopts the following technical scheme:
, an embodiment of the invention provides a method for inserting rich text pictures, the method comprising:
acquiring image-text information, wherein the image-text information comprises a text and a picture;
converting the text in the graphic information into HTML format content;
uploading the pictures in the picture information to a network, and acquiring network access addresses of the pictures;
converting the network access address of the picture into an HTML format code;
and inserting the HTML format code into a target position of the HTML format content, wherein the target position refers to a position corresponding to the position of the picture in the image-text information.
In a second aspect, an embodiment of the present invention provides rich text picture insertion apparatuses, including:
the system comprises an acquisition unit, a display unit and a processing unit, wherein the acquisition unit is used for acquiring image-text information, and the image-text information comprises texts and pictures;
the analysis unit is used for converting the text in the image-text information acquired by the acquisition unit into HTML format content; uploading the picture in the image-text information to a network, and acquiring a network access address of the picture; converting the network access address of the picture into an HTML format code; and inserting the HTML format code into a target position of the HTML format content, wherein the target position is a position corresponding to the position of the picture in the image-text information.
In a third aspect, there is provided computer readable storage media storing or more programs, or more programs comprising instructions which, when executed by a computer, cause the computer to perform the rich text picture insertion method as described in .
In a fourth aspect, there is provided computer program product containing instructions that, when run on a computer, cause the computer to perform the rich text picture insertion method as described in aspect .
In a fifth aspect, rich text picture insertion devices are provided, which comprise a processor and a memory, wherein the memory is used for storing programs, and the processor calls the programs stored in the memory to execute the rich text picture insertion method described in the above .
The rich text picture inserting method and device provided by the embodiment of the invention can be used for obtaining the picture and text information, converting the text in the picture and text information into HTML format content, uploading the picture in the picture and text information to a network, obtaining the network access address of the picture, converting the network access address of the picture into HTML format codes, and inserting the HTML format codes into the target position of the HTML format content, wherein the target position is a position corresponding to the position of the picture in the picture and text information.
Drawings
Fig. 1 is a schematic diagram of a system involved in a rich text picture insertion method according to an embodiment of the present invention;
FIG. 2 is a schematic structural diagram of a rich text picture insertion apparatus according to an embodiment of the present invention;
FIG. 3 is a flowchart of a rich text picture insertion method according to an embodiment of the present invention;
fig. 4 is a flowchart illustrating a rich text picture inserting method according to an embodiment of the present invention;
fig. 5 is a third schematic flowchart of a rich text picture insertion method according to an embodiment of the present invention;
fig. 6 is a fourth schematic flowchart of a rich text picture insertion method according to an embodiment of the present invention;
fig. 7 is a schematic structural diagram of a rich text picture inserting apparatus according to an embodiment of the present invention.
Detailed Description
The system related to the rich text picture insertion method provided by the invention is shown in fig. 1, and the system is divided into a front end and a back end. The front end comprises rich text picture insertion means 101. The backend includes a file server 102 and a rich text application server 104 with a database (e.g., a blog server), and optionally, a file upload agent 103.
The rich text picture insertion means 101 comprises at least the following functions: the following rich text picture inserting method is executed, and various image-text information editing software and a browser can be operated inside the rich text picture inserting method.
The file server 102 at least includes a function of directly receiving the picture uploaded by the rich text insertion device 101, or receiving the picture uploaded by the rich text insertion device 101 through the file upload agent 103; storing the pictures and generating corresponding network access addresses; the generated network access address is directly transmitted to the rich text insertion apparatus 101 or transmitted to the rich text insertion apparatus 101 through the file upload agent 103.
The file upload agent 103 includes at least the following functions: monitoring an uploading request of the rich text picture inserting device 101, receiving an uploaded picture, and forwarding the picture to the file server 102; receives the network access address generated by the file server 102 and returns the network access address to the rich text picture insertion apparatus 101.
The rich text application server 104 includes at least the following functions: the edited rich text content sent by the rich text insertion means 101 is received and saved.
As shown in FIG. 2, the embodiment of the present invention provides a schematic structural diagram of rich text picture insertion devices 200 may include at least processors 201, communication lines 202 and memories 203. specifically:
the processor 201 is configured to execute computer executable instructions stored in the memory 203, so as to implement the steps or actions of each network element or device in the following embodiments of the present invention, the processor 201 may be chips, for example, a field programmable array (FPGA), an Application Specific Integrated Circuit (ASIC), a system on chip (SoC), a Central Processing Unit (CPU), a Network Processor (NP), a digital signal processing circuit (DSP), a Microcontroller (MCU), a programmable logic controller (PLD), or other integrated chips.
A communication line 202 for transmitting information between the processor 201 and the memory 203.
The memory 203 is used to store computer-executable instructions for performing aspects of the present invention and is controlled for execution by the processor 201. The memory 203 may be separate and coupled to the processor via the communication line 202. The memory 203 may be either volatile memory or nonvolatile memory, or may include both volatile and nonvolatile memory. The non-volatile memory may be a read-only memory (ROM), a Programmable ROM (PROM), an Erasable PROM (EPROM), an electrically Erasable EPROM (EEPROM), or a flash memory. Volatile memory can be Random Access Memory (RAM), which acts as external cache memory. By way of example, but not limitation, many forms of RAM are available, such as Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), Synchronous Dynamic Random Access Memory (SDRAM), double data rate SDRAM, enhanced SDRAM, SLDRAM, Synchronous Link DRAM (SLDRAM), and direct rambus RAM (DR RAM). It should be noted that the memory of the systems and methods described herein is intended to comprise, without being limited to, these and any other suitable types of memory.
Optionally, the rich text picture inserting apparatus 200 further comprises at least communication interfaces 204 for communicating with other devices or communication networks, wherein the communication network may be an ethernet, a Radio Access Network (RAN), or a Wireless Local Area Network (WLAN), etc.
Examples 1,
An embodiment of the present invention provides methods for inserting a rich text picture, which can be executed by the foregoing device for inserting a rich text picture, as shown in fig. 3, where the method for inserting a rich text picture includes:
and S301, acquiring the image-text information.
Specifically, step S301 includes:
the user edits the image-text information in microsoft office words (words) running in the rich text image insertion device, then selects the image-text information to be copied, and copies the image-text information to a clipboard of the local operating system (simultaneously, a control (Ctrl) -C key is pressed).
The user moves the mouse to a rich text editor in a browser running in the rich text picture inserting device, presses a Ctrl-V key at the same time, and pastes the image-text information with format information in the current clipboard to the position of the current cursor in the rich text editor.
And embedding a script (JavaScript) program in the rich text editor to obtain the graphic and text information with the format information in the pasting board. Wherein, the image-text information comprises texts and pictures; the JavaScript program is used to execute the rich text picture insertion method.
S302, converting the text in the image information into HTML format content.
Specifically, step S302 includes:
and embedding a JavaScript program in a rich text editor in a browser operated by the rich text picture inserting device, converting the text into the content marked in the HTML format, and inserting the content into the cursor position in the rich text editor.
S303, uploading the pictures in the picture information to a network, and acquiring the network access addresses of the pictures.
universal unique identifiers (UUIDs) are generated as file names, wherein the UUIDs are character strings with the length of 32 characters, and the world unique does not have duplication.
Illustratively, the file name generated is:
9cd9c172ff4f47b1934522cdb5420874.jpg。
as shown in fig. 4, step S303 includes:
s3031, uploading the picture to a file server.
The file server is used for storing the pictures and generating network access addresses of the pictures.
For example, suppose the domain name of the file server is picture.download.com and the user name is zhangsan, if the file server has an http:// picture.download.com/zhangsan folder, then the file is saved under the file, otherwise, the http:// picture.download.com/zhangsan folder is created. If the picture name is 9cd9c172ff4f47b1934522cdb5420874.jpg, the network access address of the picture is as follows:
http://picture.download.com/zhangsan/9cd9c172ff4f47b1934522cdb5420874.jpg。
s3032, receiving the network access address of the picture from the file server.
Optionally, if the file server is a mature third-party product, independent user authentication and authorization systems are not allowed to be developed autonomously and owned, and an unregistered user cannot upload pictures to the file server, to solve the problem, file upload agents may be added in the process of uploading and receiving pictures, management users having file add/delete and modify authority need to be registered on the file server for the file upload agents, and when the file upload agents upload files to the file server, the user names and passwords of the management users need to be carried, so that the unregistered user can upload pictures to the file server through the file upload agents.
S304, converting the network access address of the picture into an HTML format code.
Specifically, step S304 includes:
after receiving the fed back picture network address, a JavaScript program embedded in a rich text editor in a browser operated by the rich text picture inserting device encapsulates the picture network address by using a corresponding HTML marker to generate a code.
For example, assume that the network access address of the picture is:
http://picture.download.com/zhangsan/9cd9c172ff4f47b1934522cdb5420874.jpg。
the corresponding HTML format code is:
<img src="http://picture.download.com/zhangsan/9cd9c172ff4f47b1934522cdb5420874.jpg">。
s305, inserting the HTML format code into the target position of the HTML format content.
The target position refers to a position corresponding to the position of the picture in the image-text information.
Specifically, step S305 includes:
and the JavaScript program embedded in the rich text editor in the browser operated by the rich text picture inserting device inserts the HTML format code into the current cursor position of the HTML format content in the rich text editor.
Optionally, as shown in fig. 5, the rich text picture inserting method further includes:
s306, sending the content in the HTML format to the rich text application server.
S307, analyzing the HTML format content to present the image-text.
Analyzing the HTML format content, and presenting the graphics and text comprises the following steps:
and analyzing the HTML format content to present the text.
And analyzing the HTML format content and presenting the picture.
The analyzing of the HTML format content and the displaying of the picture comprise:
and analyzing the HTML format codes in the HTML format contents to obtain the network access addresses of the pictures.
And accessing the network access address of the picture to acquire the picture.
The rich text picture inserting method provided by the embodiment of the invention comprises the steps of obtaining picture and text information, converting the text in the picture information into HTML format content, uploading the picture in the picture information to a network, obtaining a network access address of the picture, converting the network access address of the picture into HTML format codes, inserting the HTML format codes into a target position of the HTML format content, wherein the target position is a position corresponding to the position of the picture in the picture and text information, and enabling a user to insert the picture and text information into a rich text editor by copying times and pasting times, so that the problem that the operation of the user is too complicated when the user inserts the picture in the existing rich text editor is solved.
Examples 2,
The present invention provides another methods for inserting rich text pictures, which can be executed by a system related to the method for inserting rich text pictures, as shown in fig. 6, including:
s601, the rich text picture inserting apparatus 101 obtains and parses the graphics and text information.
Specifically, step S601 refers to steps S301, S302, and S303 in embodiment 1.
S602, the rich text picture inserting apparatus 101 uploads the parsed picture to the file upload agent 103.
Specifically, step S602 refers to step S304 in embodiment 1.
S603, the file upload agent 103 receives the uploaded picture and forwards the picture to the file server 102.
S604, the file server 102 receives and stores the picture file, and sends network addresses for accessing the picture file through the internet to the file upload agent 103.
S605, the file upload agent 103 transmits the picture network address received from the file server 102 to the rich-text-picture insertion apparatus 101.
S606, the rich text picture inserting apparatus 101 receives the network address, encapsulates it with the corresponding HTML tag to generate a code, and inserts the code into the corresponding position in the HTML format content.
Specifically, step S606 refers to steps S304 and S305 in embodiment 1.
S607, the rich text picture inserting apparatus 101 sends the HTML format content to the back-end rich text application server 104.
And S608, the rich text application server 104 receives and stores the HTML format content.
S609, the rich text picture insertion device 101 presents the HTML format content.
Specifically, step S609 refers to step S307 in embodiment 1.
Examples 3,
An embodiment of the present invention provides rich text picture insertion apparatuses 700, as shown in fig. 7, the rich text picture insertion apparatuses include an obtaining unit 701, a parsing unit 702, and optionally, a presenting unit 703, the rich text picture insertion apparatuses are configured to execute the rich text picture insertion method described above.
An obtaining unit 701, configured to obtain image-text information, where the image-text information includes a text and a picture;
the parsing unit 702 is configured to convert the text in the image-text information acquired by the acquiring unit 701 into HTML format content; uploading the picture in the picture information to a network, and acquiring a network access address of the picture; converting the network access address of the picture into an HTML format code; and inserting the HTML format code into a corresponding position of the HTML format content, wherein the corresponding position refers to the original position of the picture in the image-text information.
The presentation unit 703 is configured to analyze HTML format codes in the HTML format content to obtain a network access address of the picture; and accessing the network access address of the picture to acquire the picture.
Specifically, the parsing unit 702 is specifically configured to:
the picture is uploaded to a file server, wherein the file server is used for storing the picture and generating a network access address of the picture; a network access address for the picture is received from the file server.
Specifically, the functions/implementation processes of the acquisition unit 701, the parsing unit 702 and the presentation unit in fig. 7 can be implemented by the processor 201 shown in fig. 2 calling the computer-executable instructions stored in the memory 203 through the communication line 202. The parsing unit 702 in fig. 7 communicates with the file server or the file upload agent through the communication interface 204 in fig. 2.
Embodiments of the present invention provide computer readable storage media storing or more programs, the or more programs comprising instructions, which when executed by a computer, cause the computer to perform a rich text picture insertion method as described in fig. 3-6.
Embodiments of the present invention provide a computer program product containing instructions that, when executed on a computer, cause the computer to perform a rich text picture insertion method as described in fig. 3-6.
The embodiment of the invention provides rich text picture insertion devices, which comprise a processor and a memory, wherein the memory is used for storing programs, and the processor calls the programs stored in the memory to execute the rich text picture insertion methods as described in the figures 3-6.
Since the rich-text picture insertion apparatus, the computer-readable storage medium, and the computer program product in the embodiments of the present invention may be applied to the rich-text picture insertion method, the technical effects obtained by the method may also refer to the method embodiments, and the embodiments of the present invention are not described herein again.
It should be noted that, the above units may be individually configured processors, or may be implemented by being integrated in processors of the controller, or may be stored in the memory of the controller in the form of program codes, and the functions of the above units are called and executed by processors of the controller.
It should be understood that, in various embodiments of the present invention, the sequence numbers of the above-mentioned processes do not mean the execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation on the implementation process of the embodiments of the present invention.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
For example, the above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units into logical functional divisions may be realized in other ways, for example, multiple units or components may be combined or integrated into another systems, or features may be omitted or not executed, in another point, the shown or discussed coupling or direct coupling or communication connection between each other may be through interfaces, and the indirect coupling or communication connection between the apparatuses or units may be electrical, mechanical or other forms.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, that is, may be located in places, or may also be distributed on multiple network units.
In addition, functional units in the embodiments of the present invention may be integrated into processing units, or each unit may exist alone physically, or two or more units are integrated into units.

Claims (9)

1, A method for inserting rich text pictures, comprising:
acquiring image-text information, wherein the image-text information comprises a text and a picture;
converting the text in the image-text information into hypertext markup language (HTML) format content;
uploading the picture in the image-text information to a network, and acquiring a network access address of the picture;
converting the network access address of the picture into an HTML format code;
and inserting the HTML format code into a target position of the HTML format content, wherein the target position is a position corresponding to the position of the picture in the image-text information.
2. The rich-text picture inserting method according to claim 1, wherein uploading the picture in the image-text information to a network and acquiring the network access address of the picture specifically comprises:
uploading the picture to a file server, wherein the file server is used for storing the picture and generating a network access address of the picture;
receiving a network access address of the picture from the file server.
3. The rich text picture insertion method of any of claims 1-2, wherein the method further comprises:
analyzing the HTML format codes in the HTML format contents to obtain the network access addresses of the pictures;
and accessing the network access address of the picture to acquire the picture.
4, apparatus for inserting rich text pictures, comprising:
the system comprises an acquisition unit, a processing unit and a display unit, wherein the acquisition unit is used for acquiring image-text information, and the image-text information comprises texts and pictures;
the analysis unit is used for converting the text in the image-text information acquired by the acquisition unit into hypertext markup language (HTML) format content; uploading the picture in the image-text information to a network, and acquiring a network access address of the picture; converting the network access address of the picture into an HTML format code; and inserting the HTML format code into a target position of the HTML format content, wherein the target position is a position corresponding to the position of the picture in the image-text information.
5. The rich-text picture insertion device according to claim 4, wherein the parsing unit is specifically configured to:
uploading the picture to a file server, wherein the file server is used for storing the picture and generating a network access address of the picture;
receiving a network access address of the picture from the file server.
6. The rich text picture insertion device of any of claims 4-5, wherein the device further comprises:
the presentation unit is used for analyzing the HTML format codes in the HTML format contents to obtain the network access addresses of the pictures; and accessing the network access address of the picture to acquire the picture.
7, computer readable storage medium storing or more programs, characterized in that the or more programs include instructions which, when executed by a computer, cause the computer to perform the rich text picture insertion method of any of claims 1-3.
Computer program product comprising instructions for , wherein said instructions, when run on a computer, cause said computer to perform a rich text picture insertion method as claimed in any of claims 1-3 to .
An apparatus for inserting rich text picture in claim 9, , comprising a processor and a memory, wherein the memory is used for storing program, and the processor calls the program stored in the memory to execute the method for inserting rich text picture in any of claims 1-3 and .
CN201910894476.7A 2019-09-20 2019-09-20 rich text picture insertion method and device Pending CN110737860A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910894476.7A CN110737860A (en) 2019-09-20 2019-09-20 rich text picture insertion method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910894476.7A CN110737860A (en) 2019-09-20 2019-09-20 rich text picture insertion method and device

Publications (1)

Publication Number Publication Date
CN110737860A true CN110737860A (en) 2020-01-31

Family

ID=69269387

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910894476.7A Pending CN110737860A (en) 2019-09-20 2019-09-20 rich text picture insertion method and device

Country Status (1)

Country Link
CN (1) CN110737860A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112183033A (en) * 2020-09-30 2021-01-05 广州爱浦路网络技术有限公司 Rich text editor and editing method
CN112769925A (en) * 2020-12-31 2021-05-07 南威软件股份有限公司 Picture uploading method, system, terminal and medium based on rich text editor
CN113645315A (en) * 2021-10-13 2021-11-12 杭州乒乓智能技术有限公司 Method and system for automatically uploading static resources by code editor
CN117411847A (en) * 2023-12-14 2024-01-16 彩讯科技股份有限公司 Mail out-link picture transfer method, system and medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102662928A (en) * 2012-03-28 2012-09-12 福建榕基软件股份有限公司 Rich text editing method for importing documents and device thereof
CN105138503A (en) * 2015-08-27 2015-12-09 网易(杭州)网络有限公司 Data editing method and device
CN107231415A (en) * 2017-05-25 2017-10-03 腾讯科技(深圳)有限公司 The network storage method and device of picture

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102662928A (en) * 2012-03-28 2012-09-12 福建榕基软件股份有限公司 Rich text editing method for importing documents and device thereof
CN105138503A (en) * 2015-08-27 2015-12-09 网易(杭州)网络有限公司 Data editing method and device
CN107231415A (en) * 2017-05-25 2017-10-03 腾讯科技(深圳)有限公司 The network storage method and device of picture

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112183033A (en) * 2020-09-30 2021-01-05 广州爱浦路网络技术有限公司 Rich text editor and editing method
CN112769925A (en) * 2020-12-31 2021-05-07 南威软件股份有限公司 Picture uploading method, system, terminal and medium based on rich text editor
CN112769925B (en) * 2020-12-31 2023-12-15 南威软件股份有限公司 Picture uploading method, system, terminal and medium based on rich text editor
CN113645315A (en) * 2021-10-13 2021-11-12 杭州乒乓智能技术有限公司 Method and system for automatically uploading static resources by code editor
CN117411847A (en) * 2023-12-14 2024-01-16 彩讯科技股份有限公司 Mail out-link picture transfer method, system and medium
CN117411847B (en) * 2023-12-14 2024-03-08 彩讯科技股份有限公司 Mail out-link picture transfer method, system and medium

Similar Documents

Publication Publication Date Title
CN110737860A (en) rich text picture insertion method and device
US10671698B2 (en) Language translation using embeddable component
KR100490734B1 (en) Annotation-based automatic document generation apparatus and method
JP5562977B2 (en) Technology for automatically syndicating content over the network
US9405745B2 (en) Language translation using embeddable component
US20100318894A1 (en) Modifications to Editable Elements of Web Pages Rendered in Word Processor Applications
US8074167B2 (en) Cross domain presence of web user interface and logic
US8527870B2 (en) Flexible electronic document that receives data insertion from one or more data sources
US20130110769A1 (en) Service providing apparatus, information processing system and methods
US20140074930A1 (en) Information processing device and conference system
CN109815430B (en) Request processing method and device, data processing server and readable storage medium
CN103312803B (en) Optimization method and device are experienced in a kind of web access
US9141596B2 (en) System and method for processing markup language templates from partial input data
CN111241801A (en) File generation method, device, equipment and computer readable storage medium
JP2014146128A (en) Information processing apparatus, information processing system, information processing method, and program
JP2013167918A (en) Printing system, print server, control method and computer program
CN104462522A (en) File on-line previewing method, terminal and server
US20180307658A1 (en) Method for Referring to Specific Content on a Web Page and Web Browsing System
CN112559446A (en) Nuclear power station regulation digital conversion method and system based on DCS (distributed control System)
CN103914293A (en) Page generation method and server
JP2009031960A (en) Technology for relaying communication between client device and server device
WO2023179549A1 (en) Document block sharing method, apparatus and system, and storage medium
CN115587075B (en) Layout file processing method and device, terminal equipment and storage medium
CN102087653B (en) Method and device for issuing website information
US20110320927A1 (en) Methods and Apparatus Utilizing XooML: Cross (X) Tool Markup Language

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20200131

RJ01 Rejection of invention patent application after publication