KR102053075B1 - Apparatus for editing electric document and operating method thereof - Google Patents
Apparatus for editing electric document and operating method thereof Download PDFInfo
- Publication number
- KR102053075B1 KR102053075B1 KR1020180056645A KR20180056645A KR102053075B1 KR 102053075 B1 KR102053075 B1 KR 102053075B1 KR 1020180056645 A KR1020180056645 A KR 1020180056645A KR 20180056645 A KR20180056645 A KR 20180056645A KR 102053075 B1 KR102053075 B1 KR 102053075B1
- Authority
- KR
- South Korea
- Prior art keywords
- electronic document
- storage server
- entities
- editing
- command
- Prior art date
Links
Images
Classifications
-
- G06F17/24—
Landscapes
- Document Processing Apparatus (AREA)
Abstract
The electronic document editing apparatus and its operation method according to the present invention according to the present invention comprises a plurality of groups each including a plurality of entities including an entity ID and an entity value, wherein the plurality of groups are a form group and a content group. When an editing command for an electronic document including an input is input, the objects are included in the content group among the plurality of groups according to the type of the editing command, and the included objects are included in the plurality of groups. By updating the electronic document, the electronic document is created in a lightweight data format having a key-value format, thereby eliminating the need for a conversion process between the document storage server and the user terminal.
Description
The present invention relates to an electronic document editing apparatus and a method of operating the same.
JavaScript Object Notation (JSON) is a lightweight data exchange format that has a key-value format that is easy for humans to read and write, and for machine analysis and generation. JSON is completely language independent, but has a text format familiar to programmers of C-like languages such as C, C ++, C #, Java, JavaScript, Perl, and Python.
A markup language is a language for displaying additional information on a format, a structure, and the like of content included in a document, such as XML (eXtensible Markup Language) and HTML (HyperText Markup Language).
In general, when a user views an electronic document written and stored in a markup language in an electronic document storage server in a web browser through a user terminal, the electronic document storage server displays an electronic document written and stored in a markup language. After parsing and converting the data in JSON format to the user terminal, the user terminal converts the received JSON data into a markup language and then parses and displays the electronic document converted into the markup language on the display. In the web browser, the electronic document written and stored in the markup language in the electronic document storage server can be viewed.
However, the process of converting an electronic document written in a markup language into a large number of JSON-type data in a document storage server and converting a large number of JSON-type data into an electronic document of a markup language in a user terminal is a document storage server. And burden on both user terminals. Therefore, there is a need for a study of a new structure of electronic documents that does not require excessive conversion process.
The electronic document editing apparatus and its operation method according to the present invention comprises a plurality of groups each including a plurality of entities including an entity ID and an entity value, the plurality of groups comprising a form group and a content group. When an editing command for a document is input, the electronic document is updated by generating objects included in a content group among the plurality of groups according to the type of the editing command, and then including the created objects in the plurality of groups. By doing so, the electronic document is created in a lightweight data format having a key-value format, so that the conversion process between the document storage server and the user terminal is not required.
An electronic document editing apparatus according to an embodiment of the present invention is an electronic document selected by a user in a web browser through an input device, wherein the electronic document is divided into a plurality of groups each including a plurality of objects including an object ID and an object value. And the plurality of groups include a form group and a content group. The electronic document request unit requests the electronic document storage server to request the electronic document selected by the user stored in the electronic document storage server. An electronic document receiving unit for receiving the electronic document from the electronic document storage server, an editing command receiving unit for receiving an editing command for the received electronic document from the input device of the user, and the editing command to the electronic document storage server. And an editing command sending unit for transmitting, wherein the electronic document storage server If the type of the editing command sent by the previous editing command transmitter is a new content input command, the entities included in the content group among the plurality of groups are generated, and the generated objects are included in the content group among the plurality of groups. The electronic document is updated by doing so.
In addition, the operating method of the electronic document editing apparatus according to an embodiment of the present invention is an electronic document selected by a user through a web browser through an input device, the electronic document including a plurality of objects each including an object ID and an object value. A plurality of groups, wherein the plurality of groups include a form group and a content group, requesting the electronic document storage server for the user-selected electronic document stored in the electronic document storage server. Receiving the electronic document from the electronic document storage server, receiving an editing command for the received electronic document from the input device of the user, and transmitting the editing command to the electronic document storage server. And storing the electronic document through sending the edit command. If the type of the editing command sent by the server is a new content input command, the electronic document storage server generates the objects included in the content group among the plurality of groups, and then generates the generated objects in the content among the plurality of groups. Updating the electronic document by including it in a group.
The electronic document editing apparatus and its operation method according to the present invention comprises a plurality of groups each including a plurality of entities including an entity ID and an entity value, the plurality of groups comprising a form group and a content group. When an editing command for a document is input, the electronic document is updated by generating objects included in a content group among the plurality of groups according to the type of the editing command, and then including the created objects in the plurality of groups. By doing so, the electronic document is created in a lightweight data format having a key-value format, thereby eliminating the need for a conversion process between the document storage server and the user terminal.
1 is a diagram illustrating a configuration of an electronic document editing apparatus according to an embodiment of the present invention.
2 is a flowchart illustrating a method of operating an electronic document editing apparatus according to an embodiment of the present invention.
Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings. This description is not intended to limit the invention to the specific embodiments, it should be understood to include all changes, equivalents, and substitutes included in the spirit and scope of the invention. In describing the drawings, similar reference numerals are used for similar components, and unless otherwise defined, all terms used in the present specification, including technical or scientific terms, may be used in the art to which the present invention pertains. It has the same meaning as is commonly understood by someone who has it.
1 is a diagram illustrating a configuration of an electronic
Referring to FIG. 1, an electronic
First, when the
Here, the electronic document is composed of a plurality of groups each comprising a plurality of entities, the plurality of groups comprising a form group and a content group, each of the plurality of entities including an entity ID and an entity value. can do. Herein, the format group may include various sub-groups such as a format group representing letter shape information and a format group representing tab shape information. Meanwhile, each of the entities may be data in a key-value format in which an entity ID is a key and an entity value is a value.
Form groups contain objects that represent information about document formatting, such as glyph information, tab shape information, paragraph number shape information, bullet shape information, paragraph shape information, style information, and so on. It can mean shapes, images, tables, texts, etc. In addition, the format is to indicate the color, shape, etc. of the content. If the content is text, the font, color, size, etc. of the text may be referred to as the format for the text content. If the content is a table, the format is included in the table. The color of the cells, etc., can be said to be the format for the table contents. Meanwhile, in the case of a figure, one content is provided for each figure, and in the case of a table, the content is one content, and a figure, an image, a table, text, etc., inserted in the table is one content each, and in the case of text, a word having the same format, A string of a predetermined length may be one piece of content.
In addition, the entity ID of the form group and / or content group may include time information (eg, time information according to a server time of the electronic
Here, duplicate entity avoidance numbers may be differently assigned to distinguish between entities having the same time information and the user identification number, such as entity IDs 1 and 2. In this case, an initial duplicate avoidance number (eg, 00) is assigned to the first entity ID, and a duplicate avoidance number increased by 1 from the duplicate avoidance number assigned to the previous entity ID is assigned to the next entity ID. And duplicate avoidance numbers for differentiation between entities having the same user identification number. However, if the time information is different even when the user ID is the same (Object IDs 2 and 3) and when the user ID is different even when the time information is the same (Object IDs 3 and 4), the initial duplicate avoidance number (that is, 00) Can be assigned. Here, the duplicate avoidance number is illustrated as being two digits, but this is only an example and may have a preset length of one digit or two or more. Next, as shown in Table 1, the entity value may have a value of a key-value format. For example, an object value of an object included in a format group representing letter shape information in the format group may be “height”: 1000, “textColor”: “# 000000”, where “height” and “textColor” May be a key, and 1000, “# 000000” may be a value. In addition, the object value of the object included in the format group indicating the glyph information of the format group is “nextPara”: "Object ID 4", "Flag": 0, "charShape": Object ID 1, "styles": Object ID 2, "contents": Hangul, where "nextPara", "Flag", charShape "," styles "and" contents "can be keys," Object ID 4 ", 0," Object ID 1 " , “Object ID 2” and Hangul may be a value.
The electronic
Next, the electronic
The editing
The editing
Next, the
In this case, the electronic
In detail, when the type of the editing command sent by the
For example, if the electronic
Here, referring to Table 3, the electronic
Meanwhile, when the edit command sent by the
Herein, the content-related information in the new content input command includes content content (eg, text that is a computer entered by the
Next, the electronic
In addition, when the type of the edit command sent by the
For example, the electronic
Here, as shown in Table 4, the electronic
On the other hand, the electronic
On the other hand, when the electronic
Since the value of the "nextPara" key among the object values refers to the object ID 4 whose flag value is changed to on, the object ID 5 referred to by the value of the "nextPara" key among the object values of the object whose flag value is changed to on. The electronic document may be updated to refer to the value of the “nextPara” key among the entity values referring to ID 4. Accordingly, the value of the “nextPara” key among the entity values of the entity having entity ID 3 may refer to the entity ID 5. Reference may be made.
Next, referring to FIG. 1, the electronic
The electronic
The
The electronic
2 is a flowchart illustrating a method of operating the electronic
Referring to FIG. 2, in step S310, when a user requests reading of an electronic document selected by a web browser through an input device, the electronic document stored in the electronic document storage server is stored in the electronic document storage server. You can request Herein, the electronic document may be composed of a plurality of groups each including a plurality of entities including an entity ID and an entity value, and the plurality of groups may include a format group and a content group.
In operation S320, the electronic document may be received from the electronic document storage server.
In operation S330, an editing command for the received electronic document may be received from the input device of the user.
In operation S340, the editing command may be transmitted to the electronic document storage server.
In operation S350, when the type of the editing command sent by the electronic document storage server through the operation S340 is a new content input command, the electronic document storage server is included in the content group among the plurality of groups. The electronic document may be updated by generating the generated objects and then including the created entities in a content group of the plurality of groups.
In step S350, when the edit command sent by the editing command transmitter is a new content input command, the electronic document storage server extracts content related information from the new content input command and includes entities of first entities to be included in a content group. Generating the first entities by generating a value, concatenating time information and the user identification number of the user, and generating the entity IDs of the first entities, and then including the generated first entities in a content group. Can be updated.
In step S350, when the electronic document storage server generates the entity IDs of the first entities, the entity IDs of the first entities are generated by further concatenating a duplicate avoidance number to the time information and the user identification number. The entity IDs of the first entities may be generated to have duplicate avoidance numbers of the first entities.
On the other hand, in the method of operating the electronic
The operation method of the electronic
An operating method of an electronic document editing apparatus according to an embodiment of the present invention may be implemented as a computer program stored in a storage medium for execution by combining with a computer.
In addition, the operating method of the electronic document editing apparatus according to an embodiment of the present invention may be implemented in the form of program instructions that may be executed by various computer means and may be recorded in a computer readable medium. The computer readable medium may include program instructions, data files, data structures, and the like, alone or in combination. Program instructions recorded on the media may be those specially designed and constructed for the purposes of the present invention, or they may be of the kind well-known and available to those having skill in the computer software arts. Examples of computer readable recording media include magnetic media such as hard disks, floppy disks and magnetic tape, optical media such as CD-ROMs, DVDs, and magnetic disks such as floppy disks. Magneto-optical media, and hardware devices specifically configured to store and execute program instructions, such as ROM, RAM, flash memory, and the like. Examples of program instructions include machine code, such as produced by a compiler, as well as high-level language code that can be executed by a computer using an interpreter or the like.
In the present invention as described above has been described by the specific embodiments, such as specific components and limited embodiments and drawings, but this is provided to help a more general understanding of the present invention, the present invention is not limited to the above embodiments. For those skilled in the art, various modifications and variations are possible from these descriptions.
Therefore, the spirit of the present invention should not be limited to the described embodiments, and all the things that are equivalent to or equivalent to the claims as well as the following claims will belong to the scope of the present invention. .
Claims (12)
An electronic document receiving unit which receives the electronic document from the electronic document storage server;
An editing command receiving unit which receives an editing command for the received electronic document from the input device of the user; And
An editing command transmitter for transmitting the editing command to the electronic document storage server
Including,
When the type of the edit command sent by the edit command transmitter is a new content input command, the electronic document storage server generates the objects included in the content group among the plurality of groups, and then generates the generated objects. Update the electronic document by including it in a content group,
When the type of the edit command sent by the edit command transmitter is a content delete command, the electronic document storage server checks the entities having the same entity ID as the entity IDs of the target entities of the edit command, and then identifies the entity values of the identified entities. The flag value to the on value
Electronic document editing device.
The electronic document storage server extracts content related information from the new content input command and generates object values of first entities to be included in a content group when the edit command sent by the editing command transmitter is a new content input command. Generating the object IDs of the first entities by concatenating the information and the user identification number of the user, generating the first entities, and then updating the electronic document by including the generated first entities in a content group.
Electronic document editing device.
When generating the entity IDs of the first entities, the electronic document storage server generates the entity IDs of the first entities by further concatenating a duplicate avoidance number to the time information and the user identification number, and generates the entity IDs of the first entities. The duplicate avoidance number may be used to generate entity IDs of the first entities to have different values.
Electronic document editing device.
The electronic document storage server deletes objects whose flag value is changed to an on value at a preset time interval or when the user's editing of the electronic document is completed.
Electronic document editing device.
Receiving the electronic document from the electronic document storage server;
Receiving an editing command for the received electronic document from the input device of the user; And
Sending the editing command to the electronic document storage server
Including,
If the type of the editing command sent to the electronic document storage server through the step of sending the editing command to the electronic document storage server is a new content input command, the electronic document storage server is assigned to a content group of the plurality of groups. Updating the electronic document by creating the included entities and then including the created entities in a content group of the plurality of groups; And
If the type of the editing command sent to the electronic document storage server through the step of sending the editing command to the electronic document storage server is a content deletion command, the electronic document storage server may identify the entity IDs of the target entities of the editing command. Identifying objects having the same entity ID and changing a flag value among the entity values of the identified entities to an on value;
Method of operation of the electronic document editing device comprising a.
The updating of the electronic document may include: when the type of the editing command sent to the electronic document storage server is a new content input command by transmitting the editing command to the electronic document storage server, Extracts content-related information from a new content input command to generate entity values of first entities to be included in a content group, and generates entity IDs of the first entities by concatenating time information and a user identification number of the user. Creating the objects and then updating the electronic document by including the created first objects in a content group.
Operation method of the electronic document editing device.
In the updating of the electronic document, when the electronic document storage server generates the entity IDs of the first entities, a duplicate avoidance number is further concatenated with the time information and the user identification number to update the entity IDs of the first entities. Generating an ID of the first entities such that duplicate avoidance numbers of the first entities have different values.
Operation method of the electronic document editing device.
Deleting, by the electronic document storage server at predetermined time intervals or when the user's editing of the electronic document is completed, the objects whose flag value is changed to an on value
Operation method of the electronic document editing device further comprising.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020180056645A KR102053075B1 (en) | 2018-05-17 | 2018-05-17 | Apparatus for editing electric document and operating method thereof |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020180056645A KR102053075B1 (en) | 2018-05-17 | 2018-05-17 | Apparatus for editing electric document and operating method thereof |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20190131798A KR20190131798A (en) | 2019-11-27 |
KR102053075B1 true KR102053075B1 (en) | 2019-12-06 |
Family
ID=68729955
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020180056645A KR102053075B1 (en) | 2018-05-17 | 2018-05-17 | Apparatus for editing electric document and operating method thereof |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR102053075B1 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR102385792B1 (en) * | 2021-10-09 | 2022-04-14 | (주) 바우디움 | Method for managing guide documents, action documents and suggestion documents, and apparatus using the same |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2005537540A (en) | 2002-08-29 | 2005-12-08 | ビスタプリント テクノロジーズ リミテッド | System and method for browser document editing |
KR101746477B1 (en) | 2016-06-28 | 2017-06-14 | 주식회사 한글과컴퓨터 | Document collaboration apparatus for supporting simultaneous style editing of objects and operating method thereof |
KR101774257B1 (en) * | 2017-05-15 | 2017-09-04 | 주식회사 한글과컴퓨터 | Document editing apparatus for maintaining style of object and operating method thereof |
KR101809457B1 (en) | 2017-04-21 | 2017-12-15 | 주식회사 한글과컴퓨터 | Client terminal device supporting editing of a web document and operating method thereof |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101768897B1 (en) * | 2015-09-17 | 2017-08-17 | 주식회사 한컴플렉슬 | Touch screen device for moving or copying of an object based on the touch input and operating method thereof |
-
2018
- 2018-05-17 KR KR1020180056645A patent/KR102053075B1/en active IP Right Grant
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2005537540A (en) | 2002-08-29 | 2005-12-08 | ビスタプリント テクノロジーズ リミテッド | System and method for browser document editing |
KR101746477B1 (en) | 2016-06-28 | 2017-06-14 | 주식회사 한글과컴퓨터 | Document collaboration apparatus for supporting simultaneous style editing of objects and operating method thereof |
KR101809457B1 (en) | 2017-04-21 | 2017-12-15 | 주식회사 한글과컴퓨터 | Client terminal device supporting editing of a web document and operating method thereof |
KR101774257B1 (en) * | 2017-05-15 | 2017-09-04 | 주식회사 한글과컴퓨터 | Document editing apparatus for maintaining style of object and operating method thereof |
Non-Patent Citations (1)
Title |
---|
PowerPoint 2007, Peter Weverka, Wiley Publishing, Inc. (2007.) 1부.* |
Also Published As
Publication number | Publication date |
---|---|
KR20190131798A (en) | 2019-11-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN111753500B (en) | Method for merging and displaying formatted electronic form and OFD (office file format) and generating catalog | |
US10303691B2 (en) | Column-oriented database processing method and processing device | |
JP6040293B2 (en) | Web page content annotation | |
US7996759B2 (en) | Data insertion from a database into a fixed electronic template form that supports overflow data | |
US8074167B2 (en) | Cross domain presence of web user interface and logic | |
US7747938B2 (en) | Data insertion from a database into a fixed electronic template form | |
EP2681671A1 (en) | System and methods for facilitating the synchronization of data | |
CN109145242B (en) | Office document online sharing method, system and computer readable storage medium | |
KR102087280B1 (en) | Server for editing electronic document based on message including edit command and operating method thereof | |
CN107092587A (en) | A kind of business voucher generation method and device | |
KR102087274B1 (en) | Web electric document editing apparatus for rendering object and operating method thereof | |
KR102053075B1 (en) | Apparatus for editing electric document and operating method thereof | |
KR102013620B1 (en) | Web based document editing server for changing template of web based document and operating method thereof | |
CN116451683B (en) | Document merging method, terminal and computer readable storage medium | |
US9792263B2 (en) | Human input to relate separate scanned objects | |
US20230334309A1 (en) | Augmenting electronic documents to generate synthetic training data sets | |
US9946698B2 (en) | Inserting text and graphics using hand markup | |
KR20190138187A (en) | Apparatus for maintaining layout of electric document on web electric document editor and operating method thereof | |
KR102087247B1 (en) | Web electric document editing apparatus for rendering drawing object and operating method thereof | |
US20110320927A1 (en) | Methods and Apparatus Utilizing XooML: Cross (X) Tool Markup Language | |
KR102300444B1 (en) | Document editing device to check whether the font applied to the document is a supported font and operating method thereof | |
KR102067495B1 (en) | System for editing electronic document and operating method thereof | |
US20130031460A1 (en) | Using a common input/output format to generate a page of an electronic document | |
JP5612552B2 (en) | Method, computer readable medium and system for resolving page references in layout dependent documents | |
KR102010556B1 (en) | Apparatus for editing web electric document using asynchronous action and operating method thereof |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
E902 | Notification of reason for refusal | ||
E701 | Decision to grant or registration of patent right | ||
GRNT | Written decision to grant |