KR20210077242A - Electronic terminal device that performs copy and paste processing of image objects between web documents based on storage path information of an image and operating method thereof - Google Patents

Electronic terminal device that performs copy and paste processing of image objects between web documents based on storage path information of an image and operating method thereof Download PDF

Info

Publication number
KR20210077242A
KR20210077242A KR1020190168667A KR20190168667A KR20210077242A KR 20210077242 A KR20210077242 A KR 20210077242A KR 1020190168667 A KR1020190168667 A KR 1020190168667A KR 20190168667 A KR20190168667 A KR 20190168667A KR 20210077242 A KR20210077242 A KR 20210077242A
Authority
KR
South Korea
Prior art keywords
web document
image
image object
size
copy
Prior art date
Application number
KR1020190168667A
Other languages
Korean (ko)
Other versions
KR102442492B1 (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 KR1020190168667A priority Critical patent/KR102442492B1/en
Publication of KR20210077242A publication Critical patent/KR20210077242A/en
Application granted granted Critical
Publication of KR102442492B1 publication Critical patent/KR102442492B1/en

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
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04845Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range for image manipulation, e.g. dragging, rotation, expansion or change of colour
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/103Formatting, i.e. changing of presentation of documents
    • G06F40/117Tagging; Marking up; Designating a block; Setting of attributes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/134Hyperlinking

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Artificial Intelligence (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)
  • Record Information Processing For Printing (AREA)

Abstract

Disclosed are an electronic terminal device for performing copy and paste processing of an image object between web documents based on storage path information of an image and an operating method thereof. According to the present invention, the electronic terminal device and the operating method thereof store storage path information assigned to an image object on a clipboard when a copy command for the image object inserted into a first web document is received from a user, refer to the clipboard to check the storage path information when a paste command of the image object at a first point of the second web document is received from the user, and then receive a copy image file for a first image file stored in a web document storage server in accordance with the storage path information received from the web document storage server to insert a copy image object in accordance with the copy image file into the first point of the second web document to support to allow copy and paste processing of an image object between web documents based on storage path information of an image.

Description

이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치 및 그 동작 방법{ELECTRONIC TERMINAL DEVICE THAT PERFORMS COPY AND PASTE PROCESSING OF IMAGE OBJECTS BETWEEN WEB DOCUMENTS BASED ON STORAGE PATH INFORMATION OF AN IMAGE AND OPERATING METHOD THEREOF}An electronic terminal device that performs copy and paste processing of image objects between web documents based on image storage path information and an operating method thereof OF AN IMAGE AND OPERATING METHOD THEREOF}

본 발명은 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치 및 그 동작 방법에 대한 것이다.The present invention relates to an electronic terminal device for performing copying and pasting of an image object between web documents based on information on a storage path of an image, and an operating method thereof.

웹 문서는 웹 브라우저를 통해서 볼 수 있는 문서로, HTML(Hypertext Markup Language)이나 XML(eXtensible Markup Language)과 같이, 마크업 언어(Markup Language)를 기반으로 작성된 문서를 의미한다.A web document is a document that can be viewed through a web browser, and refers to a document written based on a markup language, such as Hypertext Markup Language (HTML) or eXtensible Markup Language (XML).

웹 브라우저에서는 웹 문서를 렌더링하여 화면으로 표시하기 위해, 문서 객체 모델(Document Object Model: DOM)을 사용한다. DOM은 객체 지향 모델로써 구조화된 문서를 표현하는 형식이고, 그래픽, 텍스트, 헤드라인, 스타일 등 웹의 모든 요소가 자바 스크립트(Java Script) 등과 같은 스크립트 언어에 의해 조정될 수 있도록 해준다.A web browser uses the Document Object Model (DOM) to render a web document and display it on the screen. DOM is an object-oriented model, which is a format for expressing structured documents, and allows all elements of the web, such as graphics, text, headlines, and styles, to be controlled by a scripting language such as JavaScript.

웹 브라우저에서는 마크업 언어를 기반으로 작성된 웹 문서를 파싱(parsing)하여 DOM을 생성한 후, 이를 기초로 웹 문서를 렌더링하여 화면 상에 상기 웹 문서를 표시하게 된다.A web browser parses a web document written based on a markup language to generate a DOM, and then renders the web document based on this and displays the web document on the screen.

관련하여, 최근, 사용자의 단말에 문서 편집용 소프트웨어가 설치되어 있는 경우에만 문서 편집이 가능하도록 하는 문서 작성 프로그램 대신, 웹 브라우저를 통해 간단히 문서의 작성 및 편집이 가능하도록 하는 웹 오피스가 사람들의 관심을 끌고 있다.In relation to this, recently, instead of a document creation program that enables document editing only when a document editing software is installed in a user's terminal, a web office that enables simple document creation and editing through a web browser has attracted people's attention. is dragging

다만, 웹 오피스는 웹 브라우저를 통해서 동작이 수행된다는 점에서, 기존의 설치형 문서 작성 프로그램과 비교하였을 때, 문서 편집을 위한 처리 속도가 다소 느릴 수 있다는 단점이 존재한다.However, in that the web office is operated through a web browser, there is a disadvantage that the processing speed for document editing may be somewhat slow compared to the existing installation type document creation program.

관련해서, 사용자에 의해 제1 웹 문서 상에 삽입된 이미지 개체의 제2 웹 문서로의 복사 및 붙여넣기 명령이 실행되는 경우, 상기 이미지 개체의 파일이 클립보드에 저장 및 추출되는 과정이 수행된 점에서 상기 이미지 개체의 파일 크기가 크다면, 이미지 개체의 복사 및 붙여넣기 처리를 수행하는데에 많은 시간이 소요될 수 있다.In relation to this, when a copy and paste command of an image object inserted on a first web document is executed by a user to a second web document, the process of storing and extracting the image object file to the clipboard is performed. In this regard, if the file size of the image object is large, it may take a lot of time to copy and paste the image object.

만약, 웹 문서 내에 삽입된 이미지 개체의 복사 및 붙여넣기의 기능 수행 시, 이미지 파일 대신 이미지 개체에 할당된 웹 서버에서의 저장 경로 정보를 활용하여, 비교적 적은 용량의 데이터가 클립보드에 저장되도록 한다면, 클립보드로의 데이터의 저장과 추출이 빠르게 처리될 수 있기 때문에, 보다 신속하게 웹 문서 간의 이미지 개체의 복사 및 붙여넣기의 처리가 가능할 수 있을 것이다. If, when copying and pasting an image object inserted in a web document, use the storage path information in the web server assigned to the image object instead of the image file so that a relatively small amount of data is stored in the clipboard. , since the storage and extraction of data to the clipboard can be processed quickly, copying and pasting of image objects between web documents may be processed more quickly.

따라서, 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리가 가능하도록 하는 기술에 대한 연구가 필요하다.Therefore, there is a need for research on a technology that enables copying and pasting of image objects between web documents based on image storage path information.

본 발명에 따른 전자 단말 장치 및 그 동작 방법은 사용자로부터 제1 웹 문서에 삽입된 이미지 개체에 대한 복사 명령이 수신되면, 상기 이미지 개체에 할당된 저장 경로 정보를 클립보드에 저장하고, 상기 사용자로부터 상기 제2 웹 문서의 제1 지점에 상기 이미지 개체의 붙여넣기 명령이 수신되면, 상기 클립보드를 참조하여, 상기 저장 경로 정보를 확인한 후, 웹 문서 저장 서버로부터 상기 저장 경로 정보에 따라 상기 웹 문서 저장 서버에 저장되어 있는 제1 이미지 파일에 대한 복사 이미지 파일을 수신하여, 상기 제2 웹 문서의 상기 제1 지점에 상기 복사 이미지 파일에 따른 복사 이미지 개체를 삽입함으로써, 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리가 가능하도록 지원하고자 한다.In an electronic terminal device and an operating method thereof according to the present invention, when a copy command for an image object inserted into a first web document is received from a user, storage path information allocated to the image object is stored in a clipboard, and the user When the image object paste command is received at the first point of the second web document, the web document is checked according to the storage path information from the web document storage server after checking the storage path information by referring to the clipboard. By receiving a copy image file for the first image file stored in the storage server, and inserting a copy image object according to the copy image file at the first point of the second web document, based on the storage path information of the image to support copy and paste processing of image objects between web documents.

본 발명의 일실시예에 따른 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치는 사용자로부터 복수의 웹 문서들 중 제1 웹 문서의 오픈 명령이 인가되면, 웹 문서 저장 서버 - 상기 웹 문서 저장 서버에는 복수의 웹 문서들과, 상기 복수의 웹 문서들에 삽입되어 있는 이미지 개체들 각각에 대한 이미지 파일이 저장되어 있음 - 로 상기 제1 웹 문서의 전송을 요청하고, 상기 제1 웹 문서의 전송 요청에 대응하여 상기 웹 문서 저장 서버로부터 상기 제1 웹 문서에 대한 제1 데이터가 수신되면, 상기 제1 데이터를 기초로 브라우저를 통해 상기 제1 웹 문서를 오픈하여 화면 상에 표시하며, 상기 사용자로부터 상기 복수의 웹 문서들 중 제2 웹 문서의 오픈 명령이 인가되면, 상기 웹 문서 저장 서버로 상기 제2 웹 문서의 전송을 요청하고, 상기 제2 웹 문서의 전송 요청에 대응하여 상기 웹 문서 저장 서버로부터 상기 제2 웹 문서에 대한 제2 데이터가 수신되면, 상기 제2 데이터를 기초로 브라우저를 통해 상기 제2 웹 문서를 오픈하여 화면 상에 표시하는 웹 문서 오픈부, 상기 사용자로부터 상기 제1 웹 문서에 삽입된 복수의 이미지 개체들 - 상기 복수의 이미지 개체들 각각에는 상기 복수의 이미지 개체들 각각에 대응되는 이미지 파일의 상기 웹 문서 저장 서버에서의 저장 경로 정보가 할당되어 있음 - 중 제1 이미지 개체에 대한 복사 명령이 수신되면, 상기 제1 이미지 개체에 할당된 제1 저장 경로 정보를 확인한 후, 클립보드에 상기 제1 저장 경로 정보를 저장하는 복사 명령 실행부, 상기 사용자로부터 상기 제2 웹 문서의 제1 지점에 상기 제1 이미지 개체의 붙여넣기 명령이 수신되면, 상기 클립보드를 참조하여, 상기 제1 이미지 개체에 할당된 상기 제1 저장 경로 정보를 확인하는 클립보드 확인부, 상기 제1 저장 경로 정보가 확인되면, 상기 웹 문서 저장 서버로, 상기 웹 문서 저장 서버에서의 상기 제1 저장 경로 정보에 따라 저장되어 있는 제1 이미지 파일의 전송을 요청하는 파일 요청부, 상기 웹 문서 저장 서버가 상기 제1 이미지 파일의 전송 요청을 수신함에 따라 상기 웹 문서 저장 서버에서 상기 제1 저장 경로 정보에 따라 저장되어 있는 상기 제1 이미지 파일을 추출한 후 상기 제1 이미지 파일에 대한 복사 이미지 파일을 생성하게 되면, 상기 웹 문서 저장 서버로부터 상기 복사 이미지 파일을 수신하는 파일 수신부 및 상기 제2 웹 문서의 상기 제1 지점에 상기 복사 이미지 파일에 따른 복사 이미지 개체를 삽입함으로써, 상기 제1 이미지 개체에 대한 상기 제2 웹 문서로의 붙여넣기 처리를 완료하는 붙여넣기 처리부를 포함한다.An electronic terminal device for performing copying and pasting of image objects between web documents based on the storage path information of images according to an embodiment of the present invention receives a command to open a first web document among a plurality of web documents from a user If authorized, the first web document as a web document storage server - the web document storage server stores a plurality of web documents and image files for each of the image objects inserted in the plurality of web documents request transmission of the first web document, and when first data for the first web document is received from the web document storage server in response to the transmission request of the first web document, based on the first data, the first web document is transmitted through a browser. A web document is opened and displayed on a screen, and when an open command of a second web document among the plurality of web documents is received from the user, the web document storage server requests transmission of the second web document, and When second data for the second web document is received from the web document storage server in response to a transmission request of the second web document, the second web document is opened through a browser based on the second data and displayed on the screen. A web document open unit displayed in a plurality of image objects inserted into the first web document from the user - In each of the plurality of image objects, the web document of an image file corresponding to each of the plurality of image objects is stored When a copy command for the first image object is received, the information on the storage path in the server is assigned, the first storage path information allocated to the first image object is checked, and the first storage path information is stored in the clipboard. When a copy command execution unit to store a paste command of the first image object is received from the user at the first point of the second web document, the first image object is assigned to the clipboard with reference to the clipboard. A clipboard checking unit for checking first storage path information, when the first storage path information is confirmed, to the web document storage server, the first storage path in the web document storage server A file requesting unit for requesting transmission of the first image file stored according to the information, when the web document storage server receives the transmission request of the first image file, the web document storage server receives the first storage path information When a copy image file for the first image file is generated after extracting the stored first image file, a file receiving unit for receiving the copy image file from the web document storage server and the second web document and a paste processing unit that completes the paste processing of the first image object into the second web document by inserting the copy image object according to the copy image file at the first point.

또한, 본 발명의 일실시예에 따른 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치의 동작 방법은 사용자로부터 복수의 웹 문서들 중 제1 웹 문서의 오픈 명령이 인가되면, 웹 문서 저장 서버 - 상기 웹 문서 저장 서버에는 복수의 웹 문서들과, 상기 복수의 웹 문서들에 삽입되어 있는 이미지 개체들 각각에 대한 이미지 파일이 저장되어 있음 - 로 상기 제1 웹 문서의 전송을 요청하고, 상기 제1 웹 문서의 전송 요청에 대응하여 상기 웹 문서 저장 서버로부터 상기 제1 웹 문서에 대한 제1 데이터가 수신되면, 상기 제1 데이터를 기초로 브라우저를 통해 상기 제1 웹 문서를 오픈하여 화면 상에 표시하는 단계, 상기 사용자로부터 상기 복수의 웹 문서들 중 제2 웹 문서의 오픈 명령이 인가되면, 상기 웹 문서 저장 서버로 상기 제2 웹 문서의 전송을 요청하고, 상기 제2 웹 문서의 전송 요청에 대응하여 상기 웹 문서 저장 서버로부터 상기 제2 웹 문서에 대한 제2 데이터가 수신되면, 상기 제2 데이터를 기초로 브라우저를 통해 상기 제2 웹 문서를 오픈하여 화면 상에 표시하는 단계, 상기 사용자로부터 상기 제1 웹 문서에 삽입된 복수의 이미지 개체들 - 상기 복수의 이미지 개체들 각각에는 상기 복수의 이미지 개체들 각각에 대응되는 이미지 파일의 상기 웹 문서 저장 서버에서의 저장 경로 정보가 할당되어 있음 - 중 제1 이미지 개체에 대한 복사 명령이 수신되면, 상기 제1 이미지 개체에 할당된 제1 저장 경로 정보를 확인한 후, 클립보드에 상기 제1 저장 경로 정보를 저장하는 단계, 상기 사용자로부터 상기 제2 웹 문서의 제1 지점에 상기 제1 이미지 개체의 붙여넣기 명령이 수신되면, 상기 클립보드를 참조하여, 상기 제1 이미지 개체에 할당된 상기 제1 저장 경로 정보를 확인하는 단계, 상기 제1 저장 경로 정보가 확인되면, 상기 웹 문서 저장 서버로, 상기 웹 문서 저장 서버에서의 상기 제1 저장 경로 정보에 따라 저장되어 있는 제1 이미지 파일의 전송을 요청하는 단계, 상기 웹 문서 저장 서버가 상기 제1 이미지 파일의 전송 요청을 수신함에 따라 상기 웹 문서 저장 서버에서 상기 제1 저장 경로 정보에 따라 저장되어 있는 상기 제1 이미지 파일을 추출한 후 상기 제1 이미지 파일에 대한 복사 이미지 파일을 생성하게 되면, 상기 웹 문서 저장 서버로부터 상기 복사 이미지 파일을 수신하는 단계 및 상기 제2 웹 문서의 상기 제1 지점에 상기 복사 이미지 파일에 따른 복사 이미지 개체를 삽입함으로써, 상기 제1 이미지 개체에 대한 상기 제2 웹 문서로의 붙여넣기 처리를 완료하는 단계를 포함한다.In addition, according to an embodiment of the present invention, a method of operating an electronic terminal device for performing copying and pasting of image objects between web documents based on information on a storage path of an image is provided by a user from a first web among a plurality of web documents. When the document open command is approved, a web document storage server - the web document storage server stores a plurality of web documents and image files for each of the image objects inserted in the plurality of web documents Requests transmission of the first web document, and when first data for the first web document is received from the web document storage server in response to the transmission request of the first web document, a browser based on the first data opening the first web document and displaying it on a screen through, when an open command of a second web document among the plurality of web documents is applied from the user, the second web document is stored in the web document storage server. When a transmission request is made and second data for the second web document is received from the web document storage server in response to the transmission request of the second web document, the second web document is transmitted through a browser based on the second data. opening a document and displaying it on a screen, a plurality of image objects inserted into the first web document by the user - Each of the plurality of image objects includes the image file corresponding to each of the plurality of image objects When a copy command for the first image object is received, the first storage path information assigned to the first image object is checked, and then the first storage path information is stored in the clipboard. storing the storage path information; when a command to paste the first image object is received from the user at the first point of the second web document, referring to the clipboard, the information allocated to the first image object is checking first storage path information; when the first storage path information is confirmed, to the web document storage server, to the first storage path information in the web document storage server requesting transmission of the stored first image file according to the first image file stored according to the first storage path information in the web document storage server as the web document storage server receives the transmission request of the first image file If a copy image file for the first image file is generated after extracting the first image file, receiving the copy image file from the web document storage server and the second web document at the first point and inserting a copy image object according to the copy image file, thereby completing the pasting process of the first image object into the second web document.

본 발명에 따른 전자 단말 장치 및 그 동작 방법은 사용자로부터 제1 웹 문서에 삽입된 이미지 개체에 대한 복사 명령이 수신되면, 상기 이미지 개체에 할당된 저장 경로 정보를 클립보드에 저장하고, 상기 사용자로부터 상기 제2 웹 문서의 제1 지점에 상기 이미지 개체의 붙여넣기 명령이 수신되면, 상기 클립보드를 참조하여, 상기 저장 경로 정보를 확인한 후, 웹 문서 저장 서버로부터 상기 저장 경로 정보에 따라 상기 웹 문서 저장 서버에 저장되어 있는 제1 이미지 파일에 대한 복사 이미지 파일을 수신하여, 상기 제2 웹 문서의 상기 제1 지점에 상기 복사 이미지 파일에 따른 복사 이미지 개체를 삽입함으로써, 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리가 가능하도록 지원할 수 있다.In an electronic terminal device and an operating method thereof according to the present invention, when a copy command for an image object inserted into a first web document is received from a user, storage path information allocated to the image object is stored in a clipboard, and the user When the image object paste command is received at the first point of the second web document, the web document is checked according to the storage path information from the web document storage server after checking the storage path information by referring to the clipboard. By receiving a copy image file for the first image file stored in the storage server, and inserting a copy image object according to the copy image file at the first point of the second web document, based on the storage path information of the image can support copying and pasting of image objects between web documents.

도 1은 본 발명의 일실시예에 따른 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치의 구조를 도시한 도면이다.
도 2와 도 3은 본 발명의 일실시예에 따른 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치를 설명하기 위한 도면이다.
도 4는 본 발명의 일실시예에 따른 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치의 동작 방법을 도시한 순서도이다.
1 is a diagram illustrating a structure of an electronic terminal device that performs copy and paste processing of image objects between web documents based on image storage path information according to an embodiment of the present invention.
2 and 3 are diagrams for explaining an electronic terminal device that performs copy and paste processing of image objects between web documents based on image storage path information according to an embodiment of the present invention.
4 is a flowchart illustrating a method of operating an electronic terminal device for copying and pasting image objects between web documents based on image storage path information according to an embodiment of the present invention.

이하에서는 본 발명에 따른 실시예들을 첨부된 도면을 참조하여 상세하게 설명하기로 한다. 이러한 설명은 본 발명을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 사상 및 기술 범위에 포함되는 모든 변경, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다. 각 도면을 설명하면서 유사한 참조부호를 유사한 구성요소에 대해 사용하였으며, 다르게 정의되지 않는 한, 기술적이거나 과학적인 용어를 포함해서 본 명세서 상에서 사용되는 모든 용어들은 본 발명이 속하는 기술분야에서 통상의 지식을 가진 사람에 의해 일반적으로 이해되는 것과 동일한 의미를 가지고 있다.Hereinafter, embodiments according to the present invention will be described in detail with reference to the accompanying drawings. These descriptions are not intended to limit the present invention to specific embodiments, and should be understood to include all modifications, equivalents, and substitutes included in the spirit and scope of the present invention. While describing each drawing, like reference numerals are used for similar components, and unless otherwise defined, all terms used in this specification, including technical or scientific terms, refer to those of ordinary skill in the art to which the present invention belongs. It has the same meaning as is commonly understood by those who have it.

본 문서에서, 어떤 부분이 어떤 구성요소를 "포함"한다고 할 때, 이는 특별히 반대되는 기재가 없는 한 다른 구성요소를 제외하는 것이 아니라 다른 구성요소를 더 포함할 수 있다는 것을 의미한다. 또한, 본 발명의 다양한 실시예들에 있어서, 각 구성요소들, 기능 블록들 또는 수단들은 하나 또는 그 이상의 하부 구성요소로 구성될 수 있고, 각 구성요소들이 수행하는 전기, 전자, 기계적 기능들은 전자회로, 집적회로, ASIC(Application Specific Integrated Circuit) 등 공지된 다양한 소자들 또는 기계적 요소들로 구현될 수 있으며, 각각 별개로 구현되거나 2 이상이 하나로 통합되어 구현될 수도 있다. In this document, when a part "includes" a certain component, it means that other components may be further included, rather than excluding other components, unless otherwise stated. In addition, in various embodiments of the present invention, each of the components, functional blocks or means may be composed of one or more sub-components, and the electrical, electronic, and mechanical functions performed by each component are electronic. A circuit, an integrated circuit, an ASIC (Application Specific Integrated Circuit), etc. may be implemented with various well-known devices or mechanical elements, and may be implemented separately or two or more may be integrated into one.

한편, 첨부된 블록도의 블록들이나 흐름도의 단계들은 범용 컴퓨터, 특수용 컴퓨터, 휴대용 노트북 컴퓨터, 네트워크 컴퓨터 등 데이터 프로세싱이 가능한 장비의 프로세서나 메모리에 탑재되어 지정된 기능들을 수행하는 컴퓨터 프로그램 명령들(instructions)을 의미하는 것으로 해석될 수 있다. 이들 컴퓨터 프로그램 명령들은 컴퓨터 장치에 구비된 메모리 또는 컴퓨터에서 판독 가능한 메모리에 저장될 수 있기 때문에, 블록도의 블록들 또는 흐름도의 단계들에서 설명된 기능들은 이를 수행하는 명령 수단을 내포하는 제조물로 생산될 수도 있다. 아울러, 각 블록 또는 각 단계는 특정된 논리적 기능(들)을 실행하기 위한 하나 이상의 실행 가능한 명령들을 포함하는 모듈, 세그먼트 또는 코드의 일부를 나타낼 수 있다. 또, 몇 가지 대체 가능한 실시예들에서는 블록들 또는 단계들에서 언급된 기능들이 정해진 순서와 달리 실행되는 것도 가능함을 주목해야 한다. 예컨대, 잇달아 도시되어 있는 두 개의 블록들 또는 단계들은 실질적으로 동시에 수행되거나, 역순으로 수행될 수 있으며, 경우에 따라 일부 블록들 또는 단계들이 생략된 채로 수행될 수도 있다.On the other hand, the blocks in the accompanying block diagram or steps in the flowchart are computer program instructions that are loaded in a processor or memory of equipment capable of data processing, such as a general-purpose computer, a special-purpose computer, a portable notebook computer, and a network computer, and perform specified functions. can be interpreted as meaning Since these computer program instructions may be stored in a memory provided in a computer device or in a memory readable by a computer, the functions described in the blocks of the block diagrams or the steps of the flowcharts are produced as articles of manufacture containing instruction means for performing the same. could be In addition, each block or each step may represent a module, segment, or portion of code comprising one or more executable instructions for executing the specified logical function(s). It should also be noted that, in some alternative embodiments, it is also possible for the functions recited in blocks or steps to be executed out of the prescribed order. For example, two blocks or steps shown one after another may be performed substantially simultaneously or in the reverse order, and in some cases, some blocks or steps may be omitted.

도 1은 본 발명의 일실시예에 따른 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치의 구조를 도시한 도면이다. 1 is a diagram illustrating a structure of an electronic terminal device that performs copy and paste processing of image objects between web documents based on image storage path information according to an embodiment of the present invention.

도 1을 참조하면, 본 발명의 일실시예에 따른 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치(110)는 웹 문서 오픈부(111), 복사 명령 실행부(112), 클립보드 확인부(113), 파일 요청부(114), 파일 수신부(115) 및 붙여넣기 처리부(116)를 포함한다. Referring to FIG. 1 , an electronic terminal device 110 that performs copy and paste processing of image objects between web documents based on storage path information of images according to an embodiment of the present invention includes a web document open unit 111 . , a copy command execution unit 112 , a clipboard confirmation unit 113 , a file request unit 114 , a file reception unit 115 , and a paste processing unit 116 .

웹 문서 오픈부(111)는 사용자로부터 복수의 웹 문서들 중 제1 웹 문서의 오픈 명령이 인가되면, 웹 문서 저장 서버(130)로 상기 제1 웹 문서의 전송을 요청한다. The web document opening unit 111 requests transmission of the first web document to the web document storage server 130 when an open command for a first web document among a plurality of web documents is applied from the user.

여기서, 웹 문서 저장 서버(130)에는 복수의 웹 문서들과, 상기 복수의 웹 문서들에 삽입되어 있는 이미지 개체들 각각에 대한 이미지 파일이 저장되어 있다.Here, the web document storage server 130 stores a plurality of web documents and an image file for each of the image objects inserted in the plurality of web documents.

이때, 본 발명의 일실시예에 따르면, 웹 문서 저장 서버(130)는 전자 단말 장치(110)로부터 상기 제1 웹 문서의 전송 요청이 수신되는 경우, 상기 제1 웹 문서에 대한 제1 데이터를 전자 단말 장치(110)로 전송할 수 있다.At this time, according to an embodiment of the present invention, when a request for transmission of the first web document is received from the electronic terminal device 110 , the web document storage server 130 stores the first data for the first web document. It can be transmitted to the electronic terminal device 110 .

웹 문서 오픈부(111)는 상기 제1 웹 문서의 전송 요청에 대응하여 웹 문서 저장 서버(130)로부터 상기 제1 웹 문서에 대한 상기 제1 데이터가 수신되면, 상기 제1 데이터를 기초로 브라우저를 통해 상기 제1 웹 문서를 오픈하여 화면 상에 표시하고, 상기 사용자로부터 상기 복수의 웹 문서들 중 제2 웹 문서의 오픈 명령이 인가되면, 웹 문서 저장 서버(130)로 상기 제2 웹 문서의 전송을 요청한다. When the first data for the first web document is received from the web document storage server 130 in response to the request for transmission of the first web document, the web document opening unit 111 is configured to open a browser based on the first data. The first web document is opened and displayed on the screen through , and when an open command of a second web document among the plurality of web documents is applied from the user, the second web document is sent to the web document storage server 130 . request the transmission of

이때, 본 발명의 일실시예에 따르면, 웹 문서 저장 서버(130)는 전자 단말 장치(110)로부터 상기 제2 웹 문서의 전송 요청이 수신되는 경우, 상기 제2 웹 문서에 대한 제2 데이터를 전자 단말 장치(110)로 전송할 수 있다.At this time, according to an embodiment of the present invention, when a request for transmission of the second web document is received from the electronic terminal device 110 , the web document storage server 130 stores second data for the second web document. It can be transmitted to the electronic terminal device 110 .

웹 문서 오픈부(111)는 상기 제2 웹 문서의 전송 요청에 대응하여 웹 문서 저장 서버(130)로부터 상기 제2 웹 문서에 대한 상기 제2 데이터가 수신되면, 상기 제2 데이터를 기초로 브라우저를 통해 상기 제2 웹 문서를 오픈하여 화면 상에 표시한다.When the web document opening unit 111 receives the second data for the second web document from the web document storage server 130 in response to the request for transmission of the second web document, the browser based on the second data to open the second web document and display it on the screen.

복사 명령 실행부(112)는 상기 사용자로부터 상기 제1 웹 문서에 삽입된 복수의 이미지 개체들(상기 복수의 이미지 개체들 각각에는 상기 복수의 이미지 개체들 각각에 대응되는 이미지 파일의 웹 문서 저장 서버(130)에서의 저장 경로 정보가 할당되어 있음) 중 제1 이미지 개체에 대한 복사 명령이 수신되면, 상기 제1 이미지 개체에 할당된 제1 저장 경로 정보를 확인한 후, 클립보드에 상기 제1 저장 경로 정보를 저장한다.The copy command execution unit 112 includes a plurality of image objects inserted into the first web document from the user (each of the plurality of image objects includes a web document storage server of an image file corresponding to each of the plurality of image objects). When a copy command for the first image object is received (in 130, the storage path information is allocated), the first storage path information allocated to the first image object is checked, and then the first storage path information is stored in the clipboard. Save route information.

여기서, 웹 문서 저장 서버(130)에서의 저장 경로 정보는 웹 문서 저장 서버(130)에서 각 이미지 파일이 저장되어 있는 위치를 나타내는 주소를 의미하고, 클립보드란 전자 단말 장치(110) 상에서 임시 저장 공간으로 사용하기 위해 확보된 메모리 영역을 의미한다.Here, the storage path information in the web document storage server 130 means an address indicating a location where each image file is stored in the web document storage server 130 , and the clipboard is temporarily stored on the electronic terminal device 110 . It means a memory area reserved for use as space.

이때, 본 발명의 일실시예에 따르면, 상기 복수의 이미지 개체들 각각에 대응되는 이미지 파일의 웹 문서 저장 서버(130)에서의 저장 경로 정보에는 상기 복수의 이미지 개체들 각각이 상기 제1 웹 문서에 삽입되어 있는 개체임을 나타내기 위한, 상기 제1 웹 문서에 대한 고유 식별자가 포함되어 있을 수 있다.At this time, according to an embodiment of the present invention, in the storage path information in the web document storage server 130 of the image file corresponding to each of the plurality of image objects, each of the plurality of image objects is the first web document. A unique identifier for the first web document may be included to indicate that it is an object inserted in the .

클립보드 확인부(113)는 상기 사용자로부터 상기 제2 웹 문서의 제1 지점에 상기 제1 이미지 개체의 붙여넣기 명령이 수신되면, 상기 클립보드를 참조하여, 상기 제1 이미지 개체에 할당된 상기 제1 저장 경로 정보를 확인한다.The clipboard check unit 113 is configured to refer to the clipboard when a command to paste the first image object to the first point of the second web document is received from the user, and is configured to refer to the clipboard assigned to the first image object. Check the first storage path information.

파일 요청부(114)는 상기 제1 저장 경로 정보가 확인되면, 웹 문서 저장 서버(130)로, 웹 문서 저장 서버(130)에서의 상기 제1 저장 경로 정보에 따라 저장되어 있는 제1 이미지 파일의 전송을 요청한다.When the first storage path information is confirmed, the file request unit 114 sends to the web document storage server 130 a first image file stored according to the first storage path information in the web document storage server 130 . request the transmission of

이때, 본 발명의 일실시예에 따르면, 웹 문서 저장 서버(130)는 전자 단말 장치(110)로부터 상기 제1 이미지 파일의 전송 요청이 수신되는 경우, 상기 복수의 웹 문서들에 삽입되어 있는 이미지 개체들 각각에 대한 이미지 파일 중 상기 제1 저장 경로 정보에 따라 저장되어 있는 상기 제1 이미지 파일을 추출한 후, 상기 제1 이미지 파일을 복사하여 복사 이미지 파일을 생성할 수 있다. At this time, according to an embodiment of the present invention, when the web document storage server 130 receives a request for transmission of the first image file from the electronic terminal device 110 , the image inserted into the plurality of web documents is After extracting the first image file stored according to the first storage path information from among the image files for each object, the first image file may be copied to generate a copy image file.

그리고, 웹 문서 저장 서버(130)는 상기 복사 이미지 파일이 상기 제2 웹 문서에 삽입될 개체임을 나타내기 위한, 상기 제2 웹 문서에 대한 고유 식별자를 포함하는 제2 저장 경로 정보를 생성하여 상기 복사 이미지 파일에 상기 제2 저장 경로 정보를 할당한 후, 상기 복사 이미지 파일을 전자 단말 장치(110)로 전송할 수 있다.Then, the web document storage server 130 generates second storage path information including a unique identifier for the second web document to indicate that the copied image file is an object to be inserted into the second web document. After allocating the second storage path information to the copy image file, the copy image file may be transmitted to the electronic terminal device 110 .

이렇게, 웹 문서 저장 서버(130)가 전자 단말 장치(110)로 상기 복사 이미지 파일을 전송하게 되면, 파일 수신부(115)는 웹 문서 저장 서버(130)로부터 상기 복사 이미지 파일을 수신한다 In this way, when the web document storage server 130 transmits the copy image file to the electronic terminal device 110 , the file receiving unit 115 receives the copy image file from the web document storage server 130 .

붙여넣기 처리부(116)는 상기 제2 웹 문서의 상기 제1 지점에 상기 복사 이미지 파일에 따른 복사 이미지 개체를 삽입함으로써, 상기 제1 이미지 개체에 대한 상기 제2 웹 문서로의 붙여넣기 처리를 완료한다.The paste processing unit 116 inserts a copy image object according to the copy image file at the first point of the second web document, thereby completing the paste processing of the first image object into the second web document. do.

이때, 본 발명의 일실시예에 따르면, 전자 단말 장치(110)는 관계 지정부(117) 및 크기 동기화부(118)를 더 포함할 수 있다.In this case, according to an embodiment of the present invention, the electronic terminal device 110 may further include a relationship designator 117 and a size synchronizer 118 .

관계 지정부(117)는 상기 제2 웹 문서의 상기 제1 지점에 상기 복사 이미지 개체가 삽입되면, 상기 제1 웹 문서에 삽입된 상기 제1 이미지 개체를 부모 개체로 지정하고, 상기 제2 웹 문서에 삽입된 상기 복사 이미지 개체를 상기 제1 이미지 개체에 종속된 자식 개체로 지정한다.When the copy image object is inserted into the first point of the second web document, the relationship designator 117 designates the first image object inserted into the first web document as a parent object, and the second web Designate the copy image object inserted into the document as a child object subordinate to the first image object.

크기 동기화부(118)는 상기 사용자에 의해 상기 제1 웹 문서에 인가되는 이미지 개체 크기 변경 명령에 따라 상기 제1 웹 문서에서 상기 제1 이미지 개체의 크기가 변경되면, 상기 제1 이미지 개체의 크기 변경에 대응하여, 상기 제2 웹 문서에서 상기 복사 이미지 개체의 크기가 변경되도록 상기 제1 이미지 개체와 상기 복사 이미지 개체 간의 크기 변경 동기화를 처리한다.The size synchronization unit 118 is configured to change the size of the first image object in the first web document according to an image object size change command applied to the first web document by the user. In response to the change, synchronization of size change between the first image object and the copy image object is processed so that the size of the copy image object is changed in the second web document.

이때, 본 발명의 일실시예에 따르면, 크기 동기화부(118)는 상기 사용자에 의해 상기 제1 웹 문서에 인가되는 이미지 개체 크기 증가 명령에 따라 상기 제1 웹 문서에서 상기 제1 이미지 개체의 크기가 제1 크기 증가 비율만큼 증가하는 경우, 상기 제1 이미지 개체의 크기 증가에 대응하여, 상기 제2 웹 문서에서 상기 복사 이미지 개체의 크기를 상기 제1 크기 증가 비율만큼 증가시키고, 상기 사용자에 의해 상기 제1 웹 문서에 인가되는 이미지 개체 크기 감소 명령에 따라 상기 제1 웹 문서에서 상기 제1 이미지 개체의 크기가 제1 크기 감소 비율만큼 감소하는 경우, 상기 제1 이미지 개체의 크기 감소에 대응하여, 상기 제2 웹 문서에서 상기 복사 이미지 개체의 크기를 상기 제1 크기 감소 비율만큼 감소시킬 수 있다.At this time, according to an embodiment of the present invention, the size synchronization unit 118 is the size of the first image object in the first web document according to the image object size increase command applied to the first web document by the user. increases by the first size increase rate, in response to the increase in the size of the first image object, increases the size of the copy image object in the second web document by the first size increase rate, and by the user When the size of the first image object in the first web document is reduced by a first size reduction ratio according to the image object size reduction command applied to the first web document, in response to the reduction in the size of the first image object , the size of the copy image object in the second web document may be reduced by the first size reduction ratio.

관련하여, 도 2의 도면부호 210과 도면부호 220은 각각 '웹 문서 1'(210)과 '웹 문서 2'(220)를 나타내고, 도면부호 211은 '웹 문서 1'에 삽입된 '이미지 개체 1'(211)을 나타내며, 도면부호 221은 사용자에 의해 인가된 '이미지 개체 1'(211)의 붙여넣기 명령에 따라 '웹 문서 2'(220)의 특정 지점으로의 붙여넣기 처리가 완료된 '복사 이미지 개체'(221)를 나타낸다고 가정하자.In relation to this, reference numeral 210 and reference numeral 220 of FIG. 2 denote 'web document 1' 210 and 'web document 2' 220, respectively, and reference numeral 211 denotes an 'image object inserted in 'web document 1'. 1' (211), and reference numeral 221 denotes 'In accordance with the paste command of 'image object 1' (211) approved by the user, the pasting process of 'web document 2' (220) to a specific point is completed. Assume that a copy image object' 221 is represented.

관계 지정부(117)는 '웹 문서 2'(220)의 상기 특정 지점에 '복사 이미지 개체'(221)가 삽입되면, '웹 문서 1'(210)에 삽입된 '이미지 개체 1'(211)을 부모 개체로 지정하고, '웹 문서 2'(220)에 삽입된 '복사 이미지 개체'(221)를 '이미지 개체 1'(211)에 종속된 자식 개체로 지정할 수 있다.When the 'copy image object' 221 is inserted at the specific point of the 'web document 2' 220, the relationship designation unit 117 may determine the 'image object 1' 211 inserted into the 'web document 1' 210. ) as a parent object, and the 'copy image object' 221 inserted into the 'web document 2' 220 may be designated as a child object subordinate to the 'image object 1' 211 .

이때, 크기 동기화부(118)는 상기 사용자에 의해 '웹 문서 1'(210)에 인가되는 이미지 개체 크기 변경 명령에 따라 '웹 문서 1'(210)에서 '이미지 개체 1'(211)의 크기가 변경되면, '이미지 개체 1'(211)의 크기 변경에 대응하여, '웹 문서 2'(220)에서 '복사 이미지 개체'(221)의 크기가 변경되도록 '이미지 개체 1'(211)과 '복사 이미지 개체'(221) 간의 크기 변경 동기화를 처리할 수 있다.In this case, the size synchronization unit 118 determines the size of the 'image object 1' 211 in the 'web document 1' 210 according to the image object size change command applied to the 'web document 1' 210 by the user. is changed, in response to the change in the size of the 'image object 1' 211, the 'image object 1' 211 and the 'image object 1' 211 so that the size of the 'copy image object' 221 in the 'web document 2' 220 is changed. Resize synchronization between the 'copy image objects' 221 may be processed.

구체적으로, 크기 동기화부(118)는 상기 사용자에 의해 '웹 문서 1'(210)에 인가되는 이미지 개체 크기 증가 명령에 따라 '웹 문서 1'(210)에서 '이미지 개체 1'(211)의 크기가 도면부호 212와 같이 제1 크기 증가 비율만큼 증가하는 경우, '이미지 개체 1'(211)의 도면부호 212로의 크기 증가에 대응하여, '웹 문서 2'(220)에서 '복사 이미지 개체'(221)의 크기를 도면부호 222와 같이, 상기 제1 크기 증가 비율만큼 증가시킬 수 있다. In detail, the size synchronization unit 118 controls the size of the 'image object 1' 211 in the 'web document 1' 210 according to the image object size increase command applied to the 'web document 1' 210 by the user. When the size increases by the first size increase ratio as shown by reference numeral 212, in response to the increase in the size of the 'image object 1' 211 to 212, the 'copy image object' in the 'web document 2' 220 As indicated by reference numeral 222, the size of 221 may be increased by the first size increase ratio.

마찬가지로, 크기 동기화부(118)는 상기 사용자에 의해 '웹 문서 1'(210)에 인가되는 이미지 개체 크기 감소 명령에 따라 '웹 문서 1'(210)에서 '이미지 개체 1'(211)의 크기가 제1 크기 감소 비율만큼 감소하는 경우, '이미지 개체 1'(211)의 크기 감소에 대응하여, '웹 문서 2'(220)에서 '복사 이미지 개체'(221)의 크기를 상기 제1 크기 감소 비율만큼 감소시킬 수 있다.Similarly, the size synchronizer 118 determines the size of the 'image object 1' 211 in the 'web document 1' 210 according to the image object size reduction command applied to the 'web document 1' 210 by the user. is reduced by the first size reduction ratio, in response to the reduction in the size of the 'image object 1' 211, the size of the 'copy image object' 221 in the 'web document 2' 220 is set to the first size It can be reduced by the reduction ratio.

또한, 본 발명의 일실시예에 따르면, 전자 단말 장치(110)는 종속 관계 해제부(119)를 더 포함할 수 있다.Also, according to an embodiment of the present invention, the electronic terminal device 110 may further include a dependency release unit 119 .

종속 관계 해제부(119)는 상기 사용자에 의해 상기 제2 웹 문서에 인가되는 이미지 개체 크기 변경 명령에 따라 상기 제2 웹 문서에서 상기 복사 이미지 개체의 크기가 변경되면, 상기 복사 이미지 개체에 대한 상기 제1 이미지 개체와의 종속 관계를 해제한다.When the size of the copy image object in the second web document is changed according to an image object size change command applied to the second web document by the user, the dependency release unit 119 is configured to change the size of the copy image object. Release the dependency relationship with the first image object.

이때, 종속 관계 해제부(119)는 상기 복사 이미지 개체에 대한 상기 제1 이미지 개체와의 종속 관계가 해제되면, 크기 동기화부(118)로 상기 종속 관계가 해제되었음을 알리는 피드백(Feedback)을 줄 수 있다.At this time, when the dependency relationship with the first image object for the copy image object is released, the dependency release unit 119 may give a feedback indicating that the dependency relationship has been released to the size synchronizer 118 . have.

이때, 본 발명의 일실시예에 따르면, 크기 동기화부(118)는 상기 복사 이미지 개체에 대한 상기 제1 이미지 개체와의 종속 관계가 해제되면, 상기 사용자에 의해 상기 제1 웹 문서에 인가되는 이미지 개체 크기 변경 명령에 따라 상기 제1 웹 문서에서 상기 제1 이미지 개체의 크기가 변경되더라도 상기 제1 이미지 개체의 크기 변경에 대응하여 상기 제2 웹 문서에서 상기 복사 이미지 개체에 대한 크기의 변경을 수행하지 않을 수 있다.At this time, according to an embodiment of the present invention, the size synchronization unit 118 releases the image applied to the first web document by the user when the dependency relationship with the first image object for the copy image object is released. Even if the size of the first image object is changed in the first web document according to the object size change command, the size of the copied image object is changed in the second web document in response to the size change of the first image object may not

관련하여, 도 3을 참조하면, 종속 관계 해제부(119)는 상기 사용자에 의해 '웹 문서 2'(220)에 인가되는 이미지 개체 크기 변경 명령에 따라 '웹 문서 2'(220)에서 '복사 이미지 개체'(221)의 크기가 도면부호 223과 같이 변경되는 경우, '이미지 개체 1'(211)의 크기를 변경하지 않고 그대로 유지함으로써, '복사 이미지 개체'(221)에 대한 '이미지 개체 1'(211)과의 종속 관계를 해제할 수 있다.Referring to FIG. 3 , the dependency release unit 119 'copy' from the 'web document 2' 220 according to the image object size change command applied to the 'web document 2' 220 by the user. When the size of the 'image object' 221 is changed as indicated by reference numeral 223, the 'image object 1' for the 'copy image object' 221 is maintained without changing the size of the 'image object 1' 211 . The dependency relationship with '(211) can be released.

이렇게, '복사 이미지 개체'(221)에 대한 '이미지 개체 1'(211)과의 종속 관계가 해제된 후, '복사 이미지 개체'(221)의 크기가 도면부호 223과 같이 변경되면, 크기 동기화부(118)는 상기 사용자에 의해 '웹 문서 1'(210)에 인가되는 이미지 개체 크기 변경 명령에 따라 '웹 문서 1'(210)에서 '이미지 개체 1'(211)의 크기가 도면부호 213과 같이 변경되더라도 '웹 문서 2'(220)에서 도면부호 223과 같이 변경된 '복사 이미지 개체'(223)에 대한 크기를 유지함으로써, '복사 이미지 개체'(223)에 대한 크기의 변경을 수행하지 않을 수 있다.In this way, after the dependency relationship with the 'image object 1' 211 for the 'copy image object' 221 is released, when the size of the 'copy image object' 221 is changed as indicated by reference numeral 223, size synchronization The unit 118 indicates that the size of the 'image object 1' 211 in the 'web document 1' 210 is changed according to the image object size change command applied to the 'web document 1' 210 by the user. By maintaining the size of the changed 'copy image object' 223 as shown in reference numeral 223 in the 'web document 2' 220, the size of the 'copy image object' 223 is not changed. may not be

도 4는 본 발명의 일실시예에 따른 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치의 동작 방법을 도시한 순서도이다.4 is a flowchart illustrating a method of operating an electronic terminal device for copying and pasting image objects between web documents based on image storage path information according to an embodiment of the present invention.

단계(S410)에서는 사용자로부터 복수의 웹 문서들 중 제1 웹 문서의 오픈 명령이 인가되면, 웹 문서 저장 서버(상기 웹 문서 저장 서버에는 복수의 웹 문서들과, 상기 복수의 웹 문서들에 삽입되어 있는 이미지 개체들 각각에 대한 이미지 파일이 저장되어 있음)로 상기 제1 웹 문서의 전송을 요청하고, 상기 제1 웹 문서의 전송 요청에 대응하여 상기 웹 문서 저장 서버로부터 상기 제1 웹 문서에 대한 제1 데이터가 수신되면, 상기 제1 데이터를 기초로 브라우저를 통해 상기 제1 웹 문서를 오픈하여 화면 상에 표시한다.In step S410, when an open command of a first web document among a plurality of web documents is received from the user, a web document storage server (a plurality of web documents are inserted into the web document storage server, and the plurality of web documents are inserted into the web documents) requesting transmission of the first web document as an image file for each of the image objects in the image), and in response to the transmission request of the first web document, from the web document storage server to the first web document When the first data is received, the first web document is opened through a browser based on the first data and displayed on the screen.

단계(S420)에서는 상기 사용자로부터 상기 복수의 웹 문서들 중 제2 웹 문서의 오픈 명령이 인가되면, 상기 웹 문서 저장 서버로 상기 제2 웹 문서의 전송을 요청하고, 상기 제2 웹 문서의 전송 요청에 대응하여 상기 웹 문서 저장 서버로부터 상기 제2 웹 문서에 대한 제2 데이터가 수신되면, 상기 제2 데이터를 기초로 브라우저를 통해 상기 제2 웹 문서를 오픈하여 화면 상에 표시한다.In step S420, when a command to open a second web document among the plurality of web documents is received from the user, a request is made to transmit the second web document to the web document storage server, and the second web document is transmitted When the second data for the second web document is received from the web document storage server in response to a request, the second web document is opened through a browser based on the second data and displayed on the screen.

단계(S430)에서는 상기 사용자로부터 상기 제1 웹 문서에 삽입된 복수의 이미지 개체들(상기 복수의 이미지 개체들 각각에는 상기 복수의 이미지 개체들 각각에 대응되는 이미지 파일의 상기 웹 문서 저장 서버에서의 저장 경로 정보가 할당되어 있음)중 제1 이미지 개체에 대한 복사 명령이 수신되면, 상기 제1 이미지 개체에 할당된 제1 저장 경로 정보를 확인한 후, 클립보드에 상기 제1 저장 경로 정보를 저장한다.In step S430, a plurality of image objects inserted into the first web document by the user (each of the plurality of image objects includes an image file corresponding to each of the plurality of image objects in the web document storage server). When a copy command is received for the first image object among the storage path information allocated), the first storage path information allocated to the first image object is checked, and then the first storage path information is stored in the clipboard. .

단계(S440)에서는 상기 사용자로부터 상기 제2 웹 문서의 제1 지점에 상기 제1 이미지 개체의 붙여넣기 명령이 수신되면, 상기 클립보드를 참조하여, 상기 제1 이미지 개체에 할당된 상기 제1 저장 경로 정보를 확인한다.In step S440, when a command to paste the first image object is received from the user at the first point of the second web document, the first storage allocated to the first image object is referred to the clipboard. Check the route information.

단계(S450)에서는 상기 제1 저장 경로 정보가 확인되면, 상기 웹 문서 저장 서버로, 상기 웹 문서 저장 서버에서의 상기 제1 저장 경로 정보에 따라 저장되어 있는 제1 이미지 파일의 전송을 요청한다.In step S450, when the first storage path information is checked, the web document storage server requests transmission of the first image file stored according to the first storage path information in the web document storage server.

단계(S460)에서는 상기 웹 문서 저장 서버가 상기 제1 이미지 파일의 전송 요청을 수신함에 따라 상기 웹 문서 저장 서버에서 상기 제1 저장 경로 정보에 따라 저장되어 있는 상기 제1 이미지 파일을 추출한 후 상기 제1 이미지 파일에 대한 복사 이미지 파일을 생성하게 되면, 상기 웹 문서 저장 서버로부터 상기 복사 이미지 파일을 수신한다.In step S460, when the web document storage server receives the transmission request of the first image file, the web document storage server extracts the first image file stored according to the first storage path information, and then the first image file is extracted. When a copy image file for 1 image file is created, the copy image file is received from the web document storage server.

단계(S470)에서는 상기 제2 웹 문서의 상기 제1 지점에 상기 복사 이미지 파일에 따른 복사 이미지 개체를 삽입함으로써, 상기 제1 이미지 개체에 대한 상기 제2 웹 문서로의 붙여넣기 처리를 완료한다.In step S470, by inserting a copy image object according to the copy image file at the first point of the second web document, the process of pasting the first image object into the second web document is completed.

이때, 본 발명의 일실시예에 따르면, 상기 복수의 이미지 개체들 각각에 대응되는 이미지 파일의 상기 웹 문서 저장 서버에서의 저장 경로 정보에는 상기 제1 웹 문서에 대한 고유 식별자가 포함되어 있을 수 있다.In this case, according to an embodiment of the present invention, the storage path information of the image file corresponding to each of the plurality of image objects in the web document storage server may include a unique identifier for the first web document. .

또한, 상기 웹 문서 저장 서버는 상기 전자 단말 장치로부터 상기 제1 이미지 파일의 전송 요청이 수신되면, 상기 복수의 웹 문서들에 삽입되어 있는 이미지 개체들 각각에 대한 이미지 파일 중 상기 제1 저장 경로 정보에 따라 저장되어 있는 상기 제1 이미지 파일을 추출한 후, 상기 제1 이미지 파일을 복사하여 상기 복사 이미지 파일을 생성하고, 상기 제2 웹 문서에 대한 고유 식별자를 포함하는 제2 저장 경로 정보를 생성하여 상기 복사 이미지 파일에 상기 제2 저장 경로 정보를 할당한 후, 상기 복사 이미지 파일을 상기 전자 단말 장치로 전송할 수 있다.In addition, when the web document storage server receives the transmission request of the first image file from the electronic terminal device, the first storage path information of the image files for each of the image objects inserted in the plurality of web documents After extracting the first image file stored according to After allocating the second storage path information to the copy image file, the copy image file may be transmitted to the electronic terminal device.

또한, 본 발명의 일실시예에 따르면, 상기 전자 단말 장치는 상기 제2 웹 문서의 상기 제1 지점에 상기 복사 이미지 개체가 삽입되면, 상기 제1 웹 문서에 삽입된 상기 제1 이미지 개체를 부모 개체로 지정하고, 상기 제2 웹 문서에 삽입된 상기 복사 이미지 개체를 상기 제1 이미지 개체에 종속된 자식 개체로 지정하는 단계 및 상기 사용자에 의해 상기 제1 웹 문서에 인가되는 이미지 개체 크기 변경 명령에 따라 상기 제1 웹 문서에서 상기 제1 이미지 개체의 크기가 변경되면, 상기 제1 이미지 개체의 크기 변경에 대응하여, 상기 제2 웹 문서에서 상기 복사 이미지 개체의 크기가 변경되도록 상기 제1 이미지 개체와 상기 복사 이미지 개체 간의 크기 변경 동기화를 처리하는 단계를 더 포함할 수 있다.In addition, according to an embodiment of the present invention, when the copy image object is inserted into the first point of the second web document, the electronic terminal device sets the first image object inserted into the first web document as a parent. designating an object, designating the copy image object inserted in the second web document as a child object subordinate to the first image object, and an image object size change command applied to the first web document by the user When the size of the first image object is changed in the first web document according to The method may further include processing size change synchronization between the object and the copy image object.

이때, 본 발명의 일실시예에 따르면, 상기 제1 이미지 개체와 상기 복사 이미지 개체 간의 크기 변경 동기화를 처리하는 단계는 상기 사용자에 의해 상기 제1 웹 문서에 인가되는 이미지 개체 크기 증가 명령에 따라 상기 제1 웹 문서에서 상기 제1 이미지 개체의 크기가 제1 크기 증가 비율만큼 증가하는 경우, 상기 제1 이미지 개체의 크기 증가에 대응하여, 상기 제2 웹 문서에서 상기 복사 이미지 개체의 크기를 상기 제1 크기 증가 비율만큼 증가시킬 수 있다.At this time, according to an embodiment of the present invention, the processing of the synchronization of size change between the first image object and the copy image object is performed according to the image object size increase command applied to the first web document by the user. When the size of the first image object in the first web document increases by the first size increase ratio, in response to the increase in the size of the first image object, the size of the copy image object in the second web document is increased by the second web document. It can be increased by 1 size increase ratio.

또한, 상기 사용자에 의해 상기 제1 웹 문서에 인가되는 이미지 개체 크기 감소 명령에 따라 상기 제1 웹 문서에서 상기 제1 이미지 개체의 크기가 제1 크기 감소 비율만큼 감소하는 경우, 상기 제1 이미지 개체의 크기 감소에 대응하여, 상기 제2 웹 문서에서 상기 복사 이미지 개체의 크기를 상기 제1 크기 감소 비율만큼 감소시킬 수 있다.Also, when the size of the first image object in the first web document is reduced by a first size reduction ratio according to an image object size reduction command applied to the first web document by the user, the first image object In response to the reduction in the size of , the size of the copy image object in the second web document may be reduced by the first size reduction ratio.

이때, 본 발명의 일실시예에 따르면, 상기 전자 단말 장치는 상기 사용자에 의해 상기 제2 웹 문서에 인가되는 이미지 개체 크기 변경 명령에 따라 상기 제2 웹 문서에서 상기 복사 이미지 개체의 크기가 변경되면, 상기 복사 이미지 개체에 대한 상기 제1 이미지 개체와의 종속 관계를 해제하는 단계를 더 포함할 수 있고, 상기 제1 이미지 개체와 상기 복사 이미지 개체 간의 크기 변경 동기화를 처리하는 단계는 상기 복사 이미지 개체에 대한 상기 제1 이미지 개체와의 종속 관계가 해제되면, 상기 사용자에 의해 상기 제1 웹 문서에 인가되는 이미지 개체 크기 변경 명령에 따라 상기 제1 웹 문서에서 상기 제1 이미지 개체의 크기가 변경되더라도 상기 제1 이미지 개체의 크기 변경에 대응하여 상기 제2 웹 문서에서 상기 복사 이미지 개체에 대한 크기의 변경을 수행하지 않을 수 있다.At this time, according to an embodiment of the present invention, when the size of the copy image object in the second web document is changed according to an image object size change command applied to the second web document by the user, the electronic terminal device , releasing a dependency relationship with the first image object for the copy image object, wherein the processing of size change synchronization between the first image object and the copy image object comprises the copy image object When the dependency relationship with the first image object is released, even if the size of the first image object is changed in the first web document according to an image object size change command applied to the first web document by the user The size of the copy image object in the second web document may not be changed in response to the size change of the first image object.

이상, 도 4를 참조하여 본 발명의 일실시예에 따른 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치의 동작 방법에 대해 설명하였다. 여기서, 본 발명의 일실시예에 따른 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치의 동작 방법은 도 1 내지 도 3을 이용하여 설명한 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치(110)의 동작에 대한 구성과 대응될 수 있으므로, 이에 대한 보다 상세한 설명은 생략하기로 한다.A method of operating an electronic terminal device for copying and pasting image objects between web documents based on image storage path information according to an embodiment of the present invention has been described with reference to FIG. 4 above. Here, the operating method of the electronic terminal device for performing copying and pasting processing of image objects between web documents based on the storage path information of the images according to an embodiment of the present invention includes the images described with reference to FIGS. 1 to 3 . Since it may correspond to the configuration of the operation of the electronic terminal device 110 that performs copy and paste processing of image objects between web documents based on the storage path information, a more detailed description thereof will be omitted.

본 발명의 일실시예에 따른 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치의 동작 방법은 컴퓨터와의 결합을 통해 실행시키기 위한 저장매체에 저장된 컴퓨터 프로그램으로 구현될 수 있다.According to an embodiment of the present invention, a method of operating an electronic terminal device for copying and pasting an image object between web documents based on information on a storage path of an image according to an embodiment of the present invention is stored in a storage medium for execution through combination with a computer. It may be implemented as a computer program.

또한, 본 발명의 일실시예에 따른 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치의 동작 방법은 컴퓨터와의 결합을 통해 실행시키기 위한 컴퓨터 프로그램 명령 형태로 구현되어 컴퓨터 판독 가능 매체에 기록될 수 있다. 상기 컴퓨터 판독 가능 매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체에 기록되는 프로그램 명령은 본 발명을 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다. In addition, the operating method of the electronic terminal device for performing copy and paste processing of image objects between web documents based on the storage path information of the image according to an embodiment of the present invention is a computer program for executing through combination with a computer. It may be implemented in the form of instructions and recorded in a computer-readable medium. The computer-readable medium may include program instructions, data files, data structures, etc. alone or in combination. The program instructions recorded on the medium may be specially designed and configured for the present invention, or may be known and available to those skilled in the art of computer software. Examples of the computer-readable recording medium include magnetic media such as hard disks, floppy disks and magnetic tapes, optical media such as CD-ROMs and DVDs, and magnetic such as floppy disks. - includes magneto-optical media, and hardware devices specially configured to store and carry out program instructions, such as ROM, RAM, flash memory, and the like. Examples of program instructions include not only machine language codes such as those generated by a compiler, but also high-level language codes that can be executed by a computer using an interpreter or the like.

이상과 같이 본 발명에서는 구체적인 구성 요소 등과 같은 특정 사항들과 한정된 실시예 및 도면에 의해 설명되었으나 이는 본 발명의 보다 전반적인 이해를 돕기 위해서 제공된 것일 뿐, 본 발명은 상기의 실시예에 한정되는 것은 아니며, 본 발명이 속하는 분야에서 통상적인 지식을 가진 자라면 이러한 기재로부터 다양한 수정 및 변형이 가능하다. As described above, the present invention has been described with specific matters such as specific components and limited embodiments and drawings, but these are provided to help a more general understanding of the present invention, and the present invention is not limited to the above embodiments. , various modifications and variations are possible from these descriptions by those of ordinary skill in the art to which the present invention pertains.

따라서, 본 발명의 사상은 설명된 실시예에 국한되어 정해져서는 아니되며, 후술하는 특허청구범위뿐 아니라 이 특허청구범위와 균등하거나 등가적 변형이 있는 모든 것들은 본 발명 사상의 범주에 속한다고 할 것이다.Therefore, the spirit of the present invention should not be limited to the described embodiments, and not only the claims to be described later, but also all those with equivalent or equivalent modifications to the claims will be said to belong to the scope of the spirit of the present invention. .

110: 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치
111: 웹 문서 오픈부 112: 복사 명령 실행부
113: 클립보드 확인부 114: 파일 요청부
115: 파일 수신부 116: 붙여넣기 처리부
117: 관계 지정부 118: 크기 동기화부
119: 종속 관계 해제부
130: 웹 문서 저장 서버
110: Electronic terminal device for performing copy and paste processing of image objects between web documents based on the storage path information of the image
111: web document open unit 112: copy command execution unit
113: clipboard confirmation unit 114: file request unit
115: file receiving unit 116: paste processing unit
117: relationship designation unit 118: size synchronization unit
119: dependency release unit
130: web document storage server

Claims (12)

사용자로부터 복수의 웹 문서들 중 제1 웹 문서의 오픈 명령이 인가되면, 웹 문서 저장 서버 - 상기 웹 문서 저장 서버에는 복수의 웹 문서들과, 상기 복수의 웹 문서들에 삽입되어 있는 이미지 개체들 각각에 대한 이미지 파일이 저장되어 있음 - 로 상기 제1 웹 문서의 전송을 요청하고, 상기 제1 웹 문서의 전송 요청에 대응하여 상기 웹 문서 저장 서버로부터 상기 제1 웹 문서에 대한 제1 데이터가 수신되면, 상기 제1 데이터를 기초로 브라우저를 통해 상기 제1 웹 문서를 오픈하여 화면 상에 표시하며, 상기 사용자로부터 상기 복수의 웹 문서들 중 제2 웹 문서의 오픈 명령이 인가되면, 상기 웹 문서 저장 서버로 상기 제2 웹 문서의 전송을 요청하고, 상기 제2 웹 문서의 전송 요청에 대응하여 상기 웹 문서 저장 서버로부터 상기 제2 웹 문서에 대한 제2 데이터가 수신되면, 상기 제2 데이터를 기초로 브라우저를 통해 상기 제2 웹 문서를 오픈하여 화면 상에 표시하는 웹 문서 오픈부;
상기 사용자로부터 상기 제1 웹 문서에 삽입된 복수의 이미지 개체들 - 상기 복수의 이미지 개체들 각각에는 상기 복수의 이미지 개체들 각각에 대응되는 이미지 파일의 상기 웹 문서 저장 서버에서의 저장 경로 정보가 할당되어 있음 - 중 제1 이미지 개체에 대한 복사 명령이 수신되면, 상기 제1 이미지 개체에 할당된 제1 저장 경로 정보를 확인한 후, 클립보드에 상기 제1 저장 경로 정보를 저장하는 복사 명령 실행부;
상기 사용자로부터 상기 제2 웹 문서의 제1 지점에 상기 제1 이미지 개체의 붙여넣기 명령이 수신되면, 상기 클립보드를 참조하여, 상기 제1 이미지 개체에 할당된 상기 제1 저장 경로 정보를 확인하는 클립보드 확인부;
상기 제1 저장 경로 정보가 확인되면, 상기 웹 문서 저장 서버로, 상기 웹 문서 저장 서버에서의 상기 제1 저장 경로 정보에 따라 저장되어 있는 제1 이미지 파일의 전송을 요청하는 파일 요청부;
상기 웹 문서 저장 서버가 상기 제1 이미지 파일의 전송 요청을 수신함에 따라 상기 웹 문서 저장 서버에서 상기 제1 저장 경로 정보에 따라 저장되어 있는 상기 제1 이미지 파일을 추출한 후 상기 제1 이미지 파일에 대한 복사 이미지 파일을 생성하게 되면, 상기 웹 문서 저장 서버로부터 상기 복사 이미지 파일을 수신하는 파일 수신부; 및
상기 제2 웹 문서의 상기 제1 지점에 상기 복사 이미지 파일에 따른 복사 이미지 개체를 삽입함으로써, 상기 제1 이미지 개체에 대한 상기 제2 웹 문서로의 붙여넣기 처리를 완료하는 붙여넣기 처리부
를 포함하는 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치.
When an open command of a first web document among a plurality of web documents is approved by a user, a web document storage server - The web document storage server includes a plurality of web documents and image objects inserted in the plurality of web documents An image file for each is stored - to request transmission of the first web document, and the first data for the first web document is transmitted from the web document storage server in response to the transmission request of the first web document Upon receiving, the first web document is opened and displayed on the screen through a browser based on the first data, and when an open command of a second web document among the plurality of web documents is received from the user, the web When a request is made to transmit the second web document to a document storage server, and second data for the second web document is received from the web document storage server in response to the request to transmit the second web document, the second data a web document opening unit for opening the second web document through a browser and displaying it on the screen;
A plurality of image objects inserted into the first web document by the user - to each of the plurality of image objects, storage path information of an image file corresponding to each of the plurality of image objects is assigned in the web document storage server a copy command execution unit configured to, when a copy command for the first image object is received, check the first storage path information allocated to the first image object, and then store the first storage path information in the clipboard;
When a paste command of the first image object is received from the user at the first point of the second web document, the first storage path information assigned to the first image object is identified by referring to the clipboard. clipboard check unit;
a file request unit for requesting, to the web document storage server, to transmit a first image file stored according to the first storage path information in the web document storage server when the first storage path information is checked;
When the web document storage server receives the transmission request of the first image file, the web document storage server extracts the first image file stored according to the first storage path information, and then a file receiving unit for receiving the copy image file from the web document storage server when the copy image file is generated; and
A paste processing unit that completes the paste processing of the first image object into the second web document by inserting a copy image object according to the copy image file at the first point of the second web document
An electronic terminal device that performs copy and paste processing of image objects between web documents based on the storage path information of the image including a.
제1항에 있어서,
상기 복수의 이미지 개체들 각각에 대응되는 이미지 파일의 상기 웹 문서 저장 서버에서의 저장 경로 정보에는 상기 제1 웹 문서에 대한 고유 식별자가 포함되어 있고,
상기 웹 문서 저장 서버는
상기 전자 단말 장치로부터 상기 제1 이미지 파일의 전송 요청이 수신되면, 상기 복수의 웹 문서들에 삽입되어 있는 이미지 개체들 각각에 대한 이미지 파일 중 상기 제1 저장 경로 정보에 따라 저장되어 있는 상기 제1 이미지 파일을 추출한 후, 상기 제1 이미지 파일을 복사하여 상기 복사 이미지 파일을 생성하고, 상기 제2 웹 문서에 대한 고유 식별자를 포함하는 제2 저장 경로 정보를 생성하여 상기 복사 이미지 파일에 상기 제2 저장 경로 정보를 할당한 후, 상기 복사 이미지 파일을 상기 전자 단말 장치로 전송하는 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치.
According to claim 1,
The storage path information in the web document storage server of the image file corresponding to each of the plurality of image objects includes a unique identifier for the first web document,
The web document storage server is
When a request for transmission of the first image file is received from the electronic terminal device, the first image file stored according to the first storage path information among the image files for each of the image objects inserted in the plurality of web documents After extracting the image file, the copy image file is created by copying the first image file, and second storage path information including a unique identifier for the second web document is generated, and the second image file is added to the copy image file. After allocating the storage path information, the electronic terminal device performs copying and pasting of image objects between web documents based on the storage path information of the image for transmitting the copied image file to the electronic terminal device.
제1항에 있어서,
상기 제2 웹 문서의 상기 제1 지점에 상기 복사 이미지 개체가 삽입되면, 상기 제1 웹 문서에 삽입된 상기 제1 이미지 개체를 부모 개체로 지정하고, 상기 제2 웹 문서에 삽입된 상기 복사 이미지 개체를 상기 제1 이미지 개체에 종속된 자식 개체로 지정하는 관계 지정부; 및
상기 사용자에 의해 상기 제1 웹 문서에 인가되는 이미지 개체 크기 변경 명령에 따라 상기 제1 웹 문서에서 상기 제1 이미지 개체의 크기가 변경되면, 상기 제1 이미지 개체의 크기 변경에 대응하여, 상기 제2 웹 문서에서 상기 복사 이미지 개체의 크기가 변경되도록 상기 제1 이미지 개체와 상기 복사 이미지 개체 간의 크기 변경 동기화를 처리하는 크기 동기화부
를 더 포함하는 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치.
According to claim 1,
When the copy image object is inserted into the first point of the second web document, the first image object inserted into the first web document is designated as a parent object, and the copy image inserted into the second web document is a relationship designator for designating an object as a child object subordinate to the first image object; and
When the size of the first image object in the first web document is changed according to an image object size change command applied to the first web document by the user, in response to the size change of the first image object, 2 A size synchronization unit that processes size change synchronization between the first image object and the copy image object so that the size of the copy image object is changed in the web document
An electronic terminal device for performing copy and paste processing of image objects between web documents based on the storage path information of the image further comprising a.
제3항에 있어서,
상기 크기 동기화부는
상기 사용자에 의해 상기 제1 웹 문서에 인가되는 이미지 개체 크기 증가 명령에 따라 상기 제1 웹 문서에서 상기 제1 이미지 개체의 크기가 제1 크기 증가 비율만큼 증가하는 경우, 상기 제1 이미지 개체의 크기 증가에 대응하여, 상기 제2 웹 문서에서 상기 복사 이미지 개체의 크기를 상기 제1 크기 증가 비율만큼 증가시키고,
상기 사용자에 의해 상기 제1 웹 문서에 인가되는 이미지 개체 크기 감소 명령에 따라 상기 제1 웹 문서에서 상기 제1 이미지 개체의 크기가 제1 크기 감소 비율만큼 감소하는 경우, 상기 제1 이미지 개체의 크기 감소에 대응하여, 상기 제2 웹 문서에서 상기 복사 이미지 개체의 크기를 상기 제1 크기 감소 비율만큼 감소시키는 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치.
4. The method of claim 3,
the size synchronizer
When the size of the first image object in the first web document increases by a first size increase ratio according to an image object size increase command applied to the first web document by the user, the size of the first image object in response to the increase, increase the size of the copy image object in the second web document by the first size increase ratio;
When the size of the first image object in the first web document is reduced by a first size reduction ratio according to an image object size reduction command applied to the first web document by the user, the size of the first image object Electronic that performs copy and paste processing of image object between web documents based on storage path information of an image that reduces the size of the copy image object in the second web document by the first size reduction ratio in response to the reduction terminal device.
제4항에 있어서,
상기 사용자에 의해 상기 제2 웹 문서에 인가되는 이미지 개체 크기 변경 명령에 따라 상기 제2 웹 문서에서 상기 복사 이미지 개체의 크기가 변경되면, 상기 복사 이미지 개체에 대한 상기 제1 이미지 개체와의 종속 관계를 해제하는 종속 관계 해제부
를 더 포함하고,
상기 크기 동기화부는
상기 복사 이미지 개체에 대한 상기 제1 이미지 개체와의 종속 관계가 해제되면, 상기 사용자에 의해 상기 제1 웹 문서에 인가되는 이미지 개체 크기 변경 명령에 따라 상기 제1 웹 문서에서 상기 제1 이미지 개체의 크기가 변경되더라도 상기 제1 이미지 개체의 크기 변경에 대응하여 상기 제2 웹 문서에서 상기 복사 이미지 개체에 대한 크기의 변경을 수행하지 않는 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치.
5. The method of claim 4,
When the size of the copy image object in the second web document is changed according to an image object size change command applied to the second web document by the user, a dependency relationship between the copy image object and the first image object Dependency release unit to release
further comprising,
the size synchronizer
When the dependency relationship with the first image object for the copy image object is released, the image object size change command applied to the first web document by the user changes the size of the first image object in the first web document. Copying of an image object between web documents based on the image storage path information that does not change the size of the copied image object in the second web document in response to a change in the size of the first image object even if the size is changed An electronic terminal device that performs paste processing.
사용자로부터 복수의 웹 문서들 중 제1 웹 문서의 오픈 명령이 인가되면, 웹 문서 저장 서버 - 상기 웹 문서 저장 서버에는 복수의 웹 문서들과, 상기 복수의 웹 문서들에 삽입되어 있는 이미지 개체들 각각에 대한 이미지 파일이 저장되어 있음 - 로 상기 제1 웹 문서의 전송을 요청하고, 상기 제1 웹 문서의 전송 요청에 대응하여 상기 웹 문서 저장 서버로부터 상기 제1 웹 문서에 대한 제1 데이터가 수신되면, 상기 제1 데이터를 기초로 브라우저를 통해 상기 제1 웹 문서를 오픈하여 화면 상에 표시하는 단계;
상기 사용자로부터 상기 복수의 웹 문서들 중 제2 웹 문서의 오픈 명령이 인가되면, 상기 웹 문서 저장 서버로 상기 제2 웹 문서의 전송을 요청하고, 상기 제2 웹 문서의 전송 요청에 대응하여 상기 웹 문서 저장 서버로부터 상기 제2 웹 문서에 대한 제2 데이터가 수신되면, 상기 제2 데이터를 기초로 브라우저를 통해 상기 제2 웹 문서를 오픈하여 화면 상에 표시하는 단계;
상기 사용자로부터 상기 제1 웹 문서에 삽입된 복수의 이미지 개체들 - 상기 복수의 이미지 개체들 각각에는 상기 복수의 이미지 개체들 각각에 대응되는 이미지 파일의 상기 웹 문서 저장 서버에서의 저장 경로 정보가 할당되어 있음 - 중 제1 이미지 개체에 대한 복사 명령이 수신되면, 상기 제1 이미지 개체에 할당된 제1 저장 경로 정보를 확인한 후, 클립보드에 상기 제1 저장 경로 정보를 저장하는 단계;
상기 사용자로부터 상기 제2 웹 문서의 제1 지점에 상기 제1 이미지 개체의 붙여넣기 명령이 수신되면, 상기 클립보드를 참조하여, 상기 제1 이미지 개체에 할당된 상기 제1 저장 경로 정보를 확인하는 단계;
상기 제1 저장 경로 정보가 확인되면, 상기 웹 문서 저장 서버로, 상기 웹 문서 저장 서버에서의 상기 제1 저장 경로 정보에 따라 저장되어 있는 제1 이미지 파일의 전송을 요청하는 단계;
상기 웹 문서 저장 서버가 상기 제1 이미지 파일의 전송 요청을 수신함에 따라 상기 웹 문서 저장 서버에서 상기 제1 저장 경로 정보에 따라 저장되어 있는 상기 제1 이미지 파일을 추출한 후 상기 제1 이미지 파일에 대한 복사 이미지 파일을 생성하게 되면, 상기 웹 문서 저장 서버로부터 상기 복사 이미지 파일을 수신하는 단계; 및
상기 제2 웹 문서의 상기 제1 지점에 상기 복사 이미지 파일에 따른 복사 이미지 개체를 삽입함으로써, 상기 제1 이미지 개체에 대한 상기 제2 웹 문서로의 붙여넣기 처리를 완료하는 단계
를 포함하는 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치의 동작 방법.
When an open command of a first web document among a plurality of web documents is approved by a user, a web document storage server - The web document storage server includes a plurality of web documents and image objects inserted in the plurality of web documents An image file for each is stored - to request transmission of the first web document, and the first data for the first web document is transmitted from the web document storage server in response to the transmission request of the first web document when received, displaying the first web document on a screen by opening the first web document through a browser based on the first data;
When an open command for a second web document among the plurality of web documents is approved by the user, the web document storage server requests transmission of the second web document, and responds to the request for transmission of the second web document. when second data for the second web document is received from a web document storage server, opening the second web document through a browser based on the second data and displaying the second web document on a screen;
A plurality of image objects inserted into the first web document by the user - to each of the plurality of image objects, storage path information of an image file corresponding to each of the plurality of image objects is assigned in the web document storage server of - when a copy command for the first image object is received, checking the first storage path information allocated to the first image object, and then storing the first storage path information in a clipboard;
When a paste command of the first image object is received from the user at the first point of the second web document, the first storage path information assigned to the first image object is identified by referring to the clipboard. step;
when the first storage path information is checked, requesting the web document storage server to transmit a first image file stored according to the first storage path information in the web document storage server;
When the web document storage server receives the transmission request of the first image file, the web document storage server extracts the first image file stored according to the first storage path information, and then receiving the copy image file from the web document storage server when the copy image file is created; and
Completing the pasting process of the first image object into the second web document by inserting a copy image object according to the copy image file at the first point of the second web document
An operating method of an electronic terminal device for performing copying and pasting processing of image objects between web documents based on the storage path information of the image including a.
제6항에 있어서,
상기 복수의 이미지 개체들 각각에 대응되는 이미지 파일의 상기 웹 문서 저장 서버에서의 저장 경로 정보에는 상기 제1 웹 문서에 대한 고유 식별자가 포함되어 있고,
상기 웹 문서 저장 서버는
상기 전자 단말 장치로부터 상기 제1 이미지 파일의 전송 요청이 수신되면, 상기 복수의 웹 문서들에 삽입되어 있는 이미지 개체들 각각에 대한 이미지 파일 중 상기 제1 저장 경로 정보에 따라 저장되어 있는 상기 제1 이미지 파일을 추출한 후, 상기 제1 이미지 파일을 복사하여 상기 복사 이미지 파일을 생성하고, 상기 제2 웹 문서에 대한 고유 식별자를 포함하는 제2 저장 경로 정보를 생성하여 상기 복사 이미지 파일에 상기 제2 저장 경로 정보를 할당한 후, 상기 복사 이미지 파일을 상기 전자 단말 장치로 전송하는 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치의 동작 방법.
7. The method of claim 6,
The storage path information in the web document storage server of the image file corresponding to each of the plurality of image objects includes a unique identifier for the first web document,
The web document storage server is
When a request for transmission of the first image file is received from the electronic terminal device, the first image file stored according to the first storage path information among the image files for each of the image objects inserted in the plurality of web documents After extracting the image file, the copy image file is created by copying the first image file, and second storage path information including a unique identifier for the second web document is generated, and the second image file is added to the copy image file. After allocating storage path information, based on the storage path information of the image for transmitting the copy image file to the electronic terminal device, the method of operating an electronic terminal device to perform copy and paste processing of image objects between web documents.
제6항에 있어서,
상기 제2 웹 문서의 상기 제1 지점에 상기 복사 이미지 개체가 삽입되면, 상기 제1 웹 문서에 삽입된 상기 제1 이미지 개체를 부모 개체로 지정하고, 상기 제2 웹 문서에 삽입된 상기 복사 이미지 개체를 상기 제1 이미지 개체에 종속된 자식 개체로 지정하는 단계; 및
상기 사용자에 의해 상기 제1 웹 문서에 인가되는 이미지 개체 크기 변경 명령에 따라 상기 제1 웹 문서에서 상기 제1 이미지 개체의 크기가 변경되면, 상기 제1 이미지 개체의 크기 변경에 대응하여, 상기 제2 웹 문서에서 상기 복사 이미지 개체의 크기가 변경되도록 상기 제1 이미지 개체와 상기 복사 이미지 개체 간의 크기 변경 동기화를 처리하는 단계
를 더 포함하는 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치의 동작 방법.
7. The method of claim 6,
When the copy image object is inserted into the first point of the second web document, the first image object inserted into the first web document is designated as a parent object, and the copy image inserted into the second web document is designating an object as a child object dependent on the first image object; and
When the size of the first image object in the first web document is changed according to an image object size change command applied to the first web document by the user, in response to the size change of the first image object, 2 processing size change synchronization between the first image object and the copy image object so that the size of the copy image object is changed in the web document
An operating method of an electronic terminal device for performing copy and paste processing of image objects between web documents based on the storage path information of the image further comprising a.
제8항에 있어서,
상기 제1 이미지 개체와 상기 복사 이미지 개체 간의 크기 변경 동기화를 처리하는 단계는
상기 사용자에 의해 상기 제1 웹 문서에 인가되는 이미지 개체 크기 증가 명령에 따라 상기 제1 웹 문서에서 상기 제1 이미지 개체의 크기가 제1 크기 증가 비율만큼 증가하는 경우, 상기 제1 이미지 개체의 크기 증가에 대응하여, 상기 제2 웹 문서에서 상기 복사 이미지 개체의 크기를 상기 제1 크기 증가 비율만큼 증가시키고,
상기 사용자에 의해 상기 제1 웹 문서에 인가되는 이미지 개체 크기 감소 명령에 따라 상기 제1 웹 문서에서 상기 제1 이미지 개체의 크기가 제1 크기 감소 비율만큼 감소하는 경우, 상기 제1 이미지 개체의 크기 감소에 대응하여, 상기 제2 웹 문서에서 상기 복사 이미지 개체의 크기를 상기 제1 크기 감소 비율만큼 감소시키는 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치의 동작 방법.
9. The method of claim 8,
The step of processing size change synchronization between the first image object and the copy image object includes:
When the size of the first image object in the first web document increases by a first size increase ratio according to an image object size increase command applied to the first web document by the user, the size of the first image object in response to the increase, increase the size of the copy image object in the second web document by the first size increase ratio;
When the size of the first image object in the first web document is reduced by a first size reduction ratio according to an image object size reduction command applied to the first web document by the user, the size of the first image object Electronic that performs copy and paste processing of image object between web documents based on storage path information of an image that reduces the size of the copy image object in the second web document by the first size reduction ratio in response to the reduction A method of operating a terminal device.
제9항에 있어서,
상기 사용자에 의해 상기 제2 웹 문서에 인가되는 이미지 개체 크기 변경 명령에 따라 상기 제2 웹 문서에서 상기 복사 이미지 개체의 크기가 변경되면, 상기 복사 이미지 개체에 대한 상기 제1 이미지 개체와의 종속 관계를 해제하는 단계
를 더 포함하고,
상기 제1 이미지 개체와 상기 복사 이미지 개체 간의 크기 변경 동기화를 처리하는 단계는
상기 복사 이미지 개체에 대한 상기 제1 이미지 개체와의 종속 관계가 해제되면, 상기 사용자에 의해 상기 제1 웹 문서에 인가되는 이미지 개체 크기 변경 명령에 따라 상기 제1 웹 문서에서 상기 제1 이미지 개체의 크기가 변경되더라도 상기 제1 이미지 개체의 크기 변경에 대응하여 상기 제2 웹 문서에서 상기 복사 이미지 개체에 대한 크기의 변경을 수행하지 않는 이미지의 저장 경로 정보를 기초로 웹 문서 간 이미지 개체의 복사 및 붙여넣기 처리를 수행하는 전자 단말 장치의 동작 방법.
10. The method of claim 9,
When the size of the copy image object in the second web document is changed according to an image object size change command applied to the second web document by the user, a dependency relationship between the copy image object and the first image object Steps to turn off
further comprising,
The step of processing size change synchronization between the first image object and the copy image object includes:
When the dependency relationship with the first image object for the copy image object is released, the image object size change command applied to the first web document by the user changes the size of the first image object in the first web document. Copying of an image object between web documents based on the image storage path information that does not change the size of the copied image object in the second web document in response to a change in the size of the first image object even if the size is changed A method of operating an electronic terminal device for performing paste processing.
제6항 내지 제10항 중 어느 한 항의 방법을 컴퓨터와의 결합을 통해 실행시키기 위한 컴퓨터 프로그램을 기록한 컴퓨터 판독 가능 기록 매체.A computer-readable recording medium recording a computer program for executing the method of any one of claims 6 to 10 through combination with a computer. 제6항 내지 제10항 중 어느 한 항의 방법을 컴퓨터와의 결합을 통해 실행시키기 위한 저장매체에 저장된 컴퓨터 프로그램.A computer program stored in a storage medium for executing the method of any one of claims 6 to 10 through combination with a computer.
KR1020190168667A 2019-12-17 2019-12-17 Electronic terminal device that performs copy and paste processing of image objects between web documents based on storage path information of an image and operating method thereof KR102442492B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020190168667A KR102442492B1 (en) 2019-12-17 2019-12-17 Electronic terminal device that performs copy and paste processing of image objects between web documents based on storage path information of an image and operating method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020190168667A KR102442492B1 (en) 2019-12-17 2019-12-17 Electronic terminal device that performs copy and paste processing of image objects between web documents based on storage path information of an image and operating method thereof

Publications (2)

Publication Number Publication Date
KR20210077242A true KR20210077242A (en) 2021-06-25
KR102442492B1 KR102442492B1 (en) 2022-09-13

Family

ID=76629064

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020190168667A KR102442492B1 (en) 2019-12-17 2019-12-17 Electronic terminal device that performs copy and paste processing of image objects between web documents based on storage path information of an image and operating method thereof

Country Status (1)

Country Link
KR (1) KR102442492B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113946396A (en) * 2021-11-26 2022-01-18 北京闪送科技有限公司 Method for realizing function similar to pasting board in Web page

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040070553A1 (en) * 2002-10-07 2004-04-15 Youden John J. Image copy to a second display
KR20140110284A (en) * 2013-03-07 2014-09-17 (주) 사이냅소프트 Document editing apparatus for supporting copy and paste function on random kind of web browser
EP3293634A1 (en) * 2016-09-09 2018-03-14 Deutsche Telekom AG Process for realization of copy & paste function between different computers

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040070553A1 (en) * 2002-10-07 2004-04-15 Youden John J. Image copy to a second display
KR20140110284A (en) * 2013-03-07 2014-09-17 (주) 사이냅소프트 Document editing apparatus for supporting copy and paste function on random kind of web browser
EP3293634A1 (en) * 2016-09-09 2018-03-14 Deutsche Telekom AG Process for realization of copy & paste function between different computers

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
JP, "5 Quick Ways to Extract and Save Images from Google Docs." [Online], [URL: https://www.softwarehow.com/extract-google-docs-images]* *
Mike Sammartano, "Google Docs - Getting Images from URL." [YouTube], [URL: https://youtu.be/MmeL3eVhl84]* *
심컴퍼니|엑셀의신, "[엑셀 차트를 PPT에 삽입] 파워포인트에 EXCEL 그래프를 연동해서 수정하는 방법." [Online], [URL: https://blog.naver.com/hisookorea/221423067259] *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113946396A (en) * 2021-11-26 2022-01-18 北京闪送科技有限公司 Method for realizing function similar to pasting board in Web page

Also Published As

Publication number Publication date
KR102442492B1 (en) 2022-09-13

Similar Documents

Publication Publication Date Title
AU2017210597B2 (en) System and method for the online editing of pdf documents
US10572581B2 (en) System and method for web content presentation management
US8074167B2 (en) Cross domain presence of web user interface and logic
US11062081B2 (en) Creating accessible, translatable multimedia presentations
CN109388766B (en) Page loading method and device
US10207190B2 (en) Technologies for native game experience in web rendering engine
US20170031574A1 (en) Supporting webpage design and revision irrespective of webpage framework
US20150279310A1 (en) Information processing terminal, display terminal, and display method
US10061575B2 (en) Managed execution environment for software application interfacing
CN111026396A (en) Page rendering method and device, electronic equipment and storage medium
KR20150095664A (en) Appending content with annotation
WO2018194323A1 (en) Client terminal device for supporting editing of web document and operating method thereof
CN108304234B (en) Page display method and device
US10628526B2 (en) Providing suggested diagrammatic representations of user entered textual information
KR102442492B1 (en) Electronic terminal device that performs copy and paste processing of image objects between web documents based on storage path information of an image and operating method thereof
KR101480033B1 (en) Document editing apparatus for supporting copy and paste function on random kind of web browser
KR101771473B1 (en) Method and apparatus for generating responsive webpage
KR101709186B1 (en) Interactive multimedia E-book authoring apparatus and method
CN106293671B (en) Method and device for generating component template
KR101541089B1 (en) Method, web-editor and computer-readable recording medium for image processing
CN112764802A (en) Business logic customization method and device, electronic equipment and storage medium
KR20170129225A (en) Declarative cascade reordering of styles
KR101370714B1 (en) Dividing web page screen method and system for using multiscreen apparatus
CN114116113B (en) Input processing method, electronic device, and computer-readable storage medium
KR102215576B1 (en) Document editing server that enables co-editing of web-based documents based on object identifiers and operating method thereof

Legal Events

Date Code Title Description
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant