CN115577198A - Document issuing method, control device and readable storage medium - Google Patents

Document issuing method, control device and readable storage medium Download PDF

Info

Publication number
CN115577198A
CN115577198A CN202211079552.7A CN202211079552A CN115577198A CN 115577198 A CN115577198 A CN 115577198A CN 202211079552 A CN202211079552 A CN 202211079552A CN 115577198 A CN115577198 A CN 115577198A
Authority
CN
China
Prior art keywords
directory
document
processed
text
text paragraphs
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
CN202211079552.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.)
Beijing Jiehui Technology Co Ltd
Original Assignee
Beijing Jiehui Technology 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 Beijing Jiehui Technology Co Ltd filed Critical Beijing Jiehui Technology Co Ltd
Priority to CN202211079552.7A priority Critical patent/CN115577198A/en
Publication of CN115577198A publication Critical patent/CN115577198A/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/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting

Abstract

The invention relates to the technical field of data processing, in particular to a document publishing method, a control device and a readable storage medium, and aims to solve the problem of reducing interaction with a data background while ensuring accurate positioning of html document content. For this purpose, the method and the device can convert the source document to be processed into the file stream, cut the file stream according to the preset rules to obtain the directory table, cut the text paragraphs of the source document to be processed according to the directory table to obtain the text paragraphs corresponding to each directory level, convert the text paragraphs into html static files and store the html static files in the web server to realize the release of the source document to be processed. The method and the device can perform navigation screening on the text paragraphs based on the directory hierarchy, and realize accurate positioning of the document content. Meanwhile, the html static files are stored in the web server, so that a user can quickly load the document without interacting with a background when browsing.

Description

Document issuing method, control device and readable storage medium
Technical Field
The invention relates to the technical field of data processing, and particularly provides a document publishing method, a control device and a readable storage medium.
Background
With the rapid development of information technology, electronic documents have become an indispensable part of people's daily life and work. The publication of documents through the WeChat public is also a very important way in the information dissemination process.
In some scenarios, a word format file needs to be presented on a WeChat public number, for example, a third party payment formula is required according to a compliance requirement (bank supervision requirement), and the content of a compliance document (word format) inside a company needs to be promoted to the public number of the company. For this reason, on one hand, the internal word document needs to be converted into the html document; on the other hand, since the public has a large reading amount, it is also necessary to realize high-speed loading of document data. Therefore, the problem that how to realize accurate positioning of document contents and reduce interaction with a data background after document publishing is performed after a word document is converted into an html document needs to be solved.
Accordingly, there is a need in the art for a new document publishing solution that addresses the above-described problems.
Disclosure of Invention
In order to overcome the above drawbacks, the present invention has been developed to provide a solution or at least a partial solution to how to achieve a reduction of interaction with the data background while ensuring accurate positioning of html document content.
In a first aspect, the present invention provides a document publishing method, comprising:
converting a source document to be processed into a file stream;
according to a preset rule, cutting the file stream to obtain a directory table of the source document to be processed, wherein the directory table comprises directory hierarchies;
according to the directory table, cutting the text paragraphs of the source document to be processed to obtain text paragraphs corresponding to each directory level;
converting the text paragraphs of each directory level into html static files of each directory level and storing the html static files to a web server to realize the publishing of the source document to be processed
In one technical solution of the above document publishing method, the directory table includes a directory text;
the method for cutting a file stream corresponding to a source document to be processed according to a preset rule to obtain a directory table of the source document to be processed includes:
according to a preset rule, cutting a file stream corresponding to a source file to be processed to obtain a directory text and a directory hierarchy of the source file to be processed;
storing the directory text and directory hierarchy in a database table in the form of a relational tree.
In a technical solution of the above document publishing method, the preset rule is a regular expression.
In a technical solution of the above document publishing method, the cutting the text paragraphs of the source document to be processed according to the directory table to obtain the text paragraphs corresponding to each directory hierarchy includes:
reading the source document to be processed in the file stream mode according to the directory hierarchy, and cutting text paragraphs of the file stream of the source document to be processed according to the directory hierarchy to obtain text paragraphs corresponding to each directory hierarchy;
and storing the text paragraphs corresponding to each directory hierarchy into a database table according to the association relationship between the text paragraphs and the directory hierarchies.
In a technical solution of the above document publishing method, text paragraphs corresponding to different directory hierarchies include different html tags.
In one technical solution of the above document publishing method, the converting the text paragraphs of each directory hierarchy into html static files of each directory hierarchy and storing the html static files in the web server includes:
filling contents corresponding to the text paragraphs of each directory hierarchy into corresponding html templates through a management background in response to a document issuing instruction, and generating html pages to obtain the html static files;
and sending the html static file to a web server for storage.
In one technical solution of the above document publishing method, the method further includes:
generating a unique url address for each html static file;
and storing the url address into a field corresponding to the directory table.
In one technical solution of the above document publishing method, the method further includes:
and editing the directory table and the text paragraphs through a management background.
In a second aspect, there is provided a control device comprising a processor and a storage device adapted to store a plurality of program codes adapted to be loaded and run by the processor to perform the document issuing method of any one of the above-mentioned document issuing method claims.
In a third aspect, there is provided a computer readable storage medium having stored therein a plurality of program codes adapted to be loaded and run by a processor to execute the document issuing method according to any one of the above-mentioned document issuing method.
One or more technical schemes of the invention at least have one or more of the following beneficial effects:
in the technical scheme of implementing the invention, the source document to be processed can be converted into the file stream, the file stream is cut according to the preset rule to obtain the directory table, the text paragraphs of the source document to be processed are cut according to the directory table to obtain the text paragraphs corresponding to each directory level, and the text paragraphs are further converted into the html static file to be stored in the web server, so that the source document to be processed is published. Through the configuration mode, the source document to be processed is cut, and the text paragraphs can be navigated and screened based on the directory hierarchy, so that the document content can be accurately positioned. Meanwhile, the html static files are stored in the web server, so that a user can quickly load the document without interacting with a background when browsing.
Drawings
The present disclosure will become more readily understood with reference to the accompanying drawings. As is readily understood by those skilled in the art: these drawings are for illustrative purposes only and are not intended to constitute a limitation on the scope of the present invention. Moreover, in the drawings, like numerals are used to indicate like parts, and in which:
FIG. 1 is a flow diagram illustrating the main steps of a document publishing method according to one embodiment of the invention;
FIG. 2 is a table of contents diagram according to one example of the invention;
FIG. 3 is a relational diagram of a body paragraph diagram corresponding to a directory hierarchy in accordance with an example of the invention;
FIG. 4 is a schematic illustration of an editing interface of an administration backend in accordance with an example of the invention;
FIG. 5 is a schematic representation of url addresses of different html static files according to one embodiment of the present invention;
FIG. 6 is a schematic representation of the url address of an html static file according to one embodiment of the present invention;
FIG. 7 is a schematic representation of the url address of another html static file in accordance with an embodiment of the present invention.
Detailed Description
Some embodiments of the invention are described below with reference to the accompanying drawings. It should be understood by those skilled in the art that these embodiments are only for explaining the technical principle of the present invention, and are not intended to limit the scope of the present invention.
In the description of the present invention, a "module" or "processor" may include hardware, software, or a combination of both. A module may comprise hardware circuitry, various suitable sensors, communication ports, memory, may comprise software components such as program code, or may be a combination of software and hardware. The processor may be a central processing unit, a microprocessor, a digital signal processor, or any other suitable processor. The processor has data and/or signal processing functionality. The processor may be implemented in software, hardware, or a combination thereof. Non-transitory computer-readable storage media include any suitable medium that can store program code, such as magnetic disks, hard disks, optical disks, flash memory, read-only memory, random-access memory, and so forth. The term "a and/or B" denotes all possible combinations of a and B, such as a alone, B alone or a and B. The term "at least one of A or B" or "at least one of A and B" means similar to "A and/or B" and may include only A, only B, or both A and B. The singular forms "a", "an" and "the" may include the plural forms as well.
Referring to fig. 1, fig. 1 is a flow chart illustrating main steps of a document publishing method according to an embodiment of the invention. As shown in fig. 1, the document issuing method in the embodiment of the present invention mainly includes the following steps S101 to S104.
Step S101: and converting the source document to be processed into a file stream.
In this embodiment, the source document to be processed may be converted into a file stream. That is, the source document to be processed may be read as a file stream.
In one embodiment, the source document to be processed can be read into a file stream, i.e. into a binary byte stream file, by java's file reading technique.
Step S102: and cutting the file stream according to a preset rule to obtain a directory table of the source document to be processed, wherein the directory table comprises a directory hierarchy.
In this embodiment, the file stream may be cut according to a preset specification to obtain a directory table of the source document to be processed, where the directory table may include a directory hierarchy.
In one embodiment, the preset rule may be a regular expression. The regular expression is a text mode, and a regular character string is formed by using specific characters defined in advance, namely the combination of the specific characters, and the regular character string is used for expressing a filtering logic of the character string.
Step S103: and cutting the text paragraphs of the source document to be processed according to the directory table to obtain the text paragraphs corresponding to each directory hierarchy.
In this embodiment, according to the directory hierarchy, the text paragraphs of the source document to be processed may be read in a file stream manner, and the text paragraphs may be cut to obtain the text paragraphs of each directory hierarchy.
Step S104: and converting the Text paragraphs of each directory level into html (Hyper Text Markup Language) static files of each directory level and storing the html static files to a web server so as to realize the publishing of the source document to be processed.
In this embodiment, the body paragraph of each directory hierarchy may be converted into an html static file, and the html static file may be stored on the web server.
In one embodiment, the html static file may be stored under a web directory of Nginx.
Based on the above steps S101 to S104, the embodiment of the present invention may convert the source document to be processed into a file stream, and cut the file stream according to the preset rule to obtain the directory table, cut the text paragraphs of the source document to be processed according to the directory table to obtain the text paragraphs corresponding to each directory level, and further convert the text paragraphs into html static files to be stored in the web server, so as to implement the publishing of the source document to be processed. Through the configuration mode, the embodiment of the invention cuts the source document to be processed, and can perform navigation screening on the text paragraphs based on the directory hierarchy, thereby realizing accurate positioning of the document content. Meanwhile, the html static files are stored in the web server, so that a user can quickly load the files without interaction with a background when browsing.
Step S102 to step S104 will be further described below.
In one implementation of the embodiment of the present invention, the step S102 of including a directory text may further include the following steps S1021 and S1022:
step S1021: according to a preset rule, cutting a file stream corresponding to a source file to be processed to obtain a directory text and a directory hierarchy of the source file to be processed
Step S1022: the directory text and directory hierarchies are stored in a database table in the form of a relational tree.
In the embodiment, the source document to be processed is cut according to a preset rule, so as to obtain the directory text and the directory hierarchy of the source document to be processed, and the directory text and the directory hierarchy are stored in the database table in a form of a relational tree.
In one embodiment, the catalog text and catalog hierarchy may be stored in a relational database in the form of a relational tree.
Referring now to FIG. 2, FIG. 2 is a table of contents diagram according to one embodiment of the invention. As shown in fig. 2, id is the serial number of the directory, parent _ id is the parent directory serial number, name is the directory name, and the directory table includes the directory text (name) and the directory hierarchy (represented by id and parent _ id, stored in the form of a relational tree).
In one implementation of the embodiment of the present invention, step S103 may further include the following steps S1031 and S1032:
step S1031: and reading the source document to be processed in a file stream mode according to the directory hierarchy, and cutting text paragraphs of the file stream of the source document to be processed according to the directory hierarchy to obtain the text paragraphs corresponding to each directory hierarchy.
Step S1032: and storing the text paragraphs corresponding to each directory level into a database table according to the association relationship between the text paragraphs and the directory levels.
In this embodiment, the text paragraphs of the file stream of the source file to be processed may be cut according to the directory hierarchy to obtain the text paragraphs corresponding to each directory hierarchy, and the text paragraphs of each directory hierarchy are stored in the database table according to the corresponding directory hierarchy.
In one embodiment, the database table in step S1032 is two different database tables from the database table in step S1022.
In one embodiment, text paragraphs corresponding to different directory hierarchies contain different html tags. The html tag can be used for determining where the line feed needs to be carried out when the html page is used for document display.
With reference to fig. 2, if the text paragraphs of the file stream of the source document to be processed contain the text of the title 1 "non-financial institution payment service" and the title 2 "network payment", it may be determined that "non-financial institution payment service" and "network payment" are both titles according to the directory table, and it may be further determined that the content between the two titles is the text paragraph of the title 1 "non-financial institution payment service", and store the association relationship between the text paragraph and the corresponding directory serial number (id) of the title 1 "non-financial institution payment service".
For example, referring to FIG. 3, FIG. 3 is a relational diagram of a text paragraph diagram corresponding to a directory hierarchy according to one example of the invention. As shown in fig. 3, id in fig. 3 is a Content serial number, catalog _ id is a catalog serial number associated therewith, and Content _ json refers to the text Content. Content refers to the body Content with html tags.
In one implementation manner of the embodiment of the present invention, the step S104 may further include the following steps S1041 and S1042:
step S1041: and responding to a document issuing instruction, filling the content corresponding to the text paragraph of each directory hierarchy to the corresponding html template through the management background, and generating an html page to obtain the html static file.
Step S1042: and sending the html static file to a web server for storage.
In this embodiment, when a document distribution instruction is received, the html template corresponding to the text paragraph of each directory hierarchy is filled with the managed content, and an html page is generated to obtain an html static file, and the html static file is sent to the web server for storage.
In one embodiment, the catalog table and text paragraphs may be edited through the administrative back-end.
Referring to FIG. 4, FIG. 4 is a diagram illustrating an editing interface of an administration back office according to one embodiment of the present invention. As shown in fig. 4, the directory table and the text paragraphs may be edited through the editing interface of the management background in fig. 4, such as adding, modifying, deleting, etc. the directory table and the text paragraphs. A publishing button (not shown in fig. 4) of the editing interface may be clicked, the management background fills the text paragraphs of each directory hierarchy into an html (for example, html5 for a mobile phone terminal) template, and sends the generated pages as html static files to the web server, so that the document can be published.
In one embodiment, a unique url (uniform resource locator) address may be generated for each html static file, and the url address may be stored in a field corresponding to the directory table. That is, each html static file has a unique url address corresponding to the html static file, and the content of the text paragraph corresponding to each html static file can be accurately located through the url address.
Referring to fig. 5, fig. 5 is a schematic view of url addresses of different html static files according to an embodiment of the present invention. As shown in FIG. 5, each directory hierarchy contains a url address.
In an embodiment, reference may be made to fig. 6 and fig. 7, where fig. 6 is a schematic view of a url address of an html static file according to an example of the present invention, and fig. 7 is a schematic view of a url address of another html static file according to an example of the present invention. The published document may be pushed to the web user and, in response to the user clicking on the document (i.e. clicking on a link), the directory to the left in figure 6 may be displayed on an html5 page. In response to the user clicking on the directory, the content part will present the text paragraph corresponding to the directory (as shown on the right side of fig. 6).
For example, when a user clicks "extend principle", a corresponding url address may be searched from a web server (e.g., under a web directory of Nginx), so as to obtain a corresponding html static file according to the url address, thereby displaying a corresponding text paragraph.
As can be seen from fig. 6 and 7, clicking on the two different directory texts "extend principle" and "ban standard" results in the url address (as indicated in the box) in the figure being different.
Because the html static files are stored on the web server, zero interaction between the web user and the management background during browsing can be realized, the loading of the content can be realized quickly, and the editing and the browsing can be separated.
It should be noted that, although the foregoing embodiments describe each step in a specific sequence, those skilled in the art can understand that, in order to achieve the effect of the present invention, different steps do not have to be executed in such a sequence, and they may be executed simultaneously (in parallel) or in other sequences, and these changes are all within the scope of the present invention.
It will be understood by those skilled in the art that all or part of the flow of the method according to the above-described embodiment may be implemented by a computer program, which may be stored in a computer-readable storage medium and used to implement the steps of the above-described embodiments of the method when the computer program is executed by a processor. Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable storage medium may include: any entity or device capable of carrying said computer program code, medium, U.S. disk, removable hard disk, magnetic diskette, optical disk, computer memory, read-only memory, random access memory, electrical carrier signal, telecommunications signal, software distribution medium, or the like. It should be noted that the computer readable storage medium may contain content that is subject to appropriate increase or decrease as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer readable storage media that does not include electrical carrier signals and telecommunications signals in accordance with legislation and patent practice.
Furthermore, the invention also provides a control device. In one control device embodiment according to the present invention, the control device comprises a processor and a storage device, the storage device may be configured to store a program for executing the document issuing method of the above-described method embodiment, and the processor may be configured to execute the program in the storage device, the program including but not limited to the program for executing the document issuing method of the above-described method embodiment. For convenience of explanation, only the parts related to the embodiments of the present invention are shown, and details of the specific techniques are not disclosed. The control device may be a control device apparatus formed including various electronic apparatuses.
Further, the invention also provides a computer readable storage medium. In one computer-readable storage medium embodiment according to the present invention, a computer-readable storage medium may be configured to store a program that executes the document issuing method of the above-described method embodiment, and the program may be loaded and executed by a processor to implement the above-described document issuing method. For convenience of explanation, only the parts related to the embodiments of the present invention are shown, and details of the specific techniques are not disclosed. The computer-readable storage medium may be a storage device formed by including various electronic devices, and optionally, the computer-readable storage medium is a non-transitory computer-readable storage medium in an embodiment of the present invention.
Further, it should be understood that, since the modules are only configured to illustrate the functional units of the apparatus of the present invention, the corresponding physical devices of the modules may be the processor itself, or a part of software, a part of hardware, or a part of a combination of software and hardware in the processor. Thus, the number of individual blocks in the figures is merely illustrative.
Those skilled in the art will appreciate that the various modules in the apparatus may be adaptively split or combined. Such splitting or combining of specific modules does not cause the technical solutions to deviate from the principle of the present invention, and therefore, the technical solutions after splitting or combining will fall within the protection scope of the present invention.
So far, the technical solutions of the present invention have been described in connection with the preferred embodiments shown in the drawings, but it is apparent to those skilled in the art that the scope of the present invention is not limited to these specific embodiments. Equivalent changes or substitutions of related technical features can be made by those skilled in the art without departing from the principle of the invention, and the technical scheme after the changes or substitutions can fall into the protection scope of the invention.

Claims (10)

1. A method of document publication, the method comprising:
converting a source document to be processed into a file stream;
according to a preset rule, cutting the file stream to obtain a directory table of the source document to be processed, wherein the directory table comprises directory hierarchies;
according to the directory table, cutting the text paragraphs of the source document to be processed to obtain text paragraphs corresponding to each directory level;
and converting the text paragraphs of each directory level into html static files of each directory level and storing the html static files to the web server so as to realize the publishing of the source document to be processed.
2. The document distribution method according to claim 1, wherein the table of contents includes a table of contents text;
the method for cutting the file stream corresponding to the source document to be processed according to the preset rule to obtain the directory table of the source document to be processed comprises the following steps:
according to a preset rule, cutting a file stream corresponding to a source file to be processed to obtain a directory text and a directory hierarchy of the source file to be processed;
storing the directory text and directory hierarchy in a database table in the form of a relational tree.
3. The document distribution method according to claim 2, wherein the preset rule is a regular expression.
4. The document issuing method according to claim 1,
the cutting the text paragraphs of the source document to be processed according to the directory table to obtain the text paragraphs corresponding to each directory hierarchy includes:
reading the source document to be processed in the file stream mode according to the directory hierarchy, and cutting text paragraphs of the file stream of the source document to be processed according to the directory hierarchy to obtain text paragraphs corresponding to each directory hierarchy;
and storing the text paragraphs corresponding to each directory hierarchy into a database table according to the association relationship between the text paragraphs and the directory hierarchies.
5. The document publishing method of claim 4, wherein text paragraphs corresponding to different directory hierarchies contain different html tags.
6. The document issuing method according to claim 1,
the converting the text paragraphs of each directory level into html static files of each directory level and storing the html static files to the web server includes:
filling contents corresponding to the text paragraphs of each directory hierarchy into corresponding html templates through a management background in response to a document issuing instruction, and generating html pages to obtain the html static files;
and sending the html static file to a web server for storage.
7. The document distribution method according to claim 1, further comprising:
generating a unique url address for each html static file;
and storing the url address into a field corresponding to the directory table.
8. The document issuing method according to any one of claims 1 to 7, wherein the method further comprises:
editing the directory table and the text paragraphs through a management background.
9. A control apparatus comprising a processor and a storage device adapted to store a plurality of program codes, wherein said program codes are adapted to be loaded and run by said processor to perform the document issuing method of any one of claims 1 to 8.
10. A computer-readable storage medium having stored therein a plurality of program codes, characterized in that the program codes are adapted to be loaded and run by a processor to perform the document issuing method according to any one of claims 1 to 8.
CN202211079552.7A 2022-09-05 2022-09-05 Document issuing method, control device and readable storage medium Pending CN115577198A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211079552.7A CN115577198A (en) 2022-09-05 2022-09-05 Document issuing method, control device and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211079552.7A CN115577198A (en) 2022-09-05 2022-09-05 Document issuing method, control device and readable storage medium

Publications (1)

Publication Number Publication Date
CN115577198A true CN115577198A (en) 2023-01-06

Family

ID=84579461

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211079552.7A Pending CN115577198A (en) 2022-09-05 2022-09-05 Document issuing method, control device and readable storage medium

Country Status (1)

Country Link
CN (1) CN115577198A (en)

Similar Documents

Publication Publication Date Title
KR100490734B1 (en) Annotation-based automatic document generation apparatus and method
US20150199307A1 (en) Pluggable Architecture For Optimizing Versioned Rendering of Collaborative Documents
CA2802746C (en) System and methods for facilitating the synchronization of data
US6539370B1 (en) Dynamically generated HTML formatted reports
US8756489B2 (en) Method and system for dynamic assembly of form fragments
CN102521230B (en) For the result type that data with good conditionsi show
US9256583B2 (en) Conversion of a presentation to Darwin Information Typing Architecture (DITA)
US8468145B2 (en) Indexing of URLs with fragments
US8977606B2 (en) Method and apparatus for generating extended page snippet of search result
CN108710490B (en) Method and device for editing Web page
US7844897B1 (en) Blog template generation
CN108090104B (en) Method and device for acquiring webpage information
CN107491382B (en) Log output method and device
US10116726B2 (en) Methods for bundling images and devices thereof
CN112131289A (en) Data processing method and device, electronic equipment and storage medium
CN115237805A (en) Test case data preparation method and device
CN113360106B (en) Webpage printing method and device
JP2009140020A (en) Annotation program, annotation device, and annotation method
KR100762712B1 (en) Method for transforming of electronic document based on mapping rule and system thereof
CN113127776A (en) Breadcrumb path generation method and device and terminal equipment
CN115577198A (en) Document issuing method, control device and readable storage medium
US20120192046A1 (en) Generation of a source complex document to facilitate content access in complex document creation
CN115759029A (en) Document template processing method and device, electronic equipment and storage medium
CN115495421A (en) Data formatting method, device, electronic equipment and medium
CN112860978B (en) Global searching method and device

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