WO2018212484A1 - Dispositif d'édition de document destiné à maintenir un format d'objet, et son procédé de fonctionnement - Google Patents

Dispositif d'édition de document destiné à maintenir un format d'objet, et son procédé de fonctionnement Download PDF

Info

Publication number
WO2018212484A1
WO2018212484A1 PCT/KR2018/005056 KR2018005056W WO2018212484A1 WO 2018212484 A1 WO2018212484 A1 WO 2018212484A1 KR 2018005056 W KR2018005056 W KR 2018005056W WO 2018212484 A1 WO2018212484 A1 WO 2018212484A1
Authority
WO
WIPO (PCT)
Prior art keywords
document
editing
type document
object type
command
Prior art date
Application number
PCT/KR2018/005056
Other languages
English (en)
Korean (ko)
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 주식회사 한글과컴퓨터
Publication of WO2018212484A1 publication Critical patent/WO2018212484A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/205Parsing

Definitions

  • the present invention relates to a technique for maintaining the format of an object on which an editing is not performed in an object-type document when the user edits the object-type document of the original electronic document.
  • These electronic document related programs include word processors that support the creation and editing of basic documents, data entry, arithmetic operations, spreadsheets to assist with data management, and presentation programs to assist presenters.
  • the user may install the aforementioned electronic document related programs directly on the electronic terminal device, and then operate the electronic document related programs to view or create the electronic document. I had to edit.
  • the web-based electronic document service supports various client terminals to access the electronic document service providing server, view the web-based electronic document through a browser, and create and edit the electronic document. It is mainly used by companies and organizations in that it supports simultaneous collaboration on the electronic document in real time.
  • the web-based electronic document service can view, create, and edit electronic documents through a browser mounted on the client terminal as long as it can access the Internet without installing a predetermined electronic document writing program on the client terminal. Because it supports to ensure the mobility of users, individual users are also gradually increasing.
  • web-based electronic document service converts the original electronic document into an object type document such as JavaScript Object Notation (JSON) in order to enable networked client terminals to edit the electronic document through a browser.
  • JSON JavaScript Object Notation
  • the client terminal is operated by converting the object type document into a markup language based document through a browser and then editing the markup language based document.
  • the synchronization between the object type document of the remote server and the object type document of the client terminal may be performed by editing the object type document of the remote server based on the editing instruction from the client terminal based on the editing of the markup language-based document of the user.
  • the object type document of the remote server is edited based on the editing command from the client terminal.
  • the format information of the objects of the object type document of the remote server disappears, and accordingly, the format information of the objects of the original electronic document of the remote server may disappear.
  • the client terminal does not perform editing through the browser.
  • Algorithms need to be introduced to prevent the formatting of objects that do not change on the original electronic document.
  • An apparatus for editing a document and a method of operating the same edit an object type document based on an editing command from a user, and change the object ID of the object that is the target of the editing command in the object type document.
  • Edits an object-type document detects an object whose ID does not match an object whose ID matches the IDs of objects included in the object type document of the original electronic document, among the objects included in the edited object type document, and edits the object type Update the original electronic document based on a document and an object type document of the original electronic document, and format the object corresponding to the matching object among the objects included in the original electronic document in the object type document of the original electronic document.
  • the object of the object corresponding to the unmatched object among the objects included in the original electronic document is set based on the format of the object.
  • the set based on the format of the objects included in the edited object-type document it is intended to make it possible to prevent the non perform editing client terminal via a browser object format to be changed on the original electronic document.
  • An apparatus for maintaining a document format an object for generating first and second object-type documents including objects assigned with IDs by parsing the original electronic document stored in the original electronic document storage unit.
  • Type document generation unit edits the first object type document based on an editing command from a client terminal, and changes the ID of an object that is the object of the editing command in the first object type document.
  • Object type document editing unit for editing the object of the object included in the edited first object-type document ID matching the ID of the objects included in the second object-type document detected as the first object,
  • An object detector for detecting a non-object as a second object and the original electronic document based on the edited first object type document and the second object type document.
  • an original electronic document updater configured based on the format of the second object included in the first object-type document.
  • the operating method of the document editing device for maintaining the format of the object is the first and second object type including the objects assigned the ID by parsing the original electronic document stored in the original electronic document storage unit Generating a document, editing the first object type document based on an editing command from a client terminal, wherein the first object type is changed by changing an ID of an object that is a target of the editing command in the first object type document; Editing a document, detecting an object whose ID matches the IDs of the objects included in the second object type document among the objects included in the edited first object type document as the first object, and not matching the object Detecting as a second object and updating the original electronic document based on the edited first object type document and the second object type document, Sets a format of an object corresponding to the based on a format of an object included in the second object type document matching the first object, and sets a format of an object corresponding to a second object in the edited first object type document. Setting based on the format of the second object
  • An apparatus for editing a document and a method of operating the same edit an object type document based on an editing command from a user, and change the object ID of the object that is the target of the editing command in the object type document.
  • Edits an object-type document detects an object whose ID does not match an object whose ID matches the IDs of objects included in the object type document of the original electronic document, among the objects included in the edited object type document, and edits the object type Update the original electronic document based on a document and an object type document of the original electronic document, and format the object corresponding to the matching object among the objects included in the original electronic document in the object type document of the original electronic document.
  • the object of the object corresponding to the unmatched object among the objects included in the original electronic document is set based on the format of the object.
  • A by setting on the basis of the format of the objects included in the edited object-type document, it is possible to make it possible to prevent the non perform editing client terminal via a browser object format to be changed on the original electronic document.
  • FIG. 1 is a diagram illustrating a structure of a document editing system including a document editing apparatus for maintaining a format of an object according to an embodiment of the present invention.
  • FIG. 2 is a diagram illustrating an operation process of a document editing apparatus maintaining a format of an object according to an embodiment of the present invention.
  • FIG. 3 is a flowchart illustrating a method of operating a document editing apparatus maintaining a format of an object according to an embodiment of the present invention.
  • FIG. 1 is a diagram illustrating a structure of a document editing system 10 including a document editing apparatus 100 that maintains a format of an object according to an embodiment of the present invention.
  • the document editing system 10 includes a document editing apparatus 100 and a client terminal 180 that maintain a format of an object according to an embodiment of the present invention.
  • Original electronic document storage unit 110 object type document generating unit 120, object type document sending unit 130, editing command receiving unit 140, object type document editing unit 150, object detection unit 160 and the original electronic document
  • the update unit 170 is included.
  • FIG. 2 is a diagram illustrating an operation process of a document editing apparatus maintaining a format of an object according to an embodiment of the present invention.
  • the original electronic document storage unit 110 may store the original electronic document 210 having an extension such as "hwp” or "docx”. As illustrated in FIG. 2, text objects called “123” and “456” are inserted into the original electronic document 210.
  • the format information of the objects “123” and “456” included in the original electronic document 210 may be represented as shown in Table 1.
  • the object refers to various contents such as a figure, an image, a table, text, and the like that can be inserted into an electronic document.
  • one object per figure, and in the case of tables one object is used.
  • images, tables, and texts inserted in tables each object is one object.
  • the string of may be an object.
  • the format refers to the color and shape of the object.
  • the font, color, and size of the text may be referred to as a format for the text object.
  • the object is a table
  • the format is included in the table.
  • the color of the cell is the format for the table object.
  • the object type document generating unit 120 may generate the object type documents 220 and 230 by parsing the original electronic document 210 stored in the original electronic document storage unit 110.
  • the object type document may be a key-value format document such as JavaScript Object Notation (JSON).
  • the object type document generating unit 120 does not perform editing compared to the first object type document 220 and the first object type document 220 that are to be edited by the client terminal 180 from the original electronic document 210.
  • the second object type document 230 may be generated to maintain a format of an object that is not.
  • the object type document generation unit 120 may assign IDs to objects.
  • the object type document generator 120 may assign IDs to the objects according to the order in the object type documents 220 and 230 of the objects included in the object type documents 220 and 230. . Accordingly, the objects may have different IDs.
  • the object-type document generating unit 120 as shown in Table 2 below, the first object (ie, "123” and "456") included in the object-type document (220, 230) (that is, , “123”) can be assigned to IDs by assigning 1 as the ID and 2 to the second object (ie, “456”). Accordingly, the objects (ie, “123” and “456”) included in the object type documents 220 and 230 are irrespective of when the object type documents 220 and 230 are generated from the original electronic document 210. The same ID can always be assigned. That is, the objects included in the first object type document 220 may have the same ID as the objects included in the second object type document 230 corresponding thereto.
  • the object "123” is called object 1 and "456" is called object 2.
  • the format information of the objects “123” and “456” included in the object type documents 220 and 230 is the same as the format information of the objects “123” and “456” included in the original electronic document 210.
  • the object type document transmitter 130 transmits the generated first object type document 220 to the client terminal 180. Accordingly, the client terminal 180 converts the received first object type document 220 into a Markup Language-based document through a browser and then performs editing, and based on the edited operation, the document editing device The editing command may be transmitted to 100.
  • the markup language-based document refers to a document composed of a markup language that can be viewed through a browser installed in the client terminal 180 such as Hypertext Markup Language (HTML) or XML (eXtensible Markup Language).
  • the client terminal 180 converts the received first object type document 220 into a markup language-based document through a browser and edits the received information
  • information about a format that is not expressed through the browser may disappear. have.
  • the browser does not support a form called "tilt”
  • the client terminal 180 converts the received first object type document 220 into a markup language-based document through a browser and then edits it
  • information about the "tilt" of the forms for the objects may be lost. Accordingly, editing on a form not intended by the user on the original electronic document can be made.
  • the editing command receiving unit 140 may receive an editing command transmitted from the client terminal 180.
  • the object type document editing unit 150 edits the first object type document 220 based on an editing command from the client terminal 180, and becomes the object of the editing command in the first object type document 220. Change the ID of an object. Accordingly, the objects included in the first object type document 220 may have different IDs from the objects included in the second object type document 230 corresponding to the objects.
  • the object detector 160 removes an object whose ID matches among IDs of the objects included in the second object type document 230 among objects included in the first object type document edited by the object type document editing unit 150. Detects as one object and detects an unmatched object as a second object.
  • the original electronic document updater 170 updates the original electronic document 210 based on the edited first object type document and the second object type document 230.
  • the original electronic document updater 170 reflects the edited matters in the edited first object-type document to the original electronic document 210, and includes the first of the objects included in the original electronic document 210.
  • the format of the object corresponding to the first object is set based on the format of the object included in the second object type document 230 matching the first object, and among the objects included in the original electronic document 210.
  • the original electronic document 210 is updated by setting a format of an object corresponding to a second object based on the format of the second object included in the edited first object type document.
  • the object type document editing unit 150, the object detecting unit 160, and the original electronic document updating unit 170 edit the first object type document 220 and edit the first edited first object.
  • a process of updating the original electronic document based on the object type document will be described.
  • the object type document editing unit 150 determines the ID of the object that is the target of the editing command in the first object type document 220. Change to an ID that does not match the IDs of the objects included in the object type document 230.
  • the object type document editing unit 150 causes the first object type.
  • the ID (ie, id_1) of the first object that is the target of the editing command in the document 220 does not match the ID of the objects included in the second object type document (eg, id_3) as shown in Table 3 below. Can be changed to
  • an object 1 may further be added with an underscore to the format information.
  • you may lose information about a form called "tilt" that your browser does not support. Accordingly, the format information of objects 1 and 2 included in the first object type document 240 edited by the object type document editing unit 150 may be represented as shown in Table 4 below.
  • the ID (ie, id_2) of the second object among the objects included in the edited first object type document 240 is the second object among the objects included in the second object type document 230. Since it matches the ID (ie, id_2), the object detector 160 may detect the second object as the first object. Similarly, the ID (ie, id_3) of the first object among the objects included in the edited first object type document 240 may be set to the ID of any object among the objects included in the second object type document 230. Since there is no match, the object detector 160 may detect the first object as the second object.
  • the original electronic document updater 170 may edit the edited first object type document 240 and the second object type document.
  • the updated original electronic document 245 is generated by updating the original electronic document 210 based on 230.
  • the second object (ie, “456”) included in the updated original electronic document 245 is detected as the first object by the object detector 160 in the edited first object type document 240. Since it corresponds to an object (that is, "456"), the original electronic document updater 170 sets the format of the object 2 to the format of the object included in the second object-type document 230 matching the first object. By setting on the basis, the original electronic document 210 is updated. Similarly, the first object (ie, “123”) included in the updated original electronic document 245 is detected as the second object by the object detector 160 in the edited first object type document 240. Since it corresponds to an object (ie, “123”), the original electronic document updater 170 may format the first object based on the format of the second object included in the edited first object-type document 240. By setting, the original electronic document 210 is updated.
  • the format information of the objects included in the original electronic document 245 updated by the original electronic document updater 170 may be shown in Table 5.
  • the format for the second object not edited by the user may not be changed.
  • the edit command is part of the object Change formatting for an object Command
  • the object type document editing unit 150 sets the some object that is the target of the editing command as a third object, and Set the ID of the third object to an ID that does not match the IDs of the objects included in the second object type document, set the remaining objects to the fourth object, and set the ID of the fourth object to be the target of the editing command. Set the same ID as the object ID.
  • the editing command received by the editing command receiving unit 140 is a format changing command that underlies an object “2” of the first object, as shown in Table 6 below
  • the object “2” of the object 1 that is the target of the editing command does not match the ID of the objects included in the second object type document.
  • An object having an ID eg, id_3 is set, and objects “1” and “3” are set to the same ID (ie, id_1) as ID (ie, id_1) of object 1 that is the target of the editing command. do.
  • an object having an id of id_3 may further have “underscore” added to the format information.
  • the object detection unit ( 160 may detect objects having ids id_1 and id_2 as first objects.
  • the object having an id of id_3 among the objects included in the edited first object type document 250 does not match any of the objects included in the second object type document 230, and thus, the object detector The 160 may detect an object having an id of id_3 as a second object.
  • the original electronic document updater 170 may edit the edited first object type document 250 and the second object type document 230.
  • the original electronic document 255 is generated by updating the original electronic document 210 based on.
  • the objects having the texts “1”, “3” and “456” included in the updated original electronic document 255 are selected by the object detector 160 in the edited first object type document 250. Since it corresponds to objects detected as the first object (that is, objects having IDs id_1 and id_2), the original electronic document updater 170 may have objects having the text “1”, “3” and “456”.
  • the original electronic document 210 is updated by setting the style of the text based on the format of the object included in the second object type document 230 matching the first object.
  • the object having the text “2” included in the updated original electronic document 255 is an object detected by the object detector 160 in the edited first object type document 250 as a second object.
  • the object having an ID of id_3) and the original electronic document updating unit 170 may format the object having the text of “2” with the edited first matching the object having the text of “2”.
  • the original electronic document 210 is updated by setting based on the format of the second object included in the object type document 240.
  • the format information of the objects included in the original electronic document 255 updated by the original electronic document updater 170 may be represented as shown in Table 8.
  • the format of the objects corresponding to the objects having ids id_1 and id_2 not edited by the user may not be changed.
  • the object type document editing unit 150 sets the ID of the object pasted in the first object type document 220 as the target of the copying. Set the same as the ID of the object being created.
  • the object-type document editing unit 150 as shown in Table 9 below.
  • the ID of the object pasted from the first object type document 220 is set to be the same as the ID (ie, id_1) of the first object to be copied.
  • the format information of the pasted object may be the same as the format information of the object No. 1 to be copied.
  • the format information of the objects included in the first object type document 260 edited by the object type document editing unit 150 may be expressed as shown in Table 10 below.
  • the object detector 160 selects all objects as the first object.
  • the original electronic document updating unit 170 updates the original electronic document 210 based on the edited first object type document 260 and the second object type document 230. An updated original electronic document 265 is generated.
  • the objects included in the updated original electronic document 265 correspond to the objects detected as the first object by the object detector 160 in the edited first object type document 260, and thus, the original electronic document 265.
  • the updater 170 updates the original electronic document 210 by setting a format of all objects based on a format of an object included in the second object type document 230 matching the first object.
  • the format information of the objects included in the original electronic document 265 updated by the original electronic document updater 170 may be represented as shown in Table 11.
  • the format of all objects not edited by the user may not be changed.
  • the object type document editing unit 150 identifies the ID of the object that is the target of the editing command in the first object type document 220. The IDs which do not match the IDs of the objects included in the second object type document 230 are set.
  • the object type document editing unit 150 causes the first object type document 220 to be inserted.
  • the ID of the new text object (ie, “789”) that is the target of the editing command is an ID (eg, id_3) that does not match the ID of the objects included in the second object type document as shown in Table 12 below. can be changed.
  • the format information of the new text object may have a default value.
  • the format information of the objects included in the first object type document 270 edited by the object type document editing unit 150 may be represented as shown in Table 13.
  • the object detector 160 may Objects 1 and 2 may be detected as the first object.
  • the ID (ie, id_3) of the new text object among the objects included in the edited first object type document 270 may be set to the ID of any of the objects included in the second object type document 230. Since there is no match, the object detector 160 may detect a new text object as a second object.
  • the original electronic document updater 170 may edit the edited first object type document 270 and the second object type document.
  • the updated original electronic document 275 is generated by updating the original electronic document 210 based on 230.
  • objects 1 and 2 included in the updated original electronic document 275 correspond to objects detected by the object detector 160 as the first object in the edited first object type document 270.
  • the original electronic document updater 170 sets the format of the first and second objects based on the format of the object included in the second object-type document 230 matching the first object. 210 is updated.
  • the new text object included in the updated original electronic document 275 corresponds to the new text object detected by the object detector 160 as the second object in the edited first object type document 270.
  • the original electronic document updater 170 sets the format of the new text object based on the format of the second object included in the edited first object type document 270 matching the new text object. Update document 210.
  • the format information of the objects included in the original electronic document 275 updated by the original electronic document updater 170 may be represented as shown in Table 14.
  • the format for objects 1 and 2 not edited by the user may not be changed.
  • the object to edit the object type document based on the editing command from the user the object of the editing command in the object type document Edit the object type document by changing the ID of the object, and detect an object that does not match an object whose ID matches the IDs of the objects included in the object type document of the original electronic document among the objects included in the edited object type document. And update the original electronic document based on the edited object type document and the object type document of the original electronic document, and format the object corresponding to the matching object among the objects included in the original electronic document.
  • FIG. 3 is a flowchart illustrating a method of operating a document editing apparatus maintaining a format of an object according to an embodiment of the present invention.
  • first and second object-type documents including objects assigned with IDs are generated by parsing the original electronic document stored in the original electronic document storage unit.
  • step S330 the first object type document is edited based on an editing command from a user, and the first object type document is changed by changing an ID of an object that is a target of the editing command in the first object type document. Edit.
  • an object whose ID matches the IDs of the objects included in the second object type document is detected as a first object, and an object that does not match is detected. Detect as a second object.
  • the original electronic document is updated based on the edited first object type document and the second object type document, and the first object matching a format of an object corresponding to the first object to the first object. 2 is set based on the format of the object included in the object-type document, and the format of the object corresponding to the second object is set based on the format of the second object included in the edited first object-type document.
  • step S330 if the editing command is a format change command, the ID of the object that is the target of the editing command in the first object type document is the second object type document. Change to an ID that does not match the ID of the objects in the.
  • the partial Set an object as a third object when the editing of the first object-type document is a format change command for some of the objects included in the editing command, the partial Set an object as a third object, set the ID of the third object to an ID that does not match the IDs of the objects included in the second object type document, set the remaining object to the fourth object, and set the fourth object.
  • the ID of the object to be edited is changed.
  • the paste in the first object-type document is performed.
  • the ID of the object that is the target of the editing command is changed by setting the ID of the object that is the target of the command to the same ID as the ID of the object that is the target of the copy command.
  • step S330 when the new object is inserted into the object type document by the editing command, the object type document editing unit sets the ID of the newly inserted object in the second type. By setting an ID that does not match the IDs of the objects included in the object type document, the ID of the object that is the target of the editing command is changed.
  • An operation method of a document editing apparatus for maintaining a format of an object may be implemented as a computer program stored in a storage medium for execution by combining with a computer.
  • the operating method of the document editing apparatus for maintaining the format of an object may be implemented in the form of program instructions that can be executed by various computer means and 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.
  • 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.
  • the hardware device described above may be configured to operate as one or more software modules to perform the operations of the present invention, and vice versa.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Document Processing Apparatus (AREA)

Abstract

La présente invention concerne un dispositif d'édition de document destiné à maintenir un format d'un objet et un procédé de fonctionnement associé, dans lesquels un document électronique d'origine est mis à jour sur la base d'un document de type d'objet édité et d'un document de type d'objet du document électronique d'origine, un format d'un objet correspondant à un objet correspondant parmi des objets inclus dans le document électronique d'origine est défini sur la base d'un format d'un objet inclus dans le document de type d'objet du document électronique d'origine, et un format d'un objet correspondant à un objet non apparié parmi les objets inclus dans le document électronique d'origine est défini sur la base d'un format d'un objet inclus dans le document de type d'objet édité, de sorte qu'un terminal client peut empêcher un format d'un objet, qui n'a pas été édité par l'intermédiaire d'un navigateur, d'être modifié sur le document électronique d'origine.
PCT/KR2018/005056 2017-05-15 2018-05-02 Dispositif d'édition de document destiné à maintenir un format d'objet, et son procédé de fonctionnement WO2018212484A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020170059929A KR101774257B1 (ko) 2017-05-15 2017-05-15 객체의 서식을 유지하는 문서 편집 장치 및 그의 동작 방법
KR10-2017-0059929 2017-05-15

Publications (1)

Publication Number Publication Date
WO2018212484A1 true WO2018212484A1 (fr) 2018-11-22

Family

ID=59924338

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2018/005056 WO2018212484A1 (fr) 2017-05-15 2018-05-02 Dispositif d'édition de document destiné à maintenir un format d'objet, et son procédé de fonctionnement

Country Status (2)

Country Link
KR (1) KR101774257B1 (fr)
WO (1) WO2018212484A1 (fr)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102013620B1 (ko) * 2017-11-28 2019-08-23 주식회사 한글과컴퓨터 웹 기반 문서의 템플릿을 변경하는 웹 기반 문서 편집 서버 및 이의 동작 방법
KR101991306B1 (ko) * 2018-04-13 2019-06-20 주식회사 한글과컴퓨터 조건부 서식에 기초하여 도형의 개체 속성을 변경하는 장치 및 이의 동작 방법
KR102053075B1 (ko) * 2018-05-17 2019-12-06 주식회사 한글과컴퓨터 전자 문서 편집 장치 및 이의 동작 방법
KR102067495B1 (ko) * 2018-06-04 2020-01-17 주식회사 한글과컴퓨터 전자 문서 편집 시스템 및 이의 동작 방법
KR102144351B1 (ko) * 2018-11-05 2020-08-13 주식회사 한글과컴퓨터 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치 및 그 동작 방법
KR102168323B1 (ko) * 2018-12-13 2020-10-21 주식회사 한글과컴퓨터 문서에 삽입되어 있는 개체들 간의 서식 속성의 동기화를 처리하는 문서 편집용 전자 단말 장치 및 그 동작 방법
KR102187543B1 (ko) * 2019-02-07 2020-12-07 주식회사 한글과컴퓨터 문서 편집 서버와 연동하여 웹 기반의 문서 작성을 처리하는 전자 단말 장치 및 그 동작 방법
KR102300417B1 (ko) * 2019-06-18 2021-09-09 주식회사 한글과컴퓨터 전자 문서에 삽입된 차트 이미지에서 차트 영역과 범례 영역에 대한 자동 매칭을 가능하게 하는 전자 장치 및 그 동작 방법
KR102566908B1 (ko) * 2021-03-11 2023-08-14 주식회사 한글과컴퓨터 프레젠테이션 문서를 구성하는 페이지에 개체 가이드 틀을 생성하는 전자 단말 장치 및 그 동작 방법
KR102639463B1 (ko) * 2021-06-07 2024-02-22 (주)현대엠아이비인터내셔널 커먼 아이디정보의 매칭을 이용한 웹페이지 메모 공유방법
KR102531310B1 (ko) * 2022-12-22 2023-05-10 류장근 웹 기반 스프레드시트 객체 정보의 자동 관리 시스템 및 방법

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010055959A (ko) * 1999-12-13 2001-07-04 오길록 문서관리 시스템에서의 정보 재사용을 위한에스지엠엘/엑스엠엘 엔티티의 저장/복원 장치 및 그 방법
KR20010110671A (ko) * 2000-01-31 2001-12-13 엑스엠엘시티즈 인코포레이티드 다양한 프레젠테이션을 위한 구조화된 문서 생성 방법 및장치
KR20020050295A (ko) * 2000-03-17 2002-06-26 아끼구사 나오유끼 문서 작성 프로그램을 기록한 컴퓨터 판독 가능한 기록매체, 문서 작성 시스템 및 문서 작성 방법
KR20060077559A (ko) * 2004-12-30 2006-07-05 주식회사 엔리치텍 메타파일을 이용한 문서양식 제작방법과 이 제작방법을컴퓨터에서 실행시킬 수 있는 프로그램이 저장된 기록매체
US20130138733A1 (en) * 2011-11-25 2013-05-30 Matthias Heinrich Universal collaboration adapter for web editors

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7188309B2 (en) 2002-06-28 2007-03-06 Microsoft Corporation Resolving document object collisions
KR101485788B1 (ko) 2014-03-28 2015-01-26 주식회사 한글과컴퓨터 화면 분할 렌더링 기반의 전자 문서 표시 장치 및 방법

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010055959A (ko) * 1999-12-13 2001-07-04 오길록 문서관리 시스템에서의 정보 재사용을 위한에스지엠엘/엑스엠엘 엔티티의 저장/복원 장치 및 그 방법
KR20010110671A (ko) * 2000-01-31 2001-12-13 엑스엠엘시티즈 인코포레이티드 다양한 프레젠테이션을 위한 구조화된 문서 생성 방법 및장치
KR20020050295A (ko) * 2000-03-17 2002-06-26 아끼구사 나오유끼 문서 작성 프로그램을 기록한 컴퓨터 판독 가능한 기록매체, 문서 작성 시스템 및 문서 작성 방법
KR20060077559A (ko) * 2004-12-30 2006-07-05 주식회사 엔리치텍 메타파일을 이용한 문서양식 제작방법과 이 제작방법을컴퓨터에서 실행시킬 수 있는 프로그램이 저장된 기록매체
US20130138733A1 (en) * 2011-11-25 2013-05-30 Matthias Heinrich Universal collaboration adapter for web editors

Also Published As

Publication number Publication date
KR101774257B1 (ko) 2017-09-04

Similar Documents

Publication Publication Date Title
WO2018212484A1 (fr) Dispositif d'édition de document destiné à maintenir un format d'objet, et son procédé de fonctionnement
WO2018026033A1 (fr) Appareil de support de collaboration de documents pour supporter l'édition simultanée d'un document et son procédé de fonctionnement
KR101859775B1 (ko) 컴퓨터 구현 사전 시스템 및 방법
WO2021045547A1 (fr) Procédé de création automatique de document personnalisé par l'utilisateur, ainsi que dispositif et serveur associés
US20060236228A1 (en) Extensible markup language schemas for bibliographies and citations
WO2018004021A1 (fr) Dispositif de support de collaboration pour co-édition de document électronique, et son procédé de fonctionnement
WO2014000672A1 (fr) Procédé et système permettant de copier et de coller un contenu de page web, et support d'enregistrement informatique
WO2014029338A1 (fr) Procédé de récupération d'informations multimédias et dispositif électronique
WO2018004020A1 (fr) Dispositif et procédé de vérification de correspondance d'éditions simultanées pour un document basé sur un langage de balisage
WO2012141433A2 (fr) Système de lecture multimédia pour un livre électronique basé sur des documents pdf et procédé de lecture pour celui-ci, et application pour un ordinateur personnel ou un dispositif mobile sur lequel celui-ci est mis en œuvre
WO2014058146A1 (fr) Appareil terminal utilisateur prenant en charge un défilement web rapide de documents web et son procédé
WO2021141419A1 (fr) Procédé et appareil pour générer un contenu personnalisé en fonction de l'intention de l'utilisateur
WO2018216920A1 (fr) Dispositif de fourniture d'un document type feuille de calcul à base de multiples fils et son procédé de fonctionnement
WO2017204368A1 (fr) Procédé et dispositif de fourniture de service de tableur web
WO2018004025A1 (fr) Dispositif de collaboration de documents prenant en charge la correction de style simultanée d'une l'entité et son procédé de fonctionnement
US10282174B2 (en) Software layout processing localization
WO2018212485A1 (fr) Dispositif terminal client apte à coller un contenu externe par rapport à un document web selon un attribut de style pris en charge par un outil d'édition de document web, et procédé de fonctionnement associé
WO2013028009A2 (fr) Système de bureau intelligent, serveur destiné au fonctionnement et procédé de fonctionnement
WO2014157938A1 (fr) Appareil et procédé permettant de présenter une page html
WO2017164510A2 (fr) Procédé de marquage de contenu multimédia basé sur des données vocales, et système l'utilisant
WO2018212486A1 (fr) Dispositif de synchronisation d'un caractère de combinaison d'un document basé sur un langage de balisage, et son procédé de fonctionnement
KR102013620B1 (ko) 웹 기반 문서의 템플릿을 변경하는 웹 기반 문서 편집 서버 및 이의 동작 방법
WO2018004027A1 (fr) Dispositif de service de document électronique basé sur le web, capable d'authentification pour l'édition de document, et son procédé de fonctionnement
WO2016186326A1 (fr) Dispositif de fourniture de liste de mots de recherche et procédé associé
WO2020215680A1 (fr) Procédé et appareil permettant de générer automatiquement une catégorie pojo, support d'informations et dispositif d'ordinateur

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18801591

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18801591

Country of ref document: EP

Kind code of ref document: A1