KR20190131798A - Apparatus for editing electric document and operating method thereof - Google Patents

Apparatus for editing electric document and operating method thereof Download PDF

Info

Publication number
KR20190131798A
KR20190131798A KR1020180056645A KR20180056645A KR20190131798A KR 20190131798 A KR20190131798 A KR 20190131798A KR 1020180056645 A KR1020180056645 A KR 1020180056645A KR 20180056645 A KR20180056645 A KR 20180056645A KR 20190131798 A KR20190131798 A KR 20190131798A
Authority
KR
South Korea
Prior art keywords
electronic document
entities
storage server
command
editing
Prior art date
Application number
KR1020180056645A
Other languages
Korean (ko)
Other versions
KR102053075B1 (en
Inventor
허현
Original Assignee
주식회사 한글과컴퓨터
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 주식회사 한글과컴퓨터 filed Critical 주식회사 한글과컴퓨터
Priority to KR1020180056645A priority Critical patent/KR102053075B1/en
Publication of KR20190131798A publication Critical patent/KR20190131798A/en
Application granted granted Critical
Publication of KR102053075B1 publication Critical patent/KR102053075B1/en

Links

Images

Classifications

    • G06F17/24

Landscapes

  • Document Processing Apparatus (AREA)

Abstract

The present invention relates to an apparatus for editing an electronic document and an operation method thereof. An electronic document consists of a plurality of groups respectively including a plurality of entities including an entity ID and an entity value. The groups include a format group and a content group. When an edition command for electronic document is inputted, the electronic document is written in a lightweight data format having a key-value format by generating entities included in the content group among the groups and then including the generated entities in the groups to update the electronic document according to type of the edition command. Accordingly, a conversion process between a document storage server and a user terminal is not necessary.

Description

전자 문서 편집 장치 및 이의 동작 방법{APPARATUS FOR EDITING ELECTRIC DOCUMENT AND OPERATING METHOD THEREOF}Electronic document editing device and its operation method {APPARATUS FOR EDITING ELECTRIC DOCUMENT AND OPERATING METHOD THEREOF}

본 발명은 전자 문서 편집 장치 및 이의 동작 방법에 대한 것이다.The present invention relates to an electronic document editing apparatus and a method of operating the same.

JSON(JavaScript Object Notation)은 사람이 읽고 쓰기에 용이하며, 기계가 분석하고 생성하기에도 용이한 키-밸류 포맷(Key-Value Format)을 가지는 경량의 데이터 교환 형식이다. JSON은 완벽하게 언어로부터 독립적이지만 C, C++, C#, Java, JavaScript, Perl, Python 등의 C 계열 언어의 프로그래머들에게 친숙한 텍스트 형식을 가진다.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.

마크업 언어(Markup Language)는 XML(eXtensible Markup Language), HTML(HyperText Markup Language) 등과 같이 문서에 포함되어 있는 콘텐츠의 서식, 구조 등에 대한 부가 정보를 태그를 통해 나타내는 언어이다.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).

일반적으로, 사용자가 사용자 단말을 통해 웹 브라우저에서 전자 문서 저장 서버에 마크업 언어로 작성되어 저장되어 있는 전자 문서를 열람하는 경우, 전자 문서 저장 서버는 마크업 언어로 작성되어 저장되어 있는 전자 문서를 파싱하여 JSON 형태의 데이터로 변환한 후 사용자 단말에 전송하고, 사용자 단말은 수신된 JSON 형태의 데이터를 마크업 언어로 변환한 후 마크업 언어로 변환된 전자 문서를 파싱하여 디스플레이에 디스플레이함으로써, 사용자가 웹 브라우저에서 전자 문서 저장 서버에 마크업 언어로 작성되어 저장되어 있는 전자 문서를 열람할 수 있다.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.

그러나, 문서 저장 서버에서 마크업 언어로 작성된 전자 문서를 많은 수의 JSON 형태의 데이터로 변환하고, 사용자 단말에서 많은 수의 JSON 형태의 데이터를 마크업 언어의 전자 문서로 변환하는 과정은 문서 저장 서버 및 사용자 단말 모두에 부담으로 작용할 수 있다. 따라서, 과도한 변환 과정이 필요하지 않은 새로운 구조의 전자 문서에 대한 연구가 필요하다.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은 본 발명의 일실시예에 따른 전자 문서 편집 장치의 구성을 도시한 도면이다.
도 2는 본 발명의 일실시예에 따른 전자 문서 편집 장치의 동작 방법을 도시한 흐름도이다.
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은 본 발명의 일실시예에 따른 전자 문서 편집 장치(100)의 구성을 도시한 도면이다.1 is a diagram illustrating a configuration of an electronic document editing apparatus 100 according to an embodiment of the present invention.

도 1을 참조하면, 본 발명의 일실시예에 따른 전자 문서 편집 장치(100)는 전자 문서 요청부(110), 전자 문서 수신부(120), 전자 문서 저장부(130), 편집 명령 수신부(140) 및 편집 명령 송신부(150)를 포함할 수 있다.Referring to FIG. 1, an electronic document editing apparatus 100 according to an embodiment of the present invention may include an electronic document requesting unit 110, an electronic document receiving unit 120, an electronic document storage unit 130, and an editing command receiving unit 140. ) And an editing command transmitter 150.

먼저, 전자 문서 요청부(110)는 사용자(210)가 입력 장치를 통해 웹 브라우저에서 선택한 전자 문서의 열람을 요청하면, 전자 문서 저장 서버(230)에 저장되어 있는 상기 사용자(210)가 선택한 전자 문서를 상기 전자 문서 저장 서버(230)에 요청할 수 있다. 여기에서, 상기 전자 문서 저장 서버(230)에 저장되어 있는 전자 문서는 하기 표 1과 같이 구성될 수 있다.First, when the user 210 requests reading of the electronic document selected by the web browser through the input device, the electronic document requesting unit 110 selects the electronic document selected by the user 210 stored in the electronic document storage server 230. The document may be requested to the electronic document storage server 230. Here, the electronic document stored in the electronic document storage server 230 may be configured as shown in Table 1 below.

상위 그룹Parent group 하위 그룹Subgroup 개체individual 개체 아이디Object id 개체 값Object value key 밸류value 서식 그룹Format group 글자 모양 그룹Font group 개체 아이디 1Object ID 1 "height""height" 10001000 "textColor""textColor" "#000000""# 000000" ...... ...... ...... ...... ...... 스타일 그룹Style group 개체 아이디 2Object ID 2 “type"“Type” "PARA""PARA" "name""name" "바탕글“"Desktop" ...... ...... ...... ...... ...... ...... ...... ...... ...... 콘텐츠 그룹Content group 문단 그룹Paragraph group 개체 아이디 3Object ID 3 "nextPara""nextPara" 개체 아이디 4Object ID 4 "Flag""Flag" 00 "charShape""charShape" 개체 아이디 1Object ID 1 "styles""styles" 개체 아이디 2Object ID 2 "contents""contents" 한글Hangul ...... ...... 개체 아이디 4Object ID 4 "nextPara""nextPara" -- "Flag""Flag" 00 "charShape""charShape" 개체 아이디 1Object ID 1 "styles""styles" 개체 아이디 2Object ID 2 "contents""contents" and ...... ...... ...... ...... ...... ......

여기에서, 상기 전자 문서는 다수의 개체들을 각각 포함하는 다수의 그룹들로 구성되며, 상기 다수의 그룹들은 서식 그룹 및 콘텐츠 그룹을 포함하고, 상기 다수의 개체들 각각은 개체 아이디 및 개체 값을 포함할 수 있다. 여기에서, 서식 그룹은 글자 모양 정보를 나타내는 서식 그룹, 탭 모양 정보를 나타내는 서식 그룹 등 다양한 하위 서브 그룹으로 구성될 수 있다. 한편, 개체들 각각은 개체 아이디가 키이고, 개체 값이 밸류인 키-밸류 포맷(Key-Value Format)의 데이터일 수 있다.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.

아울러, 서식 그룹 및/또는 콘텐츠 그룹의 개체 아이디는 시간 정보(예컨대, 전자 문서 저장 서버(230)의 서버 시간 및/또는 전자 문서 편집 장치(100)의 로컬 시간에 따른 시간 정보) 및 상기 사용자(210)의 사용자 식별 번호를 연접하여 생성되며, 상기 시간 정보 및 상기 사용자 식별 번호가 동일한 개체들 간의 구별, 즉, 중복 회피를 위해, 중복 회피 번호가 더 연접되어 생성될 수 있다. 예를 들어, 서식 그룹 및/또는 콘텐츠 그룹의 개체 아이디는 하기 표 2와 같이 생성될 수 있다.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 document storage server 230 and / or local time of the electronic document editing apparatus 100) and the user ( It is generated by concatenating the user identification number of 210, and the duplicate avoidance number may be further concatenated in order to distinguish between entities having the same time information and the user identification number, that is, avoid the overlap. For example, the entity ID of the form group and / or content group may be generated as shown in Table 2 below.

개체 아이디Object id 시간 정보Time information 사용자 아이디User id 중복 회피 번호Duplicate avoidance number 개체 아이디 1Object ID 1 시간 정보 1Time information 1 사용자 아이디 1User ID 1 0000 개체 아이디 2Object ID 2 시간 정보 1Time information 1 사용자 아이디 1User ID 1 0101 개체 아이디 3Object ID 3 시간 정보 2Time information 2 사용자 아이디 1User ID 1 0000 개체 아이디 4Object ID 4 시간 정보 2Time information 2 사용자 아이디 2User ID 2 0000 ...... ...... ...... ......

여기에서, 개체 아이디 1 및 2와 같이, 상기 시간 정보 및 상기 사용자 식별 번호가 동일한 개체들 간의 구별을 위해, 중복 회피 번호가 서로 다르게 할당될 수 있다. 이때, 첫 번째 개체 아이디에는 초기 중복 회피 번호(예컨대, 00)가 할당되고, 다음 번째 개체 아이디에는 이전 번째 개체 아이디에 할당된 중복 회피 번호에서 1만큼 증가된 중복 회피 번호가 할당되어, 상기 시간 정보 및 상기 사용자 식별 번호가 동일한 개체들 간의 구별을 위한 중복 회피 번호가 서로 다르게 할당될 수 있다. 그러나, 사용자 아이디가 동일하더라도 시간 정보가 다른 경우(개체 아이디 2 및 3)와 시간 정보가 동일하더라도 사용자 아이디가 다른 경우(개체 아이디 3 및 4)의 경우, 초기 중복 회피 번호(즉, 00)가 할당될 수 있다. 여기에서, 중복 회피 번호는 2자리인 것으로 예시하였으나, 이는 예시일 뿐이며, 1자리 또는 2 이상의 사전 설정된 길이를 가질 수 있다. 다음으로, 표 1에 나타난 바와 같이, 개체 값은 키-밸류 포맷의 값을 가질 수 있다. 예를 들어, 서식 그룹 중 글자 모양 정보를 나타내는 서식 그룹에 포함되는 개체의 개체 값은 “height" : 1000, “textColor" : "#000000”일 수 있다. 여기에서, “height" 및 “textColor"는 키일 수 있으며, 1000, "#000000”은 밸류일 수 있다. 또한, 서식 그룹 중 글자 모양 정보를 나타내는 서식 그룹에 포함되는 개체의 개체 값은 “nextPara" : "개체 아이디 4", "Flag" : 0, "charShape" : 개체 아이디 1, "styles" : 개체 아이디 2, "contents" : 한글일 수 있다. 여기에서, “nextPara", "Flag", charShape", "styles" 및 "contents"는 키일 수 있으며, “개체 아이디 4”, 0, “개체 아이디 1”, “개체 아이디 2” 및 한글은 밸류일 수 있다.Here, the duplicate 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 overlap 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.

전자 문서 수신부(120)는 상기 전자 문서 저장 서버(230)가 상기 사용자(210)가 선택한 전자 문서에 대한 열람 요청에 응답하여 송신한 상기 전자 문서를 수신할 수 있다.The electronic document receiving unit 120 may receive the electronic document transmitted by the electronic document storage server 230 in response to a request for viewing the electronic document selected by the user 210.

다음으로, 전자 문서 저장부(130)는 상기 전자 문서 수신부(120)가 수신한 상기 전자 문서를 임시 저장할 수 있다. 여기에서, 전자 문서 저장부(130)는 상기 전자 문서를 임시 저장할 수 있는 DRAM(Dynamic Random Access Memory), SRAM(Static RAM) 등과 같은 메모리 장치로 구현될 수 있다.Next, the electronic document storage unit 130 may temporarily store the electronic document received by the electronic document receiving unit 120. Here, the electronic document storage unit 130 may be implemented as a memory device such as a dynamic random access memory (DRAM), a static RAM (SRAM), etc. which may temporarily store the electronic document.

편집 명령 수신부(140)는 상기 전자 문서 저장부(130)에 임시 저장되어 있는 상기 전자 문서를 표현 중인 상기 웹 브라우저가 활성화된 상태에서 상기 사용자(210)가 상기 입력 장치를 통해 입력한 입력 신호에 대응하는 편집 명령을 수신할 수 있다. 여기서, 입력 장치는 사용자(210)가 입력한 입력 신호에 기초하여 편집 명령을 생성할 수 있다. 예를 들어, 사용자(210)가 입력 장치(예: 키보드)를 이용하여 “한”을 입력한 경우, 입력 장치는 상기 전자 문서에 “한”을 입력하라는 편집 명령을 생성하고 편집 명령 수신부(140)는 입력 장치로부터 편집 명령을 수신할 수 있다. 또한, 사용자(210)가 입력 장치(예: 키보드)를 이용하여 “글”을 입력한 경우, 입력 장치는 상기 전자 문서에 “글”을 입력하라는 편집 명령을 생성하고 편집 명령 수신부(140)는 입력 장치로부터 편집 명령을 수신할 수 있다.The editing command receiving unit 140 may be configured to respond to an input signal input by the user 210 through the input device while the web browser displaying the electronic document temporarily stored in the electronic document storage unit 130 is activated. A corresponding edit command can be received. Here, the input device may generate an editing command based on the input signal input by the user 210. For example, when the user 210 inputs “one” by using an input device (eg, a keyboard), the input device generates an editing command for inputting “one” into the electronic document, and the editing command receiving unit 140 ) May receive an editing command from an input device. In addition, when the user 210 inputs a “writing” using an input device (eg, a keyboard), the input device generates an editing command for inputting the “writing” in the electronic document, and the editing command receiving unit 140 An editing command can be received from the input device.

편집 명령 수신부(140)는 수신된 편집 명령에 기초하여 상기 전자 문서 저장부(130)에 저장되어 있는 전자 문서를 편집할 수 있다.The editing command receiving unit 140 may edit the electronic document stored in the electronic document storage unit 130 based on the received editing command.

다음으로, 편집 명령 송신부(150)는 편집 명령 수신부(140)가 수신한 편집 명령을 상기 전자 문서 저장 서버(230)에 송신할 수 있다.Next, the edit command transmitter 150 may transmit the edit command received by the edit command receiver 140 to the electronic document storage server 230.

이때, 상기 전자 문서 저장 서버(230)는 상기 편집 명령 송신부(150)가 송신한 편집 명령의 종류에 따라 상기 전자 문서를 갱신할 수 있다.In this case, the electronic document storage server 230 may update the electronic document according to the type of the editing command transmitted by the editing command transmitter 150.

구체적으로, 상기 전자 문서 저장 서버(230)는 상기 편집 명령 송신부(150)가 송신한 편집 명령의 종류가 신규 콘텐츠 입력 명령인 경우, 상기 다수의 그룹들 중 콘텐츠 그룹에 포함되는 개체들을 생성한 후 상기 생성된 개체들을 상기 다수의 그룹들 중 콘텐츠 그룹에 포함시킴으로써 상기 전자 문서를 갱신할 수 있다. 또한, 상기 전자 문서 저장 서버(230)는 새롭게 생성된 개체들을 상기 전자 문서에 포함시키는 경우, 기존 개체들의 개체 값 중 일부 개체 값의 밸류(예컨대, 특정 개체의 개체 아이디를 참조하기 위한 키의 밸류)가 새롭게 생성된 개체들의 개체 아이디를 나타내도록 갱신할 수 있다.In detail, when the type of the editing command sent by the editing command transmitter 150 is a new content input command, the electronic document storage server 230 generates objects included in the content group among the plurality of groups. The electronic document may be updated by including the created entities in a content group of the plurality of groups. In addition, when the electronic document storage server 230 includes newly created objects in the electronic document, the value of some object values among the object values of the existing objects (eg, a value of a key for referring to an object ID of a specific object) ) Can be updated to indicate the entity IDs of newly created entities.

예를 들어, 상기 전자 문서 저장 서버(230)는 개체 아이디 4를 가지는 개체가 나타내는 문단의 다음번 문단에 컴퓨터라는 텍스트 콘텐츠를 입력하라는 신규 콘텐츠 입력 명령이 수신되면, 상기 표 1과 같은 상기 전자 문서를 하기 표 3과 같이 갱신할 수 있다.For example, if the electronic document storage server 230 receives a new content input command for inputting the text content of the computer into the next paragraph of the paragraph indicated by the entity having the entity ID 4, the electronic document storage server 230 receives the electronic document as shown in Table 1 above. It can be updated as shown in Table 3.

상위 그룹Parent group 하위 그룹Subgroup 개체individual 개체 아이디Object id 개체 값Object value key 밸류value 서식 그룹Format group 글자 모양 그룹Font group 개체 아이디 1Object ID 1 "height""height" 10001000 "textColor""textColor" "#000000""# 000000" ...... ...... ...... ...... ...... 스타일 그룹Style group 개체 아이디 2Object ID 2 “type"“Type” "PARA""PARA" "name""name" "바탕글“"Desktop" ...... ...... ...... ...... ...... ...... ...... ...... ...... 콘텐츠 그룹Content group 문단 그룹Paragraph group 개체 아이디 3Object ID 3 "nextPara""nextPara" 개체 아이디 4Object ID 4 "Flag""Flag" 00 "charShape""charShape" 개체 아이디 1Object ID 1 "styles""styles" 개체 아이디 2Object ID 2 "contents""contents" 한글Hangul ...... ...... 개체 아이디 4Object ID 4 "nextPara""nextPara" 개체 아이디 5Object ID 5 "Flag""Flag" 00 "charShape""charShape" 개체 아이디 1Object ID 1 "styles""styles" 개체 아이디 2Object ID 2 "contents""contents" and ...... ...... 개체 아이디 5Object ID 5 "nextPara""nextPara" -- "Flag""Flag" 00 "charShape""charShape" 개체 아이디 1Object ID 1 "styles""styles" 개체 아이디 2Object ID 2 "contents""contents" 컴퓨터computer ...... ...... ...... ...... ...... ......

여기에서, 표 3을 참조하면, 상기 전자 문서 저장 서버(230)는 개체 아이디 5를 가지는 개체의 갱신에 대응하여 개체 아이디 4를 가지는 개체의 개체 값 중 "nextPara" 키의 밸류를 -(해당 전자 문서의 마지막 번째 문단을 나타냄)에서 개체 아이디 5로 갱신할 수 있다. 여기에서, "nextPara" 키는 해당 개체가 나타내는 문단의 다음번 문단에 대한 개체의 개체 아이디를 나타내기 위한 키일 수 있다. Here, referring to Table 3, the electronic document storage server 230 sets the value of the "nextPara" key among the entity values of the entity having the entity ID 4 in response to the update of the entity having the entity ID 5-(the former In the last paragraph of the document). Here, the "nextPara" key may be a key for indicating the entity ID of the entity for the next paragraph of the paragraph represented by the entity.

한편, 상기 전자 문서 저장 서버(230)는 상기 편집 명령 송신부(150)가 송신한 편집 명령이 신규 콘텐츠 입력 명령인 경우, 상기 신규 콘텐츠 입력 명령에서 콘텐츠 관련 정보를 추출하여 콘텐츠 그룹에 포함될 개체들의 개체 값을 생성하며, 상기 시간 정보(한편, 전자 문서 저장 서버(230)에서 개체 아이디를 생성하는 경우, 상기 시간 정보는 전자 문서 저장 서버(230)의 서버 시간가 이용될 수 있음) 및 상기 사용자의 사용자 식별 번호를 연접하여 상기 콘텐츠 그룹에 포함될 개체들의 개체 아이디를 생성함으로써 상기 콘텐츠 그룹에 포함될 개체들을 생성한 후 상기 생성된 개체들을 콘텐츠 그룹에 포함시킴으로써 상기 전자 문서를 갱신할 수 있다.Meanwhile, when the edit command sent by the edit command transmitter 150 is a new content input command, the electronic document storage server 230 extracts content related information from the new content input command and includes entities of entities to be included in a content group. A value, and the time information (in the case where the object ID is generated in the electronic document storage server 230, the time information may be used as the server time of the electronic document storage server 230) and the user of the user. The electronic document may be updated by generating entities to be included in the content group by concatenating an identification number and generating entities to be included in the content group, and then including the created entities in the content group.

여기에서, 상기 신규 콘텐츠 입력 명령에서 콘텐츠 관련 정보는 콘텐츠 내용(예컨대, 사용자(210)가 입력 장치를 통해 입력한 컴퓨터라는 텍스트) 및 콘텐츠 위치(예컨대, 사용자(210)가 입력 장치를 통해 컴퓨터라는 텍스트를 입력할 때의 커서의 위치)일 수 있으며, 이에 따라, 상기 전자 문서 저장 서버(230)는 개체 값 중 콘텐츠 내용을 나타내는 키의 밸류를 사용자(210)가 입력 장치를 통해 입력한 콘텐츠로 설정하고, 콘텐츠 위치를 나타내는 키의 밸류를 사용자(210)가 입력 장치를 통해 콘텐츠를 입력할 때의 커서의 위치로 설정함으로써, 콘텐츠 그룹에 포함될 개체들의 개체 값을 생성할 수 있다. 한편, 콘텐츠 그룹에 포함될 개체들의 콘텐츠 관련 정보 이외의 개체 값은 기본 값을 나타내는 개체 값을 가지도록 설정될 수 있다.Herein, the content-related information in the new content input command includes content content (eg, text that is a computer entered by the user 210 through the input device) and content location (eg, that the user 210 uses a computer through the input device). Position of the cursor when inputting text), and accordingly, the electronic document storage server 230 sets a value of a key indicating content content among object values as content input by the user 210 through the input device. And by setting the value of the key indicating the content position to the position of the cursor when the user 210 inputs the content through the input device, the object value of the entities to be included in the content group can be generated. Meanwhile, the entity value other than the content related information of the entities to be included in the content group may be set to have an entity value indicating a default value.

다음으로, 상기 전자 문서 저장 서버(230)는 상기 시간 정보 및 상기 사용자의 사용자 식별 번호를 연접하여 상기 콘텐츠 그룹에 포함될 개체들의 개체 아이디를 생성하되, 상기 시간 정보 및 상기 사용자 식별 번호에 중복 회피 번호를 더 연접하여 상기 개체들의 개체 아이디를 생성할 수도 있다. 이때, 상기 전자 문서 저장 서버(230)는 개체들의 중복 회피 번호가 서로 다른 값을 가지도록 상기 개체들의 개체 아이디를 생성할 수 있다. 예를 들어, 상기 전자 문서 저장 서버(230)는 동시에 생성되는 개체들 중 첫 번째 개체의 개체 아이디는 초기 중복 회피 번호를 가지고, 다음 번째 개체의 개체 아이디는 이전 개체의 개체 아이디의 중복 회피 번호에서 1을 더한 값을 가지도록 상기 개체들의 개체 아이디를 생성할 수 있다.Next, the electronic document storage server 230 concatenates the time information and the user identification number of the user to generate an entity ID of entities to be included in the content group, and duplicates avoiding numbers in the time information and the user identification number. May be further concatenated to generate entity IDs of the entities. In this case, the electronic document storage server 230 may generate entity IDs of the entities such that duplicate avoidance numbers of the entities have different values. For example, the electronic document storage server 230 has an initial duplicate avoidance number of an object ID of a first object among simultaneously created objects, and an object ID of a next object from a duplicate avoidance number of an object ID of a previous object. The entity IDs of the entities may be generated to have a value of 1.

또한, 상기 전자 문서 저장 서버(230)는 상기 편집 명령 송신부(150)가 송신한 편집 명령의 종류가 콘텐츠 삭제 명령인 경우, 상기 편집 명령의 대상 개체들의 개체 아이디와 동일한 개체 아이디를 가지는 개체들을 확인한 후 상기 확인된 개체들의 개체 값 중 플래그 값을 온 값으로 변경하여 상기 전자 문서를 갱신할 수 있다. 즉, 상기 전자 문서 저장 서버(230)는 상기 편집 명령 송신부(150)가 송신한 편집 명령의 종류가 콘텐츠 삭제 명령에 대응하는 개체의 개체 값 중 플래그 값을 변경함으로써, 간편하게 콘텐츠 삭제 명령을 수행할 수 있다.In addition, when the type of the edit command sent by the edit command transmitter 150 is a content delete command, the electronic document storage server 230 identifies the entities having the same entity ID as those of the target objects of the edit command. Thereafter, the electronic document may be updated by changing a flag value among the identified entity values to an on value. That is, the electronic document storage server 230 may easily perform a content deletion command by changing a flag value among object values of an entity whose type of the edit command sent by the edit command transmitter 150 corresponds to the content delete command. Can be.

예를 들어, 상기 전자 문서 저장 서버(230)는 개체 아이디 4를 가지는 개체가 나타내는 문단을 삭제하라는 콘텐츠 삭제 명령이 수신되면, 상기 표 3과 같은 상기 전자 문서를 하기 표 4와 같이 갱신할 수 있다.For example, the electronic document storage server 230 may update the electronic document as shown in Table 3 as shown in Table 4 below when receiving a content deletion command for deleting a paragraph indicated by the entity having the entity ID 4. .

상위 그룹Parent group 하위 그룹Subgroup 개체individual 개체 아이디Object id 개체 값Object value key 밸류value 서식 그룹Format group 글자 모양 그룹Font group 개체 아이디 1Object ID 1 "height""height" 10001000 "textColor""textColor" "#000000""# 000000" ...... ...... ...... ...... ...... 스타일 그룹Style group 개체 아이디 2Object ID 2 “type"“Type” "PARA""PARA" "name""name" "바탕글“"Desktop" ...... ...... ...... ...... ...... ...... ...... ...... ...... 콘텐츠 그룹Content group 문단 그룹Paragraph group 개체 아이디 3Object ID 3 "nextPara""nextPara" 개체 아이디 4Object ID 4 "Flag""Flag" 00 "charShape""charShape" 개체 아이디 1Object ID 1 "styles""styles" 개체 아이디 2Object ID 2 "contents""contents" 한글Hangul ...... ...... 개체 아이디 4Object ID 4 "nextPara""nextPara" 개체 아이디 5Object ID 5 "Flag""Flag" 1One "charShape""charShape" 개체 아이디 1Object ID 1 "styles""styles" 개체 아이디 2Object ID 2 "contents""contents" and ...... ...... 개체 아이디 5Object ID 5 "nextPara""nextPara" -- "Flag""Flag" 00 "charShape""charShape" 개체 아이디 1Object ID 1 "styles""styles" 개체 아이디 2Object ID 2 "contents""contents" 컴퓨터computer ...... ...... ...... ...... ...... ......

여기에서, 표 4와 같이 상기 전자 문서 저장 서버(230)는 개체 아이디 4를 가지는 개체의 개체 값 중 플래그 키(즉, “Flag)의 밸류를 0(즉, 오프)에서 1(즉, 온)로 변경함으로써, 상기 전자 문서를 갱신할 수 있다.Here, as shown in Table 4, the electronic document storage server 230 sets the value of the flag key (ie, “Flag”) from 0 (ie, off) to 1 (ie, on) of the object value of the entity having the entity ID 4. By changing to, the electronic document can be updated.

한편, 상기 전자 문서 저장 서버(230)는 사전 설정된 시간 간격마다 또는 상기 사용자(210)의 상기 전자 문서에 대한 편집이 완료되면, 플래그 값이 온 값으로 변경된 개체들을 삭제함으로써, 상기 전자 문서에서 상기 전자 문서를 표현하는데 더 이상 이용되지 않는 개체들을 제거할 수 있다. 이때, 상기 전자 문서에 대해 동시 편집 중인 사용자의 수가 증가함에 따라 사전 설정된 시간 간격은 길어지도록 사전 설정될 수 있다.On the other hand, the electronic document storage server 230 deletes the objects whose flag value is changed to an on value at predetermined time intervals or when editing of the electronic document of the user 210 is completed, thereby removing the objects from the electronic document. Eliminate objects that are no longer used to represent electronic documents. In this case, as the number of users simultaneously editing the electronic document increases, the preset time interval may be preset.

한편, 상기 전자 문서 저장 서버(230)는 플래그 값이 온 값으로 변경된 개체들을 삭제할 때, 개체 값 중 임의 키의 밸류가 플래그 값이 온 값으로 변경된 개체아이디를 참조하면, 플래그 값이 온 값으로 변경된 개체의 개체 값 중 임의 키의 밸류가 참조하는 개체 아이디를 플래그 값이 온 값으로 변경된 개체아이디를 참조하는 개체 값 중 임의 키의 밸류가 참조하도록 상기 전자 문서를 갱신할 수 있다. 예컨대, 상기 전자 문서 저장 서버(230)는 개체 아이디 4를 가지는 개체를 삭제할 때, On the other hand, when the electronic document storage server 230 deletes objects whose flag value is turned on, if the value of any key among the object values refers to the object ID whose flag value is turned on, the flag value is turned on. The electronic document may be updated to refer to an entity ID referenced by the value of an arbitrary key among the entity values of the changed entity, so that the value of any key among the entity values referring to the entity ID whose flag value is turned on. For example, when the electronic document storage server 230 deletes an entity having an entity ID of 4,

개체 값 중 “nextPara" 키의 밸류가 플래그 값이 온 값으로 변경된 개체 아이디 4를 참조하므로, 플래그 값이 온 값으로 변경된 개체의 개체 값 중 “nextPara" 키의 밸류가 참조하는 개체 아이디 5를 개체 아이디 4를 참조하는 개체 값 중 “nextPara" 키의 밸류가 참조하도록 상기 전자 문서를 갱신할 수 있다. 이에 따라, 개체 아이디 3을 가지는 개체의 개체 값 중 “nextPara" 키의 밸류는 개체 아이디 5를 참조할 수 있다.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 entity ID 5. Reference may be made.

다음으로, 도 1을 참조하면, 본 발명의 일실시예에 따른 전자 문서 편집 장치(100)는 전자 문서 변환부(160)를 더 포함할 수 있다.Next, referring to FIG. 1, the electronic document editing apparatus 100 according to an embodiment of the present invention may further include an electronic document converter 160.

전자 문서 변환부(160)는 상기 전자 문서 저장부(130)에 상기 표 1과 같이 임시 저장되어 있는 상기 웹 브라우저에서 편집 가능한 상기 전자 문서를 워드프로세서 프로그램용 전자 문서로 변환할 수 있다. 또한, 전자 문서 변환부(160)는 워드프로세서 프로그램용 전자 문서를 상기 웹 브라우저에서 편집 가능한 전자 문서로 변환한 후 상기 전자 문서 저장부(130)에 저장할 수 있다.The electronic document conversion unit 160 may convert the electronic document editable in the web browser temporarily stored in the electronic document storage unit 130 as shown in Table 1 into an electronic document for a word processor program. In addition, the electronic document converter 160 may convert an electronic document for a word processor program into an electronic document that can be edited in the web browser, and then store the electronic document in the electronic document storage 130.

상기 전자 문서 변환부(160)는 상기 전자 문서의 메타 정보를 워드프로세서 프로그램용 전자 문서의 메타 정보로 변환하고, 서식 그룹에 포함되어 있는 개체들을 워드프로세서 프로그램용 전자 문서의 서식 개체로 변환한 후 콘텐츠 그룹에 포함되어 있는 개체들을 워드프로세서 프로그램용 전자 문서의 콘텐츠 개체로 변환함으로써, 상기 웹 브라우저에서 편집 가능한 상기 전자 문서를 워드프로세서 프로그램용 전자 문서로 변환할 수 있다. 이때, 상기 전자 문서 변환부(160)는 개체 아이디의 참조 순서에 따라 서식 그룹에 포함되어 있는 개체들 및 콘텐츠 그룹에 포함되어 있는 개체들의 변환 순서를 결정할 수 있다. 예컨대, 상기 전자 문서 변환부(160)는 자신의 개체 아이디를 참조하는 개체의 변환 순서를 자신보다 후순위를 가지도록 서식 그룹에 포함되어 있는 개체들 및 콘텐츠 그룹에 포함되어 있는 개체들의 변환 순서를 결정할 수 있다.The electronic document converter 160 converts meta information of the electronic document into meta information of an electronic document for a word processor program, and converts objects included in a form group into a format object of an electronic document for a word processor program. By converting the objects included in the content group into the content object of the electronic document for the word processor program, the electronic document editable in the web browser can be converted into the electronic document for the word processor program. In this case, the electronic document converter 160 may determine the conversion order of the objects included in the format group and the objects included in the content group according to the reference order of the object ID. For example, the electronic document converter 160 determines the conversion order of the objects included in the format group and the objects included in the content group so that the conversion order of the object referring to the object ID of the electronic document has a higher priority than that of the object. Can be.

상기 전자 문서 변환부(160)는 상기 워드프로세서 프로그램용 전자 문서의 메타 정보를 상기 전자 문서의 메타 정보로 변환하고, 워드프로세서 프로그램용 전자 문서의 서식 개체를 상기 전자 문서의 개체들로 변환한 후 서식 그룹에 포함시키고, 워드프로세서 프로그램용 전자 문서의 콘텐츠 개체를 상기 전자 문서의 개체들로 변환한 후 상기 콘텐츠 그룹에 포함시킴으로써, 상기 워드프로세서 프로그램용 전자 문서를 상기 웹 브라우저에서 편집 가능한 상기 전자 문서로 변환할 수 있다. 이때, 상기 전자 문서 변환부(160)는 상기 전자 문서를 구성하는 다수의 그룹들의 사전 설정된 순서에 따라 워드프로세서 프로그램용 전자 문서의 개체를 서식 그룹에 포함되어 있는 개체들 및 콘텐츠 그룹에 포함되어 있는 개체들로 변환할 수 있다.The electronic document conversion unit 160 converts the meta information of the electronic document for the word processor program into meta information of the electronic document, and converts the format object of the electronic document for the word processor program into objects of the electronic document. The electronic document editable in the web browser by including the form group, converting a content object of the electronic document for a word processor program into objects in the electronic document, and then including the content group in the content group. Can be converted to In this case, the electronic document conversion unit 160 includes the objects of the electronic document for the word processor program in the form group and the contents group according to a preset order of a plurality of groups constituting the electronic document. Can be converted to objects.

도 2는 본 발명의 일실시예에 따른 전자 문서 편집 장치(100)의 동작 방법을 도시한 흐름도이다.2 is a flowchart illustrating a method of operating the electronic document editing apparatus 100 according to an embodiment of the present invention.

도 2를 참조하면, 단계(S310)에서는 사용자가 입력 장치를 통해 웹 브라우저에서 선택한 전자 문서의 열람을 요청하면, 전자 문서 저장 서버에 저장되어 있는 상기 사용자가 선택한 전자 문서를 상기 전자 문서 저장 서버에 요청할 수 있다. 여기에서, 상기 전자 문서는 개체 아이디 및 개체 값을 포함하는 다수의 개체들을 각각 포함하는 다수의 그룹들로 구성되고, 상기 다수의 그룹들은 서식 그룹 및 콘텐츠 그룹을 포함할 수 있다.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.

단계(S320)에서는 상기 전자 문서 저장 서버로부터 상기 전자 문서를 수신할 수 있다.In operation S320, the electronic document may be received from the electronic document storage server.

단계(S330)에서는 상기 사용자의 상기 입력 장치로부터 상기 수신된 전자 문서에 대한 편집 명령을 수신할 수 있다.In operation S330, an editing command for the received electronic document may be received from the input device of the user.

단계(S340)에서는 상기 편집 명령을 상기 전자 문서 저장 서버에 송신할 수 있다.In operation S340, the editing command may be transmitted to the electronic document storage server.

단계(S350)에서는 상기 단계(S340)를 통해 상기 전자 문서 저장 서버가 송신한 편집 명령의 종류가 신규 콘텐츠 입력 명령인 경우, 상기 전자 문서 저장 서버가 상기 다수의 그룹들 중 콘텐츠 그룹에 포함되는 개체들을 생성한 후 상기 생성된 개체들을 상기 다수의 그룹들 중 콘텐츠 그룹에 포함시킴으로써 상기 전자 문서를 갱신할 수 있다.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.

상기 단계(S350)에서는 상기 전자 문서 저장 서버가 상기 편집 명령 송신부가 송신한 편집 명령이 신규 콘텐츠 입력 명령인 경우, 상기 신규 콘텐츠 입력 명령에서 콘텐츠 관련 정보를 추출하여 콘텐츠 그룹에 포함될 제1 개체들의 개체 값을 생성하며, 시간 정보 및 상기 사용자의 사용자 식별 번호를 연접하여 상기 제1 개체들의 개체 아이디를 생성함으로써 상기 제1 개체들을 생성한 후 상기 생성된 제1 개체들을 콘텐츠 그룹에 포함시킴으로써 상기 전자 문서를 갱신할 수 있다.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 a value, generating the first entities by concatenating time information and the user identification number of the user, generating the first entities, and including the generated first entities in a content group. Can be updated.

상기 단계(S350)에서는 상기 전자 문서 저장 서버가 상기 제1 개체들의 개체 아이디를 생성할 때, 상기 시간 정보 및 상기 사용자 식별 번호에 중복 회피 번호를 더 연접하여 상기 제1 개체들의 개체 아이디를 생성하되, 상기 제1 개체들의 중복 회피 번호는 서로 다른 값을 가지도록 상기 제1 개체들의 개체 아이디를 생성할 수 있다.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.

한편, 본 발명의 일실시예에 따른 전자 문서 편집 장치(100)의 동작 방법에서는 상기 전자 문서 저장 서버가 상기 편집 명령 송신부가 송신한 편집 명령의 종류가 콘텐츠 삭제 명령인 경우, 상기 편집 명령의 대상 개체들의 개체 아이디와 동일한 개체 아이디를 가지는 개체들을 확인한 후 상기 확인된 개체들의 개체 값 중 플래그 값을 온 값으로 변경하는 단계를 더 수행할 수 있으며, 이후, 상기 전자 문서 저장 서버가 사전 설정된 시간 간격마다 또는 상기 사용자의 상기 전자 문서에 대한 편집이 완료되면, 플래그 값이 온 값으로 변경된 개체들을 삭제하는 단계를 더 수행할 수 있다.On the other hand, in the method of operating the electronic document editing apparatus 100 according to an embodiment of the present invention, when the type of the editing command sent by the electronic document storage server is the content deleting command, the target of the editing command After checking the objects having the same object ID as the object IDs of the objects, the method may further include changing a flag value among the identified object values to an on value, and thereafter, the electronic document storage server may preset time intervals. Each time or when the user's editing of the electronic document is completed, the method may further include deleting objects whose flag value is changed to the on value.

이상, 도 2를 참조하여 본 발명의 일실시예에 따른 전자 문서 편집 장치(100)의 동작 방법에 대해 설명하였다. 여기서, 본 발명의 일실시예에 따른 전자 문서 편집 장치의 동작 방법은 도 1을 이용하여 설명한 전자 문서 편집 장치의 동작에 대한 구성과 대응될 수 있으므로, 이에 대한 보다 상세한 설명은 생략하기로 한다.The operation method of the electronic document editing apparatus 100 according to an embodiment of the present invention has been described above with reference to FIG. 2. Here, since the operation method of the electronic document editing apparatus according to an embodiment of the present invention may correspond to the configuration of the operation of the electronic document editing apparatus described with reference to FIG. 1, a detailed description thereof will be omitted.

본 발명의 일실시예에 따른 전자 문서 편집 장치의 동작 방법은 컴퓨터와의 결합을 통해 실행시키기 위한 저장매체에 저장된 컴퓨터 프로그램으로 구현될 수 있다.An operation 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.

또한, 본 발명의 일실시예에 따른 전자 문서 편집 장치의 동작 방법은 다양한 컴퓨터 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 컴퓨터 판독 가능 매체에 기록될 수 있다. 상기 컴퓨터 판독 가능 매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체에 기록되는 프로그램 명령은 본 발명을 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다. 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, etc. 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 not only machine code generated by a compiler, but also 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 of the equivalents or equivalents of the claims as well as the claims to be described later belong to the scope of the present invention. .

Claims (12)

사용자가 입력 장치를 통해 웹 브라우저에서 선택한 전자 문서 - 상기 전자 문서는 개체 아이디 및 개체 값을 포함하는 다수의 개체들을 각각 포함하는 다수의 그룹들로 구성되고, 상기 다수의 그룹들은 서식 그룹 및 콘텐츠 그룹을 포함함 - 의 열람을 요청하면, 전자 문서 저장 서버에 저장되어 있는 상기 사용자가 선택한 전자 문서를 상기 전자 문서 저장 서버에 요청하는 전자 문서 요청부;
상기 전자 문서 저장 서버로부터 상기 전자 문서를 수신하는 전자 문서 수신부;
상기 사용자의 상기 입력 장치로부터 상기 수신된 전자 문서에 대한 편집 명령을 수신하는 편집 명령 수신부; 및
상기 편집 명령을 상기 전자 문서 저장 서버에 송신하는 편집 명령 송신부
를 포함하고,
상기 전자 문서 저장 서버는 상기 편집 명령 송신부가 송신한 편집 명령의 종류가 신규 콘텐츠 입력 명령인 경우, 상기 다수의 그룹들 중 콘텐츠 그룹에 포함되는 개체들을 생성한 후 상기 생성된 개체들을 상기 다수의 그룹들 중 콘텐츠 그룹에 포함시킴으로써 상기 전자 문서를 갱신하는
전자 문서 편집 장치.
An electronic document selected by a user in a web browser via an input device, wherein the electronic document is composed of a plurality of groups each including a plurality of objects including an object ID and an object value, wherein the plurality of groups are a form group and a content group An electronic document requesting unit requesting the electronic document storage server for the electronic document selected by the user stored in the electronic document storage server;
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. To update the electronic document by inclusion in a content group of
Electronic document editing device.
제1항에 있어서,
상기 전자 문서 저장 서버는 상기 편집 명령 송신부가 송신한 편집 명령이 신규 콘텐츠 입력 명령인 경우, 상기 신규 콘텐츠 입력 명령에서 콘텐츠 관련 정보를 추출하여 콘텐츠 그룹에 포함될 제1 개체들의 개체 값을 생성하며, 시간 정보 및 상기 사용자의 사용자 식별 번호를 연접하여 상기 제1 개체들의 개체 아이디를 생성하여 상기 제1 개체들을 생성한 후 상기 생성된 제1 개체들을 콘텐츠 그룹에 포함시킴으로써 상기 전자 문서를 갱신하는
전자 문서 편집 장치.
The method of claim 1,
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.
제2항에 있어서,
상기 전자 문서 저장 서버는 상기 제1 개체들의 개체 아이디를 생성할 때, 상기 시간 정보 및 상기 사용자 식별 번호에 중복 회피 번호를 더 연접하여 상기 제1 개체들의 개체 아이디를 생성하되, 상기 제1 개체들의 중복 회피 번호는 서로 다른 값을 가지도록 상기 제1 개체들의 개체 아이디를 생성하는
전자 문서 편집 장치.
The method of claim 2,
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.
제1항에 있어서,
상기 전자 문서 저장 서버는 상기 편집 명령 송신부가 송신한 편집 명령의 종류가 콘텐츠 삭제 명령인 경우, 상기 편집 명령의 대상 개체들의 개체 아이디와 동일한 개체 아이디를 가지는 개체들을 확인한 후 상기 확인된 개체들의 개체 값 중 플래그 값을 온 값으로 변경하는
전자 문서 편집 장치.
The method of claim 1,
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.
제4항에 있어서,
상기 전자 문서 저장 서버는 사전 설정된 시간 간격마다 또는 상기 사용자의 상기 전자 문서에 대한 편집이 완료되면, 플래그 값이 온 값으로 변경된 개체들을 삭제하는
전자 문서 편집 장치.
The method of claim 4, wherein
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.
사용자가 입력 장치를 통해 웹 브라우저에서 선택한 전자 문서 - 상기 전자 문서는 개체 아이디 및 개체 값을 포함하는 다수의 개체들을 각각 포함하는 다수의 그룹들로 구성되고, 상기 다수의 그룹들은 서식 그룹 및 콘텐츠 그룹을 포함함 - 의 열람을 요청하면, 전자 문서 저장 서버에 저장되어 있는 상기 사용자가 선택한 전자 문서를 상기 전자 문서 저장 서버에 요청하는 단계;
상기 전자 문서 저장 서버로부터 상기 전자 문서를 수신하는 단계;
상기 사용자의 상기 입력 장치로부터 상기 수신된 전자 문서에 대한 편집 명령을 수신하는 단계; 및
상기 편집 명령을 상기 전자 문서 저장 서버에 송신하는 단계
를 포함하고,
상기 편집 명령을 송신하는 단계를 통해 상기 전자 문서 저장 서버가 송신한 편집 명령의 종류가 신규 콘텐츠 입력 명령인 경우, 상기 전자 문서 저장 서버가 상기 다수의 그룹들 중 콘텐츠 그룹에 포함되는 개체들을 생성한 후 상기 생성된 개체들을 상기 다수의 그룹들 중 콘텐츠 그룹에 포함시킴으로써 상기 전자 문서를 갱신하는 단계
를 포함하는 전자 문서 편집 장치의 동작 방법.
An electronic document selected by a user in a web browser via an input device, wherein the electronic document is composed of a plurality of groups each including a plurality of objects including an object ID and an object value, wherein the plurality of groups are a form group and a content group Requesting to view the request, requesting the electronic document storage server for the electronic document selected by the user 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
Sending the editing command to the electronic document storage server
Including,
If the type of the editing command sent by the electronic document storage server through the step of transmitting the editing command is a new content input command, the electronic document storage server generates objects included in the content group among the plurality of groups. Then updating the electronic document by including the created entities in a content group of the plurality of groups.
Method of operation of the electronic document editing device comprising a.
제6항에 있어서,
상기 전자 문서를 갱신하는 단계는 상기 전자 문서 저장 서버가 상기 편집 명령 송신부가 송신한 편집 명령이 신규 콘텐츠 입력 명령인 경우, 상기 신규 콘텐츠 입력 명령에서 콘텐츠 관련 정보를 추출하여 콘텐츠 그룹에 포함될 제1 개체들의 개체 값을 생성하며, 시간 정보 및 상기 사용자의 사용자 식별 번호를 연접하여 상기 제1 개체들의 개체 아이디를 생성함으로써 상기 제1 개체들을 생성한 후 상기 생성된 제1 개체들을 콘텐츠 그룹에 포함시킴으로써 상기 전자 문서를 갱신하는
전자 문서 편집 장치의 동작 방법.
The method of claim 6,
The updating of the electronic document may include: extracting, by the electronic document storage server, the content-related information from the new content input command when the edit command sent by the editing command transmitter is a new object to be included in a content group. Generating the first entity by generating an entity value of the first entities by concatenating time information and the user identification number of the user, and generating the first entities and then including the generated first entities in a content group. To update electronic documents
Operation method of the electronic document editing device.
제7항에 있어서,
상기 전자 문서를 갱신하는 단계는 상기 전자 문서 저장 서버가 상기 제1 개체들의 개체 아이디를 생성할 때, 상기 시간 정보 및 상기 사용자 식별 번호에 중복 회피 번호를 더 연접하여 상기 제1 개체들의 개체 아이디를 생성하되, 상기 제1 개체들의 중복 회피 번호는 서로 다른 값을 가지도록 상기 제1 개체들의 개체 아이디를 생성하는
전자 문서 편집 장치의 동작 방법.
The method of claim 7, wherein
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.
제6항에 있어서,
상기 전자 문서 저장 서버가 상기 편집 명령 송신부가 송신한 편집 명령의 종류가 콘텐츠 삭제 명령인 경우, 상기 편집 명령의 대상 개체들의 개체 아이디와 동일한 개체 아이디를 가지는 개체들을 확인한 후 상기 확인된 개체들의 개체 값 중 플래그 값을 온 값으로 변경하는 단계
를 더 포함하는 전자 문서 편집 장치의 동작 방법.
The method of claim 6,
If the type of the edit command sent by the edit command transmitter is the 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. To change the flag value to the on value
Operation method of the electronic document editing device further comprising.
제9항에 있어서,
상기 전자 문서 저장 서버가 사전 설정된 시간 간격마다 또는 상기 사용자의 상기 전자 문서에 대한 편집이 완료되면, 플래그 값이 온 값으로 변경된 개체들을 삭제하는 단계
를 더 포함하는 전자 문서 편집 장치의 동작 방법.
The method of claim 9,
Deleting, by the electronic document storage server at predetermined time intervals or when the user's editing of the electronic document is completed, the flag whose flag value is changed to an on value;
Operation method of the electronic document editing device further comprising.
제6항 내지 제10항 중 어느 한 항의 방법을 컴퓨터로 하여금 수행하도록 하는 프로그램을 기록한 컴퓨터 판독 가능 기록 매체.A computer readable recording medium having recorded thereon a program for causing a computer to perform the method of any one of claims 6 to 10. 제6항 내지 제10항 중 어느 한 항의 방법을 컴퓨터와의 결합을 통해 실행시키기 위한 저장매체에 저장된 컴퓨터 프로그램.A computer program stored in a storage medium for executing the method of any one of claims 6 to 10 in combination with a computer.
KR1020180056645A 2018-05-17 2018-05-17 Apparatus for editing electric document and operating method thereof KR102053075B1 (en)

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 true KR20190131798A (en) 2019-11-27
KR102053075B1 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)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023058832A1 (en) * 2021-10-09 2023-04-13 (주) 바우디움 Method for managing guidance document, action document, and proposal document, and apparatus using same

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005537540A (en) * 2002-08-29 2005-12-08 ビスタプリント テクノロジーズ リミテッド System and method for browser document editing
KR20170033757A (en) * 2015-09-17 2017-03-27 주식회사 한컴플렉슬 Touch screen device for moving or copying of an object based on the touch input and operating method thereof
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

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005537540A (en) * 2002-08-29 2005-12-08 ビスタプリント テクノロジーズ リミテッド System and method for browser document editing
KR20170033757A (en) * 2015-09-17 2017-03-27 주식회사 한컴플렉슬 Touch screen device for moving or copying of an object based on the touch input and operating method thereof
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)

* Cited by examiner, † Cited by third party
Title
PowerPoint 2007, Peter Weverka, Wiley Publishing, Inc. (2007.) 1부.* *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023058832A1 (en) * 2021-10-09 2023-04-13 (주) 바우디움 Method for managing guidance document, action document, and proposal document, and apparatus using same

Also Published As

Publication number Publication date
KR102053075B1 (en) 2019-12-06

Similar Documents

Publication Publication Date Title
CN111753500B (en) Method for merging and displaying formatted electronic form and OFD (office file format) and generating catalog
US7996759B2 (en) Data insertion from a database into a fixed electronic template form that supports overflow data
US9060007B2 (en) System and methods for facilitating the synchronization of data
US8707164B2 (en) Integrated document viewer
EP3007085A1 (en) Columnar database processing method and processing device
US7747938B2 (en) Data insertion from a database into a fixed electronic template form
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
JP2019169137A (en) Title inferencer
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
KR102087274B1 (en) Web electric document editing apparatus for rendering object and operating method thereof
JP2009146084A (en) Table management device
WO2006001392A1 (en) Document processing method and device
KR102076576B1 (en) Apparatus for maintaining layout of electric document on web electric document editor and operating method thereof
CN116451683A (en) Document merging method, terminal and computer readable storage medium
US9946698B2 (en) Inserting text and graphics using hand markup
KR102087247B1 (en) Web electric document editing apparatus for rendering drawing object and operating method thereof
KR102067495B1 (en) System for editing electronic document and operating method thereof
US20110320927A1 (en) Methods and Apparatus Utilizing XooML: Cross (X) Tool Markup Language
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
KR20210060808A (en) Document editing device to check whether the font applied to the document is a supported font and operating method thereof
KR101965718B1 (en) Apparatus for ensuring editing reliability in respect of web document and operation method thereof
US20230334309A1 (en) Augmenting electronic documents to generate synthetic training data sets

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