KR20180067880A - Electronic document providing apparatus of division transferable of web page - Google Patents

Electronic document providing apparatus of division transferable of web page Download PDF

Info

Publication number
KR20180067880A
KR20180067880A KR1020160169283A KR20160169283A KR20180067880A KR 20180067880 A KR20180067880 A KR 20180067880A KR 1020160169283 A KR1020160169283 A KR 1020160169283A KR 20160169283 A KR20160169283 A KR 20160169283A KR 20180067880 A KR20180067880 A KR 20180067880A
Authority
KR
South Korea
Prior art keywords
document
svg
user terminal
resolution
user
Prior art date
Application number
KR1020160169283A
Other languages
Korean (ko)
Other versions
KR101886069B1 (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 KR1020160169283A priority Critical patent/KR101886069B1/en
Publication of KR20180067880A publication Critical patent/KR20180067880A/en
Application granted granted Critical
Publication of KR101886069B1 publication Critical patent/KR101886069B1/en

Links

Images

Classifications

    • G06F17/2247
    • 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/14Tree-structured documents
    • G06F17/24
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting

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)
  • User Interface Of Digital Computer (AREA)

Abstract

An apparatus for providing an electronic document, capable of controlling divisional transmission of a web page, includes: a document retrieval unit for retrieving a document formatted in a format language from a document DB in response to a request from a user terminal; a scalable vector graphics (SVG) document generation unit for generating an SVG document which is expressed as a display resolution of the user terminal an annotation in the formatted document and reflects and a user-defined protocol associated with an event which is able to be generated by a user operation when displayed on the user terminal; and an SVG document provider for decomposing the SVG document in a page unit to generate at least one SVG file, and independently determining resolution of each of the at least one SVG file based on a transmission rate to provide the SVG file to the user terminal. Accordingly, a web browser-independent apparatus for providing an electronic document is able to provide an SVG document to the user terminal by generating a large amount of SVG documents including dozens of pages or more, in which visual or auditory effects are expressed on important phrases in the document, in a page unit so as to provide the SVG documents regardless of a memory capacity of a server.

Description

웹 페이지의 분할 전송 제어 가능한 전자문서 제공장치 {ELECTRONIC DOCUMENT PROVIDING APPARATUS OF DIVISION TRANSFERABLE OF WEB PAGE}TECHNICAL FIELD [0001] The present invention relates to an electronic document providing apparatus capable of controlling divided transmission of a web page,

본 발명은 전자문서 제공 기술에 관한 것으로, 보다 상세하게는, 문서 상에 있는 중요한 구문에 시각적 또는 청각적 효과를 나타낼 수 있는 SVG(Scalable Vector Graphics)문서를 페이지 단위로 생성하여 사용자 단말에 제공하는 기술에 관한 것이다.
The present invention relates to an electronic document providing technique, and more particularly, to an electronic document providing technique, in which an SVG (Scalable Vector Graphics) document capable of displaying a visual or auditory effect in an important phrase on a document is generated on a page- Technology.

SVG(Scalable Vector Graphics)는 2차원 벡터 그래픽을 표현하기 위한 XML 기반의 파일 형식으로, W3C(World Wide Web Consortium)의 주도하에 개발된 오픈 표준의 벡터 그래픽 파일 형식이다. SVG 형식의 이미지와 그 작동은 XML 텍스트 파일들로 정의되어 검색화, 목록화, 스크립트화가 가능하여 필요하다면 압축도 가능하다. SVG 형식의 파일은 SVG 기반의 전문 그래픽 편집 프로그램을 사용하여 편집이 가능하고, XML 파일로 되어 있어 문서 편집기로도 편집이 가능하다.SVG (Scalable Vector Graphics) is an XML-based file format for expressing 2D vector graphics. It is an open standard vector graphics file format developed by the World Wide Web Consortium (W3C). SVG format images and their operations are defined as XML text files, which can be searched, cataloged, scripted and compressed if necessary. SVG format files can be edited using SVG-based professional graphic editing program, and can be edited with a text editor since it is an XML file.

한국 공개특허공보 제10- 2015-0144073호는 문서 포맷 변환 방법 및 장치, 그를 이용한 클라우드 서버에 관한 것으로, 그 방법은 제1 포맷의 문서로부터 이미지 정보와 텍스트 정보를 추출하는 단계; 추출된 이미지 정보를 이용하여 SVG(Scalable Vector Graphics) 포맷의 이미지 레이어를 생성하는 단계; 추출된 텍스트 정보를 이용하여 텍스트 단위별 위치 정보를 포함하는 투명 텍스트 레이어를 생성하는 단계; 및 생성된 SVG 포맷 이미지 레이어와 투명 텍스트 레이어를 전자 출판 포맷으로 결합시키는 단계를 포함한다.Korean Patent Laid-Open Publication No. 10-2015-0144073 relates to a document format conversion method and apparatus and a cloud server using the same, and the method includes: extracting image information and text information from a document in a first format; Generating an image layer of an SVG (Scalable Vector Graphics) format using the extracted image information; Generating a transparent text layer including positional information for each text unit using the extracted text information; And combining the generated SVG format image layer and transparent text layer in an electronic publishing format.

한국 등록특허공보 제10-0889906호는 편리성이 우수한 서비스 매뉴얼을 생성하는 동시에, 서비스 매뉴얼에 관한 데이터 처리의 효율화를 도모하는 기술이 개시되고, 그 기술에 의하면 XML 서비스 매뉴얼 생성 제어부(1000)는, 각종의 비구조화 데이터를 취득하여, 각종 비구조화 데이터로부터 구조화된 데이터를 생성한다. 이때, 각종 비구조화 데이터에 대하여 규정되어 있는 구조 정의(DTD)에 따라서, 구조화된 데이터가 생성된다. 또한, 특히, 문서 정보에 관해서는 XML 형식의 구조화 데이터로 변환하고, 도면 정보에 관해서는 SVG 형식의 구조화 데이터로 변환함으로써, 문서 내의 요소와 도면 내의 요소와의 상호 관련의 자동화가 가능하게 되고, 정보간의 상호 연계가 고도로 실행된 XML 서비스 매뉴얼이 생성된다. 또한, 생성된 XML 서비스 매뉴얼의 이용시에, 사용자가 입력한 코멘트나 설정 변경 등에 관한 부가 정보에 관해서도, 소정의 구조 정의에 의해서 구조화된 데이터로 변환된다.
Korean Patent Registration No. 10-0889906 discloses a technique for creating a service manual having excellent convenience and at the same time improving efficiency of data processing on a service manual. According to the technology, an XML service manual generation control unit 1000 , And acquires various kinds of unstructured data and generates structured data from various kinds of unstructured data. At this time, structured data is generated in accordance with a structure definition (DTD) defined for various unstructured data. Particularly, the document information is converted into structured data in the XML format, and the drawing information is converted into structured data in the SVG format, so that the mutual association of the elements in the document and the elements in the drawing becomes possible, A highly-executed XML service manual is created that links information to each other. Further, when using the generated XML service manual, the additional information concerning the comment, setting change, and the like inputted by the user is also converted into structured data by a predetermined structure definition.

한국공개특허공보 제10- 2015-0144073(2015.12.24)호Korean Patent Laid-Open Publication No. 10-2015-0144073 (Feb. 한국등록특허공보 제10-0889906(2009.03.13)호Korean Patent Registration No. 10-0889906 (Mar. 13, 2009)

본 발명의 일 실시예는 문서 상에 있는 중요한 구문에 시각적 또는 청각적 효과를 나타낼 수 있는 수십 페이지 이상의 다량 SVG(Scalable Vector Graphics)문서를 서버의 메모리 용량에 구애 받지 않도록 페이지 단위로 생성하여 사용자 단말에 제공할 수 있는 웹 페이지의 분할 전송 제어 가능한 전자문서 제공장치를 제공하고자 한다.In an embodiment of the present invention, a large amount of SVG (Scalable Vector Graphics) documents of dozens of pages or more capable of exhibiting visual or auditory effects in an important phrase on a document are generated in units of pages, To provide an electronic document providing apparatus capable of controlling divisional transmission of a web page.

본 발명의 일 실시예는 파일 전송 속도를 기초로 사용자 단말에 제공되는 SVG 파일의 해상도를 결정할 수 있는 웹 페이지의 분할 전송 제어 가능한 전자문서 제공장치를 제공하고자 한다.An embodiment of the present invention is to provide an apparatus for providing an electronic document capable of controlling the division and transmission of a Web page capable of determining the resolution of an SVG file provided to a user terminal based on a file transfer rate.

본 발명의 일 실시예는 문서 상에 있는 중요한 구문에 시각적 또는 청각적 효과를 나타낼 수 있는 SVG(Scalable Vector Graphics)문서를 생성하여 사용자 단말에 제공할 수 있는 웹 페이지의 분할 전송 제어 가능한 전자문서 제공장치를 제공하고자 한다.An embodiment of the present invention provides an electronic document capable of generating a Scalable Vector Graphics (SVG) document capable of displaying a visual or auditory effect on an important phrase on a document and providing a divided transmission control of a web page to the user terminal Device.

본 발명의 일 실시예는 사용자의 단말의 디스플레이 해상도에 따라 시각적 효과를 다르게 제공할 수 있는 웹 페이지의 분할 전송 제어 가능한 전자문서 제공장치를 제공하고자 한다.
An embodiment of the present invention is to provide an electronic document providing apparatus capable of controlling divisional transmission of a web page that can provide visual effects differently according to a display resolution of a user terminal.

실시예들 중에서, 웹 페이지의 분할 전송 제어 가능한 전자문서 제공장치는 사용자 단말의 요청에 따라 문서DB에서 형식 언어로 포맷된 문서를 검색하는 문서 검색부, 상기 사용자 단말의 디스플레이 해상도와 상기 포맷된 문서에 있는 주석으로 표현되고 상기 사용자 단말에서 디스플레이될 때 사용자 조작에 의해 발생될 수 있는 이벤트를 포함하는 사용자 정의 규약을 반영한 SVG(Scalable Vector Graphics) 문서를 생성하는 SVG 문서 생성부 및 상기 SVG 문서를 페이지 단위로 분해하여 적어도 하나의 SVG 파일을 생성하고, 전송 속도를 기초로 상기 적어도 하나의 SVG 파일 각각의 해상도를 독립적으로 결정하여 상기 사용자 단말에 제공하는 SVG 문서 제공부를 포함한다.Among the embodiments, an electronic document provision apparatus capable of controlling transmission control of a web page includes a document retrieving unit for retrieving a document formatted in a format language in a document DB according to a request of a user terminal, a display resolution of the user terminal, An SVG document generation unit that generates an SVG (Scalable Vector Graphics) document that is expressed as an annotation in the user terminal and reflects a user defined protocol including an event that can be generated by a user operation when displayed on the user terminal, And SVG document providing unit for independently determining the resolution of each of the at least one SVG file based on the transmission rate and providing the determined resolution to the user terminal.

SVG 문서 제공부는 상기 SVG 문서의 분해 과정에서 상기 이벤트가 페이지 중간에 걸쳐지지 않도록 페이지 배치를 제어할 수 있다.The SVG document providing unit may control the page layout so that the event does not span the middle of the page during the decomposition of the SVG document.

SVG 문서 제공부는 이전에 전송되었던 SVG 파일의 전송 속도를 반영하여 현재 전송할 SVG 파일의 해상도를 상기 디스플레이 해상도 이하로 결정할 수 있다.The SVG document providing unit may determine the resolution of the SVG file to be transmitted at present to be less than the display resolution in consideration of the transfer speed of the previously transferred SVG file.

SVG 문서 제공부는 상기 현재 전송할 SVG 파일의 해상도를 아래의 수학식에 따라 결정할 수 있다.The SVG document providing unit may determine the resolution of the SVG file to be transmitted according to the following equation.

[수학식4]&Quot; (4) "

D=v(t)*s(x)D = v (t) * s (x)

v(t)=│v(t-1)-v(t-2)│v (t) = v (t-1) -v (t-2)

s(x)=[x]s (x) = [x]

여기에서, D는 현재 전송할 SVG 파일의 해상도, v(t)는 이전에 전송되었던 SVG 파일의 전송속도에 관한 데이터 함수, s(x)는 사용자 단말의 해상도에 관한 함수로, x는 사용자 단말의 해상도에 해당한다.Here, D is the resolution of the SVG file to be transmitted at present, v (t) is a data function related to the transmission speed of the previously transmitted SVG file, s (x) is a function related to the resolution of the user terminal, Resolution.

SVG 문서 생성부는 상기 이벤트를 해석하여 상기 SVG 문서에 상기 주석을 통해 정의된 특정 영역에 관해 마우스 클릭, 마우스 오버, 마우스 드래그 및 터치 중 하나를 통해 구동되고 시각적인 변화 또는 청각적인 재생에 해당하는 사용자 컨트롤(이하, 시각 컨트롤 또는 청각 컨트롤)을 반영할 수 있다.The SVG document generation unit interprets the event and generates an SVG document, which is driven through one of a mouse click, a mouse over, a mouse drag and a touch with respect to a specific area defined by the annotation in the SVG document, (Hereinafter, visual control or auditory control).

SVG 문서 생성부는 상기 시각 컨트롤을 기 생성된 SVG 문서의 상부에 오버레이하여 상기 구동이 개시되면 기 정의된 시각적 효과를 제공할 수 있다.The SVG document generator may overlay the visual control on top of the generated SVG document to provide a predefined visual effect when the drive is started.

SVG 문서 생성부는 상기 청각 컨트롤을 기 생성된 SVG 문서에 오버레이하여 상기 구동이 개시되면 상기 특정 영역에 있는 텍스트를 음성으로서 청각적 효과를 제공할 수 있다.The SVG document generation unit may overlay the auditory control on the generated SVG document and provide the auditory effect by using the text in the specific area as a voice when the driving is started.

SVG 문서 생성부는 상기 청각 컨트롤 상의 음성 해상도를 아래의 수학식에 따라 결정할 수 있다.The SVG document generation unit may determine the speech resolution on the auditory control according to the following equation.

[수학식2]&Quot; (2) "

B= (C1/V)*x/y + C2*z (C1, C2는 상수)B = (C1 / V) * x / y + C2 * z (C1, C2 are constants)

여기에서, B는 음성 해상도, x는 네트워크 전송 속도, y는 음성으로 읽어주는 단어의 개수, z는 사용자 단말의 스피커 음질에 해당하고, V는 사용자 단말의 환경 변수에 해당한다.Here, B is the voice resolution, x is the network transmission rate, y is the number of words read by voice, z is the speaker sound quality of the user terminal, and V is the environment variable of the user terminal.

SVG 문서 생성부는 상기 주석이 없는 경우에도 문서 관리자에 의해 정의되는 적어도 하나의 구문 및 구문서식을 포함하는 구문 리스트를 기초로 상기 포맷된 문서에 있는 구문에 관한 유사도를 분석할 수 있다.The SVG document generation unit may analyze the similarity with respect to the syntax in the formatted document based on a syntax list including at least one syntax and syntax format defined by the document manager even when there is no comment.

SVG 문서 생성부는 상기 분석된 유사도가 특정 기준 이상이면 아래의 수학식에 따라 상기 포맷된 문서에 있는 구문을 변형시킬 수 있다.The SVG document generation unit may modify the syntax in the formatted document according to the following equation if the analyzed similarity is not less than a specific criterion.

[수학식3]&Quot; (3) "

C=tan(S)+1 (단, 0.5≤≤S≤≤1.0)C = tan (S) +1 (0.5? S? 1.0)

여기에서, S는 유사도에 해당하고, C는 변형된 구문에 해당한다.
Here, S corresponds to the degree of similarity, and C corresponds to the modified syntax.

개시된 기술은 다음의 효과를 가질 수 있다. 다만, 특정 실시예가 다음의 효과를 전부 포함하여야 한다거나 다음의 효과만을 포함하여야 한다는 의미는 아니므로, 개시된 기술의 권리범위는 이에 의하여 제한되는 것으로 이해되어서는 아니 될 것이다.The disclosed technique may have the following effects. It is to be understood, however, that the scope of the disclosed technology is not to be construed as limited thereby, as it is not meant to imply that a particular embodiment should include all of the following effects or only the following effects.

본 발명의 일 실시예에 따른 웹 페이지의 분할 전송 제어 가능한 전자문서 제공장치는 문서 상에 있는 중요한 구문에 시각적 또는 청각적 효과를 나타낼 수 있는 수십 페이지 이상의 다량 SVG(Scalable Vector Graphics)문서를 서버의 메모리 용량에 구애 받지 않도록 페이지 단위로 생성하여 사용자 단말에 제공할 수 있다.An apparatus for providing an electronic document capable of controlling the division and transmission of a Web page according to an embodiment of the present invention includes a server for storing a large amount of SVG (Scalable Vector Graphics) documents, which can display visual or auditory effects on an important phrase on a document, It is possible to generate the page-by-page basis and provide it to the user terminal so that the memory capacity is not affected.

본 발명의 일 실시예에 따른 웹 페이지의 분할 전송 제어 가능한 전자문서 제공장치는 파일 전송 속도를 기초로 사용자 단말에 제공되는 SVG 파일의 해상도를 결정할 수 있다.The apparatus for providing an electronic document capable of controlling the division transmission of the web page according to an embodiment of the present invention can determine the resolution of the SVG file provided to the user terminal based on the file transfer rate.

본 발명의 일 실시예에 따른 웹 페이지의 분할 전송 제어 가능한 전자문서 제공장치는 문서 상에 있는 중요한 구문에 시각적 또는 청각적 효과를 나타낼 수 있는 SVG(Scalable Vector Graphics)문서를 생성하여 사용자 단말에 제공할 수 있다.An apparatus for providing an electronic document capable of controlling divisional transmission of a web page according to an embodiment of the present invention generates an SVG (Scalable Vector Graphics) document capable of displaying a visual or auditory effect on an important phrase on a document and provides the document to a user terminal can do.

본 발명의 일 실시예에 따른 웹 페이지의 분할 전송 제어 가능한 전자문서 제공장치는 사용자의 단말의 디스플레이 해상도에 따라 시각적 효과를 다르게 제공할 수 있다. 또한, 시용자 단말에 표현되는 전자문서는 곧바로 웹 브라우저에서 표현되지 않고 HTML5 Canvas 전용 뷰어(전자문서 표현부)를 통해 디스플레이 되므로 소스 보안강화와 전자 문서의 위 변조를 원천적으로 불가능 하도록 하는 보안의 효과를 달성할 수 있다.
The electronic document provision apparatus capable of controlling the division transmission of the web page according to the embodiment of the present invention can provide the visual effect differently according to the display resolution of the terminal of the user. In addition, since the electronic document displayed on the user terminal is not displayed directly in the web browser but is displayed through the HTML5 Canvas exclusive viewer (electronic document expression unit), the security effect that makes it possible to strengthen the source security and to prevent the modulation of the electronic document Can be achieved.

도 1은 본 발명의 일 실시예에 따른 전자문서 제공 시스템을 나타내는 도면이다.
도 2는 도 1에 있는 전자문서 제공장치를 설명하는 블록도이다.
도 3은 도2에 있는 전자문서 제공장치에서 수행되는 SVG 문서를 생성하는 과정을 설명하는 순서도이다.
도 4는 전자문서 제공장치에서 생성된 SVG 문서를 설명하는 도면이다.
1 is a diagram illustrating an electronic document providing system according to an embodiment of the present invention.
Fig. 2 is a block diagram illustrating the electronic document supply apparatus shown in Fig. 1. Fig.
FIG. 3 is a flowchart illustrating a process of generating an SVG document performed by the electronic document providing apparatus shown in FIG. 2. FIG.
4 is a view for explaining an SVG document generated in the electronic document provision apparatus.

본 발명에 관한 설명은 구조적 내지 기능적 설명을 위한 실시예에 불과하므로, 본 발명의 권리범위는 본문에 설명된 실시예에 의하여 제한되는 것으로 해석되어서는 아니 된다. 즉, 실시예는 다양한 변경이 가능하고 여러 가지 형태를 가질 수 있으므로 본 발명의 권리범위는 기술적 사상을 실현할 수 있는 균등물들을 포함하는 것으로 이해되어야 한다. 또한, 본 발명에서 제시된 목적 또는 효과는 특정 실시예가 이를 전부 포함하여야 한다거나 그러한 효과만을 포함하여야 한다는 의미는 아니므로, 본 발명의 권리범위는 이에 의하여 제한되는 것으로 이해되어서는 아니 될 것이다.The description of the present invention is merely an example for structural or functional explanation, and the scope of the present invention should not be construed as being limited by the embodiments described in the text. That is, the embodiments are to be construed as being variously embodied and having various forms, so that the scope of the present invention should be understood to include equivalents capable of realizing technical ideas. Also, the purpose or effect of the present invention should not be construed as limiting the scope of the present invention, since it does not mean that a specific embodiment should include all or only such effect.

한편, 본 출원에서 서술되는 용어의 의미는 다음과 같이 이해되어야 할 것이다.Meanwhile, the meaning of the terms described in the present application should be understood as follows.

"제1", "제2" 등의 용어는 하나의 구성요소를 다른 구성요소로부터 구별하기 위한 것으로, 이들 용어들에 의해 권리범위가 한정되어서는 아니 된다. 예를 들어, 제1 구성요소는 제2 구성요소로 명명될 수 있고, 유사하게 제2 구성요소도 제1 구성요소로 명명될 수 있다.The terms "first "," second ", and the like are intended to distinguish one element from another, and the scope of the right should not be limited by these terms. For example, the first component may be referred to as a second component, and similarly, the second component may also be referred to as a first component.

어떤 구성요소가 다른 구성요소에 "연결되어"있다고 언급된 때에는, 그 다른 구성요소에 직접적으로 연결될 수도 있지만, 중간에 다른 구성요소가 존재할 수도 있다고 이해되어야 할 것이다. 반면에, 어떤 구성요소가 다른 구성요소에 "직접 연결되어"있다고 언급된 때에는 중간에 다른 구성요소가 존재하지 않는 것으로 이해되어야 할 것이다. 한편, 구성요소들 간의 관계를 설명하는 다른 표현들, 즉 "~사이에"와 "바로 ~사이에" 또는 "~에 이웃하는"과 "~에 직접 이웃하는" 등도 마찬가지로 해석되어야 한다.It is to be understood that when an element is referred to as being "connected" to another element, it may be directly connected to the other element, but there may be other elements in between. On the other hand, when an element is referred to as being "directly connected" to another element, it should be understood that there are no other elements in between. On the other hand, other expressions that describe the relationship between components, such as "between" and "between" or "neighboring to" and "directly adjacent to" should be interpreted as well.

단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한 복수의 표현을 포함하는 것으로 이해되어야 하고, "포함하다"또는 "가지다" 등의 용어는 실시된 특징, 숫자, 단계, 동작, 구성요소, 부분품 또는 이들을 조합한 것이 존재함을 지정하려는 것이며, 하나 또는 그 이상의 다른 특징이나 숫자, 단계, 동작, 구성요소, 부분품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.It is to be understood that the singular " include " or "have" are to be construed as including the stated feature, number, step, operation, It is to be understood that the combination is intended to specify that it does not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, or combinations thereof.

각 단계들에 있어 식별부호(예를 들어, a, b, c 등)는 설명의 편의를 위하여 사용되는 것으로 식별부호는 각 단계들의 순서를 설명하는 것이 아니며, 각 단계들은 문맥상 명백하게 특정 순서를 기재하지 않는 이상 명기된 순서와 다르게 일어날 수 있다. 즉, 각 단계들은 명기된 순서와 동일하게 일어날 수도 있고 실질적으로 동시에 수행될 수도 있으며 반대의 순서대로 수행될 수도 있다.In each step, the identification code (e.g., a, b, c, etc.) is used for convenience of explanation, the identification code does not describe the order of each step, Unless otherwise stated, it may occur differently from the stated order. That is, each step may occur in the same order as described, may be performed substantially concurrently, or may be performed in reverse order.

본 발명은 컴퓨터가 읽을 수 있는 기록매체에 컴퓨터가 읽을 수 있는 코드로서 구현될 수 있고, 컴퓨터가 읽을 수 있는 기록 매체는 컴퓨터 시스템에 의하여 읽혀질 수 있는 데이터가 저장되는 모든 종류의 기록 장치를 포함한다. 컴퓨터가 읽을 수 있는 기록 매체의 예로는 ROM, RAM, CD-ROM, 자기 테이프, 플로피 디스크, 광 데이터 저장 장치 등이 있으며, 또한, 캐리어 웨이브(예를 들어 인터넷을 통한 전송)의 형태로 구현되는 것도 포함한다. 또한, 컴퓨터가 읽을 수 있는 기록 매체는 네트워크로 연결된 컴퓨터 시스템에 분산되어, 분산 방식으로 컴퓨터가 읽을 수 있는 코드가 저장되고 실행될 수 있다.The present invention can be embodied as computer-readable code on a computer-readable recording medium, and the computer-readable recording medium includes all kinds of recording devices for storing data that can be read by a computer system . Examples of the computer-readable recording medium include a ROM, a RAM, a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like, and also implemented in the form of a carrier wave (for example, transmission over the Internet) . In addition, the computer-readable recording medium may be distributed over network-connected computer systems so that computer readable codes can be stored and executed in a distributed manner.

여기서 사용되는 모든 용어들은 다르게 정의되지 않는 한, 본 발명이 속하는 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미를 가진다. 일반적으로 사용되는 사전에 정의되어 있는 용어들은 관련 기술의 문맥상 가지는 의미와 일치하는 것으로 해석되어야 하며, 본 출원에서 명백하게 정의하지 않는 한 이상적이거나 과도하게 형식적인 의미를 지니는 것으로 해석될 수 없다.
All terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs, unless otherwise defined. Commonly used predefined terms should be interpreted to be consistent with the meanings in the context of the related art and can not be interpreted as having ideal or overly formal meaning unless explicitly defined in the present application.

도 1은 본 발명의 일 실시예에 따른 전자문서 제공 시스템을 나타내는 도면이다.1 is a diagram illustrating an electronic document providing system according to an embodiment of the present invention.

도 1를 참조하면, 전자문서 제공 시스템(10)은 전자문서 제공장치(100), 문서 데이터베이스(200), 사용자 단말(300) 및 전자문서 표현부(310)를 포함한다.Referring to FIG. 1, an electronic document providing system 10 includes an electronic document providing apparatus 100, a document database 200, a user terminal 300, and an electronic document displaying unit 310.

전자문서 제공장치(100)는 사용자에게 네트워크를 통해 SVG(Scalable Vector Graphics)문서를 제공하는 컴퓨터 또는 프로그램에 해당하는 서버로 구현될 수 있다. 전자문서 제공장치(100)는 사용자의 요청에 의해 문서를 제공할 수 있다. 전자문서 제공장치(100)는 문서 데이터베이스(200)와 연결되어 형식 언어로 포맷된 문서를 문서 데이터베이스(200)에서 수신할 수 있다. 여기에서, 형식 언어는 XML(Extensible Markup Language)에 해당할 수 있고, XML은 다른 많은 종류의 데이터를 기술하는 데 사용될 수 있으며, 네트워크로 연결된 시스템 간의 데이터를 쉽게 주고 받을 수 있다.The electronic document providing apparatus 100 may be implemented as a computer or a server corresponding to a program that provides a user with an SVG (Scalable Vector Graphics) document through a network. The electronic document provision apparatus 100 can provide the document at the request of the user. The electronic document providing apparatus 100 can receive a document formatted in a format language in the document database 200 in connection with the document database 200. [ Here, the format language may correspond to XML (Extensible Markup Language), and XML can be used to describe many other types of data, and data can be easily exchanged between networked systems.

사용자 단말(300)은 스마트폰(300a), 노트북(300b) 또는 컴퓨터(300c)로 구현될 수 있으며, 반드시 이에 한정되지 않고, 태블릿 PC 등 다양한 디바이스로도 구현될 수 있다. 사용자 단말(300)은 전자문서 제공장치(100)와 블루투스, WiFi 등을 통해 무선으로 연결될 수 있고, 사용자의 요청에 따라 전자문서 제공장치(100)로부터 문서를 수신할 수 있다. 사용자 단말(300)은 전자문서 표현부(310)를 포함할 수 있다.The user terminal 300 may be implemented by a smart phone 300a, a notebook 300b, or a computer 300c, and may be implemented by various devices such as a tablet PC. The user terminal 300 may be wirelessly connected to the electronic document providing apparatus 100 via Bluetooth, WiFi, or the like, and may receive the document from the electronic document providing apparatus 100 at the request of the user. The user terminal 300 may include an electronic document representation unit 310.

전자문서 표현부(310)는 사용자 단말(300)과 연결될 수 있고, 사용자 단말(300) 상에 SVG 문서를 표현할 수 있다. 일 실시예에서, 전자문서 표현부(310)는 사용자 단말(300)로 전달된 SVG 문서를 렌더링하여 HTML5 Canvas 위에 디스플레이 할 수 있고, SVG 문서에 정의된 시각적 또는 청각적 효과를 브라우저와 통신하여 상호 작용할 수 있다.
The electronic document rendering unit 310 may be connected to the user terminal 300 and may represent the SVG document on the user terminal 300. [ In one embodiment, the electronic document renderer 310 can render the SVG document delivered to the user terminal 300 and display it on the HTML5 Canvas and communicate the visual or auditory effects defined in the SVG document to the browser Lt; / RTI >

도 2는 도 1에 있는 전자문서 제공장치를 설명하는 블록도이다.Fig. 2 is a block diagram illustrating the electronic document supply apparatus shown in Fig. 1. Fig.

전자문서 제공장치(100)는 문서 검색부(110), SVG 문서 생성부(120), SVG 문서 제공부(130) 및 문서 데이터베이스(200)를 포함한다.The electronic document providing apparatus 100 includes a document searching unit 110, an SVG document generating unit 120, an SVG document providing unit 130, and a document database 200.

문서 검색부(110)는 문서 데이터베이스(200)에 저장된 형식 언어로 포맷된 문서를 검색하여 전자문서 제공장치(100)에 수신할 수 있다. 여기에서, 문서 데이터베이스(200)는 사용자가 제공받고자 하는 다양한 문서를 포함할 수 있고, 예를 들어, 사용자 매뉴얼, 보험 계약서 등에 해당할 수 있다.The document retrieval unit 110 may retrieve a document formatted in a format language stored in the document database 200 and receive the retrieved document in the electronic document provision apparatus 100. [ Here, the document database 200 may include various documents that the user desires to receive, and may correspond to, for example, a user manual, an insurance contract, and the like.

SVG 문서 생성부(120)는 문서 데이터베이스(200)에서 수신한 포맷된 문서를 해당 문서 내에 주석으로 표현되는 명령에 따라 SVG 문서로 생성하여 사용자에게 제공할 수 있다. SVG 문서 생성부(120)는 사용자 단말(300)의 디스플레이 해상도와 사용자 정의 규약을 반영하여 SVG 문서를 생성할 수 있다. 여기에서, 디스플레이 해상도는 사용자 단말(300)에 따라 달라질 수 있다.The SVG document generation unit 120 may generate an SVG document according to a command represented by a comment in the document and provide the formatted document received from the document database 200 to a user. The SVG document generation unit 120 may generate an SVG document by reflecting the display resolution and user definition rules of the user terminal 300. [ Here, the display resolution may vary depending on the user terminal 300.

SVG 문서 생성부(120)는 사용자 단말(300)에 SVG 문서를 디스플레이 할 때 사용자 조작에 따라 사용자 정의 규약을 반영하여 SVG 문서를 제공할 수 있다. 여기에서, 사용자 조작은 SVG 문서 내에 특정 영역에 사용자가 마우스 클릭, 마우스 오버, 마우스 드래그 및 터치 중 하나를 통해 구현될 수 있다.The SVG document generation unit 120 may provide an SVG document by reflecting user-defined rules according to a user's operation when displaying the SVG document on the user terminal 300. [ Here, the user operation can be implemented by a user in a specific area within the SVG document through one of mouse click, mouse over, mouse drag and touch.

SVG 문서 생성부(120)는 SVG 문서 내 정의된 특정 영역에 관해 사용자 조작에 따라 구동되는 사용자 컨트롤을 반영하여 SVG 문서를 제공할 수 있다. 여기에서, 사용자 컨트롤은 시각 컨트롤 또는 청각 컨트롤로 구현될 수 있다.The SVG document generation unit 120 may provide an SVG document by reflecting user controls driven in accordance with a user operation with respect to a specific area defined in the SVG document. Here, the user control can be implemented with visual control or auditory control.

일 실시예에서, SVG 문서 생성부(120)는 SVG 문서에 주석을 통해 정의된 특정 영역에 대해 사용자가 마우스를 오버하였을 때, 특정 영역을 주변 영역보다 진한 배경으로 나타내도록 정의된 시각 컨트롤을 SVG 문서에 적용할 수 있다. SVG 문서 생성부(120)는 SVG 문서의 특정 영역 상부에 시각 컨트롤을 오버레이하여 사용자가 마우스를 오버하였을 때, 기 정의된 시각적 효과를 제공하도록 할 수 있다.In one embodiment, the SVG document generation unit 120 generates a visual control defined as a dark background for a specific area defined by an annotation on an SVG document, It can be applied to documents. The SVG document generator 120 may overlay the visual control over a specific area of the SVG document to provide a predefined visual effect when the user overrides the mouse.

일 실시예에서, SVG 문서 생성부(120)는 SVG 문서에 주석을 통해 정의된 특정 영역에 대해 사용자가 마우스를 클릭하였을 때, 특정 영역에 있는 텍스트를 음성으로 읽어 주도록 정의된 청각 컨트롤을 통해 SVG 문서에 적용할 수 있다. SVG 문서 생성부(120)는 SVG 문서의 특정 영역 상부에 청각 컨트롤을 오버레이하여 사용자가 마우스를 클릭하였을 때, 기 정의된 청각적 효과를 제공하도록 할 수 있다. SVG 문서 생성부(120)에서 청각 컨트롤을 적용할 경우 음성의 해상도를 결정하는 방법은 도 3을 참조하여 자세히 후술한다.In one embodiment, the SVG document generation unit 120 generates an SVG document through an auditory control defined to read a text in a specific area by voice when a user clicks a mouse on a specific area defined through an annotation in the SVG document, It can be applied to documents. The SVG document generator 120 may overlay the auditory control over a specific area of the SVG document to provide a predefined auditory effect when the user clicks the mouse. A method of determining the resolution of speech when the auditory control is applied in the SVG document generation unit 120 will be described later in detail with reference to FIG.

SVG 문서 생성부(120)는 SVG 문서 내에 있는 사용자 컨트롤과 연관된 특정 영역을 동적으로 강조하여 나타낼 수 있다. 일 실시예에서, SVG 문서 생성부(120)는 SVG 문서 내에 사용자 정의 규약에 의해 강조해야 하는 구문이 있을 경우, 문서 상의 주변 환경에 따라 특정 구문을 하이라이팅하여 나타낼 수 있다. 예를 들어, SVG 문서 생성부(10)는 사용자 정의 규약에 의해 “2017년 1월 1일”라는 구문을 강조해야 하는 경우, “2017년 1월 1일”이라는 구문을 빨간색으로 강조하거나 다른 글꼴로 변경하여 나타나도록 할 수 있다.The SVG document generation unit 120 can dynamically highlight and indicate a specific area associated with the user control in the SVG document. In one embodiment, when there is a syntax to be emphasized by the user-defined protocol in the SVG document, the SVG document generation unit 120 may highlight the specific syntax according to the surrounding environment of the document. For example, if the SVG document generation unit 10 needs to emphasize the phrase " January 1, 2017 " by a user-defined protocol, the syntax of " January 1, 2017 " To be displayed.

SVG 문서 생성부(120)는 강조해야 하는 구문을 포함하는 인근 영역을 결정하고 인근 영역에서 가장 구별될 수 있는 서식으로 해당 구문을 나타낼 수 있다. SVG 문서 생성부(120)는 SVG 문서 내에 사용자 정의 규약에 의해 강조해야 하는 구문이 있을 경우 해당 구문을 포함하는 인근 영역을 결정하고, 사용자 설정에 따라 강조하는 효과를 나타내도록 할 수 있다. SVG 문서 생성부(120)에서 인근 영역을 결정하는 방법은 도 3을 참조하여 자세히 후술한다.The SVG document generation unit 120 can determine a neighboring region including a syntax to be emphasized and display the syntax in a format most distinguishable in the neighboring region. If there is a syntax to be emphasized by the user-defined protocol in the SVG document, the SVG document generation unit 120 may determine the neighboring region including the syntax and display the effect of emphasizing according to the user setting. A method of determining the neighboring region in the SVG document generating unit 120 will be described later in detail with reference to FIG.

일 실시예에서, SVG 문서 생성부(120)는 사용자가 특정 영역을 마우스로 드래그하였을 때, 해당 영역에 오버레이된 시각 컨트롤을 통해 시각적 효과를 나타내도록 할 수 있다. 예를 들어, SVG 문서 생성부(120)는 SVG 문서 내에 “만 25세 이하”라는 구문을 포함하는 영역에 해당 구문을 포함하는 영역이 반짝거리도록 하는 시각 컨트롤을 오버레이 할 수 있고, 해당 영역을 사용자가 마우스로 드래그했을 경우, 기 정의된 시각 컨트롤에 의해 “만 25세 이하”라는 구문을 포함하는 영역이 반짝거리도록 SVG 문서를 제공할 수 있다.In one embodiment, when the user drags a specific region with a mouse, the SVG document generation unit 120 may display a visual effect through visual control overlaid on the region. For example, the SVG document generation unit 120 can overlay a visual control such that an area including the phrase " 25 years old " or less in the SVG document is shiny, If the user dragged with the mouse, the SVG document can be provided by the predefined visual control so that the area containing the phrase "under 25 years of age" flashes.

다른 실시예에서, SVG 문서 생성부(120)는 사용자 정의 규약에 의해 강조해야 하는 구문이 있을 경우 해당 구문을 포함하는 인근 영역을 사용자 조작 없이도 동적으로 하이라이팅 할 수 있다. 예를 들어, SVG 문서 생성부(120)는 사용자 조작이 없더라도 사용자 정의 규약에 따라 강조해야 하는 구문에 해당하는 인근 영역의 배경색을 주변 영역과 다른 색으로 변경할 수 있다.In another embodiment, the SVG document generation unit 120 may dynamically highlight the neighboring region including the syntax if there is a syntax to be emphasized by the user-defined protocol, without user's operation. For example, the SVG document generation unit 120 may change the background color of the neighboring region corresponding to the syntax to be emphasized according to the user-defined protocol to a color different from that of the surrounding region, even if there is no user operation.

SVG 문서 생성부(120)는 포맷된 문서에 주석이 없는 문서를 수신하더라도 문서 관리자에 의해 정의되는 적어도 하나의 구문 및 구문서식을 포함하는 구문 리스트를 기초로 포맷된 문서에 있는 구문에 관한 유사도를 분석할 수 있다. SVG 문서 생성부(120)는 구문에 관한 유사도를 분석하여 유사도가 특정 기준 이상이면 포맷된 문서에 있는 구문을 변형시킬 수 있고, 구문을 변형하는 방법은 도3을 참조하여 자세히 후술한다. The SVG document generation unit 120 generates the SVG document having the similarity with respect to the syntax in the document formatted based on the syntax list including at least one syntax and syntax format defined by the document manager even if the document received the uncommented document is received Can be analyzed. The SVG document generation unit 120 may analyze the similarity of the syntax and modify the syntax in the formatted document if the similarity degree is not less than a specific criterion. A method of modifying the syntax will be described later in detail with reference to FIG.

SVG 문서 제공부(130)는 SVG 문서를 페이지 단위로 분해하여 적어도 하나의 SVG 파일을 생성하고 SVG 문서 전송 속도를 기초로 SVG 파일 각각의 해상도를 결정하여 사용자 단말(300)에 제공할 수 있다.The SVG document providing unit 130 may decompose the SVG document into pages, generate at least one SVG file, determine the resolution of each of the SVG files based on the SVG document transmission rate, and provide the resolution to the user terminal 300.

일 실시예에서, SVG 문서 제공부(130)는 사용자 단말(300)의 종류에 따라 해당 디바이스에 맞는 크기로 해상도 등을 조절하여 SVG 문서를 제공할 수 있고, 예를 들어, SVG 문서 제공부(130)는 스마트폰(300a)에 SVG 문서를 제공하는 경우보다 컴퓨터(300c)에 SVG 문서를 제공할 경우에 더 높은 해상도를 갖는 SVG 문서를 제공할 수 있다.In one embodiment, the SVG document provider 130 may provide an SVG document by adjusting the resolution and the like to a size suitable for the device according to the type of the user terminal 300, for example, 130 may provide an SVG document with a higher resolution when providing the SVG document to the computer 300c than when providing the SVG document to the smartphone 300a.

일 실시예에서, SVG 문서 제공부(130)는 SVG 문서 내 사용자 정의 규약에 의해 정의된 특정 영역이 페이지 중간에 걸쳐지지 않도록 페이지 분할을 제어할 수 있다. 예를 들어, SVG 문서 제공부(130)는 SVG 문서를 페이지 단위로 분해 과정 중에 SVG 문서의 N번째 페이지와 (N+1)번째 페이지 중간에 사용자 정의 규약에 의해 정의된 특정 영역이 포함되어 있을 경우, 특정 영역이 (N+1)번째 페이지 상에 포함되도록 SVG 파일을 생성할 수 있다.In one embodiment, SVG document provider 130 may control page partitioning such that a particular area defined by a user-defined protocol in the SVG document does not span the middle of the page. For example, the SVG document provider 130 may include a specific area defined by the user-defined protocol in the middle of the Nth page and the (N + 1) th page of the SVG document during the process of decomposing the SVG document page by page , The SVG file can be generated such that the specific area is included on the (N + 1) -th page.

SVG 문서 제공부(130)는 SVG 파일 전송 속도에 관한 데이터를 축적하고 이전에 전송되었던 SVG 파일 전송 속도를 반영하여 이후 전송할 SVG 파일의 해상도를 결정할 수 있다. SVG 문서 제공부(130)에서 현재 전송할 SVG 파일의 해상도를 결정하는 방법은 도 3을 참조하여 자세히 후술한다.The SVG document provider 130 may accumulate data related to the SVG file transmission rate and may determine the resolution of the SVG file to be transmitted later, reflecting the previously transmitted SVG file transmission rate. A method of determining the resolution of the SVG file to be currently transmitted in the SVG document providing unit 130 will be described later in detail with reference to FIG.

일 실시예에서, SVG 문서 제공부(130)는 페이지 단위로 생성된 SVG 파일 각각의 해상도를 독립적으로 결정할 수 있고, 이전에 전송되었던 SVG 파일의 전송 속도를 반영하여 현재 전송할 SVG 파일의 해상도를 독립적으로 결정할 수 있다. 예를 들어, SVG 문서 제공부(130)는 이전에 전송되었던 SVG 파일의 전송 속도가 SVG 파일의 평균 전송 속도보다 느릴 경우, 이후 전송할 SVG 파일의 해상도를 기존보다 낮게 결정하여 전송할 수 있다.In one embodiment, the SVG document provider 130 can independently determine the resolution of each of the SVG files generated in page units, and reflects the resolution of the current SVG file to reflect the transmission speed of the previously transmitted SVG file. . For example, when the transmission speed of the SVG file previously transmitted is slower than the average transmission speed of the SVG file, the SVG document provider 130 may determine that the resolution of the SVG file to be transmitted is lower than that of the SVG file.

제어부(140)는 전자문서 제공장치(100)의 전체적인 동작을 제어하고, 문서 검색부(110), SVG 문서 생성부(120) 및 SVG 문서 제공부(130) 간의 제어 흐름 또는 데이터 흐름을 제어할 수 있다.
The control unit 140 controls the overall operation of the electronic document providing apparatus 100 and controls the control flow or data flow between the document retrieving unit 110, the SVG document generating unit 120, and the SVG document providing unit 130 .

도 3은 도2에 있는 전자문서 제공장치에서 수행되는 SVG 문서를 생성하는 과정을 설명하는 순서도이다. 도 4는 전자문서 제공장치에서 생성된 SVG 문서를 설명하는 도면이다.FIG. 3 is a flowchart illustrating a process of generating an SVG document performed by the electronic document providing apparatus shown in FIG. 2. FIG. 4 is a view for explaining an SVG document generated in the electronic document provision apparatus.

도 3을 참조하면, 전자문서 제공장치(100)는 문서 검색부(110)를 통해 문서 데이터베이스(200)에서 형식 언어로 포맷된 문서를 검색할 수 있다(단계 S310). 전자문서 제공장치(100)는 포맷된 문서에 주석의 여부를 확인한다 (단계 S320). 전자문서 제공장치(100)는 포맷된 문서에 주석이 포함되어 있고 사용자 정의 규약을 포함하는지에 대한 여부를 확인한다(단계 S330).Referring to FIG. 3, the electronic document provision apparatus 100 can retrieve a document formatted in a format language in the document database 200 via the document search unit 110 (step S310). The electronic document providing apparatus 100 confirms whether or not the formatted document is annotated (step S320). The electronic document provision apparatus 100 confirms whether the formatted document includes annotations and includes a user-defined protocol (step S330).

전자문서 제공장치(100)는 포맷된 문서에 포함된 주석이 사용자 정의 규약을 포함하는 경우, 사용자 단말(300)의 디스플레이 해상도와 사용자 정의 규약을 반영하여 SVG 문서를 생성할 수 있다(단계 S332).When the annotation included in the formatted document includes a user-defined protocol, the digital document providing apparatus 100 may generate an SVG document reflecting the display resolution and the user-defined protocol of the user terminal 300 (step S332) .

일 실시예에서, 전자문서 제공장치(100)는 SVG 문서 생성부(120)를 통해 포맷된 문서에 있는 주석으로 표현된 사용자 정의 규약과 사용자 단말(300)의 디스플레이 해상도에 따라 SVG 문서는 생성할 수 있다. SVG 문서 생성부(120)는 SVG 문서 내에 사용자 정의 규약에 의해 강조해야 하는 구문이 있을 경우, 하기의 수학식을 따라 강조해야 하는 구문을 포함하는 인근 영역을 결정할 수 있다.In one embodiment, the electronic document provision apparatus 100 generates an SVG document according to the user definition rules expressed as annotations in the document formatted through the SVG document generation unit 120 and the display resolution of the user terminal 300 . When there is a syntax to be emphasized by the user-defined protocol in the SVG document, the SVG document generation unit 120 can determine a neighboring region including a syntax to be emphasized according to the following equation.

[수학식1][Equation 1]

A=L*(k/R) (k는 상수)A = L * (k / R) (where k is a constant)

여기에서, A는 강조해야 하는 구문을 포함하는 인근영역에 해당하고, R은 사용자 단말(300)의 해상도에 해당하고, L은 강조해야 하는 구문의 크기에 해당한다.Here, A corresponds to a neighboring region including a syntax to be emphasized, R corresponds to the resolution of the user terminal 300, and L corresponds to the size of a syntax to be emphasized.

SVG 문서 생성부(120)는 사용자 단말(300)의 해상도가 클수록 인근 영역을 작게 결정할 수 있고, 사용자 단말(300)의 해상도가 같을 경우에는 강조해야 하는 구문의 크기가 클수록 인근 영역을 크게 결정할 수 있다.The SVG document generating unit 120 can determine the neighboring region to be smaller as the resolution of the user terminal 300 increases and can determine the neighboring region to be larger as the size of the syntax to be emphasized increases when the resolution of the user terminal 300 is the same have.

예를 들어, SVG 문서 생성부(120)는 스마트폰(300a)에 SVG 문서를 제공할 경우와 컴퓨터(300c)에 SVG 문서를 제공할 경우의 인근 영역의 너비를 다르게 결정할 수 있고, SVG 문서 내의 주변 서식에 따라 동적으로 하이라이팅을 변경하여 적용할 수 있다.For example, the SVG document generation unit 120 may determine the width of a neighboring region when providing an SVG document to the smartphone 300a and providing an SVG document to the computer 300c, You can change the highlighting dynamically depending on the surrounding format.

일 실시예에서, SVG 문서 생성부(120)는 SVG 문서 내에 특정 영역에 해당 구문을 음성으로 읽어주는 청각 컨트롤을 오버레이 할 수 있고, 해당 영역을 사용자가 마우스 오버했을 경우, 기 정의된 청각 컨트롤에 의해 해당 영역에 스피커 버튼이 표시되어 해당 구문을 음성으로서 청각적 효과를 제공할 수 있다. 여기에서, 청각적 효과를 제공할 때 텍스트를 음성으로 읽어주는 음성합성(TTS-Text-to-Speech) 기술을 사용하여 적용될 수 있다.In one embodiment, the SVG document generation unit 120 can overlay the auditory control that reads the corresponding phrase in a specific area in the SVG document by voice, and when the user mouse over the corresponding area, A speaker button is displayed in the corresponding area so that the auditory effect can be provided by using the phrase as a voice. Here, it can be applied using a speech synthesis (TTS-Text-to-Speech) technique in which the text is read aloud when providing auditory effects.

SVG 문서 생성부(120)는 청각 컨트롤을 적용할 경우에 하기의 수학식을 따라 음성 해상도를 결정할 수 있다.The SVG document generation unit 120 may determine the speech resolution according to the following equation when applying auditory control.

[수학식2]&Quot; (2) "

B= (C1/V)*x/y + C2*z (C1, C2는 상수)B = (C1 / V) * x / y + C2 * z (C1, C2 are constants)

여기에서, B는 음성 해상도, x는 네트워크 전송 속도, y는 음성으로 읽어주는 단어의 개수, z는 사용자 단말(300)의 스피커 음질에 해당하고, V는 사용자 단말(300)의 환경 변수에 해당한다.Here, B is the voice resolution, x is the network transmission rate, y is the number of words read by voice, z is the speaker sound quality of the user terminal 300, V is the environmental variable of the user terminal 300 do.

음성 해상도는 전자문서 제공장치(100)와 연결된 네트워크의 전송 속도, 음성으로서 읽어주는 단어의 개수 및 사용자 단말(300)의 스피커 음질에 따라 달라질 수 있다. 예를 들어, SVG 문서 생성부(120)는 전자문서 제공장치(100)와 연결된 네트워크의 전송 속도가 빠를수록 음성 해상도를 높게 적용할 수 있고, 음성으로 읽어주는 단어의 개수가 많을수록 음성 해상도를 낮게 적용할 수 있고, 사용자 단말(300)의 스피커 음질이 좋을수록 음성 해상도를 높게 적용할 수 있다. 또한, SVG 문서 생성부(120)는 사용자 단말(300)의 환경에 따라 음성 해상도를 다르게 결정할 수 있다. 예를 들어, SVG 문서 생성부(120)는 사용자가 집에 있을 경우, 사용자 단말(300)의 환경 변수를 적용하여 사용자가 카페에 있을 경우보다 음성 해상도를 낮게 적용할 수 있다.The voice resolution may vary depending on the transmission speed of the network connected to the electronic document providing apparatus 100, the number of words read as a voice, and the speaker sound quality of the user terminal 300. For example, the higher the transmission speed of the network connected to the electronic document providing apparatus 100, the higher the voice resolution can be applied to the SVG document generating unit 120, and the higher the number of words to be read by voice, The higher the speaker sound quality of the user terminal 300 is, the higher the voice resolution can be applied. In addition, the SVG document generation unit 120 may determine the voice resolution differently according to the environment of the user terminal 300. [ For example, when the user is at home, the SVG document generation unit 120 may apply the environment variable of the user terminal 300 to apply a lower voice resolution than when the user is in a cafe.

전자문서 제공장치(100)는 포맷된 문서에 포함된 주석이 사용자 정의 규약을 포함하지 않는 경우, 포맷된 문서를 단순 SVG 문서로 생성할 수 있다(단계 S334). 일 실시예에서, 전자문서 제공장치(100)는 포맷된 문서가 사용자 정의 규약을 포함하지 않은 경우 일반적인 문서로 판단하여 단순 SVG 문서로 생성할 수 있다.If the annotation included in the formatted document does not include the user-defined protocol, the digital document providing apparatus 100 may generate the formatted document as a simple SVG document (step S334). In one embodiment, when the formatted document does not include a user-defined protocol, the digital document providing apparatus 100 may determine that the formatted document is a general document and generate a simple SVG document.

전자문서 제공장치(100)는 포맷된 문서에 주석이 포함되지 않은 경우, 구문 리스트를 기초로 포맷된 문서에 있는 구문에 관한 유사도를 분석하여 구문을 변형할 수 있다(단계 S340).If the formatted document is not included in the formatted document, the digital document provision apparatus 100 may modify the syntax by analyzing the similarity with respect to the syntax in the formatted document based on the syntax list (step S340).

일 실시예에서, SVG 문서 생성부(120)는 문서 관리자에 의해 정의된 구문 리스트를 기초로 주석에 표현되는 사용자 정의 규약이 없더라도 구문에 관한 유사도를 분석할 수 있다. 여기에서, 구문 리스트에 포함되는 단어 또는 문장은 문서 관리자에 의해 정의되거나 사용자에 의해 설정될 수 있다.In one embodiment, the SVG document generation unit 120 can analyze the similarity with respect to the syntax even if there is no user-defined contract expressed in the annotation based on the syntax list defined by the document manager. Here, a word or a sentence included in the phrase list can be defined by the document manager or set by the user.

예를 들어, SVG 문서 생성부(120)는 수신한 문서에 “서명”, “확인”, “통보” 등의 단어를 포함하는 구문 리스트를 기초로 포맷된 문서 상에 구문의 유사도를 분석할 수 있다. SVG 문서 생성부(120)는 포맷된 문서에 기 정의된 구문 리스트에 포함되는 단어가 있을 경우, 해당 단어에 대한 변형을 적용할 수 있다.For example, the SVG document generation unit 120 can analyze the similarity of the syntax on a document formatted on the basis of a syntax list including words such as " signature ", " have. If there is a word included in the syntax list defined in the formatted document, the SVG document generation unit 120 may apply a modification to the word.

SVG 문서 생성부(120)는 하기의 수학식을 따라 분석된 유사도가 특정 기준 이상이면 포맷된 문서에 있는 구문을 변형시킬 수 있다.The SVG document generation unit 120 may modify the syntax in the formatted document if the similarity analyzed according to the following equation is greater than a specific criterion.

[수학식3]&Quot; (3) "

C=tan(S)+1 (단, 0.5≤S≤1.0)C = tan (S) +1 (where 0.5? S? 1.0)

여기에서, S는 유사도에 해당하고, C는 변형된 구문의 크기에 해당한다.Here, S corresponds to the degree of similarity, and C corresponds to the size of the modified syntax.

SVG 문서 생성부(120)는 S가 적어도 0.5 이상일 경우에 해당 구문이 구문 리스트에 있는 구문으로 판단하여 해당 단어의 크기를 크게 나타내도록 하는 효과를 적용할 수 있다. SVG 문서 생성부(120)는 해당 구문의 크기를 다른 구문의 크기의 최대 2배까지 확대하여 나타낼 수 있다.The SVG document generation unit 120 can apply the effect that the corresponding syntax is determined to be a syntax in the syntax list so that the size of the corresponding word is enlarged when S is at least 0.5. The SVG document generation unit 120 may enlarge the size of the corresponding syntax up to twice the size of other syntaxes.

일 실시예에서, SVG 문서 생성부(120)는 사용자의 설정에 따라 구문의 변형을 다르게 적용할 수 있다. 예를 들어, SVG 문서 생성부(120)는 “최소 00년 이내에”라는 구문을 구문 리스트에 포함하는 경우 사용자의 설정에 따라 “최소 00년 이내에” 에 해당하는 영역을 노란색 배경으로 나타내도록 설정할 수 있다. In one embodiment, the SVG document generation unit 120 may apply a variation of the syntax differently according to the setting of the user. For example, when the syntax " within a minimum of 00 years " is included in the syntax list, the SVG document generation unit 120 may set the area corresponding to " within at least 00 years " have.

전자문서 제공장치(100)는 SVG 문서 생성부(120)를 통해 SVG 문서가 생성되었는지에 대한 여부를 확인한다(단계 S350).The digital document providing apparatus 100 confirms whether an SVG document has been generated through the SVG document generating unit 120 (step S350).

전자문서 제공장치(100)는 SVG 문서 생성부(120)를 통해 SVG 문서 생성을 완료하지 않은 경우, 단계 S320으로 돌아가고, SVG 문서 생성을 완료하였을 경우, SVG 문서 제공부(130)로 SVG 문서를 제공할 수 있다(단계 S360).If the SVG document creation unit 120 has not completed the SVG document creation, the electronic document provision apparatus 100 returns to step S320. If the SVG document creation apparatus 120 completes the SVG document creation, the SVG document provider 130 deletes the SVG document (Step S360).

일 실시예에서, SVG 문서 제공부(130)는 하기의 수학식을 따라 전송할 SVG 파일의 해상도를 결정할 수 있다.In one embodiment, the SVG document provider 130 may determine the resolution of the SVG file to transfer according to the following equation:

[수학식4]&Quot; (4) "

D=v(t)*s(x)D = v (t) * s (x)

v(t)=│v(t-1)-v(t-2)│v (t) = v (t-1) -v (t-2)

s(x)=[x]s (x) = [x]

여기에서, D는 현재 전송할 SVG 파일의 해상도, v(t)는 이전에 전송되었던 SVG 파일의 전송속도에 관한 데이터 함수, s(x)는 사용자 단말의 해상도에 관한 함수로, x는 사용자 단말의 해상도에 해당한다.Here, D is the resolution of the SVG file to be transmitted at present, v (t) is a data function related to the transmission speed of the previously transmitted SVG file, s (x) is a function related to the resolution of the user terminal, Resolution.

예를 들어, SVG 문서 제공부(130)는 이전에 전송되었던 SVG 파일의 전송속도 차이의 절대값에 따라 이전에 전송되었던 SVG 파일의 해상도를 변경할 수 있다. 여기에서, SVG 파일의 해상도는 사용자 단말(300)에 따라 다르지만, 최대 1000PPI 이하로 적용할 수 있다.
For example, the SVG document provider 130 may change the resolution of the previously transmitted SVG file according to the absolute value of the transmission rate difference of the SVG file that was previously transmitted. Here, although the resolution of the SVG file differs depending on the user terminal 300, it can be applied to a maximum of 1000 PPI or less.

상기에서는 본 발명의 바람직한 실시예를 참조하여 설명하였지만, 해당 기술 분야의 숙련된 당업자는 하기의 특허 청구의 범위에 기재된 본 발명의 사상 및 영역으로부터 벗어나지 않는 범위 내에서 본 발명을 다양하게 수정 및 변경시킬 수 있음을 이해할 수 있을 것이다.
It will be apparent to those skilled in the art that various modifications and variations can be made in the present invention without departing from the spirit or scope of the present invention as defined by the following claims It can be understood that

100: 전자문서 제공장치
110: 문서 검색부 120: SVG 문서 생성부
130: SVG 문서 제공부
200: 문서 데이터베이스
300: 사용자 단말
310: 전자문서 표현부
100: electronic document providing device
110: document retrieval unit 120: SVG document generation unit
130: SVG Document Offering
200: Document database
300: user terminal
310: Electronic document expression unit

Claims (10)

사용자 단말의 요청에 따라 문서DB에서 형식 언어로 포맷된 문서를 검색하는 문서 검색부;
상기 사용자 단말의 디스플레이 해상도와 상기 포맷된 문서에 있는 주석으로 표현되고 상기 사용자 단말에서 디스플레이될 때 사용자 조작에 의해 발생될 수 있는 이벤트를 포함하는 사용자 정의 규약을 반영한 SVG(Scalable Vector Graphics) 문서를 생성하는 SVG 문서 생성부; 및
상기 SVG 문서를 페이지 단위로 분해하여 적어도 하나의 SVG 파일을 생성하고, 전송 속도를 기초로 상기 적어도 하나의 SVG 파일 각각의 해상도를 독립적으로 결정하여 상기 사용자 단말에 제공하는 SVG 문서 제공부를 포함하는 웹 페이지의 분할 전송 제어 가능한 전자문서 제공장치.
A document retrieval unit for retrieving a document formatted in a format language in a document DB according to a request from a user terminal;
Generates a Scalable Vector Graphics (SVG) document that reflects a user defined protocol including a display resolution of the user terminal, an annotation in the formatted document, and an event that can be generated by a user operation when displayed on the user terminal An SVG document generation unit; And
A SVG document providing unit for generating at least one SVG file by decomposing the SVG document into page units and independently determining resolution of each of the at least one SVG file based on the transmission rate and providing the SVG document to the user terminal; An apparatus for providing electronic documents capable of controlling transmission of divided pages.
제1항에 있어서, 상기 SVG 문서 제공부는
상기 SVG 문서의 분해 과정에서 상기 이벤트가 페이지 중간에 걸쳐지지 않도록 페이지 배치를 제어하는 것을 특징으로 하는 웹 페이지의 분할 전송 제어 가능한 전자문서 제공장치.
The method of claim 1, wherein the SVG document providing unit
Wherein the page arrangement is controlled so that the event does not extend in the middle of the page during the decomposition of the SVG document.
제2항에 있어서, 상기 SVG 문서 제공부는
이전에 전송되었던 SVG 파일의 전송 속도를 반영하여 현재 전송할 SVG 파일의 해상도를 상기 디스플레이 해상도 이하로 결정하는 것을 특징으로 하는 웹 페이지의 분할 전송 제어 가능한 전자문서 제공장치.
The method of claim 2, wherein the SVG document providing unit
Wherein the resolution of the SVG file to be transmitted is determined to be less than or equal to the display resolution, reflecting the transmission speed of the SVG file that was previously transmitted.
제3항에 있어서, 상기 SVG 문서 제공부는
상기 현재 전송할 SVG 파일의 해상도를 아래의 수학식에 따라 결정하는 것을 특징으로 하는 웹 페이지의 분할 전송 제어 가능한 전자문서 제공장치.
[수학식4]
D=v(t)*s(x)
v(t)=│v(t-1)-v(t-2)│
s(x)=[x]
여기에서, D는 현재 전송할 SVG 파일의 해상도, v(t)는 이전에 전송되었던 SVG 파일의 전송속도에 관한 데이터 함수, s(x)는 사용자 단말의 해상도에 관한 함수로, x는 사용자 단말의 해상도에 해당한다.
The method of claim 3, wherein the SVG document providing unit
Wherein the resolution of the SVG file to be transmitted is determined according to the following equation.
&Quot; (4) "
D = v (t) * s (x)
v (t) = v (t-1) -v (t-2)
s (x) = [x]
Here, D is the resolution of the SVG file to be transmitted at present, v (t) is a data function related to the transmission speed of the previously transmitted SVG file, s (x) is a function related to the resolution of the user terminal, Resolution.
제1항에 있어서, 상기 SVG 문서 생성부는
상기 이벤트를 해석하여 상기 SVG 문서에 상기 주석을 통해 정의된 특정 영역에 관해 마우스 클릭, 마우스 오버, 마우스 드래그 및 터치 중 하나를 통해 구동되고 시각적인 변화 또는 청각적인 재생에 해당하는 사용자 컨트롤(이하, 시각 컨트롤 또는 청각 컨트롤)을 반영하는 것을 특징으로 하는 웹 페이지의 분할 전송 제어 가능한 전자문서 제공장치.
The method of claim 1, wherein the SVG document generation unit
A user control (hereinafter, referred to as " user control ") that is driven through one of mouse click, mouse over, mouse drag, and touch and visually changes or audibly plays a specific area defined by the annotation in the SVG document by interpreting the event, Visual control or auditory control) of the web page.
제5항에 있어서, 상기 SVG 문서 생성부는
상기 시각 컨트롤을 기 생성된 SVG 문서의 상부에 오버레이하여 상기 구동이 개시되면 기 정의된 시각적 효과를 제공하는 것을 특징으로 하는 웹 페이지의 분할 전송 제어 가능한 전자문서 제공장치.
6. The apparatus of claim 5, wherein the SVG document generation unit
Wherein the visual control is overlaid on top of the generated SVG document to provide a predefined visual effect when the driving is started.
제5항에 있어서, 상기 SVG 문서 생성부는
상기 청각 컨트롤을 기 생성된 SVG 문서에 오버레이하여 상기 구동이 개시되면 상기 특정 영역에 있는 텍스트를 음성으로서 청각적 효과를 제공하는 것을 특징으로 하는 웹 페이지의 분할 전송 제어 가능한 전자문서 제공장치.
6. The apparatus of claim 5, wherein the SVG document generation unit
Wherein the audible effect is overlaid on the generated SVG document and the auditory effect is provided with the text in the specific area being audible when the driving is started.
제7항에 있어서, 상기 SVG 문서 생성부는
상기 청각 컨트롤 상의 음성 해상도를 아래의 수학식에 따라 결정하는 것을 특징으로 하는 웹 페이지의 분할 전송 제어 가능한 전자문서 제공장치.
[수학식2]
B= (C1/V)*x/y + C2*z (C1, C2는 상수)
여기에서, B는 음성 해상도, x는 네트워크 전송 속도, y는 음성으로 읽어주는 단어의 개수, z는 사용자 단말의 스피커 음질에 해당하고, V는 사용자 단말의 환경 변수에 해당한다.
The method of claim 7, wherein the SVG document generation unit
Wherein the audio resolution on the auditory control is determined according to the following equation.
&Quot; (2) "
B = (C1 / V) * x / y + C2 * z (C1, C2 are constants)
Here, B is the voice resolution, x is the network transmission rate, y is the number of words read by voice, z is the speaker sound quality of the user terminal, and V is the environment variable of the user terminal.
제1항에 있어서, 상기 SVG 문서 생성부는
상기 주석이 없는 경우에도 문서 관리자에 의해 정의되는 적어도 하나의 구문 및 구문서식을 포함하는 구문 리스트를 기초로 상기 포맷된 문서에 있는 구문에 관한 유사도를 분석하는 것을 특징으로 하는 웹 페이지의 분할 전송 제어 가능한 전자문서 제공장치.
The method of claim 1, wherein the SVG document generation unit
And analyzing the similarity with respect to the syntax in the formatted document based on a syntax list including at least one syntax and syntax format defined by a document manager even in the absence of the comment. A possible electronic document delivery device.
제9항에 있어서, 상기 SVG 문서 생성부는
상기 분석된 유사도가 특정 기준 이상이면 아래의 수학식에 따라 상기 포맷된 문서에 있는 구문을 변형시키는 것을 특징으로 하는 웹 페이지의 분할 전송 제어 가능한 전자문서 제공장치.
[수학식3]
C=tan(S)+1 (단, 0.5≤S≤1.0)
여기에서, S는 유사도에 해당하고, C는 변형된 구문에 해당한다.

The method of claim 9, wherein the SVG document generation unit
And if the analyzed similarity degree is equal to or greater than a specific criterion, transforming the syntax in the formatted document according to the following equation.
&Quot; (3) "
C = tan (S) +1 (where 0.5? S? 1.0)
Here, S corresponds to the degree of similarity, and C corresponds to the modified syntax.

KR1020160169283A 2016-12-13 2016-12-13 Electronic document providing apparatus of division transferable of web page KR101886069B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020160169283A KR101886069B1 (en) 2016-12-13 2016-12-13 Electronic document providing apparatus of division transferable of web page

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020160169283A KR101886069B1 (en) 2016-12-13 2016-12-13 Electronic document providing apparatus of division transferable of web page

Publications (2)

Publication Number Publication Date
KR20180067880A true KR20180067880A (en) 2018-06-21
KR101886069B1 KR101886069B1 (en) 2018-08-07

Family

ID=62806836

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020160169283A KR101886069B1 (en) 2016-12-13 2016-12-13 Electronic document providing apparatus of division transferable of web page

Country Status (1)

Country Link
KR (1) KR101886069B1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111310410A (en) * 2018-11-23 2020-06-19 广州金山移动科技有限公司 Display processing method and device, computer storage medium and terminal
KR20200109036A (en) * 2019-03-12 2020-09-22 주식회사 클립소프트 Contract system and contract method using electronic documents

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100889906B1 (en) 2004-03-30 2009-03-20 니혼 빅터 가부시키가이샤 Electronic service manual generation method, additional data generation method, electronic service manual generation apparatus, additional data generation apparatus, and recording media on which electronic service manual generation program and additional data generation program are recorded
KR101040094B1 (en) * 2005-10-07 2011-06-09 노키아 코포레이션 System and method for measuring SVG document similarity
KR101206404B1 (en) * 2012-06-28 2012-11-29 (주) 사이냅소프트 HTML conversion apparatus and method thereof
JP2013080321A (en) * 2011-10-03 2013-05-02 Sony Corp Information processing apparatus and method, and program
KR20140062547A (en) * 2012-11-12 2014-05-26 주식회사 시공미디어 Device and method of modifying, making and administrating electronic documents using database
KR20140128847A (en) * 2013-04-26 2014-11-06 이노디지털 주식회사 Dynamic Video Signal Resolution Transforming System and Method in Eco-Platform Based on Smart Media
KR20150144073A (en) 2014-06-16 2015-12-24 주식회사 쓰리코어 Method and apparatus for format conversion of document, and cloud server thereof

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100889906B1 (en) 2004-03-30 2009-03-20 니혼 빅터 가부시키가이샤 Electronic service manual generation method, additional data generation method, electronic service manual generation apparatus, additional data generation apparatus, and recording media on which electronic service manual generation program and additional data generation program are recorded
KR101040094B1 (en) * 2005-10-07 2011-06-09 노키아 코포레이션 System and method for measuring SVG document similarity
JP2013080321A (en) * 2011-10-03 2013-05-02 Sony Corp Information processing apparatus and method, and program
KR101206404B1 (en) * 2012-06-28 2012-11-29 (주) 사이냅소프트 HTML conversion apparatus and method thereof
KR20140062547A (en) * 2012-11-12 2014-05-26 주식회사 시공미디어 Device and method of modifying, making and administrating electronic documents using database
KR20140128847A (en) * 2013-04-26 2014-11-06 이노디지털 주식회사 Dynamic Video Signal Resolution Transforming System and Method in Eco-Platform Based on Smart Media
KR20150144073A (en) 2014-06-16 2015-12-24 주식회사 쓰리코어 Method and apparatus for format conversion of document, and cloud server thereof

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111310410A (en) * 2018-11-23 2020-06-19 广州金山移动科技有限公司 Display processing method and device, computer storage medium and terminal
CN111310410B (en) * 2018-11-23 2024-03-12 广州金山移动科技有限公司 Display processing method and device, computer storage medium and terminal
KR20200109036A (en) * 2019-03-12 2020-09-22 주식회사 클립소프트 Contract system and contract method using electronic documents

Also Published As

Publication number Publication date
KR101886069B1 (en) 2018-08-07

Similar Documents

Publication Publication Date Title
JP7447965B2 (en) Programs, methods and devices for editing documents
US10671251B2 (en) Interactive eReader interface generation based on synchronization of textual and audial descriptors
US9405847B2 (en) Contextual grouping of a page
CN103970750B (en) A kind of method and apparatus generating html web page
CN113655999B (en) Page control rendering method, device, equipment and storage medium
CN106886551B (en) Method and device for displaying image by using markup language
CN111241801A (en) File generation method, device, equipment and computer readable storage medium
CN102662921B (en) A kind of document processing method, device and editing machine
JP2015508514A (en) Method and system for computer-assisted consumption of information from application data files
WO2017180355A1 (en) Dynamically formatting scalable vector graphics
JP2007328510A (en) Content conversion device, content display device, content browsing device, content conversion method, content browsing method and program
CN111930289B (en) Method and system for processing pictures and texts
JP5466357B2 (en) Apparatus and method for supporting creation of electronic document
US10628526B2 (en) Providing suggested diagrammatic representations of user entered textual information
CN111651966A (en) Data report file generation method and device and electronic equipment
KR101886069B1 (en) Electronic document providing apparatus of division transferable of web page
US10366149B2 (en) Multimedia presentation authoring tools
CN115562753A (en) Data processing method and device
KR101886067B1 (en) Electronic document preparing apparatus of independent web browser
KR20190061895A (en) Web based document editing server for changing template of web based document and operating method thereof
WO2006051974A1 (en) Document processing device and document processing method
US11829712B2 (en) Management of presentation content including generation and rendering of a transparent glassboard representation
JP2017027319A (en) Display/editing/storage method, device, and processing program of document documentation data
CN115309476A (en) Browser-based ofd file display and editing method
JP2007183849A (en) Document processor

Legal Events

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