WO2018101534A1 - 전자 문서 컨버팅 방법 및 이를 수행하는 시스템 - Google Patents

전자 문서 컨버팅 방법 및 이를 수행하는 시스템 Download PDF

Info

Publication number
WO2018101534A1
WO2018101534A1 PCT/KR2016/015546 KR2016015546W WO2018101534A1 WO 2018101534 A1 WO2018101534 A1 WO 2018101534A1 KR 2016015546 W KR2016015546 W KR 2016015546W WO 2018101534 A1 WO2018101534 A1 WO 2018101534A1
Authority
WO
WIPO (PCT)
Prior art keywords
content
document
layer
original document
margin
Prior art date
Application number
PCT/KR2016/015546
Other languages
English (en)
French (fr)
Inventor
김현준
조성준
이승직
Original Assignee
(주)쿠쿠닥스
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by (주)쿠쿠닥스 filed Critical (주)쿠쿠닥스
Publication of WO2018101534A1 publication Critical patent/WO2018101534A1/ko

Links

Images

Classifications

    • 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/106Display of layout of documents; Previewing
    • 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/114Pagination
    • 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
    • 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/151Transformation
    • 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/163Handling of whitespace

Definitions

  • the present invention relates to an electronic document converting method for converting an electronic document created through a document creating program into a web compatible format, and a system for performing the same.
  • the electronic document refers to information created and stored or transmitted in electronic form through a document preparation program, and may be used as it is or in electronic form.
  • Electronic documents can be created not only through PC-based document creation programs, but also recently through document creation programs that run on smartphones or tablet computers.
  • Such an electronic document can be output to a device for viewing the electronic document in a variety of ways for the user of the electronic document to view.
  • the electronic document may be output to the device through an interface provided by the document creating program, and may be output through another application for the purpose of document viewing only, not the document creating program, and the electronic document created through the document creating program may be web compatible. It can also be converted to a format and output to the device via a web browser.
  • the electronic document when the electronic document is converted into a web compatible format and output through an internet-based web browser, the original document is converted and output according to a form provided by the web browser independently, so that the electronic document is output slowly and converted.
  • the electronic document has been inconvenient, such as being different from the visual form of the original document.
  • One object of the present application is to provide an electronic document converting method for generating an electronic document in a web compatible format that is output at a high speed, and a system for performing the same.
  • Another object of the present application is to provide an electronic document converting method for generating an electronic document in a web compatible format that is visually identically represented with an electronic document created through a document creation program, and a system for performing the same.
  • the method comprising: loading a document file relating to an original document having a plurality of pages generated through a document preparation program at a local device; Extracting content information about the content of the original document and layout information about the page layout of the original document from the document file; Generating a content layer composed of a single sheet including content corresponding to the content of the original document using the content information; Inserting an intermediate margin at a division position corresponding to a page boundary of the original document on a single sheet of the content layer based on the layout information; Generating a frame layer composed of a single sheet including a plurality of page frames as many as the number of pages of the original document based on the layout information; And generating a converting document composed of a single sheet in which the content layer and the frame layer overlap each other, and visually providing a page division that is substantially the same as that of the original document.
  • an original document providing unit for loading a document file relating to an original document having a plurality of pages generated through a document creating program at a local device; Extracts content information about the content of the original document and layout information about the page layout of the original document from the document file, and comprises a single sheet including content corresponding to the content of the original document by using the content information.
  • Generate a content layer to be generated generate a frame layer including a single sheet including a plurality of page frames as many as the number of pages of the original document based on the layout information, and generate a single layer of the content layer based on the layout information.
  • the electronic document can be converted into a web compatible format provided in a single sheet, so that it can be output quickly when viewing.
  • an electronic document of a web-compatible format can be obtained by applying a frame layer for distinguishing pages to a content layer in which content is arranged so as to correspond to the original document, and having a visual form substantially identical to that of the original document. have.
  • FIG. 1 is a block diagram illustrating components of an electronic document converting system according to an embodiment of the present application.
  • FIG. 2 is a block diagram illustrating an example of physical components of an electronic document converting system according to an embodiment of the present application.
  • FIG. 3 is a block diagram illustrating another example of physical components of an electronic document converting system according to an embodiment of the present application.
  • FIG. 4 is a block diagram of components of a server according to an embodiment of the present application.
  • FIG. 5 is a block diagram of components of a local device according to an embodiment of the present application.
  • FIG. 6 is a diagram schematically illustrating electronic data that may be included in an original document according to an embodiment of the present application.
  • FIG. 7 is a diagram illustrating a form in which electronic data included in the original document is output according to an embodiment of the present application.
  • FIG. 8 is a diagram illustrating an interface that an original document providing unit may provide, according to an exemplary embodiment.
  • FIG. 9 is a diagram illustrating electronic data included as an example by a single sheet according to an embodiment of the present application.
  • FIG. 10 illustrates a content layer according to an embodiment of the present application.
  • FIG. 11 is a diagram illustrating a divided position of a content layer according to an embodiment of the present application.
  • FIG. 12 is a diagram illustrating an operation of inserting an intermediate margin at a division position of a content layer, according to an embodiment of the present application.
  • FIG. 13 is a diagram illustrating top and bottom margins of an original document according to one embodiment of the present application.
  • FIG. 14 is a diagram illustrating content at an output level that spans a divided position of a content layer according to an exemplary embodiment of the present application.
  • 15A is a diagram illustrating a method of inserting an intermediate margin at a division position according to an embodiment of the present application.
  • FIG. 15B is a diagram illustrating a method of inserting an intermediate margin at a division position according to an embodiment of the present application.
  • FIG. 16 is a diagram illustrating a case where an intermediate margin is inserted at an adjacent position instead of a division position of a content layer according to an embodiment of the present application.
  • FIG. 17 is a diagram illustrating a process of inserting an intermediate margin when content in the form of element data and / or text exists at a division position of a content layer according to an embodiment of the present application.
  • 18 is a diagram illustrating a process of inserting an intermediate margin when element data and / or text content includes a division position according to an embodiment of the present application.
  • FIG. 19 is a diagram illustrating a process of inserting an intermediate margin when a division position of a content layer includes image data and / or image form content according to an embodiment of the present application.
  • FIG. 20 is a diagram illustrating a process of inserting an intermediate margin when table data and / or tabular content exist at a division position of a content layer according to an embodiment of the present application.
  • FIG. 21 is a diagram illustrating a process of inserting an intermediate margin when electronic data exists in a row of tabular data and / or tabular content according to an embodiment of the present application.
  • FIG. 22 illustrates a frame layer according to an embodiment of the present application.
  • FIG. 23 is a diagram illustrating the form of a page frame included in a frame layer according to an embodiment of the present application.
  • 24 is a frame layer according to an embodiment of the present application may include additional information in an external area.
  • 25 is a structural diagram illustrating a converted document according to an embodiment of the present application.
  • FIG. 26 illustrates an original document and a converted document according to an embodiment of the present application.
  • 27 is a view showing a converted document according to an embodiment of the present application.
  • 28 is a diagram illustrating an example of outputting a converted document according to an embodiment of the present application.
  • 29 is a flowchart illustrating an electronic document converting method according to an embodiment of the present application.
  • the method includes: loading a document file about an original document having a plurality of pages generated through a document preparation program at a local device; Extracting content information about the content of the original document and layout information about the page layout of the original document from the document file; Generating a content layer composed of a single sheet including content corresponding to the content of the original document using the content information; Inserting an intermediate margin at a division position corresponding to a page boundary of the original document on a single sheet of the content layer based on the layout information; Generating a frame layer composed of a single sheet including a plurality of page frames as many as the number of pages of the original document based on the layout information; And generating a converting document composed of a single sheet in which the content layer and the frame layer overlap each other, and visually providing a page division that is substantially the same as that of the original document.
  • the method includes: loading a document file about an original document having a plurality of pages generated through a document preparation program at a local device; Extracting content information about the content of the original document and layout information about the page layout of the original document from the document file; Generating a content layer composed of a single sheet including content corresponding to the content of the original document using the content information; Inserting an intermediate margin at a division position corresponding to a page boundary of the original document on a single sheet of the content layer based on the layout information; Generating a frame layer composed of a single sheet including a plurality of page frames as many as the number of pages of the original document based on the layout information; And generating a converting document composed of a single sheet in which the content layer and the frame layer overlap each other, and visually providing a page division that is substantially the same as that of the original document.
  • the division position may be determined based on page size information and margin information of the layout information.
  • the size of the intermediate margin may be calculated based on the margin information of the layout information.
  • the size of the intermediate margin is calculated by further considering the distance between the division position and the top of the content. It can be characterized.
  • the size of the intermediate margin may be calculated by further considering a page interval of the preset converting document.
  • the size of the intermediate margin may be calculated by summing the top margin, the bottom margin and the page spacing of the original document according to the margin information.
  • the size of the intermediate margin is calculated by adding up the distance between the division position and the upper end of the content. It can be characterized.
  • the middle margin when the content of the text paragraph type includes the division position, the upper text located above the division position based on the division position and the remaining text except for the upper text among the contents. It may be characterized by inserting the middle margin.
  • the middle margin when the division position belongs to the display area of the content in the form of a text line or the content in the form of the text line is located directly below the division position, the upper portion of the text line is located at the top.
  • the middle margin may be inserted.
  • the intermediate margin when the division position belongs to the display area of the content in the form of an image or when the content of the image form is located directly below the division position, the intermediate margin at the top of the image. It may be characterized by inserting.
  • the intermediate margin when the division position belongs to the display area of the table-shaped content, the intermediate margin may be inserted into a row to which the division position belongs.
  • the middle margin when content is included in a row where the middle margin is inserted, the middle margin may be inserted at the top of the content included in the row.
  • the content information may include information about the content of the original document and information about the content format of the original document.
  • the size of the single sheet of the content layer and the size of the single sheet of the frame layer may be set based on the number of pages of the original document and the layout information.
  • the content of the content layer may be arranged in a line on a single sheet of the content layer.
  • the frame layer may include an inner area, and the inner area may be an area where the content layer and the content layer are located on the converting document because the content layer and the frame layer overlap each other.
  • the frame layer may further include an outer region, wherein the outer region includes at least one additional information regarding the at least one converted document, wherein the content layer and the frame layer are overlapped to display the additional information on the converted document. It may be characterized by the fact that the area is located.
  • the additional information may be at least one of a header, footer, page number, or time.
  • the method may further include generating at least one subframe layer corresponding to the frame layer, wherein the subframe layer further includes an external region, wherein the external region includes additional information about the at least one converted document, and the content
  • the layer and the convert layer overlap each other, and may be an area where the additional information is located on the convert document.
  • the page frame may distinguish between the inner region and the outer region of the frame layer.
  • the page frame may have a form in which the inner region and the outer region are divided at boundaries between the inner region and the outer region of the frame layer.
  • the form of the corner of the page frame may be at least one or more of a box, a square, a circle, or a transparent form, and the frame of the page frame may be at least one of solid, dashed, or dashed lines. It can be characterized by.
  • the method may further include outputting the converted document through an interface of a web browser.
  • the outputting of the converted document may include outputting each page of a plurality of visually present pages of the converted document in a spaced apart form. You can do
  • an original document providing unit for loading a document file relating to an original document having a plurality of pages generated through a document creating program at a local device; Extracts content information about the content of the original document and layout information about the page layout of the original document from the document file, and comprises a single sheet including content corresponding to the content of the original document by using the content information.
  • Generate a content layer to be generated generate a frame layer including a single sheet including a plurality of page frames as many as the number of pages of the original document based on the layout information, and generate a single layer of the content layer based on the layout information.
  • the electronic document converting system 10000 may refer to an electronic document (hereinafter referred to as an original document) generated through a document creating program or a document creating application, an electronic document (hereinafter referred to as a 'converted document') in a web compatible format.
  • an electronic document hereinafter referred to as a 'converted document'
  • the term 'original document' refers to a document to be converted, and is not necessarily the first document created or created. That is, the "original document" may be a document copied or edited / modified from the viewpoint of an electronic file.
  • the original document can be created through various document writing programs or document writing applications.
  • the original document is 1) text-based document created by a word processor such as Window Notepad or Microsoft Word, which is based on an existing typewriter, as well as Excel. 2) Spread sheet type documents such as (Excel) or 3) Presentation sheet type documents such as PowerPoint, etc. Should be interpreted.
  • the original document should be interpreted to include not only an electronic document created using a program installed on the local device 1000 but also an electronic document generated on the basis of a web office.
  • the original document is: 1) WordWriter or Notepad, a built-in Windows program, Writer, Word, Excel, PowerPoint, LibreOffice program belonging to the Microsoft Office program group, Impress, Calc, Hangeul, Hanword, Hanshaw, Hankel, and Hanks from Hankook Office and Computers. Pages and keys from Hancell or Apple's iWork program family. 2) Google Drive (Google), which is based on a document authoring program installed on a personal computer (PC) such as Notes, Numbers, or Adobe's Acrobat. Google Docs, Google Spreadsheets, Google Slides, iWork applications included with Apple iCloud, and Microsoft Onedrive. Are written through applications running on a web browser, such as Word, Excel, PowerPoint, Onenote, Ndrive's document viewer, NAVER Word, NAVER Slide, NAVER Cell, etc. It may be an electronic document.
  • WordWriter or Notepad a built-in Windows program, Writer, Word, Excel, PowerPoint, LibreOffice program belonging to the Microsoft Office program group, Impress, Calc, Hang
  • the above-described programs or applications are merely examples of programs or applications for creating an electronic document, and thus, the original document may be generated by another program or application.
  • the application when generated according to a web office based application, the application may be mainly based on HTML5 (HyperText Mark-up Language version 5), but is not necessarily limited to HTML5.
  • Converted documents are electronic documents in web-compatible format that are generated from the original documents.
  • the electronic document in a web compatible format is an electronic document that can be processed through a web browser. Therefore, the converted document can be basically viewed through a web browser and, if necessary, can be edited through a web browser.
  • the converted document may be internally in a JavaScript Object Notation (JSON) format based on HTML5 on a web browser.
  • JSON JavaScript Object Notation
  • the form of the converted document is not limited to the above-described example, and it is also possible for the converted document to be processed in another format using another markup language such as XML.
  • the converted document is preferably in a format conforming to the web standard as much as possible so that the web browser can be processed without a separate plug-in for general purpose. Therefore, the converted document is used herein as Microsoft Internet Explorer (IE), Google Chrome, Firefox, Safari, Opera, or various other web browsers. Can be processed through However, since a plug-in can be assumed as necessary, it is not to be excluded from the present invention that a part of the converted document is in the form of using the same.
  • FIG. 1 is a block diagram illustrating components of an electronic document converting system according to an embodiment of the present application.
  • the electronic document converting system 10000 may include an original document providing unit 11000, a document converting unit 12000, and a converted document output unit 13000.
  • the original document providing unit loads the original document
  • the document converting unit 12000 generates the converted document by converting the original document
  • the converted document output unit outputs the converted converted document.
  • the electronic document converting system 10000 may use a single electronic device that integrates a role of a plurality of electronic devices connected through a network or electronic devices connected through a network.
  • the electronic document converting system 10000 is basically implemented in the former (hereinafter, referred to as a 'network type'), but in some cases, may be implemented in the latter (hereinafter, referred to as a 'stand alone type').
  • the above-described configuration of the electronic document converting system 10000 is functionally classified, and these components may be physically arranged in a single electronic device or distributed in a plurality of electronic devices connected through a network.
  • the document converting unit 12000 is present in an electronic device corresponding to the server 2000 to be described later, and an original document providing unit and a converter
  • the document document output unit may be present in an electronic device corresponding to the local device 1000 which will be described later.
  • FIG. 2 is a block diagram illustrating an example of physical components of an electronic document converting system according to an embodiment of the present application.
  • the electronic document converting system 10000 may include electronic devices physically connected via a network (eg, the Internet) as shown in FIG. 2.
  • one electronic device may correspond to the server 2000, and the other electronic device may correspond to the local device 1000.
  • the functions of the original document providing unit, the document converting unit 12000, and the converted document output unit may correspond to the server. It may be implemented by any one of the 2000 and the local device 1000 or by a collaboration of the two.
  • document conversion in this scenario may be as follows.
  • the local device 1000 accesses the server 2000 through a web browser, and transmits the original document previously stored to the server 2000.
  • the server 2000 receives the original document, converts it, generates a converted document, and transmits the converted document to the local device 1000.
  • the local device 1000 may receive the converted document and display it through a web browser.
  • document conversion in this scenario may be as follows.
  • the local device 1000 accesses the server 2000 through a web browser and obtains a web application that processes document conversion from the server 2000 through a web browser. Thereafter, the local device 1000 may run the web application on the web browser to convert the original document and display the converted document through the web browser.
  • the server 2000 may be a single physical object, but may be implemented as a plurality of physically separated devices.
  • the server 2000 may host a web site to handle the connection with the local device 1000 and to send and receive data such as a request / response through a web browser, an application server to perform document conversion, and a web site hosting.
  • the database storing various data for application processing may be implemented in a form in which all of them are integrated into one device or at least a part thereof is divided into a plurality of devices.
  • FIG. 3 is a block diagram illustrating another example of physical components of an electronic document converting system according to an embodiment of the present application.
  • the electronic document converting system 10000 may be configured as a single electronic device as shown in FIG. 3.
  • electronic document converting can be handled as a stand-alone type in one electronic device, and the functions of the original document providing unit, document converting unit 12000, and converted document output unit are single electronic devices. All can be implemented by
  • document converting may allow an electronic device to directly convert an original document into a converted document and display it through a web browser.
  • the combination of the server 2000 and the local device 1000 according to the above-described network type or a single electronic device in the stand-alone type performs various functions such as communication / storage / operation in order to operate as the electronic document converting system 10000.
  • the detailed configuration of the server 2000 / local device 1000 and a single electronic device will be briefly described.
  • FIG. 4 is a block diagram of components of a server 2000 according to an exemplary embodiment of the present application.
  • the server 2000 may include a communication unit 1100, a database 1200, and a control unit 1300.
  • the communicator 1100 may communicate with an external device (eg, the local device 1000). Therefore, the server 2000 may transmit and receive information with an external device through the communication unit 1100. For example, the server 2000 may receive an original document from the local device 1000 connected to the server 2000 through a web browser using the communication unit 1100 or transmit a converted document to the local device 1000. have.
  • an external device eg, the local device 1000
  • the server 2000 may transmit and receive information with an external device through the communication unit 1100.
  • the server 2000 may receive an original document from the local device 1000 connected to the server 2000 through a web browser using the communication unit 1100 or transmit a converted document to the local device 1000. have.
  • the communication unit 1100 is a wired communication module for accessing the Internet through a local area network (LAN), a mobile communication module for accessing a mobile communication network via a mobile communication base station, and transmitting and receiving data, and a WLAN such as Wi-Fi.
  • LAN local area network
  • GPSS Global Positioning System
  • WPAN Wireless Personal Area Network
  • the database 1200 may store various types of information.
  • the database 1200 may store data temporarily or semi-permanently.
  • the database 1200 of the server 2000 may include an operating system (OS) for running the server 2000, a program or an application for converting data or documents for hosting a web site (for example, , A web application) data, and the like, as well as an original document received from the local device 1000, a converted converted document, and the like.
  • OS operating system
  • a web application for example, A web application
  • Examples of the database 1200 include a hard disk drive (HDD), a solid state drive (SSD), a flash memory, a read-only memory (ROM), a random access memory (RAM), and the like. This can be.
  • the database 1200 may be provided as a built-in type or a removable type.
  • the controller 1300 controls the overall operation of the server 2000. To this end, the controller 1300 may calculate and process various types of information and control the operation of the components of the server 2000. For example, the controller 1300 may execute a program or an application for document converting.
  • the controller 1300 may be implemented as a computer or a similar device according to hardware software or a combination thereof. In hardware, the controller 1300 may be provided in the form of an electronic circuit that processes an electrical signal to perform a control function, and in software, may be provided in the form of a program for driving the hardware 1300. Meanwhile, in the following description, unless otherwise specified, the operation of the server 2000 may be interpreted to be performed by the control of the controller 1300.
  • FIG 5 is a block diagram of components of the local device 1000 according to an exemplary embodiment of the present application.
  • the local device 1000 may include an input / output module 2100, a communication module 2200, a memory 2300, and a controller 2400.
  • the communication module 2200, the memory 2300, or the controller 2400 may be implemented similarly to the communication unit 1100, the database 1200, and the controller 1300 of the server 2000 described above.
  • the local device 1000 may access the server 2000 through a web browser using the communication module 2200 to transmit an original document to the server 2000 or to receive a converted document from the server 2000. can do.
  • an operating program (OS) or a web browser for driving the local device 1000 may be stored in the memory 2300 of the local device 1000.
  • a document writing program for generating an original document may be stored.
  • an application for example, a web application running on a web browser
  • an original document, or a converted document may be stored.
  • the controller 2400 may execute a web browser, a document preparation program, or an application for document creation.
  • the input / output module 2100 may be various interfaces or connection ports for receiving user input or outputting information to the user.
  • the input / output module 2100 may be divided into an input module and an output module.
  • the input module receives a user input from a user.
  • the user input may be in various forms, including key input, touch input, and voice input.
  • Examples of such input modules that can receive user input include a conventional keypad, keyboard, and mouse, as well as a touch sensor for detecting a user's touch, a microphone for receiving a voice signal, a camera for recognizing a gesture through image recognition, Proximity sensor consisting of illuminance sensor or infrared sensor that detects user's approach, motion sensor that recognizes user's motion through acceleration sensor, gyro sensor, etc. and various other input means for detecting or receiving various types of user input It is a comprehensive concept that includes all of them.
  • the touch sensor may be implemented as a piezoelectric or capacitive touch sensor that senses a touch through a touch panel or a touch film attached to the display panel, an optical touch sensor that senses a touch by an optical method, and the like.
  • the input module may be implemented in the form of an input interface (USB port, PS / 2 port, etc.) for connecting an external input device that receives user input instead of a device that detects user input.
  • the output module can also output a variety of information and provide it to the user.
  • the output module is a comprehensive concept that includes a display for outputting an image, a speaker for outputting sound, a haptic device for generating vibrations, and various other forms of output.
  • the output module may be implemented in the form of a port type output interface connecting the individual output means described above.
  • the output module in the form of a display may display text, still images, and moving images.
  • Displays include Liquid Crystal Display (LCD), Light Emitting Diode (LED) Display, Organic Light Emitting Diode (OLED) Display, Flat Panel Display (FPD), Transparent Display display, curved display, flexible display, 3D display, holographic display, projector, and other types of devices capable of performing image output functions. It is a concept that means a wide image display device that includes all of them.
  • Such a display may be in the form of a touch display integrated with a touch sensor of the input module.
  • a single electronic device constituting the stand-alone type electronic document converting system 10000 may include an input / output module, a memory, and a controller, which are the above-described input / output module 2100, database & memory 1200. 2300 and the controller & controller 1300 and 2400 may be implemented similarly.
  • a single electronic device may include a communication module as necessary, which may be implemented similarly to the communication unit & communication module 1100 and 2200 described above.
  • the local device 1000 or a single electronic device may be mainly provided as a personal computer (PC) in the form of a desktop or a notebook, and in addition, a tablet or a smartphone may be used as the local device 1000 or a single electronic device.
  • PC personal computer
  • a tablet or a smartphone may be used as the local device 1000 or a single electronic device.
  • the type of the local device 1000 or the single electronic device is not limited to the above-described example, and other devices performing similar functions may be used as the local device 1000 or the single electronic device.
  • the electronic document converting system 10000 may perform an electronic document converting operation of converting the original document 3000 described above into the converted document 6000. Meaning that the electronic document converting system 10000 performs an electronic document converting operation may mean that a server, a local device, and / or a single electronic device may perform the converting operation.
  • FIG. 6 is a diagram schematically illustrating electronic data that may be included in an original document according to an embodiment of the present application.
  • the original document 3000 may include electronic data.
  • electronic data may typically include text content 3010, image content 3020, table content 3030, content format 3040, and / or page layout 3050.
  • the text content 3010 of the original document 3000 may refer to text data input to the original document 3000.
  • the text content 3010 of the original document 3000 may include text data in a line form, text data in a paragraph form, as well as a white space between the text data, and the like.
  • the content format 3040 of the original document 3000 may be data related to attributes related to content such as text content 3010, image content 3020, and table content 3030.
  • content form 3040 may be data relating to the morphological attributes of content 3010.
  • the content format 3040 may be a font, a format such as a color of the text content 3010, a format such as a border line, a left or right margin of the image content 3020, or a table content 3030. Formats such as cell background color, cell size, etc. may be included.
  • the image content 3020 of the original document 3000 may refer to image data inserted into the original document 3000.
  • the table content 3030 of the original document 3000 may mean table data inserted into the original document 3000.
  • the table content 3030 may refer to data included in the table data.
  • the table content 3030 may be referred to as the text data and the image data included in the table data and the table data.
  • the page layout 3050 of the original document 3000 may refer to electronic data related to the page form of the original document 3000.
  • page layout 3050 of original document 3000 may refer to electronic data regarding page size, page margins, page edges, and / or paper orientation.
  • the page layout 3050 of the original document 3000 may include page boundary 3100 information between the page and the page when the original document has a plurality of pages according to the electronic data.
  • the electronic data included in the original document 3000 described above are not essential electronic data that the original document 3000 should include, and the original document 3000 may have more electronic data or fewer electronic data. There will be.
  • FIG. 7 is a diagram illustrating a form in which electronic data included in the original document is output according to an embodiment of the present application.
  • the original document according to an embodiment of the present application is output according to the above-described electronic data.
  • Top, bottom, left and right margins can be implemented in the output.
  • the content to which the predetermined format is applied to the page of the original document may be configured and output.
  • the original document may be output in various visual forms according to the combination of the electronic data.
  • the electronic document converting system 10000 may include an original document providing unit 11000, a document converting unit 12000, and a converted document 6000 output unit.
  • the units perform respective operations for performing an electronic document converting operation of the electronic document converting system 10000.
  • an electronic document converting operation performed by each unit will be described.
  • the original document providing unit 11000 may perform an operation of loading the original document 3000 into the electronic document converting system 10000.
  • the original document providing unit 11000 may load the original document 3000 into a server and / or a local device in the system network type including the unit, and a single electronic device in the system standalone type.
  • the loading means broadly providing and / or transmitting the original document 3000 file to the system, and storing the original document 3000 file in the memory 2300 area of the server, network, and / or single electronic device. It may include a limited meaning.
  • the form of loading may be a form in which a system including a unit loads a document into the system, or may be in a form in which a system including a unit loads a document into another system.
  • the converting system converts the original document 3000 in accordance with the operation of the converting unit 12000 and / or the converted document output unit 13000, which will be described later.
  • the electronic document converting operation may be prepared and / or performed to be converted into the document 6000.
  • FIG. 8 is a diagram illustrating an interface that an original document providing unit may provide, according to an exemplary embodiment.
  • the original document providing unit 11000 may provide an interface for obtaining an original document file. Accordingly, the user may load the original document 3000 into the electronic document converting system 10000 through the interface. Such an interface may be output through an output unit of each component of the electronic document converting system 10000. will be.
  • the document converting unit 12000 may perform an operation of converting the original document 3000 loaded into the electronic document converting system 10000 into the converted document 6000 according to a series of operations. have.
  • the document converting unit 12000 may generate a content layer 4000 provided as a single sheet, a frame layer 5000 provided as a single sheet, spaced vertically apart from the content layer 4000, and generate a converted document 6000. You can perform an action.
  • a single sheet visually has a layout such as a predetermined top, left and right margins, but may be a document file provided as a single sheet without separating pages.
  • the single sheet is an electronic document in a web compatible format such as the converted document 6000 described above, and may be an electronic document file written in a markup language that can be processed through a web browser.
  • FIG. 9 is a diagram illustrating electronic data included as an example by a single sheet according to an embodiment of the present application.
  • a single sheet according to an embodiment of the present application may include electronic data at low level 3200 and / or electronic data at output level 3300.
  • the single sheet according to an embodiment of the present application is a low-level electronic data to include element data 3210, layout data 3220, attribute data 3230, type data, image data, and / or table data. It may include.
  • the electronic data of the output level 3300 may include a content 3310 in a text form, a content 3320 in an image form, a table content 3330 in a tabular form, and a page frame content 3340.
  • the electronic data of the low level 3200 of the single sheet and the electronic data of the output level 3300 may have an association relationship.
  • the single sheet is composed of low level electronic data at the low level 3200, and the single sheet is output at the output level 3300 at the output level 3300 through a process of rendering the low level electronic data. It may have a relationship composed of data and visually output.
  • element data 3210 such as line text and paragraph text white space
  • attribute data 3203 such as a font, a text size, and kerning, which define attributes of the element data 3210.
  • layout data and the like for determining the layout so that the element data can be visually constructed.
  • text, white space, and the like of the element data 3210 may be output as the text content 3310 in the output level 3300.
  • the attribute data 3230 may be applied to the text content 3310. Can be.
  • the text content 3010 may be disposed with a margin at the top or the left and the right according to the layout data 3220.
  • the process of associating the electronic data of the low level 3200 and the electronic data of the output level 3300 may be performed by the operation of the document converting unit 12000.
  • the document converting unit 12000 may generate the content layer 4000 which is a single sheet including low level electronic data corresponding to the electronic data of the original document 3000.
  • the content layer 4000 generated by the document converting unit 12000 may be singular or plural.
  • the document converting unit 12000 may generate the content layer 4000 through a process of extracting electronic data of the original document 3000.
  • the document converting unit 12000 may generate electronic data that can be used at the low level 3200 of the single sheet.
  • the electronic data may be generated by matching electronic data of the original document 3000 with low level electronic data previously stored in the document converting unit 12000.
  • the document converting unit 12000 may selectively generate low-level electronic data, which will be described below.
  • the document converting unit 12000 may extract the text content 3010 of the original document 3000 and generate the element data 3210 of a single sheet.
  • the element data 3210 may be data including not only text data but also white space.
  • the document converting unit 12000 may generate the attribute data 3230 by matching the corresponding format data.
  • the document converting unit 12000 may generate layout data 3220 by extracting data related to a predetermined margin such as top margin, left and right margins, bottom margin, etc. from the page layout 3050 of the original document 3000. .
  • the image content 3020 and / or the table content 3030 of the original document 3000 may be generated as image data and table data at a low level by the document converting unit 12000.
  • the image information and / or the table data may be applied with the format information related thereto.
  • the document converting unit 12000 configures the generated low-level electronic data at the low level 3200 so that the single data includes the electronic data without visually distinguishing the page at the output stage. You can create a sheet.
  • the document converting unit 12000 configures the element data 3210 generated at the low level 3200 in the layout data 3220, and applies the attribute data 3230 to the element data 3210. You will be able to create a document of.
  • the manner in which the document converting unit 12000 configures the data at the low level 3200 may be a method of coding a predetermined markup language.
  • FIG. 10 illustrates a content layer according to an embodiment of the present application.
  • the content layer 4000 converts the electronic data of the low level 3200 so that the content level 3310, the tabular content 3330, and the image form of the text form without the page division are output at the output level 3300.
  • the document 3320 may mean a document in a web compatible format in which the content 3320 is output.
  • the contents of the content layer 4000 may be configured based on the page layout 3050 such as the top margin, left and right margins, and bottom margins of the original document 3000.
  • the document converting unit 12000 may space the electronic data included in the content layer 4000 up and down.
  • the middle margin 4200 may mean any object that can be inserted into the content layer 4000 at the low level 3200 or the output level 3300.
  • the middle margin 4200 may be element data 3210 of white space or attribute data 3230 that replaces lines and / or lines or paragraphs.
  • the middle margin 4200 at the output level 3300 may refer to a space having a transparent color that can be inserted into an electronic document.
  • the middle margin 4200 may be a space having a predetermined color without being limited to a transparent color.
  • the middle margin 4200 is electronic data of the low level 3200 that may serve as the middle margin at the low level 3200
  • the middle margin 4200 is not limited to the electronic data of the low level 3200 as described above. It can be data.
  • the intermediate margin 4200 may be in any form as long as it is an object that can visually separate the configuration of the content layer 4000 at the output level 3300.
  • the meaning of inserting the intermediate margin 4200 into the content layer 4000 means that the document converting unit 12000 or the white space element data 3210 or 3200 is formed on the low level 3200.
  • This may mean generating and inserting attribute data 3230 for replacing lines.
  • it may mean that the content layer 4000 creates a spaced image by inserting the middle margin 4200 on an image that is visually output.
  • an operation of vertically spaced apart the content layer 4000 of the document converting unit 12000 may include a row corresponding to the page margin 3100 of the original document 3000. It may be an operation of inserting the content layer 4000 at the level 3200 and / or the output level 3300.
  • the document converting unit 12000 may determine the division position 4100 of the content layer 4000.
  • FIG. 11 is a diagram illustrating a divided position of a content layer according to an embodiment of the present application.
  • the divided position 4100 is a position identical or similar to the position of the page boundary 3100 of the original document 3000 on the content layer 4000 at the output level 3300. Can mean.
  • the division position 4100 may mean a row level electronic data row of the content layer 4000 corresponding to the page boundary 3100 of the original document 3000 at the low level 3200.
  • the page boundary 3100 of the original document 3000 may be a bottom boundary of the page or an upper boundary of the page.
  • the document converting unit 12000 may perform an operation of determining the divided position 4100 of the content layer 4000 based on the page layout 3050 of the original document 3000. have.
  • the document converting unit 12000 may perform an operation of determining the divided position 4100 based on electronic data corresponding to the page boundary 3100 among the page layout 3050 information of the original document 3000. There will be.
  • the determining of the divided position 4100 may include extracting coordinate information corresponding to the page boundary 3100 of the original document 3000.
  • the operation including the division position 4100 may be an operation of detecting the division position 4100 corresponding to the coordinate information on the content layer 4000 at the output level 3300.
  • the operation of determining the division location 4100 may extract information about the page boundary of the page layout 3050 of the original document 3000 to extract the content layer (the content layer) at the low level 3200 that exists before the page boundary 3100. It may be an operation of determining the divided position 4100 by detecting low level electronic data on the electronic device 4000.
  • the operation of determining the division position 4100 based on the page boundary 3100 may be various methods as long as the operation of determining the division position 4100 is not limited to the above scheme.
  • FIG. 12 is a diagram illustrating an operation of inserting an intermediate margin at a division position of a content layer, according to an embodiment of the present application.
  • the document converting unit 12000 performs an operation of inserting an intermediate margin 4200 at a division position 4100 to space the content layer 4000 up and down. can do.
  • the middle margin 4200 may be inserted at the division position 4100 at the low level 3200 or the output level 3300 on the content layer 4000.
  • the content layer 4000 has a middle margin 4200 inserted at the break position 4100 to visually display the text content 3010, the image content 3020, and / or the table content 3030 at the output level 3300. ) May have a structure spaced apart vertically.
  • Such an intermediate margin 4200 may be a space having a predetermined size.
  • a method of setting the size of the intermediate margin 4200 will be described.
  • FIG. 13 is a diagram illustrating top and bottom margins of an original document according to one embodiment of the present application.
  • the size of the middle margin 4200 may be set based on the page layout 3050 of the original document 3000.
  • the size of the middle margin 4200 may be set to the size of the sum of the top and bottom margins of the page of the original document 3000.
  • FIG. 14 is a diagram illustrating content at an output level that spans a divided position of a content layer according to an exemplary embodiment of the present application.
  • the size of the middle margin 4200 may be set by adding the upper margin and the lower margin together to the size of the display area size of the content that exists above the division position 4100 over the content. .
  • the pages of the converted document 6000 to be described later may be output in a state of being floated up and down.
  • the size of the intermediate margin 4200 may be set in consideration of the gap. will be.
  • 15A to 15B illustrate a method of inserting an intermediate margin at a division position according to an exemplary embodiment of the present application.
  • an intermediate margin 4200 having a predetermined size to be inserted may be inserted in the downward direction of the division position 4100.
  • the middle margin 4200 is lowered to the division position 4100. It can be inserted in the direction to change the structural shape.
  • the middle margin 4200 having a predetermined size may be inserted in an upward direction of the division position 4100.
  • the ⁇ mark according to an embodiment of the present application shown in FIGS. 15A to 15B represents low level electronic data that can be inserted as an intermediate margin when the document converting unit 12000 inserts an intermediate margin at a low level. It may be a scheme for. On the other hand, the number of ⁇ shown in the drawing and the low-level electronic data to be inserted is not related, it is merely to represent the drawing.
  • the middle margin 4200 to be inserted may be inserted at an adjacent position other than the division position 4100 of the content layer 4000.
  • FIG. 16 is a diagram illustrating a case where an intermediate margin is inserted at an adjacent position instead of a division position of a content layer according to an embodiment of the present application.
  • an intermediate margin 4200 may be inserted directly at an upper portion of a display area of content that spans a division position 4100 of the content layer 4000.
  • the middle margin 4200 is positioned at an upper position by the size of the middle margin 4200 from the division position 4100. It may be inserted.
  • the operation of inserting the middle margin 4200 into the division position 4100 may be performed in various ways according to the type of electronic data existing in the division position 4100 of the content layer 4000.
  • the operation of inserting the middle margin 4200 into the division position 4100 may be performed in various ways according to the type of electronic data existing in the division position 4100 of the content layer 4000.
  • the document converting unit 12000 inserts an intermediate margin 4200 such that the element data 3210 included in the content layer 4000 and / or the content 3310 in text form are spaced vertically. can do.
  • 17 is a diagram illustrating a process of inserting an intermediate margin at a division position of a content layer according to one embodiment of the present application.
  • the converting unit 12000 inserts an intermediate margin 4200 at a division position 4100 of the content layer 4000 to form element data 3210 and / or text form.
  • the contents 3310 may be spaced apart vertically.
  • the converting document unit may insert the middle margin 4200 into the division position 4100 to correct the position of the content 3310 in the text form by the size of the middle margin 4200.
  • the middle margin 4200 visually exists below the division position 4100 of the content layer 4000 by the size of the middle margin 4200, so that the textual contents 3310 are moved up and down. It may appear to float.
  • the element data and / or text content of the content layer include a division position.
  • a method of inserting an intermediate margin will be described.
  • 18 is a diagram illustrating a process of inserting an intermediate margin when element data and / or text content includes a division position according to an embodiment of the present application.
  • the element data 3210 and / or the content 3310 in the form of text are spread over a division position 4100 of the content layer 4000. There may be. In this case, the middle margin 4200 may be inserted directly above the content display area.
  • the textual content 3310 at the output level 3300 of the content layer is visually below the size of the middle margin 4200 of the segmentation location 4100, so that the textual content 3310 is up and down. It may appear to float.
  • the document converting unit 12000 inserts an intermediate margin 4200 to visually correct the position where the image data and / or the image content 3020 included in the content layer 4000 exist. can do.
  • FIG. 19 is a diagram illustrating a process of inserting an intermediate margin when a division position of a content layer includes image data and / or image form content according to an embodiment of the present application.
  • the document converting unit 12000 may have image data and / or content 3320 in the form of an image at a division position 4100 of the content layer 4000.
  • the middle margin 4200 may be inserted directly above the content display area such that the content 3320 in the form of an image is positioned below the middle margin 4200 in which the image form 3320 is inserted.
  • the document converting unit 12000 may operate according to the method of inserting the general middle margin 4200 described above. Will perform.
  • the document converting unit 12000 may insert the middle margin 4200 to modify the structure of the tabular data and / or tabular content 3330 included in the content layer 4000. have.
  • FIG. 20 is a diagram illustrating a process of inserting an intermediate margin when table data and / or tabular content exist at a division position of a content layer according to an embodiment of the present application.
  • table data and / or tabular content 3330 may be spread over a division position 4100 of the content layer 4000.
  • the middle margin 4200 may be inserted such that the tabular content 3330 is modified to be in an extended form.
  • the table space 3030 may be modified in a form in which the table content 3030 is stretched up and down by inserting an intermediate margin 4200 in a row including a division position 4100 among the rows of the table content 3030.
  • FIG. 21 is a diagram illustrating a process of inserting an intermediate margin when electronic data exists in a row of tabular data and / or tabular content according to an embodiment of the present application.
  • a document converting unit 12000 includes electronic data inside a row of table data and / or tabular content 3330 in which an intermediate margin 4200 is inserted.
  • the content may be positioned below the inserted middle margin 4200.
  • the structure of the tabular content 3330 may be changed to an increased structure. Since the middle margin 4200 is inserted at the top of the content located at the top of the contents inside the row, the content inside the row may be positioned at the bottom of the inserted middle margin 4200.
  • the above-described method of inserting the above-described intermediate margin 4200 into the content layer 4000 according to an embodiment of the present application is not limited to the above-listed methods, and other methods may exist.
  • the frame layer 5000 generated by the document converting unit 12000 may be singular or plural.
  • the frame layer 5000 refers to the page frame content 3340 at the layout data 3220 and / or the output level 3300 at the low level 3200 according to the page layout 3050 of the original document 3000. It may mean a single sheet including.
  • FIG. 22 illustrates a frame layer according to an embodiment of the present application.
  • the operation of generating the frame layer 5000 may be performed by the document converting unit 12000 by extracting the page layout 3050 information of the original document 3000 file. It can be performed by constructing.
  • the operation may include the layout data 3220 such that the document converting unit 12000 extracts the page layout 3050 information of the original document 3000 to have a constant page frame 5100 in accordance with the page size of the original document 3000.
  • the operation may be configured at the low level 3200. Alternatively, the operation may be configured to have the page frame content 3340 at the output level 3300.
  • the layout data 3220 and / or the phase frame content 3340 may be configured in consideration of top margins, left and right margins, and bottom margins according to the page layout 3050.
  • the page frame 5100 may be set based on the electronic data of the original document 3000. In particular, it may be set based on the original document 3000 page layout 3050.
  • the size and structural shape of the page frame 5100 may be set in consideration of the page size, page margin, paper orientation, and the like of the original document 3000, and may be included in the page frame 5100 included in the frame layer 5000.
  • the number may be set based on the number of pages of the original document 3000.
  • an area of the frame layer 5000 may be divided.
  • the area of the frame layer 5000 is the internal area 5200 and the electronic data of the content layer 4000, which are areas in which electronic data of the content layer 4000 is visually displayed on the converted document 6000, which will be described later. May be divided into an external area 5300, which is an area not displayed.
  • the electronic data of the content layer 4000 may be displayed on the converted document 6000.
  • the inner region 5200 of the frame layer 5000 may be a transparent region.
  • the outer region 5300 of the frame layer 5000 may be an opaque region so that the contents of the content layer 4000 may be covered.
  • the above-described inner region 5200 and the outer region 5300 of the frame layer 5000 have been described as being transparent and opaque in order to facilitate explanation, and the inner region 5200 and the outer region 5300 are It may not be a transparent and opaque area. That is, if the electronic data of the content layer 4000 can be output through the internal area 5200 of the frame layer 5000, the internal area 5200 and the external area 5300 of the frame layer 5000 may be of any type. You can have anything.
  • the page frame 5100 may serve to distinguish an area on a single sheet.
  • an area of the frame layer 5000 may be divided into an internal area 5200 and an external area 5300 by the page frame 5100 included in the frame layer 5000.
  • the meaning of area division of the page frame 5100 as described above may mean that the page frame 5100 has a predetermined shape so as to visually distinguish the area.
  • FIG. 23 is a diagram illustrating the form of a page frame included in a frame layer according to an embodiment of the present application.
  • a page frame 5100 may have a certain shape.
  • the page frame 5100 may have a predetermined shape at corners and borders.
  • An edge of the page frame 5100 may be at least one or more of a box shape, an angle shape, a circular shape, or a transparent shape, and the edge shape of the page frame 5100 may be at least one of a solid line, a broken line, or a dashed line shape. It may also be in the form.
  • the form of the page frame 5100 may be generated to have a form corresponding to the page layout 3050 of the original document 3000.
  • the shape of the page frame 5100 may have another shape that does not correspond to the page layout 3050 of the original document 3000.
  • the page frame 5100 may be configured according to the preference of the document user. It may be selected to have a page frame 5100 of a type that does not correspond to the page layout 3050 of the original document 3000.
  • the frame layer 5000 may include additional information.
  • additional information included in each frame layer 5000 may be different.
  • the additional information may be preset electronic data such as electronic data included in the original document 3000 and surge information of the frame layer 5000, but may be electronic data input by a user. That is, the additional information included in the frame layer 5000 may be any limitation as long as it is electronic data that can be input.
  • the additional information included in the frame layer 5000 may be electronic data such as a header, footer, page number, or time.
  • the frame layer 5000 may include additional information in the external region 5300.
  • additional information may be included in the external area 5300 of the frame layer 5000.
  • the location of the external area 5300 of the frame layer 5000 in which the additional information may be located may be unlimited.
  • the location where the additional information is displayed in the external area 5300 may be a preset location, or may be a location according to a user's selection.
  • the additional information may be located in a space between the page frame 5100 and the page frame 5100, which is set in advance by the electronic document converting system 10000, but may be located on the left side of the page frame 5100 according to a user's selection. It may be in another location, such as on the right.
  • the additional information of the external area 5300 of the page frame 5100 may be described later along with the electronic data of the content layer 4000 expressed through the internal area 5200 of the frame layer 5000. 6000).
  • the document converting unit 12000 may generate the converted document 6000.
  • the converted document 6000 may be generated using the above-described content layer 4000 and / or the frame layer 5000.
  • the method of generating the converted document 6000 may generate the frame layer 5000 by combining electronic data included in the content layer 4000 and / or the frame layer 5000 at a low level 3200.
  • the method may include a method of generating the frame layer 5000 by combining visual data output from the content layer 4000 and / or the frame layer 5000 at the output level 3300.
  • the method of operating the converting unit generates the converted document 6000 which may have visual data corresponding to the visual representation of the original document 3000 by combining the content layer 4000 and / or the frame layer 5000. If it does, it may not be limited to any method.
  • 25 is a structural diagram illustrating a converted document according to an embodiment of the present application.
  • the converted document 6000 may be generated by combining a content layer 4000 including content and a frame layer 5000 in an overlapped structure.
  • the overlap means that the data related to the layer is differently assigned among the low level electronic data of the content layer 4000 and / or the frame layer 5000 in the low level 3200, but the remaining low except for the data related to the layer.
  • the combination of levels of electronic data may be used to generate the converted document 6000.
  • the overlap may be configured by assigning a layer property to the content layer 4000 and / or the frame layer 5000 at the output level 3300 and having different layers to configure the overlap at the output level 3300. Can mean.
  • the content layer 4000 and / or the frame layer 5000 constituting the converted document 6000 according to an embodiment of the present application may have priority.
  • the priority may be set based on the data related to the above-described layer.
  • the priority may be a predetermined value according to the importance of the electronic data included in each layer, or may be a numerical value set according to a user input. That is, if a numerical form is comparable between layers constituting the converted document 6000, the priority of the layer may not be limited to any numerical form.
  • the converted document 6000 may include the content layer 4000 and / or the frame layer 5000.
  • the converted document 6000 may be visually identical to the original document 3000 in the form in which the converted document 6000 is output.
  • the converted document 6000 output to the electronic document converting system 10000 will be described. do.
  • FIG. 26 illustrates an original document and a converted document according to an embodiment of the present application.
  • the visually identical representation may mean that the converted document 6000 has substantially the same form as the structural form of the original document 3000.
  • visually identical means that the content of the output content is the same, and the format is the same or similar when comparing the output original document 3000 and the converted document 6000 of the output level 3300.
  • the page separation may be identical. Therefore, even if the configuration of the content is somewhat different, it may be said that the content, format, and / or page division of the content are visually identical if the areas of the same similarity.
  • the converted document 6000 output unit may output the above-described converted document 6000.
  • the converted document 6000 output unit may perform an operation of outputting the converted document 6000 to have a visually identical shape with the original document 3000.
  • 27 is a view showing a converted document according to an embodiment of the present application.
  • the converted document 6000 may be output through an output unit of a system including the converted document 6000 output unit. It may be output through a web application provided or an interface provided by the system itself.
  • the converted document 6000 output unit may output the configuration of the converted document 6000 according to the overlap attribute.
  • the output may be performed by associating the contents of the content layer 4000 with the frame layer 5000 including the opaque outer region 5300 and the transparent inner region 5200. May mean output.
  • the electronic data of the content layer 4000 may be output in the range of the converted document 6000 corresponding to the internal area 5200 of the frame layer 5000. If the converted document 6000 is outputted so that a page visually divided according to the page frame 5100 of the frame layer 5000 is provided, the converted document 6000 can be provided to provide the same view as the original document 3000.
  • the overlap property is used. Means may exist in any form.
  • the converted document output unit 13000 may determine the content layer 4000 corresponding to the outer region 5300 and the inner region 5200 of the frame layer 5000 according to the property of the overlap. Whether the content is displayed may be processed in a data form, or may be simply visually processed to output the converted document 6000.
  • the converted document 6000 output unit may provide a user with a predetermined function separately from the output of the converted document 6000.
  • the converted document 6000 output unit may provide certain functions to the user to facilitate using the converted document 6000.
  • the form in which the converted document 6000 is output may be output in any form as long as it can provide the user with a visual impression identical to the original document 3000.
  • the converted document 6000 may be output in a form in which visually divided pages are floated up and down.
  • the spacing between the visually divided pages of the converted document 6000 may be output by being painted in the background color of the application and / or the interface.
  • the electronic document converting unit 12000 may output a document in priority order from the content layer 4000 and / or the frame layer 5000 of the converted document 6000 described above. .
  • the converted document 6000 output unit is a method of outputting the converted document 6000.
  • the converted document 6000 output unit is a method of outputting the converted document 6000.
  • the electronic document converting unit 12000 may have a frame layer 5000 and / or content layer 4000 having priorities corresponding to each other. ) Can be output using the overlapped property.
  • the content layer 4000 may be output according to the priority of the plurality of frame layers 5000.
  • the output method according to the priority may be a preset method on the system, or may be output according to a method selected by the user.
  • 29 is a flowchart illustrating an electronic document converting method S7000 according to an embodiment of the present application.
  • an electronic document converting method may include loading an original document (S7100), extracting electronic data of an original document (S7200), generating a content layer and a frame layer (S7300), and modifying a content layer ( S7400), and convert document generation (S7500).
  • steps S7100 to S7500 may be performed simultaneously, but any one step may be performed earlier in time. Although all of steps S7100 to S7500 may be performed, not all of steps S7100 to S7500 should always be performed, and only at least one of steps S7100 to S7500 may be performed.
  • the electronic document converting system 10000 may load the original document 3000.
  • the original document 3000 may load an original document 3000 file stored by an external device connected to the electronic document system.
  • the electronic document converting system 10000 may extract the electronic data from the original document 3000.
  • the electronic data can be extracted and converted into electronic data that can be used in the row step of the single sheet.
  • the electronic document converting system 10000 may generate the content layer 4000 using the electronic data extracted from the original document 3000, and generate the frame layer 5000. .
  • a plurality of frame layers 5000 may be generated according to a user input, and priority may be specified for the plurality of frame layers 5000.
  • step S7400 the electronic document converting system 10000 detects the division position 4100 of the content layer 4000 using the layout information, and inserts an intermediate margin 4200 into the structural layer of the content layer 4000. You can modify the form.
  • the electronic document converting system 10000 In the converting document generation step (S7500), the electronic document converting system 10000 generates the converting document using the content layer 4000 and the frame layer 5000, and converts the converting document through the interface provided by the electronic document converting system 10000. You can output
  • each embodiment is not essential, and therefore each embodiment may optionally include the above steps.
  • each step constituting each embodiment is not necessarily to be performed in the order described, the steps described later may be performed before the steps described first. It is also possible that any one step is performed repeatedly while each step is in operation.

Landscapes

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

Abstract

본 발명은 문서 컨버팅 방법 및 이를 수행하는 시스템에 관한 것으로, 본 출원의 일 양상에 따른 문서 컨버팅 시스템은 로컬 디바이스에서 문서 작성 프로그램을 통해 생성된 복수의 페이지를 갖는 원본 문서에 관한 문서 파일을 로딩하는 단계; 상기 문서 파일로부터 상기 원본 문서의 콘텐츠에 관한 콘텐츠 정보 및 상기 원본 문서의 페이지 레이아웃에 관한 레이아웃 정보를 추출하는 단계; 상기 콘텐츠 정보를 이용하여 상기 원본 문서의 콘텐츠에 대응하는 콘텐츠를 포함하는 싱글 시트로 구성되는 콘텐츠 레이어를 생성하는 단계; 상기 레이아웃 정보에 기초하여 상기 콘텐츠 레이어의 싱글 시트 상에서 상기 원본 문서의 페이지 경계에 해당하는 구분 위치에 중간 여백을 삽입하는 단계; 상기 레이아웃 정보에 기초하여 상기 원본 문서의 페이지 수만큼의 복수의 페이지 프레임을 포함하는 싱글 시트로 구성되는 프레임 레이어를 생성하는 단계; 및 상기 콘텐츠 레이어 및 상기 프레임 레이어가 오버랩된 싱글 시트로 구성되되 시각적으로는 상기 원본 문서와 실질적으로 동일한 페이지 구분을 제공하는 컨버트 문서를 생성한다.

Description

전자 문서 컨버팅 방법 및 이를 수행하는 시스템
본 발명은 문서 작성 프로그램을 통해 작성된 전자 문서를 웹 호환 형식으로 컨버팅하는 전자 문서 컨버팅 방법 및 이를 수행하는 시스템에 관한 것이다.
전자 문서는 문서 작성 프로그램을 통하여 전자적 형태로 작성되어 저장 또는 송신된 정보를 의미하며, 전자적인 형태 그대로 또는 인쇄되어 사용될 수 있다. 전자 문서는 주로 PC를 기반으로 한 문서 작성 프로그램을 통해 작성될 수 있을 뿐만 아니라, 최근에는 스마트폰 또는 태블릿 컴퓨터에서 구동되는 문서 작성 프로그램을 통해 작성되기도 한다.
이러한 전자 문서는 전자 문서의 사용자가 볼 수 있도록 다양한 방식으로 전자 문서를 보기 위한 디바이스에 출력될 수 있다. 전자 문서는 문서 작성 프로그램이 제공하는 인터페이스를 통해 디바이스에 출력될 수 있고, 문서 작성 프로그램이 아닌 문서 뷰잉만을 목적으로 하는 다른 어플리케이션을 통해 출력될 수 있으며, 문서 작성 프로그램을 통해 작성된 전자 문서가 웹 호환 형식으로 변환되어 웹 브라우저를 통해 디바이스에 출력될 수도 있다.
그런데, 전자 문서가 웹 호환 형식으로 변환되어 인터넷 기반의 웹 브라우저를 통해 출력되는 경우, 웹 브라우저에서 독자적으로 제공하는 양식에 따라 원본 문서가 변환되어 출력됨으로써, 전자 문서가 출력되는 속도가 느리고, 변환된 전자 문서는 원본 문서의 시각적 형태와 달라지게 되는 등의 불편한 문제점이 있어 왔다.
본 출원의 일 과제는, 출력되는 속도가 빠른 웹 호환 형식의 전자 문서를 생성하는 전자 문서 컨버팅 방법 및 이를 수행하는 시스템을 제공하는 것에 있다.
본 출원의 다른 과제는, 문서 작성 프로그램을 통해 작성된 전자 문서와 시각적으로 동일하게 표현되는 웹 호환 형식의 전자 문서를 생성하는 전자 문서 컨버팅 방법 및 이를 수행하는 시스템을 제공하는 것에 있다.
본 발명이 해결하고자 하는 과제가 상술한 과제로 제한되는 것은 아니며, 언급되지 아니한 과제들은 본 명세서 및 첨부된 도면으로부터 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 명확하게 이해될 수 있을 것이다.
본 출원의 일 양상에 다르면 로컬 디바이스에서 문서 작성 프로그램을 통해 생성된 복수의 페이지를 갖는 원본 문서에 관한 문서 파일을 로딩하는 단계; 상기 문서 파일로부터 상기 원본 문서의 콘텐츠에 관한 콘텐츠 정보 및 상기 원본 문서의 페이지 레이아웃에 관한 레이아웃 정보를 추출하는 단계; 상기 콘텐츠 정보를 이용하여 상기 원본 문서의 콘텐츠에 대응하는 콘텐츠를 포함하는 싱글 시트로 구성되는 콘텐츠 레이어를 생성하는 단계; 상기 레이아웃 정보에 기초하여 상기 콘텐츠 레이어의 싱글 시트 상에서 상기 원본 문서의 페이지 경계에 해당하는 구분 위치에 중간 여백을 삽입하는 단계; 상기 레이아웃 정보에 기초하여 상기 원본 문서의 페이지 수만큼의 복수의 페이지 프레임을 포함하는 싱글 시트로 구성되는 프레임 레이어를 생성하는 단계; 및 상기 콘텐츠 레이어 및 상기 프레임 레이어가 오버랩된 싱글 시트로 구성되되 시각적으로는 상기 원본 문서와 실질적으로 동일한 페이지 구분을 제공하는 컨버트 문서를 생성하는 단계;를 포함하는 문서 컨버팅 방법이 제공될 수 있다.
본 출원의 다른 양상에 따르면 로컬 디바이스에서 문서 작성 프로그램을 통해 생성된 복수의 페이지를 갖는 원본 문서에 관한 문서 파일을 로딩하는 원본 문서 제공 유닛; 상기 문서 파일로부터 상기 원본 문서의 콘텐츠에 관한 콘텐츠 정보 및 상기 원본 문서의 페이지 레이아웃에 관한 레이아웃 정보를 추출하고, 상기 콘텐츠 정보를 이용하여 상기 원본 문서의 콘텐츠에 대응하는 콘텐츠를 포함하는 싱글 시트로 구성되는 콘텐츠 레이어를 생성하고, 상기 레이아웃 정보에 기초하여 상기 원본 문서의 페이지 수만큼의 복수의 페이지 프레임을 포함하는 싱글 시트로 구성되는 프레임 레이어를 생성하고, 상기 레이아웃 정보에 기초하여 상기 콘텐츠 레이어의 싱글 시트 상에서 상기 원본 문서의 페이지 경계에 해당하는 구분 위치에 중간 여백을 삽입하는 문서 컨버팅 유닛(12000); 및 상기 콘텐츠 레이어 및 상기 프레임 레이어가 오버랩된 싱글 시트로 구성되되 시각적으로는 상기 원본 문서와 실질적으로 동일한 페이지 구분을 제공하는 컨버트 문서를 생성하는 컨버티드 문서 생성부;를 포함하는 문서 컨버팅 장치가 제공될 수 있다.
본 출원의 과제의 해결 수단이 상술한 해결 수단들로 제한되는 것은 아니며, 언급되지 아니한 해결 수단들은 본 명세서 및 첨부된 도면으로부터 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 명확하게 이해될 수 있을 것이다.
본 발명에 의하면, 전자 문서가 싱글 시트로 제공되는 웹 호환 형식으로 컨버팅됨으로써 뷰잉 시 신속하게 출력될 수 있다.
본 발명에 의하면, 원본 문서와 대응되도록 콘텐츠를 배치한 콘텐츠 레이어에 페이지 구별을 위한 프레임 레이어를 입혀 싱글 시트이면서도 원본 문서와 실질적으로 동일한 시각적 형태를 가져 보기 편한 웹 호환 형식의 전자 문서를 획득할 수 있다.
본 출원의 효과는 상술한 효과들로 제한되는 것은 아니며, 언급되지 아니한 효과들은 본 명세서 및 첨부된 도면으로부터 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 명확하게 이해될 수 있을 것이다.
도 1은 본 출원의 일 실시예에 따른 전자 문서 컨버팅 시스템의 구성요소를 도시한 블록도이다.
도 2는 본 출원의 일 실시예에 따른 전자 문서 컨버팅 시스템의 물리적 구성요소에 관한 일 예를 도시한 블록도이다.
도 3은 본 출원의 일 실시예에 따른 전자 문서 컨버팅 시스템의 물리적 구성요소에 관한 다른 예를 도시한 블록도이다.
도 4는 본 출원의 일 실시예에 따른 서버의 구성요소에 관한 블록도이다.
도 5는 본 출원의 일 실시예에 따른 로컬 디바이스의 구성요소에 관한 블록도이다.
도 6은 본 출원의 일 실시예에 따른 원본 문서가 포함할 수 있는 전자적 데이터를 간략하게 도시한 도면이다.
도 7은 본 출원의 일 실시예에 따른 상기 원본 문서가 포함하는 전자적 데이터가 출력된 형태를 나타내는 도면이다.
도 8은 본 출원의 일 실시예에 따른 원본 문서 제공 유닛이 제공할 수 있는 인터페이스를 나타내는 도면이다.
도 9는 본 출원의 일 실시예에 따른 싱글 시트가 일 예로서 포함하는 전자적 데이터를 나타내는 도면이다.
도 10은 본 출원의 일 실시예에 따른 콘텐츠 레이어를 나타내는 도면이다.
도 11은 본 출원의 일 실시예에 따른 콘텐츠 레이어의 구분 위치를 나타내는 도면이다.
도 12는 본 출원의 일 실시예에 따른, 콘텐츠 레이어의 구분 위치에 중간 여백을 삽입하는 동작을 나타내는 도면이다.
도 13은 본 출원의 일 실시예에 따른 원본 문서의 상단 여백 및 하단 여백을 나타내는 도면이다.
도 14는 본 출원의 일 실시예에 따른 콘텐츠 레이어의 구분 위치에 걸쳐있는 콘텐츠를 출력 레벨에서 나타내는 도면이다.
도 15a는 본 출원의 일 실시예에 따른 구분 위치에 중간 여백이 삽입되는 방법을 나타내는 도면이다.
도 15b는 본 출원의 일 실시예에 따른 구분 위치에 중간 여백이 삽입되는 방법을 나타내는 도면이다.
도 16은 본 출원의 일 실시예에 따른, 콘텐츠 레이어의 구분 위치가 아닌 인접한 위치에 중간 여백이 삽입되는 경우를 나타내는 도면이다.
도 17은 본 출원의 일 실시예에 따른 콘텐츠 레이어의 구분 위치에 엘리먼트 데이터 및/또는 텍스트 형태의 콘텐츠가 존재하는 경우 중간 여백을 삽입하는 과정을 나타내는 도면이다.
도 18은 본 출원의 일 실시예에 따른 엘리먼트 데이터 및/또는 텍스트 콘텐츠가 구분 위치를 포함하는 경우 중간 여백을 삽입하는 과정을 나타내는 도면이다.
도 19는 본 출원의 일 실시예에 따른 콘텐츠 레이어의 구분 위치를 이미지 데이터 및/또는 이미지 형태의 콘텐츠가 포함하여 존재하는 경우 중간 여백을 삽입하는 과정을 나타내는 도면이다.
도 20은 본 출원의 일 실시예에 따른 콘텐츠 레이어의 구분 위치에 표 데이터 및/또는 표 형태의 콘텐츠가 존재하는 경우 중간 여백을 삽입하는 과정을 나타내는 도면이다.
도 21은 본 출원의 일 실시예에 따른 표 데이터 및/또는 표 형태의 콘텐츠의 행에 전자적 데이터가 존재하는 경우 중간 여백을 삽입하는 과정을 나타내는 도면이다.
도 22는 본 출원의 일 실시예에 따른 프레임 레이어를 나타내는 도면이다.
도 23은 본 출원의 일 실시예에 따른 프레임 레이어에 포함된 페이지 프레임의 형태를 나타내는 도면이다.
도 24는 본 출원의 일 실시예에 따른 프레임 레이어는 외부 영역에 부가 정보를 포함할 수 있다.
도 25는 본 출원의 일 실시예에 따른 컨버티드 문서를 구조적으로 도시한 도면이다.
도 26은 본 출원의 일 실시예에 따른 원본 문서와 컨버티드 문서를 나타내는 도면이다.
도 27은 본 출원의 일 실시예에 따른 출력되는 컨버티드 문서를 나타내는 도면이다.
도 28은 본 출원의 일 실시예에 따른 컨버티드 문서가 출력되는 일 예를 나타내는 도면이다.
도 29는 본 출원의 일 실시예에 따른 전자 문서 컨버팅 방법을 나타내는 순서도이다.
본 출원의 일 양상에 따르면, 로컬 디바이스에서 문서 작성 프로그램을 통해 생성된 복수의 페이지를 갖는 원본 문서에 관한 문서 파일을 로딩하는 단계; 상기 문서 파일로부터 상기 원본 문서의 콘텐츠에 관한 콘텐츠 정보 및 상기 원본 문서의 페이지 레이아웃에 관한 레이아웃 정보를 추출하는 단계; 상기 콘텐츠 정보를 이용하여 상기 원본 문서의 콘텐츠에 대응하는 콘텐츠를 포함하는 싱글 시트로 구성되는 콘텐츠 레이어를 생성하는 단계; 상기 레이아웃 정보에 기초하여 상기 콘텐츠 레이어의 싱글 시트 상에서 상기 원본 문서의 페이지 경계에 해당하는 구분 위치에 중간 여백을 삽입하는 단계; 상기 레이아웃 정보에 기초하여 상기 원본 문서의 페이지 수만큼의 복수의 페이지 프레임을 포함하는 싱글 시트로 구성되는 프레임 레이어를 생성하는 단계; 및 상기 콘텐츠 레이어 및 상기 프레임 레이어가 오버랩된 싱글 시트로 구성되되 시각적으로는 상기 원본 문서와 실질적으로 동일한 페이지 구분을 제공하는 컨버트 문서를 생성하는 단계;를 포함하는 문서 컨버팅 방법이 제공될 수 있다.
본 명세서에 기재된 실시예는 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자에게 본 출원의 사상을 명확히 설명하기 위한 것이므로, 본 발명이 본 명세서에 기재된 실시예에 의해 한정되는 것은 아니며, 본 출원의 범위는 본 출원의 사상을 벗어나지 아니하는 수정예 또는 변형예를 포함하는 것으로 해석되어야 한다.
본 명세서에서 사용되는 용어는 본 발명에서의 기능을 고려하여 가능한 현재 널리 사용되고 있는 일반적인 용어를 선택하였으나 이는 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자의 의도, 관례 또는 새로운 기술의 출현 등에 따라 달라질 수 있다. 다만, 이와 달리 특정한 용어를 임의의 의미로 정의하여 사용하는 경우에는 그 용어의 의미에 관하여 별도로 기재할 것이다. 따라서 본 명세서에서 사용되는 용어는 단순한 용어의 명칭이 아닌 그 용어가 가진 실질적인 의미와 본 명세서의 전반에 걸친 내용을 토대로 해석되어야 한다.
본 명세서에 첨부된 도면은 본 발명을 용이하게 설명하기 위한 것으로 도면에 도시된 형상은 본 출원의 이해를 돕기 위하여 필요에 따라 과장되어 표시된 것일 수 있으므로 본 발명이 도면에 의해 한정되는 것은 아니다.
본 명세서에서 본 발명에 관련된 공지의 구성 또는 기능에 대한 구체적인 설명이 본 출원의 요지를 흐릴 수 있다고 판단되는 경우에 이에 관한 자세한 설명은 필요에 따라 생략하기로 한다.
본 출원의 일 양상에 따르면, 로컬 디바이스에서 문서 작성 프로그램을 통해 생성된 복수의 페이지를 갖는 원본 문서에 관한 문서 파일을 로딩하는 단계; 상기 문서 파일로부터 상기 원본 문서의 콘텐츠에 관한 콘텐츠 정보 및 상기 원본 문서의 페이지 레이아웃에 관한 레이아웃 정보를 추출하는 단계; 상기 콘텐츠 정보를 이용하여 상기 원본 문서의 콘텐츠에 대응하는 콘텐츠를 포함하는 싱글 시트로 구성되는 콘텐츠 레이어를 생성하는 단계; 상기 레이아웃 정보에 기초하여 상기 콘텐츠 레이어의 싱글 시트 상에서 상기 원본 문서의 페이지 경계에 해당하는 구분 위치에 중간 여백을 삽입하는 단계; 상기 레이아웃 정보에 기초하여 상기 원본 문서의 페이지 수만큼의 복수의 페이지 프레임을 포함하는 싱글 시트로 구성되는 프레임 레이어를 생성하는 단계; 및 상기 콘텐츠 레이어 및 상기 프레임 레이어가 오버랩된 싱글 시트로 구성되되 시각적으로는 상기 원본 문서와 실질적으로 동일한 페이지 구분을 제공하는 컨버트 문서를 생성하는 단계;를 포함하는 문서 컨버팅 방법이 제공될 수 있다.
또, 상기 중간 여백을 삽입하는 단계에서, 상기 구분 위치는 상기 레이아웃 정보 중 페이지 사이즈 정보 및 여백 정보에 기초하여 판단되는 것을 특징으로 할 수 있다.
또, 상기 중간 여백을 삽입하는 단계에서, 상기 중간 여백의 크기는 상기 레이아웃 정보의 여백 정보에 기초하여 산출되는 것을 특징으로 할 수 있다.
또, 상기 중간 여백을 삽입하는 단계에서, 상기 싱글 시트 상에서 콘텐츠의 표시 영역이 상기 구분 위치를 포함하는 경우 상기 중간 여백의 크기는 상기 구분 위치와 상기 콘텐츠의 상단 간의 거리를 더 고려하여 산출되는 것을 특징으로 할 수 있다.
또, 상기 중간 여백을 삽입하는 단계에서, 상기 중간 여백의 크기는 미리 설정된 상기 컨버팅 문서의 페이지 간격을 더 고려하여 산출되는 것을 특징으로 할 수 있다.
또, 상기 중간 여백을 삽입하는 단계에서, 상기 중간 여백의 크기는 상기 여백 정보에 따른 상기 원본 문서의 상단 여백, 하단 여백 및 상기 페이지 간격을 합산하여 산출되는 것을 특징으로 할 수 있다.
또, 상기 중간 여백을 삽입하는 단계에서, 상기 싱글 시트 상에서 콘텐츠의 표시 영역이 상기 구분 위치를 포함하는 경우 상기 중간 여백의 크기는 상기 구분 위치와 상기 콘텐츠의 상단 간의 거리를 더 합산하여 산출되는 것을 특징으로 할 수 있다.
또, 상기 중간 여백을 삽입하는 단계에서, 텍스트 단락 형태의 콘텐츠가 상기 구분 위치를 포함하는 경우 상기 구분 위치를 기준으로 상측에 위치하는 상부 텍스트와 상기 콘텐츠 중 상기 상부 텍스트를 제외한 나머지 텍스트 사이에 상기 중간 여백을 삽입하는 것을 특징으로 할 수 있다.
또, 상기 중간 여백을 삽입하는 단계에서, 상기 구분 위치가 텍스트 라인 형태의 콘텐츠의 표시 영역에 속하거나 또는 상기 구분 위치의 바로 하측에 상기 텍스트 라인 형태의 콘텐츠가 위치하는 경우 상기 텍스트 라인의 상단에 상기 중간 여백을 삽입하는 것을 특징으로 할 수 있다.
또, 상기 중간 여백을 삽입하는 단계에서, 상기 구분 위치가 이미지 형태의 콘텐츠의 표시 영역에 속하거나 또는 상기 구분 위치의 바로 하측에 상기 이미지 형태의 콘텐츠가 위치하는 경우 상기 이미지의 상단에 상기 중간 여백을 삽입하는 것을 특징으로 할 수 있다.
또, 상기 중간 여백을 삽입하는 단계에서, 상기 구분 위치가 표 형태의 콘텐츠의 표시 영역에 속하는 경우 상기 표 중 상기 구분 위치가 속하는 행에 중간 여백을 삽입하는 것을 특징으로 할 수 있다.
또, 상기 중간 여백이 삽입되는 행에 콘텐츠가 포함된 경우 상기 행에 포함된 상기 콘텐츠의 최상단에 상기 중간 여백을 삽입하는 것을 특징으로 할 수 있다.
또, 상기 콘텐츠 정보는 상기 원본 문서의 콘텐츠에 관한 정보 및 상기 원본 문서의 콘텐츠 서식에 관한 정보를 포함하는 것을 특징으로 할 수 있다.
또, 상기 콘텐츠 레이어의 싱글 시트의 사이즈 및 상기 프레임 레이어의 싱글 시트의 사이즈는 상기 원본 문서의 페이지 수 및 상기 레이아웃 정보에 기초하여 설정되는 것을 특징으로 할 수 있다.
또, 상기 콘텐츠 정보에 기초하여 상기 콘텐츠 레이어의 콘텐츠는 상기 콘텐츠 레이어의 싱글 시트 상에 일렬로 나열되는 것을 특징으로 할 수 있다.
또, 상기 프레임 레이어는 내부 영역을 포함하되, 상기 내부 영역은, 상기 콘텐츠 레이어 및 상기 프레임 레이어가 오버랩되어 상기 컨버트 문서 상에 상기 콘텐츠 레이어의 콘텐츠가 위치하는 영역인 것을 특징으로 할 수 있다.
또, 상기 프레임 레이어는 외부 영역을 더 포함하되, 상기 외부 영역은 적어도 하나 이상의 상기 컨버트 문서에 관한 부가 정보를 포함하고, 상기 컨텐츠 레이어 및 상기 프레임 레이어가 오버랩되어 상기 컨버트 문서 상에 상기 부가 정보가 위치하는 영역인 것을 특징으로 하는 것을 특징으로 할 수 있다.
또, 상기 부가 정보는, 머리말, 꼬리말, 페이지 번호, 또는 시간 중 적어도 하나 이상인 것을 특징으로 하는 것을 특징으로 할 수 있다.
또, 상기 프레임 레이어에 대응하는 적어도 하나 이상의 서브 프레임 레이어를 생성하되, 상기 서브 프레임 레이어는 외부 영역을 더 포함하되, 상기 외부 영역은 적어도 하나 이상의 상기 컨버트 문서에 관한 부가 정보를 포함하고, 상기 컨텐츠 레이어 및 상기 컨버트 레이어가 오버랩되어 상기 컨버트 문서 상에 상기 부가 정보가 위치하는 영역인 것을 특징으로 할 수 있다.
또, 상기 페이지 프레임은, 상기 프레임 레이어의 상기 내부 영역 및 상기 외부 영역을 구분하는 것을 특징으로 할 수 있다.
또, 상기 페이지 프레임은, 상기 프레임 레이어의 상기 내부 영역 및 상기 외부 영역의 경계에 상기 내부 영역 및 상기 외부 영역을 구분하는 형태를 가지는 것을 특징으로 할 수 있다.
또, 상기 페이지 프레임의 모서리의 형태는, 박스 형태, 꺾쇠 형태, 원형 형태, 또는 투명한 형태 중 적어도 하나 이상의 형태이고, 상기 페이지 프레임의 테두리 형태는, 실선, 파선, 또는 쇄선 형태 중 적어도 하나 이상의 형태인 것을 특징으로 할 수 있다.
또, 상기 컨버트 문서를 웹 브라우저의 인터페이스를 통해 출력하는 단계;를 더 포함하되 상기 출력하는 단계는, 상기 컨버트 문서의 시각적으로 존재하는 복수의 페이지의 각각의 페이지 사이가 떨어진 형태로 출력하는 것을 특징으로 할 수 있다.
본 출원의 다른 양상에 따르면 로컬 디바이스에서 문서 작성 프로그램을 통해 생성된 복수의 페이지를 갖는 원본 문서에 관한 문서 파일을 로딩하는 원본 문서 제공 유닛; 상기 문서 파일로부터 상기 원본 문서의 콘텐츠에 관한 콘텐츠 정보 및 상기 원본 문서의 페이지 레이아웃에 관한 레이아웃 정보를 추출하고, 상기 콘텐츠 정보를 이용하여 상기 원본 문서의 콘텐츠에 대응하는 콘텐츠를 포함하는 싱글 시트로 구성되는 콘텐츠 레이어를 생성하고, 상기 레이아웃 정보에 기초하여 상기 원본 문서의 페이지 수만큼의 복수의 페이지 프레임을 포함하는 싱글 시트로 구성되는 프레임 레이어를 생성하고, 상기 레이아웃 정보에 기초하여 상기 콘텐츠 레이어의 싱글 시트 상에서 상기 원본 문서의 페이지 경계에 해당하는 구분 위치에 중간 여백을 삽입하는 문서 컨버팅 유닛(12000); 및 상기 콘텐츠 레이어 및 상기 프레임 레이어가 오버랩된 싱글 시트로 구성되되 시각적으로는 상기 원본 문서와 실질적으로 동일한 페이지 구분을 제공하는 컨버트 문서를 생성하는 컨버티드 문서 생성부;를 포함하는 문서 컨버팅 장치가 제공될 수 있다.
1. 전자 문서 컨버팅 시스템
이하에서는 본 출원의 일 실시예에 따른 전자 문서 컨버팅 시스템(10000)에 대하여 설명하도록 한다.
본 명세서에서 전자 문서 컨버팅 시스템(10000)은 문서 작성 프로그램이나 문서 작성 어플리케이션을 통해 생성된 전자 문서(이하 '원본 문서'라고 함)을 웹 호환 형식의 전자 문서(이하 '컨버티드 문서'라고 함)으로 변환, 즉 컨버팅(converting)하는 시스템을 의미한다. 여기서, '원본 문서'라는 용어는 컨버팅의 대상이 되는 문서를 의미하며, 반드시 최초로 생성 또는 작성된 문서일 필요는 없다. 즉, '원본 문서'는 전자 파일의 관점에서 복제된 문서나 편집/변형된 문서여도 무방하다.
1.1. 원본 문서
원본 문서는 다양한 문서 작성 프로그램이나 문서 작성 어플리케이션을 통해 작성될 수 있다.
본 명세서에서 원본 문서는 기존의 타자기에 원류를 두고 있는 윈도우 메모장(Window Notepad)이나 마이크로소프트 워드(Microsoft Word) 등의 워드 프로세서(word processor)에 의해 작성되는 1) 텍스트 기반의 문서는 물론, 엑셀(Excel) 등의 2) 스프레드 시트(spread sheet) 타입의 문서나 파워포인트(Powerpoint) 등의 3) 프레젠테이션 시트(presentation sheet) 타입의 문서를 비롯한 다양한 형태의 전자 문서를 모두 포함하는 포괄적인 의미로 해석되어야 한다.
또한 원본 문서에는 로컬 디바이스(1000)에 인스톨된 프로그램을 이용하여 작성되는 전자 문서 이외에도, 웹 오피스 기반으로 생성되는 전자 문서까지도 포함되는 것으로 해석되어야 한다.
따라서, 원본 문서는 1) 윈도우 내장 프로그램인 워드패드(wordpad)나 메모장, 마이크로소프트 오피스(Microsoft Office) 프로그램군에 속하는 워드, 엑셀, 파워포인트, 리브레오피스(LibreOffice) 프로그램군의 라이터(Writer), 임프레스(Impress), 캘크(Calc), 한글과컴퓨터社의 한컴오피스 프로그램군의 한글, 한워드, 한쇼, 한셀이나 애플(Apple)社의 아이워크(iWork) 프로그램군의 페이지스(Pages), 키노트(Keynote), 넘버스(Numbers), 어도비(Adobe)社의 아크로뱃(Acrobat)과 같은 개인 컴퓨터(PC: Personal Computer)에 설치되는 문서 작성 프로그램을 기반으로 작성되는 전자 문서나 2) 구글 드라이브(Google Drive)에 연동되는 구글 닥스(Google Docs), 구글 스프레드시트, 구글 프레젠테이션, 애플 아이클라우드(iCloud)에 포함되는 아이워크 어플리케이션들, 마이크로소프트 원드라이브(Onedrive)와 연동되는 워드, 엑셀, 파워포인트, 원노트(Onenote), 네이버 앤드라이브(Ndrive)의 문서 뷰어, 네이버 워드, 네이버 슬라이드, 네이버 셀과 같이 주로 웹 브라이저(web browser) 상에서 구동되는 어플리케이션을 통해 작성되는 전자 문서일 수 있다.
물론, 상술한 프로그램이나 어플리케이션들은 전자 문서를 작성하기 위한 프로그램이나 어플리케이션의 예시에 불과하므로 원본 문서가 이외의 다른 프로그램이나 어플리케이션에 의해 생성되는 것도 가능하다. 또 웹 오피스 기반의 어플리케이션에 따라 생성되는 경우 어플리케이션은 주로 HTML5(HyperText Mark-up Language version 5)에 기반을 둔 형태일 수 있으나, 반드시 HTML5로 한정되는 것은 아니다.
1.2. 컨버티드 문서
컨버티드 문서는 원본 문서를 이용해 생성되는 웹 호환 형식의 전자 문서이다. 여기서, 웹 호환 형식의 전자 문서란 웹 브라우저를 통해 처리될 수 있는 전자 문서이다. 따라서, 컨버티드 문서는 기본적으로 웹 브라우저를 통해 보기(view)가 가능하며, 필요에 따라서는 웹 브라우저를 통해 편집(edit)이 가능할 수도 있을 것이다. 이를 위해 예시적으로 컨버티드 문서는 내부적으로 웹 브라우저 상에서 HTML5에 기반을 제이슨(JSON: JavaScript Object Notation) 포맷일 수 있다. 물론, 컨버티드 문서의 형태가 상술한 예로 한정되는 것은 아니며, 컨버티드 문서가 예를 들어, XML 등의 다른 마크업 언어를 이용하는 다른 포맷으로 처리되는 것도 가능하다.
또 본 명세서에서 컨버티드 문서는 범용성을 위해 웹 브라우저가 별도의 플러그인(Plug-in)이 없이도 처리 가능하도록 가능한한 웹 표준을 따르는 포맷인 것이 바람직하다. 따라서, 본 명세서에서 컨버티드 문서는 마이크로소프트社의 인터넷 익스플로러(IE: Internet Explorer)나 구글 크롬(Google Chorome), 파이어폭스(Fireofx), 사파리(Safari), 오페라(Opera)나 그 외의 다양한 웹 브라우저를 통해 처리될 수 있다. 그렇다고 필요에 따라 플러그인이 필요한 경우를 상정할 수 있으므로 컨버티드 문서의 일부가 이를 이용하는 형태인 것을 본 발명에서 배제하는 것은 아님을 밝혀둔다.
1.3. 전자 문서 컨버팅 시스템의 구성
이하에서는 이상에서 설명한 원본 문서를 컨버티드 문서로 컨버팅하기 위한 전자 문서 컨버팅 시스템(10000)의 구성에 관하여 설명한다.
도 1은 본 출원의 일 실시예에 따른 전자 문서 컨버팅 시스템의 구성요소를 도시한 블록도이다.
도 1을 참조하면, 전자 문서 컨버팅 시스템(10000)은 원본 문서 제공 유닛(11000), 문서 컨버팅 유닛(12000) 및 컨버티드 문서 출력 유닛(13000)을 포함할 수 있다. 원본 문서 제공 유닛은 원본 문서를 로딩하고, 문서 컨버팅 유닛(12000)은 원본 문서를 컨버팅하여 컨버티드 문서를 생성하고, 컨버티드 문서 출력 유닛은 컨버팅된 컨버티드 문서를 출력한다.
상술한 전자 문서 컨버팅 시스템(10000)을 실현하기 위해 전자 문서 컨버팅 시스템(10000)은 네트워크를 통해 연결된 복수의 전자 기기 또는 네트워크로 연결된 전자 기기들의 역할을 통합 수행하는 단일 전자 기기를 이용할 수 있다. 본 명세서에서 기본적으로 전자 문서 컨버팅 시스템(10000)은 전자(이하 '네트워크 타입'이라고 함)로 구현되지만, 경우에 따라서는 후자(이하 '스탠드 얼론 타입'이라고 함)로 구현될 수 있다.
한편, 상술한 전자 문서 컨버팅 시스템(10000)의 구성은 기능적으로 분류한 것인바, 이들 구성요소는 물리적으로 단일의 전자 기기에 배치되거나 네트워크를 통해 연결된 복수의 전자 기기에 분산 배치될 수 있다.
상기 전자 문서 컨버팅 시스템(10000)의 구성이 복수의 전자 기기에 분산 배치되는 일 예로, 문서 컨버팅 유닛(12000)은 후술할 서버(2000)에 해당하는 전자 기기에 존재하고, 원본 문서 제공 유닛 및 컨버티드 문서 출력 유닛은 후술할 로컬 디바이스(1000)에 해당하는 전자기기에 존재할 수도 있을 것이다.
1.3.1. 네트워크 타입
도 2는 본 출원의 일 실시예에 따른 전자 문서 컨버팅 시스템의 물리적 구성요소에 관한 일 예를 도시한 블록도이다.
일 시나리오에 따르면, 전자 문서 컨버팅 시스템(10000)은 도 2에 도시된 바와 같이 물리적으로 네트워크(예를 들어, 인터넷)을 통해 연결된 전자 기기들을 포함할 수 있다. 이때 하나의 전자 기기는 서버(2000)에 해당하고, 나머지 전자 기기는 로컬 디바이스(1000)에 해당할 수 있으며, 원본 문서 제공 유닛, 문서 컨버팅 유닛(12000) 및 컨버티드 문서 출력 유닛의 기능은 서버(2000)와 로컬 디바이스(1000) 중 어느 하나에 의해 또는 둘의 협업에 의해 구현될 수 있다.
예를 들어, 본 시나리오에서 문서 컨버팅은 다음과 같이 이루어질 수 있다. 로컬 디바이스(1000)는 웹 브라우저를 통해 서버(2000)에 접속하여 기 저장하고 있는 원본 문서를 서버(2000)에 전송한다. 서버(2000)에서는 원본 문서를 수신하여 이를 컨버팅해 컨버티드 문서를 생성한 뒤 컨버티드 문서를 로컬 디바이스(1000)에 전송한다. 다시 로컬 디바이스(1000)는 컨버티드 문서를 수신해 웹 브라우저를 통해 이를 표시할 수 있다.
다른 예를 들어, 본 시나리오에서 문서 컨버팅은 다음과 같이 이루어질 수도 있다. 로컬 디바이스(1000)는 웹 브라우저를 통해 서버(2000)에 접속하여 웹 브라우저를 통해 서버(2000)로부터 문서 컨버팅을 처리하는 웹 어플리케이션을 획득한다. 이후 로컬 디바이스(1000)는 웹 브라우저 상에서 웹 어플리케이션을 구동시켜 원본 문서를 컨버팅하고, 컨버티드 문서를 웹 브라우저를 통해 표시할 수 있다.
또 본 시나리오에서 서버(2000)는 단일한 물리 객체일 수도 있지만, 물리적으로 분리되는 복수의 기기로 구현될 수도 있다. 예를 들어, 서버(2000)는 웹 사이트를 호스팅하여 로컬 디바이스(1000)와의 접속 및 웹 브라우저를 통한 요청/응답 등과 같은 데이터 송수신을 핸들링하는 웹 서버, 문서 컨버팅을 수행하는 어플리케이션 서버 및 웹 사이트 호스팅이나 어플리케이션 처리에 필요한 각종 데이터를 저장하고 있는 데이터베이스가 전부 하나의 기기에 통합된 형태이거나 적어도 그 일부가 다수의 기기로 분리된 형태로 구현될 수 있다.
1.3.2. 스탠드 얼론 타입
도 3은 본 출원의 일 실시예에 따른 전자 문서 컨버팅 시스템의 물리적 구성요소에 관한 다른 예를 도시한 블록도이다.
다른 시나리오에 따르면, 전자 문서 컨버팅 시스템(10000)은 도 3에 도시된 바와 같이 단일한 전자 기기로 구성될 수 있다. 예를 들어, 전자 문서 컨버팅은 하나의 전자 기기에서 스탠드 얼론(stand-alone) 타입으로 처리될 수 있으며, 원본 문서 제공 유닛, 문서 컨버팅 유닛(12000) 및 컨버티드 문서 출력 유닛의 기능이 단일 전자 기기에 의해 모두 구현될 수 있다.
예를 들어, 본 시나리오에서 문서 컨버팅은 전자 기기가 직접 원본 문서를 컨버티드 문서로 변환한 뒤 웹 브라우저를 통해 이를 표시할 수 있을 것이다.
1.3.3. 서버/로컬 디바이스/단일 전자 기기의 구성
상술한 네트워크 타입에 따른 서버(2000) 및 로컬 디바이스(1000)의 조합이나 스탠드 얼론 타입에서의 단일 전자 기기가 전자 문서 컨버팅 시스템(10000)으로 동작하기 위해서는 통신/저장/연산 등의 다양한 기능을 수행할 필요가 있는데 이를 위한 서버(2000)/로컬 디바이스(1000) 및 단일 전자 기기의 세부 구성에 관하여 간략히 설명하기로 한다.
먼저 도 4는 본 출원의 일 실시예에 따른 서버(2000)의 구성요소에 관한 블록도이다.
도 4를 참조하면, 서버(2000)는 통신부(1100), 데이터베이스(1200) 및 제어부(1300)를 포함할 수 있다.
통신부(1100)는 외부 기기(예를 들어, 로컬 디바이스(1000))와 통신할 수 있다. 따라서, 서버(2000)는 통신부(1100)를 통해 외부 기기와 정보를 송수신할 수 있다. 예를 들어, 서버(2000)는 통신부(1100)를 이용해 웹 브라우저를 통해 서버(2000)에 접속한 로컬 디바이스(1000)로부터 원본 문서를 수신하거나 로컬 디바이스(1000)로 컨버티드 문서를 송신할 수 있다.
여기서, 통신, 즉 데이터의 송수신은 유선 또는 무선으로 이루어질 수 있다. 이를 위해 통신부(1100)는 LAN(Local Area Network)를 통해 인터넷 등에 접속하는 유선 통신 모듈, 이동 통신 기지국을 거쳐 이동 통신 네트워크에 접속하여 데이터를 송수신하는 이동 통신 모듈, 와이파이(Wi-Fi) 같은 WLAN(Wireless Local Area Network) 계열의 통신 방식이나 블루투스(Bluetooth), 직비(Zigbee)와 같은 WPAN(Wireless Personal Area Network) 계열의 통신 방식을 이용하는 근거리 통신 모듈, GPS(Global Positioning System)과 같은 GNSS(Global Navigation Satellite System)을 이용하는 위성 통신 모듈 또는 이들의 조합으로 구성될 수 있다.
데이터베이스(1200)는 각종 정보를 저장할 수 있다. 데이터베이스(1200)는 데이터를 임시적으로 또는 반영구적으로 저장할 수 있다. 예를 들어, 서버(2000)의 데이터베이스(1200)에는 서버(2000)를 구동하기 위한 운용 프로그램(OS: Operating System), 웹 사이트를 호스팅하기 위한 데이터나 문서 컨버팅을 위한 프로그램 내지는 어플리케이션(예를 들어, 웹 어플리케이션)에 관한 데이터 등의 저장될 수 있으며, 이외에도 로컬 디바이스(1000)로부터 수신된 원본 문서나 컨버팅된 컨버티드 문서 등이 저장될 수 있다.
데이터베이스(1200)의 예로는 하드 디스크(HDD: Hard Disk Drive), SSD(Solid State Drive), 플래쉬 메모리(flash memory), 롬(ROM: Read-Only Memory), 램(RAM: Random Access Memory) 등이 있을 수 있다. 이러한 데이터베이스(1200)는 내장 타입 또는 탈부착 가능한 타입으로 제공될 수 있다.
제어부(1300)는 서버(2000)의 전반적인 동작을 제어한다. 이를 위해 제어부(1300)는 각종 정보의 연산 및 처리를 수행하고 서버(2000)의 구성요소들의 동작을 제어할 수 있다. 예를 들어, 제어부(1300)는 문서 컨버팅을 위한 프로그램 내지 어플리케이션을 실행시킬 수 있을 것이다. 제어부(1300)는 하드웨어 소프트웨어 또는 이들의 조합에 따라 컴퓨터나 이와 유사한 장치로 구현될 수 있다. 하드웨어적으로 제어부(1300)는 전기적인 신호를 처리하여 제어 기능을 수행하는 전자 회로 형태로 제공될 수 있으며, 소프트웨어적으로는 하드웨어적인 제어부(1300)를 구동시키는 프로그램 형태로 제공될 수 있다. 한편, 이하의 설명에서 특별한 언급이 없는 경우에는 서버(2000)의 동작은 제어부(1300)의 제어에 의해 수행되는 것으로 해석될 수 있다.
다음으로 도 5는 본 출원의 일 실시예에 따른 로컬 디바이스(1000)의 구성요소에 관한 블록도이다.
로컬 디바이스(1000)는 입/출력 모듈(2100), 통신 모듈(2200), 메모리(2300) 및 콘트롤러(2400)를 포함할 수 있다.
통신 모듈(2200), 메모리(2300)나 콘트롤러(2400)는 상술한 서버(2000)의 통신부(1100), 데이터베이스(1200) 및 제어부(1300)와 유사하게 구현될 수 있다.
이에 따라 예를 들어, 로컬 디바이스(1000)는 통신 모듈(2200)을 이용해 웹 브라우저를 통해 서버(2000)에 접속하여 서버(2000)로 원본 문서를 전송하거나 서버(2000)로부터 컨버티드 문서를 수신할 수 있다. 또, 로컬 디바이스(1000)의 메모리(2300)에는 로컬 디바이스(1000)를 구동하기 위한 운용 프로그램(OS: Operating System)나 웹 브라우저 등이 저장될 수 있으며, 이외에도 원본 문서를 생성하기 위한 문서 작성 프로그램이나 어플리케이션(예를 들어, 웹 브라우저 상에서 실행되는 웹 어플리케이션)이나 원본 문서나 컨버팅 된 문서 등이 저장될 수 있다. 또, 콘트롤러(2400)는 웹 브라우저나 문서 작성 프로그램 내지는 문서 작성을 위한 어플리케이션 등을 실행시킬 수 있을 것이다.
입/출력 모듈(2100)은 사용자 입력을 받거나 또는 사용자에게 정보를 출력하는 각종 인터페이스나 연결 포트 등일 수 있다. 입/출력 모듈(2100)은 입력 모듈과 출력 모듈로 구분될 수 있는데, 입력 모듈은 사용자로부터 사용자 입력을 수신한다. 사용자 입력은 키 입력, 터치 입력, 음성 입력을 비롯한 다양한 형태로 이루어질 수 있다. 이러한 사용자 입력을 받을 수 있는 입력 모듈의 예로는 전통적인 형태의 키패드나 키보드, 마우스는 물론, 사용자의 터치를 감지하는 터치 센서, 음성 신호를 입력받는 마이크, 영상 인식을 통해 제스처 등을 인식하는 카메라, 사용자 접근을 감지하는 조도 센서나 적외선 센서 등으로 구성되는 근접 센서, 가속도 센서나 자이로 센서 등을 통해 사용자 동작을 인식하는 모션 센서 및 그 외의 다양한 형태의 사용자 입력을 감지하거나 입력받는 다양한 형태의 입력 수단을 모두 포함하는 포괄적인 개념이다. 여기서, 터치 센서는 디스플레이 패널에 부착되는 터치 패널이나 터치 필름을 통해 터치를 감지하는 압전식 또는 정전식 터치 센서, 광학적인 방식에 의해 터치를 감지하는 광학식 터치 센서 등으로 구현될 수 있다. 이외에도 입력 모듈은 자체적으로 사용자 입력을 감지하는 장치 대신 사용자 입력을 입력받는 외부의 입력 장치를 연결시키는 입력 인터페이스(USB 포트, PS/2 포트 등)의 형태로 구현될 수도 있다. 또 출력 모듈은 각종 정보를 출력해 사용자에게 이를 제공할 수 있다. 출력 모듈은 영상을 출력하는 디스플레이, 소리를 출력하는 스피커, 진동을 발생시키는 햅틱 장치 및 그 외의 다양한 형태의 출력 수단을 모두 포함하는 포괄적인 개념이다. 이외에도 출력 모듈은 상술한 개별 출력 수단을 연결시키는 포트 타입의 출력 인터페이스의 형태로 구현될 수도 있다.
일 예로, 디스플레이 형태의 출력 모듈은 텍스트, 정지 영상, 동영상을 디스플레이 할 수 있다. 디스플레이는 액정 디스플레이(LCD: Liquid Crystal Display), 발광 다이오드(LED: light emitting diode) 디스플레이, 유기 발광 다이오드(OLED: Organic Light Emitting Diode) 디스플레이, 평판 디스플레이(FPD: Flat Panel Display), 투명 디스플레이(transparent display), 곡면 디스플레이(Curved Display), 플렉시블 디스플레이(flexible display), 3차원 디스플레이(3D display), 홀로그래픽 디스플레이(holographic display), 프로젝터 및 그 외의 영상 출력 기능을 수행할 수 있는 다양한 형태의 장치를 모두 포함하는 광의의 영상 표시 장치를 의미하는 개념이다. 이러한 디스플레이는 입력 모듈의 터치 센서와 일체로 구성된 터치 디스플레이의 형태일 수도 있다.
마지막으로 스탠드 얼론 타입의 전자 문서 컨버팅 시스템(10000)을 구성하는 단일 전자 기기는 입/출력 모듈, 메모리 및 콘트롤러를 포함할 수 있으며, 이들은 상술한 입/출력 모듈(2100), 데이터베이스&메모리(1200,2300) 및 제어부&콘트롤러(1300, 2400)와 유사하게 구현될 수 있다. 또 단일 전자 기기는 필요에 따라 통신 모듈을 포함할 수도 있는데 이 역시 상술한 통신부&통신모듈(1100, 2200)과 유사하게 구현될 수 있다.
한편, 로컬 디바이스(1000)나 단일 전자 기기는 주로 데스크탑이나 노트북 형태의 개인용 컴퓨터(PC: Personal Computer)로 제공될 수 있으며, 이외에도 태블릿, 스마트폰 등이 로컬 디바이스(1000)나 단일 전자 기기로 이용될 수 있다. 물론, 로컬 디바이스(1000)나 단일 전자 기기의 종류가 상술한 예시로 한정되는 것은 아니며, 이외에도 유사한 기능을 수행하는 다른 장치들이 로컬 디바이스(1000)나 단일 전자 기기로 이용될 수 있다.
2. 전자 문서 컨버팅 동작
본 출원의 일 실시예에 따른 전자 문서 컨버팅 시스템(10000)은 상술한 원본 문서(3000)를 상술한 컨버티드 문서(6000)로 변환하는 전자 문서 컨버팅 동작을 수행할 수 있다. 전자 문서 컨버팅 시스템(10000)이 전자 문서 컨버팅 동작을 수행한다는 의미는 서버, 로컬 디바이스, 및/또는 단일 전자 기기가 컨버팅 동작을 수행할 수 있다는 것을 의미할 수 있다.
도 6은 본 출원의 일 실시예에 따른 원본 문서가 포함할 수 있는 전자적 데이터를 간략하게 도시한 도면이다.
도 6을 참조하면, 원본 문서(3000)는 전자적 데이터를 포함할 수 있다. 이러한 전자적 데이터는 대표적으로 텍스트 콘텐츠(3010), 이미지 콘텐츠(3020), 표 콘텐츠(3030), 콘텐츠 서식(3040), 및/또는 페이지 레이아웃(3050) 등을 포함할 수 있다.
상기 원본 문서(3000)의 텍스트 콘텐츠(3010)는 원본 문서(3000)에 입력된 텍스트 데이터를 의미할 수 있다. 예를 들어, 원본 문서(3000)의 텍스트 콘텐츠(3010)는 라인 형태의 텍스트 데이터, 문단 형태의 텍스트 데이터뿐만 아니라 텍스트 데이터 간 화이트 스페이스 등을 포함할 수 있다.
상기 원본 문서(3000)의 콘텐츠 서식(3040)은 텍스트 콘텐츠(3010), 이미지 콘텐츠(3020), 표 콘텐츠(3030) 등의 콘텐츠에 관한 속성과 관련한 데이터일 수 있다. 예를 들어, 콘텐츠 서식(3040)은 콘텐츠(3010)의 형태적 속성과 관련한 데이터일 수 있다. 형태적 속성과 관련한 데이터들 중 일 예로, 콘텐츠 서식(3040)은 텍스트 콘텐츠(3010)의 글꼴, 색상 등의 서식, 이미지 콘텐츠(3020)의 테두리 선, 좌우 여백 등의 서식, 표 콘텐츠(3030)의 셀 바탕색, 셀 크기 등의 서식들을 포함할 수 있다.
상기 원본 문서(3000)의 이미지 콘텐츠(3020)는 원본 문서(3000)에 삽입되는 이미지 데이터를 의미할 수 있다.
상기 원본 문서(3000)의 표 콘텐츠(3030)는 원본 문서(3000)에 삽입된 표 데이터를 의미할 수 있다. 또한 표 데이터가 포함하는 데이터까지 표 콘텐츠(3030)를 의미할 수 있다. 예를 들어, 표 데이터 내에 텍스트 데이터 혹은 이미지 데이터를 포함하는 경우, 표 데이터 및 표 데이터가 포함하는 텍스트 데이터, 이미지 데이터까지 표 콘텐츠(3030)라고 할 수 있겠다.
원본 문서(3000)의 페이지 레이아웃(3050)은 원본 문서(3000)의 페이지 형태와 관련한 전자적 데이터를 말할 수 있다. 예를 들어, 원본 문서(3000)의 페이지 레이아웃(3050)은 페이지 크기, 페이지 여백, 페이지 단, 및/또는 용지 방향에 관한 전자적 데이터를 말할 수 있다. 또한, 원본 문서(3000)의 페이지 레이아웃(3050)은 상기 전자적 데이터에 따라 원본 문서가 복수개의 페이지를 갖는 경우, 페이지와 페이지 간의 페이지 경계(3100) 정보 등을 포함할 수 있다.
한편, 상술한 원본 문서(3000)가 포함하는 전자적 데이터는 원본 문서(3000)가 포함해야하는 필수적인 전자적 데이터들인 것은 아니며, 원본 문서(3000)는 그보다 많은 전자적 데이터들을 갖거나 그보다 적은 전자적 데이터들을 가질 수 있을 것이다.
도 7은 본 출원의 일 실시예에 따른 상기 원본 문서가 포함하는 전자적 데이터가 출력된 형태를 나타내는 도면이다.
도 7을 참조하면, 본 출원의 일 실시예에 따른 원본 문서는 전술한 전자적 데이터에 따라 출력되는 것을 알 수 있다.원본 문서(3000)의 전자적 데이터 중 페이지 레이아웃(3050)에 따라 원본 문서의 페이지 내에 상하, 좌우 여백이 구현되어 출력되도록 할 수 있다. 또한, 전술한 각종 콘텐츠 및 콘텐츠 서식에 따라 원본 문서의 페이지에 소정의 서식이 적용된 콘텐츠들이 구성되어 출력 되도록 할 수 있다. 결과적으로, 상기 전자적 데이터의 조합에 따라 원본 문서는 다양한 시각적 형태를 가지고 출력될 수 있다.
한편 전술하였듯이, 전자 문서 컨버팅 시스템(10000)은 원본 문서 제공 유닛(11000), 문서 컨버팅 유닛(12000) 및 컨버티드 문서(6000) 출력 유닛을 포함할 수 있다. 상기 유닛들은 전자 문서 컨버팅 시스템(10000)의 전자 문서 컨버팅 동작을 수행하기 위한 각각의 동작을 수행하는데, 이하에서는 각각의 유닛이 수행하는 전자 문서 컨버팅 동작에 대해서 설명하고자 한다.
2.1 원본 문서 제공 유닛의 동작
본 출원의 일 실시예에 따른 원본 문서 제공 유닛(11000)은 전자 문서 컨버팅 시스템(10000)에 원본 문서(3000)를 로딩하는 동작을 수행 할 수 있다. 일 예로, 원본 문서 제공 유닛(11000)은 상기 유닛을 포함하는 시스템 네트워크 타입에서의 서버 및/또는 로컬 디바이스, 시스템 스탠드 얼론 타입에서의 단일 전자 기기로 원본 문서(3000)를 로딩할 수 있다.
이때, 로딩의 의미는 시스템에 원본 문서(3000) 파일을 제공 및/또는 전송한다는 넓은 의미로서 서버, 네트워크, 및/또는 단일 전자 기기의 메모리(2300) 영역에 원본 문서(3000) 파일을 저장한다는 한정된 의미까지 포함할 수 있을 것이다.
또한, 로딩의 형식은 유닛을 포함하는 시스템이 그 시스템에 문서를 로딩하는 형식일 수 있으며, 유닛을 포함하는 시스템이 다른 시스템으로 문서를 로딩하는 형식일 수도 있을 것이다.
전자 문서 컨버팅 시스템(10000)으로 원본 문서(3000)를 로딩함으로써, 후술할 컨버팅 유닛(12000) 및/또는 컨버티드 문서 출력 유닛(13000)의 동작에 따라 컨버팅 시스템은 원본 문서(3000)를 컨버티드 문서(6000)로 변환할 수 있도록 전자 문서 컨버팅 동작을 준비 및/또는 수행 할 수 있게 된다.
도 8은 본 출원의 일 실시예에 따른 원본 문서 제공 유닛이 제공할 수 있는 인터페이스를 나타내는 도면이다.
도 8을 참조하여 설명하면, 전자 문서 컨버팅 시스템(10000)을 사용자가 이용하는 경우, 원본 문서 제공 유닛(11000)은 원본 문서 파일을 획득 할 수 있는 인터페이스를 제공할 수 있다. 이에 따라, 사용자는 상기 인터페이스를 통해원본 문서(3000)를 전자 문서 컨버팅 시스템(10000)으로 로딩할 수 있다.이러한, 인터페이스는 전자 문서 컨버팅 시스템(10000)의 각 구성의 출력부를 통하여 출력될 수 있을 것이다.
2.2 문서 컨버팅 유닛의 동작
본 출원의 일 실시예에 따른 문서 컨버팅 유닛(12000)은 전자 문서 컨버팅 시스템(10000)에 로딩된 원본 문서(3000)를 일련의 동작에 따라 컨버티드 문서(6000)로 변환하는 동작을 수행할 수 있다.
문서 컨버팅 유닛(12000)은 싱글 시트로 제공되는 콘텐츠 레이어(4000) 생성, 싱글 시트로 제공되는 프레임 레이어(5000) 생성, 콘텐츠 레이어(4000) 상하 이격, 컨버티드 문서(6000)를 생성하는 등의 동작을 수행 할 수 있다.
본 명세서에서 싱글 시트는 시각적으로 소정의 상단, 좌우 여백과 같은 레이아웃은 존재하나, 페이지의 구분이 없이 단일한 시트로 제공되는 문서 파일일 수 있다. 또한, 싱글 시트는 전술한 컨버티드 문서(6000)와 같은 웹 호환 형식의 전자 문서로서, 웹 브라우저를 통해 처리될 수 있는 마크업 언어로 작성된 전자 문서 파일일 수 있다.
도 9는 본 출원의 일 실시예에 따른 싱글 시트가 일 예로서 포함하는 전자적 데이터를 나타내는 도면이다.
도 9를 참조하면, 본 출원의 일 실시예에 따른 싱글 시트는 로우 레벨(3200)에서의 전자적 데이터 및/또는 출력 레벨(3300)에서의 전자적 데이터를 포함할 수 있다.
이때, 본 출원의 일 실시예에 따른 싱글 시트는 로우 레벨의 전자적 데이터로서 엘리먼트 데이터(3210), 레이아웃 데이터(3220), 속성 데이터(3230), 유형 데이터, 이미지 데이터, 및/또는 표 데이터 등을 포함할 수 있다. 또한, 상기 출력 레벨(3300)의 전자적 데이터는 텍스트 형태의 콘텐츠(3310), 이미지 형태의 콘텐츠(3320), 표 형태의 콘텐츠(3330), 페이지 프레임 콘텐츠(3340) 등을 포함할 수 있다.
본 출원의 일 실시예에 따른, 싱글 시트의 로우 레벨(3200)의 전자적 데이터와 출력 레벨(3300)의 전자적 데이터는 연관 관계를 가질 수 있다.
예를 들어, 싱글 시트는 로우 레벨(3200)에서 로우 레벨의 전자적 데이터로 구성되며, 상기 로우 레벨의 전자적 데이터를 렌더링하는 처리를 통하여 출력 레벨(3300)에서 싱글 시트가 출력 레벨(3300)의 전자적 데이터로 구성되어 시각적으로 출력되는 관계를 가질 수 있다.
또한 일 예를 들어 구체적으로 설명하자면, 로우 레벨(3200)에서 싱글 시트에는 라인 텍스트, 문단 텍스트 화이트 스페이스 등의 엘리먼트 데이터(3210)가 존재할 수 있다. 또한, 상기 엘리먼트 데이터(3210)의 속성을 정의하는 글꼴, 텍스트 사이즈, 자간 등의 속성 데이터(3203)가 존재할 수 있다. 상기 엘리먼트 데이터가 시각적으로 구성될 수 있도록, 레이아웃을 결정 지을 수 있는 레이아웃 데이터 등이 존재할 수 있다.
이에 따라, 출력 레벨(3300)에서는 엘리먼트 데이터(3210)의 텍스트, 화이트 스페이스 등이 텍스트 형태의 콘텐츠(3310)로 출력될 수 있다., 텍스트 형태의 콘텐츠(3310)에는 속성 데이터(3230)가 적용될 수 있다. 또한, 레이아웃 데이터(3220)에 따라 상단 혹은 좌우로 여백을 갖고 텍스트 콘텐츠(3010)가 배치될 수 있을 것이다.
한편, 이러한 로우 레벨(3200)의 전자적 데이터들과 출력 레벨(3300)의 전자적 데이터들을 연관 짓는 처리는 문서 컨버팅 유닛(12000)의 동작에 의하여 수행될 수 있을 것이다.
이하에서는 문서 컨버팅 유닛(12000)의 일련의 동작을 설명하도록 한다.
2.2.1 콘텐츠 레이어 생성
본 출원의 일 실시예에 따른 문서 컨버팅 유닛(12000)은 원본 문서(3000)의 전자적 데이터에 대응하는 로우 레벨의 전자적 데이터를 포함하는 싱글 시트인 콘텐츠 레이어(4000)를 생성할 수 있다. 이때, 문서 컨버팅 유닛(12000)이 생성하는 콘텐츠 레이어(4000)는 단수 혹은 복수일 수 있다.
예를 들어, 콘텐츠 레이어(4000)를 생성하기 위하여, 문서 컨버팅 유닛(12000)은 원본 문서(3000)의 전자적 데이터를 추출하는 과정을 거쳐 콘텐츠 레이어(4000)를 생성할 수 있다.
이때, 원본 문서(3000)의 전자적 데이터를 추출하는 과정의 구체적인 일 예를 들자면, 문서 컨버팅 유닛(12000)은 싱글 시트의 로우 레벨(3200)에서 사용할 수 있는 전자적 데이터를 생성할 수도 있을 것이다. 상기 전자적 데이터는 원본 문서(3000)의 전자적 데이터와 문서 컨버팅 유닛(12000)에 기저장된 로우 레벨의 전자적 데이터들과 매칭하는 과정에 따라 생성될 수 있다.
한편, 본 출원의 일 실시예에 따른 원본 문서의 전자적 데이터들을 로우 레벨의 전자적 데이터로 생성하는 경우, 원본 문서의 모든 전자적 데이터들을 로우 레벨의 전자적 데이터들로 생성하는 것은 아닐 수 있다. 따라서, 문서 컨버팅 유닛(12000)은 선택적으로 로우 레벨의 전자적 데이터를 생성할 수 있는데 이하에서는 그 일 예를 설명하도록 한다.
본 출원의 일 실시예에 따른 문서 컨버팅 유닛(12000)은 원본 문서(3000)의 텍스트 콘텐츠(3010)를 추출하여 싱글 시트의 엘리먼트 데이터(3210)로 생성할 수 있다. 또한, 엘리먼트 데이터(3210)는 텍스트 데이터뿐만 아니라, 화이트 스페이스까지 포함하는 데이터일 수 있다.
또한, 원본 문서(3000)의 텍스트가 서식을 갖고 있는 경우, 문서 컨버팅 유닛(12000)은 이에 대응하는 서식 데이터를 매칭하여 속성 데이터(3230)를 생성 할 수 있다.
또한, 문서 컨버팅 유닛(12000)은 원본 문서(3000)의 페이지 레이아웃(3050)으로부터 상단 여백, 좌우 여백, 하단 여백 등과 같은 소정의 여백과 관련한 데이터를 추출하여 레이아웃 데이터(3220)를 생성할 수 있다.
한편, 원본 문서(3000)의 이미지 콘텐츠(3020) 및/또는 표 콘텐츠(3030)는 문서 컨버팅 유닛(12000)에 의해 로우레벨에서 이미지 데이터, 표 데이터로 생성될 수 있을 것이다. 또한, 이미지 콘텐츠 및/또는 표 콘텐츠가 콘텐츠 서식을 갖는 경우, 이미지 데이터 및/또는 표 데이터는 이와 관련한 서식 정보가 적용될 수도 있을 것이다.
결과적으로, 본 출원의 일 실시예에 따른, 문서 컨버팅 유닛(12000)은 상기 생성한 로우 레벨의 전자적 데이터를 로우 레벨(3200)에서 구성함으로써 출력 단계에서 시각적으로 페이지 구분없이 전자적 데이터를 포함하는 싱글 시트를 생성 할 수 있다.
일 예로, 문서 컨버팅 유닛(12000)은 로우 레벨(3200)에서 생성한 엘리먼트 데이터(3210)를 레이아웃 데이터(3220)에 구성하고, 엘리먼트 데이터(3210)에 속성 데이터(3230)를 적용함으로써 웹 호환 형식의 문서를 생성할 수 있을 것이다. 이 때, 상기 문서 컨버팅 유닛(12000)이 로우 레벨(3200)에서 데이터들을 구성하는 방식은 바람직하게는 소정의 마크업 언어를 코딩하는 방식일 것이다.
도 10은 본 출원의 일 실시예에 따른 콘텐츠 레이어를 나타내는 도면이다.
도 10을 참조하면, 콘텐츠 레이어(4000)는 로우 레벨(3200)의 전자적 데이터들이 변환되어 출력 레벨(3300)에서 페이지 구분 없이 텍스트 형태의 콘텐츠(3310), 표 형태의 콘텐츠(3330), 이미지 형태의 콘텐츠(3320)가 출력되는 웹 호환 형식의 문서를 의미할 수 있다. 또한, 콘텐츠 레이어(4000)의 콘텐츠들은 원본 문서(3000)의 상단 여백, 좌우 여백, 하단 여백 등의 페이지 레이아웃(3050)에 기초하여 구성될 수 있다는 것을 알 수 있다.
이하에서는, 콘텐츠 레이어(4000)가 포함하는 전자적 데이터들이 출력 레벨(3300)에서 상하 이격되도록 문서 컨버팅 유닛(12000)이 수행하는 동작에 대해서 설명하도록 한다.
2.2.2. 콘텐츠 레이어 상하 이격 동작
본 출원의 일 실시예에 따른 문서 컨버팅 유닛(12000)은 콘텐츠 레이어(4000)에 포함된 전자적 데이터들을 상하로 이격시킬 수 있다.
이러한 콘텐츠 레이어(4000)를 상하로 이격시키는 방식의 일 예로, 콘텐츠 레이어(4000)에 중간 여백(4200)을 삽입하는 방식이 있을 수 있다.
본 명세서에서 중간 여백(4200)이란, 콘텐츠 레이어(4000)에 로우 레벨(3200) 혹은 출력 레벨(3300)에서 삽입될 수 있는 어떠한 객체를 의미할 수 있다.
예를 들어, 로우 레벨(3200)에서 중간 여백(4200)은 화이트 스페이스의 엘리먼트 데이터(3210) 혹은 줄 및/또는 줄 혹은 문단을 바꾸는 속성 데이터(3230)일 수 있다.
또한 예를 들어, 출력 레벨(3300)에서 중간 여백(4200)은 전자적 문서에 삽입될 수 있는 투명한 색을 가진 스페이스를 의미할 수 있다. 다만, 중간 여백(4200)은 투명한 색에 국한되지 않고 소정의 색을 가진 스페이스일 수도 있을 것이다.
즉, 중간 여백(4200)은 로우 레벨(3200)에서 중간 여백으로서 역할 할 수 있는 로우 레벨(3200)의 전자적 데이터라면 상기와 같은 로우 레벨(3200)의 전자적 데이터에 국한되지 않고 모든 로우 레벨의 전자적 데이터가 될 수 있다. 또한 상기 중간 여백(4200)은 출력 레벨(3300)에서 시각적으로 콘텐츠 레이어(4000)의 구성을 이격할 수 있는 객체라면 어떠한 형태일 수도 있다.
이에 따라, 본 출원의 일 실시예에 따른 상기 콘텐츠 레이어(4000)에 중간 여백(4200)을 삽입한다는 의미는 문서 컨버팅 유닛(12000)이 로우 레벨(3200) 상에서 화이트 스페이스의 엘리먼트 데이터(3210) 혹은 줄을 바꾸는 속성 데이터(3230)를 생성하여 삽입하는 것을 의미할 수 있다. 또는, 콘텐츠 레이어(4000)가 시각적으로 출력되는 이미지 상에서 중간 여백(4200)을 삽입하여 이격된 이미지를 생성한다는 의미일 수도 있을 것이다.
본 출원의 일 실시에예 따른, 문서 컨버팅 유닛(12000)의 콘텐츠 레이어(4000)를 상하로 이격하는 동작은 상기 중간 여백(4200)을 원본 문서(3000)의 페이지 경계(3100)에 대응하는 로우 레벨(3200) 및/또는 출력 레벨(3300)에서의 콘텐츠 레이어(4000)의 위치에 삽입하는 동작일 수 있다.
이하에서는 이러한, 콘텐츠 레이어(4000) 상에서 중간 여백(4200)이 삽입되는 콘텐츠 레어의 위치에 대하여 설명하도록 한다.
2.2.2.1 구분 위치 판단
본 출원의 일 실시예에 따른 문서 컨버팅 유닛(12000)은 콘텐츠 레이어(4000)의 구분 위치(4100)를 판단할 수 있다.
도 11 본 출원의 일 실시예에 따른 콘텐츠 레이어의 구분 위치를 나타내는 도면이다.
도 11을 참조하면, 본 출원의 일 실시예에 따른 구분 위치(4100)란 출력 레벨(3300)에서 콘텐츠 레이어(4000)상에서 원본 문서(3000)의 페이지 경계(3100)의 위치와 동일 또는 유사한 위치라는 것을 의미할 수 있다.
또한, 구분 위치(4100)란 로우 레벨(3200)에서 원본 문서(3000)의 페이지 경계(3100)에 해당하는 콘텐츠 레이어(4000)의 로우 레벨의 전자적 데이터 행을 의미할 수도 있다.
한편, 원본 문서(3000)가 복수개의 페이지를 갖는 경우, 원본 문서(3000)의 페이지 경계(3100)는 페이지의 하단 경계 혹은 페이지의 상단 경계 일 수 있다.
이때, 본 출원의 일 실시예에 따른 문서 컨버팅 유닛(12000)은 원본 문서(3000)의 페이지 레이아웃(3050)에 기초하여 콘텐츠 레이어(4000)의 구분 위치(4100)를 판단하는 동작을 수행 할 수 있다.
예를 들어, 문서 컨버팅 유닛(12000)은 원본 문서(3000)의 페이지 레이아웃(3050) 정보 중 페이지 경계(3100)에 해당하는 전자적 데이터를 기초로 구분 위치(4100)를 판단하는 동작을 수행할 수 있을 것이다.
상기 구분 위치(4100)를 판단하는 동작은 원본 문서(3000)의 페이지 경계(3100)에 해당하는 좌표 정보를 추출하는 동작을 포함할 수 있다. 또한, 구분 위치(4100)를 포함하는 동작은출력 레벨(3300)에서 콘텐츠 레이어(4000) 상의 상기 좌표 정보에 대응하는 구분 위치(4100)를 탐지하는 동작일 수 있다.
또한, 구분 위치(4100)를 판단하는 동작은 원본 문서(3000)의 페이지 레이아웃(3050) 중 페에지 경계에 대한 정보를 추출하여 페이지 경계(3100) 전에 존재하는 로우 레벨(3200)에서 콘텐츠 레이어(4000) 상의 로우 레벨의 전자적 데이터를 탐지하여 구분 위치(4100)를 판단하는 동작일 수도 있을 것이다.
한편, 페이지 경계(3100)를 기초로 구분 위치(4100)를 판단하는 동작은 상기 방식에 국한되지 않고 구분 위치(4100)를 판단할 수 있는 동작이라면 다양한 방식이 있을 수 있겠다.
2.2.2.2 중간 여백 삽입
이하에서는 콘텐츠 레이어(4000)의 구분 위치(4100)에 중간 여백(4200)을 삽입하는 동작에 대하여 설명하도록 한다.
도 12는 본 출원의 일 실시예에 따른, 콘텐츠 레이어의 구분 위치에 중간 여백을 삽입하는 동작을 나타내는 도면이다.
도 12를 참조하면, 일 실시예에 따른 문서 컨버팅 유닛(12000)은 구분 위치(4100)에 중간 여백(4200)을 삽입하는 동작을 수행하여, 콘텐츠 레이어(4000)를 상하로 이격시키는 동작을 수행할 수 있다. 전술하였듯이, 중간 여백(4200)은 콘텐츠 레이어(4000) 상의 로우 레벨(3200) 혹은 출력 레벨(3300)에서 구분 위치(4100)에 삽입될 수 있을 것이다.
결과적으로, 콘텐츠 레이어(4000)는 구분 위치(4100)에 중간 여백(4200)이 삽입되어 출력 레벨(3300)에서 시각적으로 텍스트 콘텐츠(3010), 이미지 콘텐츠(3020), 및/또는 표 콘텐츠(3030) 등이 상하로 이격된 구조를 가질 수 있을 것이다.
이러한, 본 출원의 일 실시예에 따른 중간 여백(4200)은 일정한 사이즈를 가지는 스페이스일 수 있는데, 이하에서는 중간 여백(4200)의 사이즈가 설정되는 방법에 대해 설명하도록 한다.
도 13은 본 출원의 일 실시예에 따른 원본 문서의 상단 여백 및 하단 여백을 나타내는 도면이다.
도 13을 참조하면, 본 출원의 일 실시예에 따른 중간 여백(4200)의 사이즈는 원본 문서(3000)의 페이지 레이아웃(3050)에 기초하여 설정될 수 있다. 예를 들어, 중간 여백(4200)의 사이즈는 원본 문서(3000)의 페이지의 상단 여백 및 하단 여백을 합산한 사이즈로 설정될 수 있다.
도 14는 본 출원의 일 실시예에 따른 콘텐츠 레이어의 구분 위치에 걸쳐있는 콘텐츠를 출력 레벨에서 나타내는 도면이다.
도 14를 참조하면, 중간 여백(4200)의 사이즈는 전술한 상단 여백 및 하단 여백을 합산한 사이즈에 콘텐츠가 걸쳐 구분 위치(4100) 위쪽으로 존재하는 콘텐츠의 표시 영역 사이즈 간격만큼 더하여 설정될 수 있다.
또한, 도 28을 참조하면 후술한 컨버티드 문서(6000)의 페이지는 상하로 띄워진 상태로 출력될 수 있는데, 이때 중간 여백(4200)의 사이즈는 상기 띄워진 간격을 더 고려하여 설정될 수 있을 것이다.
이하에서는 중간 여백(4200)이 삽입될 수 있는 방법에 대하여 설명하도록 한다.
도 15 a 내지 b는 본 출원의 일 실시예에 따른 구분 위치에 중간 여백이 삽입되는 방법을 나타내는 도면이다.
도 15 a를 참조하면, 본 출원의 일 실시예에 따른 삽입되는 소정의 크기를 갖는 중간 여백(4200)은 구분 위치(4100)의 아래 방향으로 삽입될 수 있다. 예를 들어, 콘텐츠 레이어(4000)의 구분 위치(4100)가 원본 문서(3000)의 페이지 경계(3100) 중 하단 경계에 대응하는 위치인 경우, 구분 위치(4100)에 중간 여백(4200)을 아래 방향으로 삽입하여 구조적 형태를 변경할 수 있을 것이다.
또한, 도 15 b에 도시된 바와 같이 소정의 크기를 가진 중간 여백(4200)은 구분 위치(4100)의 윗 방향으로 삽입될 수도 있을 것이다.
도 15 a 내지 b에 표시되는 본 출원의 일 실시예에 따른 √ 표시는 문서 컨버팅 유닛(12000)이 로우 레벨에서 중간 여백을 삽입하는 경우, 중간 여백으로서 삽입 될 수 있는 로우 레벨의 전자적 데이터를 표현하기 위한 도식일 수 있다. 한편, 도면에 표시된 √ 개수와 삽입되는 로우 레벨의 전자적 데이터는 연관이 없으며, 이는 단순히 도면에 표현하기 위함이다.
이하의 도면에서 표현되는 √ 표시들 또한 전술한 로우 레벨에서의 중간 여백을 삽입하는 경우를 표현하기 위한 도식이다.
한편, 삽입되는 중간 여백(4200)은 콘텐츠 레이어(4000)의 구분 위치(4100)가 아닌 인접한 위치에 삽입될 수도 있다.
도 16은 본 출원의 일 실시예에 따른, 콘텐츠 레이어의 구분 위치가 아닌 인접한 위치에 중간 여백이 삽입되는 경우를 나타내는 도면이다.
도 16을 참조하면, 콘텐츠 레이어(4000)의 구분 위치(4100) 상에 걸쳐 있는 콘텐츠의 표시 영역의 바로 상단에 중간 여백(4200)이 삽입될 수 있다.
또한, 구분 위치(4100)가 원본 문서(3000)의 페이지의 상단 경계에 대응하는 위치인 경우, 상기 구분 위치(4100)로부터 중간 여백(4200)의 사이즈만큼 위쪽의 위치에 중간 여백(4200)이 삽입될 수도 있을 것이다.
전술한, 구분 위치(4100)에 중간 여백(4200)을 삽입하는 동작은 콘텐츠 레이어(4000)의 구분 위치(4100)에 존재하는 전자적 데이터의 종류에 따라 다양한 방식이 있을 수 있는데, 이하에서는 다양한 방식을 설명하도록 한다.
<텍스트 형태의 콘텐츠>
본 출원의 일 실시예에 따른 문서 컨버팅 유닛(12000)은 콘텐츠 레이어(4000)에 포함된 엘리먼트 데이터(3210) 및/또는 텍스트 형태의 콘텐츠(3310)가 상하로 이격되도록 중간 여백(4200)을 삽입할 수 있다.
도 17은 본 출원의 일 실시예에 따른 콘텐츠 레이어의 구분 위치에 중간 여백을 삽입하는 과정을 나타내는 도면이다.
도 17을 참조하면, 본 출원의 일 실시예에 따른 컨버팅 유닛(12000)은 콘텐츠 레이어(4000)의 구분 위치(4100)에 중간 여백(4200)을 삽입하여 엘리먼트 데이터(3210) 및/또는 텍스트 형태의 콘텐츠(3310)들이 상하로 이격되도록 할 수 있다.
예를 들어, 컨버팅 문서 유닛은 구분 위치(4100)에 중간 여백(4200)을 삽입하여 중간 여백(4200)의 사이즈만큼 상기 텍스트 형태의 콘텐츠(3310)의 위치를 아래로 수정할 수 있다. 결과적으로, 출력 레벨(3300)에서 콘텐츠 레이어(4000)의 구분 위치(4100) 아래로 중간 여백(4200)의 사이즈만큼 중간 여백(4200)이 시각적으로 존재하여 텍스트 형태의 콘텐츠(3310)들이 상하로 띄워져 보일 수 있다.
또한, 콘텐츠 레이어의 엘리먼트 데이터 및/또는 텍스트 콘텐츠가 구분 위치를 포함하는 경우가 발생할 수 있는데, 이하에서는 이러한 경우 중간 여백을 삽입하는 방식에 대하여 설명하도록 한다.
도 18은 본 출원의 일 실시예에 따른 엘리먼트 데이터 및/또는 텍스트 콘텐츠가 구분 위치를 포함하는 경우 중간 여백을 삽입하는 과정을 나타내는 도면이다.
도 18을 참조하면, 본 출원의 일 실시예에 따른 문서 컨버팅 유닛(12000)은 콘텐츠 레이어(4000)의 구분 위치(4100)에 엘리먼트 데이터(3210) 및/또는 텍스트 형태의 콘텐츠(3310)가 걸쳐 있을 수 있다. 이때, 상기 중간 여백(4200)은 상기 콘텐츠 표시 영역의 바로 상단에 삽입될 수 있다.
결과적으로, 콘텐츠레이어의 출력 레벨(3300)에서 텍스트 형태의 콘텐츠(3310)가 시각적으로 구분 위치(4100)의 중간 여백(4200) 사이즈만큼 아래에 존재하여, 텍스트 형태의 콘텐츠(3310)들이 상하로 띄워져 보일 수 있다.
<이미지 형태의 콘텐츠>
본 출원의 일 실시예에 따른 문서 컨버팅 유닛(12000)은 콘텐츠 레이어(4000)에 포함된 이미지 데이터 및/또는 이미지 콘텐츠(3020)가 존재하는 위치를 시각적으로 수정하기 위하여 중간 여백(4200)을 삽입할 수 있다.
도 19는 본 출원의 일 실시예에 따른 콘텐츠 레이어의 구분 위치를 이미지 데이터 및/또는 이미지 형태의 콘텐츠가 포함하여 존재하는 경우 중간 여백을 삽입하는 과정을 나타내는 도면이다.
도 19를 참조하면, 본 출원의 일 실시예에 문서 컨버팅 유닛(12000)은 콘텐츠 레이어(4000)의 구분 위치(4100)에 이미지 데이터 및/또는 이미지 형태의 콘텐츠(3320)가 걸쳐 있을 수 있다. 이때, 상기 중간 여백(4200)이 상기 콘텐츠 표시 영역의 바로 상단에 삽입되어이미지 형태의 콘텐츠(3320)가 삽입된 중간 여백(4200)의 아래쪽에 위치하도록 할 수 있다.
한편, 이미지 데이터 및/또는 이미지 형태의 콘텐츠(3320)가 구분 위치(4100)를 포함하지 않는 경우에는, 전술하였던 일반적인 중간 여백(4200)을 삽입하는 방식에 따라 문서 컨버팅 유닛(12000)이 동작을 수행할 것이다.
<표 형태의 콘텐츠>
본 출원의 일 실시예에 따른 문서 컨버팅 유닛(12000)은 콘텐츠 레이어(4000)에 포함된 표 데이터 및/또는 표 형태의 콘텐츠(3330)의 구조를 수정하기 위하여 중간 여백(4200)을 삽입할 수 있다.
도 20은 본 출원의 일 실시예에 따른 콘텐츠 레이어의 구분 위치에 표 데이터 및/또는 표 형태의 콘텐츠가 존재하는 경우 중간 여백을 삽입하는 과정을 나타내는 도면이다.
도 20을 참조하면, 본 출원의 일 실시예에 따른 문서 컨버팅 유닛(12000)은 콘텐츠 레이어(4000)의 구분 위치(4100)에 표 데이터 및/또는 표 형태의 콘텐츠(3330)가 걸쳐 있을 수 있다. 이러한 경우, 상기 중간 여백(4200)은 표 형태의 콘텐츠(3330)가 늘려진 형태로 수정되도록 삽입 될수 있다. 예를 들어, 표 콘텐츠(3030)의 행 중 구분 위치(4100)를 포함하는 행에 중간 여백(4200)을 삽입하여 표 콘텐츠(3030)를 상하로 늘려진 형태로 수정할 수 있다.
도 21은 본 출원의 일 실시예에 따른 표 데이터 및/또는 표 형태의 콘텐츠의 행에 전자적 데이터가 존재하는 경우 중간 여백을 삽입하는 과정을 나타내는 도면이다.
도 21을 참조하면, 본 출원의 일 실시예에 따른 문서 컨버팅 유닛(12000)은 중간 여백(4200)이 삽입되는 표 데이터 및/또는 표 형태의 콘텐츠(3330)의 행 내부에 전자적 데이터를 포함하는 경우 상기 콘텐츠가 삽입된 중간 여백(4200)의 아래쪽에 위치하도록 할 수 있다.
예를 들어, 표 형태의 콘텐츠(3330)의 구조가 늘려진 구조로 변경될 수 있다. 상기 행 내부의 콘텐츠 중에서 최상부에 위치하는 콘텐츠의 상단에 중간 여백(4200)이 삽입됨으로써, 상기 삽입된 중간 여백(4200)의 하단에 행 내부의 콘텐츠가 위치한 형태로 될 수 있다.
전술한, 본 출원의 일 실시예에 따른 전술한 중간 여백(4200)을 콘텐츠 레이어(4000)에 삽입하는 방법은 상기 나열된 방법에 국한되지 않고 다른 방법이 존재할 수 있다.
2.2.2 프레임 레이어 생성 동작
이하에서는 본 출원의 일 실시예에 따른, 문서 컨버팅 유닛(12000)의 프레임 레이어(5000) 생성 동작을 설명하도록 한다. 이때, 문서 컨버팅 유닛(12000)이 생성하는 프레임 레이어(5000)는 단수 혹은 복수일 수 있다.
본 명세서에서 프레임 레이어(5000)란, 원본 문서(3000)의 페이지 레이아웃(3050)에 따라 로우 레벨(3200)에서 레이아웃 데이터(3220) 및/또는 출력 레벨(3300)에서 페이지 프레임 콘텐츠(3340)를 포함하는 싱글 시트를 의미할 수 있다.
도 22는 본 출원의 일 실시예에 따른 프레임 레이어를 나타내는 도면이다.
도 22를 참조하면, 본 출원의 일 실시예에 따른 상기 프레임 레이어(5000)를 생성하는 동작은 문서 컨버팅 유닛(12000)이 원본 문서(3000) 파일의 페이지 레이아웃(3050) 정보를 추출하여 싱글 시트를 구성함으로써 수행될 수 있다.
상기 동작은 문서 컨버팅 유닛(12000)이 원본 문서(3000)의 페이지 레이아웃(3050) 정보를 추출하여 원본 문서(3000)의 페이지 크기에 맞게 일정한 페이지 프레임(5100)을 가지도록 레이아웃 데이터(3220)를 로우 레벨(3200)에서 구성하는 동작 일 수 있다. 또는, 상기 동작은 출력 레벨(3300)에서 페이지 프레임 콘텐츠(3340)를 가지도록 구성하는 동작일 수 있을 것이다.
상기 레이아웃 데이터(3220) 및/또는 페이즈 프레임 콘텐츠(3340)는페이지 레이아웃(3050)에 따라 상단 여백, 좌우 여백, 하단 여백을 고려하여 구성될 수 있다.
이하에서는, 설명을 용이하게 하기 위하여 로우 레벨(3200) 혹은 출력 레벨(3300)에 관계 없이 프레임 레이어(5000)가 포함하는 원본 문서(3000)의 페에지 레이아웃에 기초한 전자적 데이터를 페이지 프레임(5100)이라고 한다.
본 출원의 일 실시예에 따른, 페이지 프레임(5100)은 원본 문서(3000)의 전자적 데이터에 기초하여 설정 될 수 있다. 특히, 원본 문서(3000) 페이지 레이아웃(3050)에 기초하여 설정될 수 있을 것이다. 예를 들어, 페이지 프레임(5100)의 사이즈 및 구조적 형태는 원본 문서(3000)의 페이지 사이즈, 페이지 여백, 용지 방향 등을 고려하여 설정되고, 프레임 레이어(5000)이 포함하는 페이지 프레임(5100)의 개수는 원본 문서(3000)의 페이지 수에 기초하여 설정될 수 있다.
도 22를 다시 참조하면, 본 출원의 일 실시예에 따른 페이지 프레임(5100)은 프레임 레이어(5000)의 영역은 구분할 수 있다. 예를 들어, 프레임 레이어(5000)의 영역은 후술할 컨버티드 문서(6000) 상에서 콘텐츠 레이어(4000)의 전자적 데이터가 시각적으로 표시되는 영역인 내부 영역(5200)과 콘텐츠 레이어(4000)의 전자적 데이터가 표시되지 않는 영역인 외부 영역(5300)으로 구분될 수 있다.
이때, 출력 레벨(3300)에서 콘텐츠 레이어(4000)가 프레임 레이어(5000)를 통해 출력되는 경우를 상정하였을 때, 콘텐츠 레이어(4000)의 전자적 데이터가 컨버티드 문서(6000) 상에 표시될 수 있도록, 프레임 레이어(5000)의 내부 영역(5200)은 투명한 영역일 수 있다. 또한, 콘텐츠 레이어(4000)의 콘텐츠가 가려질 수 있도록, 프레임 레이어(5000)의 외부 영역(5300)은 불투명한 영역일 수도 있다.
다만, 전술한 프레임 레이어(5000)의 내부 영역(5200)과 외부 영역(5300)은 설명을 용이하게 하기 위하여 투명 및 불투명인 경우로 설명하였을 뿐, 내부 영역(5200)과 외부 영역(5300)은 투명 및 불투명한 영역이 아닐 수 있을 것이다. 즉, 콘텐츠 레이어(4000)의 전자적 데이터가 프레임 레이어(5000)의 내부 영역(5200)을 통해 출력될 수 있는 형태라면 프레임 레이어(5000)의 내부 영역(5200)과 외부 영역(5300)은 어떠한 형태이든 가질 수 있을 것이다.
이하에서는, 문서 컨버팅 유닛(12000)이 생성한 프레임 레이어(5000)의 속성에 대해서 보다 구체적으로 설명하고자 한다.
2.2.2.1 페이지 프레임의 형태
본 출원의 일 실시예에 따른 페이지 프레임(5100)은 싱글 시트 상에서 영역을 구분하는 역할을 할 수 있다. 예를 들어, 프레임 레이어(5000)에 포함되는 페이지 프레임(5100)에 의하여 프레임 레이어(5000)의 영역은 내부 영역(5200)과 외부 영역(5300)으로 구분될 수 있다.
상기와 같은 페이지 프레임(5100)의 영역 구분의 의미는 시각적으로 영역을 구분 할 수 있도록 페이지 프레임(5100)이 일정한 형태를 가진다는 것을 의미할 수 있다.
도 23은 본 출원의 일 실시예에 따른 프레임 레이어에 포함된 페이지 프레임의 형태를 나타내는 도면이다.
도 23을 참조하면, 본 출원의 일 실시예에 따른 페이지 프레임(5100)은 일정한 형태를 가질 수 있다.
예를 들어, 페이지 프레임(5100)은 모서리 및 테두리에 일정한 형태를 가질 수 있다. 페이지 프레임(5100)의 모서리는 박스 형태, 꺾쇠 형태, 원형 형태, 또는 투명한 형태 중 적어도 하나 이상의 형태일 수 있으며, 페이지 프레임(5100)의 테두리 형태는, 실선, 파선, 또는 쇄선 형태 중 적어도 하나 이상의 형태일 수도 있다.
이러한, 페이지 프레임(5100)의 형태는 원본 문서(3000)의 페이지 레이아웃(3050)에 대응하는 형태를 가질 수 있도록 생성될 수 있다. 다만, 페이지 프레임(5100)의 형태는 원본 문서(3000)의 페이지 레이아웃(3050)에 대응하지 않는 다른 모양을 가질 수도 있는데, 예를 들어, 문서 사용자의 선호에 따라 페이지 프레임(5100)의 형태를 선택하여 원본 문서(3000)의 페이지 레이아웃(3050)에 대응하지 않는 형태의 페이지 프레임(5100)을 가질 수도 있을 것이다.
2.2.2.2 부가 정보 포함
이하에서는, 소정의 부가 정보가 포함된 프레임 레이어(5000)에 대하여 설명하도록 한다.
본 출원의 일 실시예에 따른 프레임 레이어(5000)는 부가 정보를 포함할 수 있다. 또한, 프레임 레이어(5000)가 복수개 존재하는 경우, 각 프레임 레이어(5000)가 포함하는 부가 정보는 다를 수 있을 것이다.
이러한 부가 정보는 원본 문서(3000)가 포함하는 전자적 데이터, 프레임 레이어(5000)의 서지 정보 등과 같이 미리 설정된 전자적 데이터일 수 있으나, 사용자가 입력한 전자적 데이터일 수 있다. 즉, 프레임 레이어(5000)가 포함하는 부가 정보는 입력될 수 있는 전자적 데이터라면 어떠한 제한도 없을 수 있다.
구체적으로는, 프레임 레이어(5000)가 포함하는 부가 정보는 머리말, 꼬리말, 페이지 번호, 또는 시간 등의 전자적 데이터 일 수 있다.
도 24를 참조하면, 본 출원의 일 실시예에 따른 프레임 레이어(5000)는 외부 영역(5300)에 부가 정보를 포함 할 수 있다. 부가 정보가 포함되는 영역에 제한은 없지만, 바람직하게 프레임 레이어(5000)의 외부 영역(5300)에 포함될 수 있을 것이다.
또한, 부가 정보가 위치 할 수 있는 프레임 레이어(5000)의 외부 영역(5300)의 위치에도 제한이 없을 수 있다. 예를 들어, 부가 정보가 외부 영역(5300)에 표시되는 위치는 미리 설정된 위치일 수 있으나, 사용자의 선택에 따른 위치일 수도 있다. 구체적으로, 부가 정보는 전자 문서 컨버팅 시스템(10000)이 미리 설정된 페이지 프레임(5100)과 페이지 프레임(5100) 사이 등의 공간에 위치할 수 있으나, 사용자의 선택에 따라 페이지 프레임(5100)의 좌측 또는 우측 등과 같은 다른 위치에 존재할 수도 있다.
이러한, 페이지 프레임(5100)의 외부 영역(5300)의 부가 정보는 전술한 프레임 레이어(5000)의 내부 영역(5200)을 통해 표현되는 콘텐츠 레이어(4000)의 전자적 데이터와 함께 후술할 컨버티드 문서(6000)에 출력될 수 있다.
2.2.3 컨버티드 문서 생성 동작
이하에서는, 문서 컨버팅 유닛(12000)의 컨버티드 문서(6000) 생성 동작에 대해서 설명하고자 한다.
본 출원의 일 실시예에 따른, 문서 컨버팅 유닛(12000)은 컨버티드 문서(6000)를 생성할 수 있다. 예를 들어, 컨버티드 문서(6000)는 전술한 콘텐츠 레이어(4000) 및/또는 프레임 레이어(5000)를 이용하여 생성 될 수 있다.
일 예로, 상기 컨버티드 문서(6000)가 생성되는 방법은 로우 레벨(3200)에서 콘텐츠 레이어(4000) 및/또는 프레임 레이어(5000)가 포함하는 전자적 데이터를 조합하여 프레임 레이어(5000)를 생성하는 방법, 출력 레벨(3300)에서 콘텐츠 레이어(4000) 및/또는 프레임 레이어(5000)가 출력되는 시각적 데이터를 조합하여 프레임 레이어(5000)를 생성하는 방법 등이 있을 수 있다.
즉, 상기 컨버팅 유닛의 동작 방법은 콘텐츠 레이어(4000) 및/또는 프레임 레이어(5000)를 조합하여 원본 문서(3000)의 시각적 표현에 대응하는 시각적 데이터를 가질 수 있는 컨버티드 문서(6000)를 생성하는 방법이라면 어떠한 방법에도 국한되지 않을 수 있을 것이다.
이하에서는, 콘텐츠 레이어(4000) 및/또는 프레임 레이어(5000)의 구조를 예시로 들어 두 레이어를 조합하는 구체적인 예에 대하여 설명한다.
도 25는 본 출원의 일 실시예에 따른 컨버티드 문서를 구조적으로 도시한 도면이다.
도 25를 참조하면, 컨버티드 문서(6000)는 콘텐츠를 포함하고 있는 콘텐츠 레이어(4000)와 프레임 레이어(5000)가 오버랩된 구조로 조합되어 생성될 수 있다.
이때 오버랩의 의미는, 로우 레벨(3200)에서 콘텐츠 레이어(4000) 및/또는 프레임 레이어(5000)의 로우 레벨의 전자적 데이터 중 계층과 관련한 데이터를 각각 달리 부여하되, 계층과 관련한 데이터를 제외한 나머지 로우 레벨의 전자적 데이터들을 조합하여 컨버티드 문서(6000)를 생성하는 것을 의미할 수 있다.
또는, 상기 오버랩은 출력 레벨(3300)에서 콘텐츠 레이어(4000) 및/또는 프레임 레이어(5000)에 계층 속성이 부여되어, 서로 다른 계층을 가짐으로써 출력 레벨(3300)에서 조합하여 구성될 수 있다는 것을 의미할 수 있다.
한편, 본 출원의 일 실시예에 따른 컨버티드 문서(6000)를 구성하고 있는 콘텐츠 레이어(4000) 및/또는 프레임 레이어(5000)는 우선 순위를 가질 수 있을 것이다. 이때 우선 순위는 전술한 계층과 관련한 데이터에 기초하여 설정될 수 있다.
상기 우선 순위는, 각 레이어가 포함하고 있는 전자적 데이터의 중요성에 따라 기설정된 수치일 수 있으며, 사용자의 입력에 따라 설정된 수치일 수도 있을 것이다. 즉, 컨버티드 문서(6000)를 구성하고 있는 레이어 간 비교할 수 있는 수치 형태라면 레이어의 우선 순위는 어떠한 수치 형태에도 국한되지 않을 수 있다.
2.3 컨버티드 문서 출력 유닛
본 명세서에서, 컨버티드 문서(6000)는 콘텐츠 레이어(4000) 및/또는 프레임 레이어(5000)를 포함 할 수 있다고 전술한 바 있다. 다만, 컨버티드 문서(6000)가 출력되는 형태에 있어서 원본 문서(3000)와 시각적으로 동일한 형태를 가질 수 있는데 이하에서는 전자 문서 컨버팅 시스템(10000)에 출력되는 컨버티드 문서(6000)에 대하여 설명하고자 한다.
도 26은 본 출원의 일 실시예에 따른 원본 문서와 컨버티드 문서를 나타내는 도면이다.
도 26을 참조하면, 상기 시각적으로 동일한 표현을 갖는다는 의미는 컨버티드 문서(6000)가 원본 문서(3000)의 구조적인 형태와 실질적으로 동일한 형태를 가진다는 것을 의미할 수 있다. 예를 들어, 시각적으로 동일하다는 의미는 출력된 원본 문서(3000)와 출력 레벨(3300)의 컨버티드 문서(6000)를 비교하였을 때, 출력되는 콘텐츠의 내용이 동일하 고, 서식이 동일 또는 유사하게 적용되며, 페이지 구분이 동일하게 존재하는 것을 의미할 수 있다. 따라서, 콘텐츠의 구성 형태가 다소 차이가 있더라도, 콘텐츠의 내용, 서식, 및/또는 페이지 구분이 동일 유사의 영역이라면 시각적으로 동일하다고 할 수 있을 것이다.
본 출원의 일 실시예에 따른, 컨버티드 문서(6000) 출력 유닛은 전술한 컨버티드 문서(6000)를 출력할 수 있다. 구체적으로, 컨버티드 문서(6000) 출력 유닛은 원본 문서(3000)와 시각적으로 동일한 형태를 가지도록 컨버티드 문서(6000)를 출력하는 동작을 수행할 수 있다.
도 27은 본 출원의 일 실시예에 따른 출력되는 컨버티드 문서를 나타내는 도면이다.
도 27을 참조하면, 본 출원의 일 실시예에 따른 컨버티드 문서(6000)는 컨버티드 문서(6000) 출력 유닛을 포함하는 시스템의 출력부를 통하여 출력될 수 있으며, 시스템의 타입에 따라 웹 브라우저가 제공하는 웹 어플리케이션 또는 시스템 자체적으로 제공할 수 있는 인터페이스 등을 통하여 출력될 수 있을 것이다.
또한, 도 27을 참조하면, 컨버티드 문서(6000) 출력 유닛은 컨버티드 문서(6000)의 구성을 오버랩의 속성에 따라 출력할 수 있다.
본 출원의 일 실시예에 따른 오버랩의 속성에 따라 출력한다는 의미는, 불투명한 외부 영역(5300) 및 투명한 내부 영역(5200)으로 이루어진 프레임 레이어(5000)와 콘텐츠 레이어(4000)의 콘텐츠를 연관지어 출력한다는 의미일 수 있다.
즉, 프레임 레이어(5000)의 내부 영역(5200)에 해당하는 컨버티드 문서(6000)의 범위에 콘텐츠 레이어(4000)의 전자적 데이터가 출력될 수 있다. 프레임 레이어(5000)의 페이지 프레임(5100)에 따라 시각적으로 구분되는 페이지를 가져 원본 문서(3000)와 동일한 뷰를 제공할 수 있도록 컨버티드 문서(6000)를 출력하는 형태라면, 오버랩의 속성을 이용한다는 의미는 어떠한 형태로든 존재할 수 있다.
따라서, 본 출원의 일 실시예에 따른 컨버티드 문서 출력 유닛(13000)은 오버랩의 속성에 따라 프레임 레이어(5000)의 외부 영역(5300) 및 내부 영역(5200)에 대응하는 콘텐츠 레이어(4000)의 콘텐츠의 표시 여부를 데이터적인 형태로 처리하거나, 단순히 시각적으로 처리하여 컨버티드 문서(6000)를 출력할 수 있을 것이다.
한편, 컨버티드 문서(6000) 출력 유닛은 컨버티드 문서(6000)의 출력과는 별개로 소정의 기능을 사용자에게 제공할 수 있다. 예를 들어, 컨버티드 문서(6000) 출력 유닛은 컨버티드 문서(6000)를 이용하기 용이하도록 소정의 기능들을 사용자에게 제공할 수 있을 것이다.
또한, 컨버티드 문서(6000)가 출력되는 형태는 사용자에게 원본 문서(3000)와 시각적으로 동일한 감상을 제공할 수 있다면 출력되는 형태는 어떠한 형태로든 출력될 수 있다. 예를 들어, 도 28과 같이 컨버티드 문서(6000)는 시각적으로 분할된 페이지가 상하로 띄워진 형태로 출력될 수 있다. 이렇게 컨버티드 문서(6000)의 시각적으로 분할된 페이지 사이의 띄워진 간격은 에플리케이션 및/또는 인터페이스의 바탕색으로 칠해져 출력될 수도 있을 것이다.
2.3.1 우선 순위
본 출원의 일 실시예에 따른, 전자 문서 컨버팅 유닛(12000)은 전술한 컨버티드 문서(6000)의 콘텐츠 레이어(4000) 및/또는 프레임 레이어(5000)를 우선 순위에 따라 문서를 출력할 수 있다.
예를 들어, 컨버티드 문서(6000)가 포함하는 프레임 레이어(5000) 및/또는 콘텐츠 레이어(4000)가 우선 순위에 따라 컨버티드 문서(6000) 출력 유닛은 컨버티드 문서(6000)의 출력의 방식을 달리할 수 있을 것이다.
일 예로, 복수 개의 프레임 레이어(5000) 및/또는 콘텐츠 레이어(4000)가 존재하는 경우, 전자 문서 컨버팅 유닛(12000)은 서로 대응하는 우선 순위를 가진 프레임 레이어(5000) 및/또는 콘텐츠 레이어(4000)를 오버랩의 속성을 이용하여 컨버티드 문서(6000)를 출력할 수 있다.
또는 복수개의 프레임 레이어(5000) 및 단일한 콘텐츠 레이어(4000)가 존재하는 경우, 콘텐츠 레이어(4000)를 복수개의 프레임 레이어(5000)의 우선 순위에 따라 출력하는 방식일 수도 있다.
이외에도, 컨버티드 문서(6000)의 각 구성의 우선 순위 수치에 따라 다양한 방식의 출력 방식을 가질 수 있을 것이다.
이 때, 우선 순위에 따라 출력되는 방식은 시스템 상에 기설정된 방식일 수 있으며, 사용자가 선택한 방식에 따라 출력될 수도 있을 것이다.
3. 전자 문서 컨버팅 방법
도 29는 본 출원의 일 실시예에 따른 전자 문서 컨버팅 방법(S7000)을 나타내는 순서도이다.
도 29를 참조하면, 본 출원의 일 실시예에 따른 전자 문서 컨버팅 방법은 원본 문서 로딩(S7100), 원본 문서의 전자적 데이터 추출(S7200), 콘텐츠 레이어 및 프레임 레이어 생성(S7300), 콘텐츠 레이어 수정(S7400), 컨버트 문서 생성(S7500)을 포함할 수 있다.
본 출원의 실시예에서, 단계 S7100 내지 단계 S7500은 동시에 수행될 수 도 있지만, 어느 하나의 단계가 시간적으로 더 먼저 수행될 수 도 있다. 단계 S7100 내지 단계 S7500은 모두 수행될 수도 있지만, 항상 단계 S7100 내지 단계 S7500가 모두 수행되어야 하는 것은 아니고, 단계 S7100 내지 단계 S7500 중 적어도 하나만이 수행될 수도 있다.
원본 문서 로딩(S7100)단계에서 전자 문서 컨버팅 시스템(10000)은 원본 문서(3000)를 로딩할 수 있다. 원본 문서(3000)는 전자 문서 시스템에 연결된 외부 기기가 저장하고 있는 원본 문서(3000) 파일을 로딩하는 경우도 있을 수 있을 것이다.
원본 문서의 전자적 데이터 추출(S7200) 단계에서 전자 문서 컨버팅 시스템(10000)은 원본 문서(3000)로부터 전자적 데이터를 추출 할 수 있다. 전자적 데이터를 추출하여 싱글 시트의 로우 단계에서 사용할 수 있는 전자적 데이터로 매칭하는 과정을 거쳐 변환할 수 있다.
콘텐츠 레이어 및 프레임 레이어 생성(S7300)단계에서 전자 문서 컨버팅 시스템(10000)은 원본 문서(3000)로부터 추출한 전자적 데이터를 이용하여 콘텐츠 레이어(4000)를 생성하고, 프레임 레이어(5000)를 생성할 수 있다.
또한, 사용자 입력에 따라 복수개의 프레임 레이어(5000)를 생성할 수 있으며, 복수개의 프레임 레이어(5000)에 대한 우선 순위를 지정할 수도 있다.
콘텐츠 레이어 수정(S7400) 단계예서 전자 문서 컨버팅 시스템(10000)은 레이아웃 정보를 이용하여 콘텐츠 레이어(4000)의 구분 위치(4100)를 탐지하고 중간 여백(4200)을 삽입하여 콘텐츠 레이어(4000)의 구조적 형태를 수정할 수 있다.
컨버트 문서 생성(S7500)단계에서 전자 문서 컨버팅 시스템(10000)은 콘텐츠 레이어(4000) 및 프레임 레이어(5000)를 이용하여 컨버트 문서를 생성하고 전자 문서 컨버팅 시스템(10000)이 제공하는 인터페이스를 통해 컨버트 문서를 출력할 수 있다.
상술한 본 발명에 따른 작성 방법 및 열람 방법에 있어서, 각 실시예를 구성하는 단계가 필수적인 것은 아니며, 따라서 각 실시예는 상술한 단계를 선택적으로 포함할 수 있다. 또 각 실시예를 구성하는 각 단계는 반드시 설명된 순서에 따라 수행되어야 하는 것은 아니며, 나중에 설명된 단계가 먼저 설명된 단계보다 먼저 수행될 수도 있다. 또한 각 단계는 동작하는 동안 어느 한 단계가 반복적으로 수행되는 것도 가능하다.
상기에서는 본 발명에 따른 실시예를 기준으로 본 출원의 구성과 특징을 설명하였으나 본 발명은 이에 한정되지 않으며, 본 출원의 사상과 범위 내에서 다양하게 변경 또는 변형할 수 있음은 본 발명이 속하는 기술분야의 당업자에게 명백한 것이며, 따라서 이와 같은 변경 또는 변형은 첨부된 특허청구범위에 속함을 밝혀둔다.

Claims (24)

  1. 로컬 디바이스에서 문서 작성 프로그램을 통해 생성된 복수의 페이지를 갖는 원본 문서에 관한 문서 파일을 로딩하는 단계;
    상기 문서 파일로부터 상기 원본 문서의 콘텐츠에 관한 콘텐츠 정보 및 상기 원본 문서의 페이지 레이아웃에 관한 레이아웃 정보를 추출하는 단계;
    상기 콘텐츠 정보를 이용하여 상기 원본 문서의 콘텐츠에 대응하는 콘텐츠를 포함하는 싱글 시트로 구성되는 콘텐츠 레이어를 생성하는 단계;
    상기 레이아웃 정보에 기초하여 상기 콘텐츠 레이어의 싱글 시트 상에서 상기 원본 문서의 페이지 경계에 해당하는 구분 위치에 중간 여백을 삽입하는 단계;
    상기 레이아웃 정보에 기초하여 상기 원본 문서의 페이지 수만큼의 복수의 페이지 프레임을 포함하는 싱글 시트로 구성되는 프레임 레이어를 생성하는 단계; 및
    상기 콘텐츠 레이어 및 상기 프레임 레이어가 오버랩된 싱글 시트로 구성되되 시각적으로는 상기 원본 문서와 실질적으로 동일한 페이지 구분을 제공하는 컨버트 문서를 생성하는 단계;를 포함하는
    문서 컨버팅 방법.
  2. 제1 항에 있어서,
    상기 중간 여백을 삽입하는 단계에서, 상기 구분 위치는 상기 레이아웃 정보 중 페이지 사이즈 정보 및 여백 정보에 기초하여 판단되는
    문서 컨버팅 방법.
  3. 제1 항에 있어서,
    상기 중간 여백을 삽입하는 단계에서, 상기 중간 여백의 크기는 상기 레이아웃 정보의 여백 정보에 기초하여 산출되는
    문서 컨버팅 방법.
  4. 제3 항에 있어서,
    상기 중간 여백을 삽입하는 단계에서, 상기 싱글 시트 상에서 콘텐츠의 표시 영역이 상기 구분 위치를 포함하는 경우 상기 중간 여백의 크기는 상기 구분 위치와 상기 콘텐츠의 상단 간의 거리를 더 고려하여 산출되는
    문서 컨버팅 방법.
  5. 제3 항에 있어서,
    상기 중간 여백을 삽입하는 단계에서, 상기 중간 여백의 크기는 미리 설정된 상기 컨버팅 문서의 페이지 간격을 더 고려하여 산출되는
    문서 컨버팅 방법.
  6. 제5 항에 있어서,
    상기 중간 여백을 삽입하는 단계에서, 상기 중간 여백의 크기는 상기 여백 정보에 따른 상기 원본 문서의 상단 여백, 하단 여백 및 상기 페이지 간격을 합산하여 산출되는
    문서 컨버팅 방법.
  7. 제6 항에 있어서,
    상기 중간 여백을 삽입하는 단계에서, 상기 싱글 시트 상에서 콘텐츠의 표시 영역이 상기 구분 위치를 포함하는 경우 상기 중간 여백의 크기는 상기 구분 위치와 상기 콘텐츠의 상단 간의 거리를 더 합산하여 산출되는
    문서 컨버팅 방법.
  8. 제1 항에 있어서,
    상기 중간 여백을 삽입하는 단계에서, 텍스트 단락 형태의 콘텐츠가 상기 구분 위치를 포함하는 경우 상기 구분 위치를 기준으로 상측에 위치하는 상부 텍스트와 상기 콘텐츠 중 상기 상부 텍스트를 제외한 나머지 텍스트 사이에 상기 중간 여백을 삽입하는
    문서 컨버팅 방법.
  9. 제1 항에 있어서,
    상기 중간 여백을 삽입하는 단계에서, 상기 구분 위치가 텍스트 라인 형태의 콘텐츠의 표시 영역에 속하거나 또는 상기 구분 위치의 바로 하측에 상기 텍스트 라인 형태의 콘텐츠가 위치하는 경우 상기 텍스트 라인의 상단에 상기 중간 여백을 삽입하는
    문서 컨버팅 방법.
  10. 제1 항에 있어서,
    상기 중간 여백을 삽입하는 단계에서, 상기 구분 위치가 이미지 형태의 콘텐츠의 표시 영역에 속하거나 또는 상기 구분 위치의 바로 하측에 상기 이미지 형태의 콘텐츠가 위치하는 경우 상기 이미지의 상단에 상기 중간 여백을 삽입하는
    문서 컨버팅 방법.
  11. 제1 항에 있어서,
    상기 중간 여백을 삽입하는 단계에서, 상기 구분 위치가 표 형태의 콘텐츠의 표시 영역에 속하는 경우 상기 표 중 상기 구분 위치가 속하는 행에 중간 여백을 삽입하는
    문서 컨버팅 방법.
  12. 제11 항에 있어서,
    상기 중간 여백이 삽입되는 행에 콘텐츠가 포함된 경우 상기 행에 포함된 상기 콘텐츠의 최상단에 상기 중간 여백을 삽입하는
    문서 컨버팅 방법.
  13. 제1 항에 있어서,
    상기 콘텐츠 정보는 상기 원본 문서의 콘텐츠에 관한 정보 및 상기 원본 문서의 콘텐츠 서식에 관한 정보를 포함하는 것을 특징으로 하는
    문서 컨버팅 방법.
  14. 제1 항에 있어서,
    상기 콘텐츠 레이어의 싱글 시트의 사이즈 및 상기 프레임 레이어의 싱글 시트의 사이즈는 상기 원본 문서의 페이지 수 및 상기 레이아웃 정보에 기초하여 설정되는
    문서 컨버팅 방법.
  15. 제13 항에 있어서,
    상기 콘텐츠 정보에 기초하여 상기 콘텐츠 레이어의 콘텐츠는 상기 콘텐츠 레이어의 싱글 시트 상에 일렬로 나열되는
    문서 컨버트 방법.
  16. 제1 항에 있어서,
    상기 프레임 레이어는 내부 영역을 포함하되,
    상기 내부 영역은, 상기 콘텐츠 레이어 및 상기 프레임 레이어가 오버랩되어 상기 컨버트 문서 상에 상기 콘텐츠 레이어의 콘텐츠가 위치하는 영역인 것을 특징으로 하는
    문서 컨버트 방법.
  17. 제16 항에 있어서,
    상기 프레임 레이어는 외부 영역을 더 포함하되,
    상기 외부 영역은 적어도 하나 이상의 상기 컨버트 문서에 관한 부가 정보를 포함하고,
    상기 컨텐츠 레이어 및 상기 프레임 레이어가 오버랩되어 상기 컨버트 문서 상에 상기 부가 정보가 위치하는 영역인 것을 특징으로 하는
    문서 컨버팅 방법.
  18. 제17 항에 있어서,
    상기 부가 정보는, 머리말, 꼬리말, 페이지 번호, 또는 시간 중 적어도 하나 이상인 것을 특징으로 하는
    문서 컨버팅 방법.
  19. 제16 항에 있어서,
    상기 프레임 레이어에 대응하는 적어도 하나 이상의 서브 프레임 레이어를 생성하되,
    상기 서브 프레임 레이어는 외부 영역을 더 포함하되,
    상기 외부 영역은 적어도 하나 이상의 상기 컨버트 문서에 관한 부가 정보를 포함하고,
    상기 컨텐츠 레이어 및 상기 컨버트 레이어가 오버랩되어 상기 컨버트 문서 상에 상기 부가 정보가 위치하는 영역인 것을 특징으로 하는
    문서 컨버팅 방법.
  20. 제17 항에 있어서,
    상기 페이지 프레임은, 상기 프레임 레이어의 상기 내부 영역 및 상기 외부 영역을 구분하는 것을 특징으로 하는
    문서 컨버트 방법
  21. 제20 항에 있어서,
    상기 페이지 프레임은, 상기 프레임 레이어의 상기 내부 영역 및 상기 외부 영역의 경계에 상기 내부 영역 및 상기 외부 영역을 구분하는 형태를 가지는 것을 특징으로 하는
    문서 컨버팅 방법.
  22. 제21 항에 있어서,
    상기 페이지 프레임의 모서리의 형태는, 박스 형태, 꺾쇠 형태, 원형 형태, 또는 투명한 형태 중 적어도 하나 이상의 형태이고,
    상기 페이지 프레임의 테두리 형태는, 실선, 파선, 또는 쇄선 형태 중 적어도 하나 이상의 형태인 것을 특징으로 하는
    문서 컨버팅 방법.
  23. 제1 항에 있어서,
    상기 컨버트 문서를 웹 브라우저의 인터페이스를 통해 출력하는 단계;를 더 포함하되
    상기 출력하는 단계는, 상기 컨버트 문서의 시각적으로 존재하는 복수의 페이지의 각각의 페이지 사이가 떨어진 형태로 출력하는 것을 특징으로 하는
    문서 컨버팅 방법.
  24. 로컬 디바이스에서 문서 작성 프로그램을 통해 생성된 복수의 페이지를 갖는 원본 문서에 관한 문서 파일을 로딩하는 원본 문서 제공 유닛;
    상기 문서 파일로부터 상기 원본 문서의 콘텐츠에 관한 콘텐츠 정보 및 상기 원본 문서의 페이지 레이아웃에 관한 레이아웃 정보를 추출하고, 상기 콘텐츠 정보를 이용하여 상기 원본 문서의 콘텐츠에 대응하는 콘텐츠를 포함하는 싱글 시트로 구성되는 콘텐츠 레이어를 생성하고, 상기 레이아웃 정보에 기초하여 상기 원본 문서의 페이지 수만큼의 복수의 페이지 프레임을 포함하는 싱글 시트로 구성되는 프레임 레이어를 생성하고, 상기 레이아웃 정보에 기초하여 상기 콘텐츠 레이어의 싱글 시트 상에서 상기 원본 문서의 페이지 경계에 해당하는 구분 위치에 중간 여백을 삽입하는 문서 컨버팅 유닛(12000); 및
    상기 콘텐츠 레이어 및 상기 프레임 레이어가 오버랩된 싱글 시트로 구성되되 시각적으로는 상기 원본 문서와 실질적으로 동일한 페이지 구분을 제공하는 컨버트 문서를 생성하는 컨버티드 문서 생성부;를 포함하는
    문서 컨버팅 장치.
PCT/KR2016/015546 2016-11-29 2016-12-30 전자 문서 컨버팅 방법 및 이를 수행하는 시스템 WO2018101534A1 (ko)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US15/364,223 US10146746B2 (en) 2016-11-29 2016-11-29 Method and system for converting a document
US15/364,223 2016-11-29

Publications (1)

Publication Number Publication Date
WO2018101534A1 true WO2018101534A1 (ko) 2018-06-07

Family

ID=57755085

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2016/015546 WO2018101534A1 (ko) 2016-11-29 2016-12-30 전자 문서 컨버팅 방법 및 이를 수행하는 시스템

Country Status (3)

Country Link
US (2) US10146746B2 (ko)
EP (1) EP3327581A1 (ko)
WO (1) WO2018101534A1 (ko)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10803229B2 (en) * 2015-07-16 2020-10-13 Thinxtream Technologies Pte. Ltd. Hybrid system and method for data and file conversion across computing devices and platforms
US10726317B2 (en) * 2017-05-16 2020-07-28 Xerox Corporation Methods and systems for adding new content in an electronic document generated by scanning
KR101979410B1 (ko) * 2017-09-19 2019-05-16 에스케이텔레콤 주식회사 영상 표시 방법
CN109582934B (zh) * 2018-12-04 2023-02-10 万兴科技股份有限公司 版式文档的转换方法及装置
CN110598153B (zh) * 2019-09-12 2022-11-15 南京红松信息技术有限公司 基于用户端浏览器生成指定格式的word文档的方法
US11290531B2 (en) * 2019-12-04 2022-03-29 Dropbox, Inc. Immediate cloud content item creation from local file system interface
CN111814430B (zh) * 2020-08-31 2020-12-04 南昌协达科技发展有限公司 实验结果文档处理方法、装置、存储介质及计算机设备

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060224952A1 (en) * 2005-03-30 2006-10-05 Xiaofan Lin Adaptive layout templates for generating electronic documents with variable content
KR20090016959A (ko) * 2007-08-13 2009-02-18 에스케이 텔레콤주식회사 전자책 뷰어화면 상에서의 스크랩 실행 방법 및 이에적용되는 장치
KR101202849B1 (ko) * 2012-01-11 2012-12-05 엠아이북 주식회사 스마트 기기에 최적화된 가독성을 갖도록 하는 피디에프 문서의 변환 방법
KR20150088529A (ko) * 2014-01-24 2015-08-03 주식회사 인프라웨어 이미지로 변환된 전자문서를 제공하는 서버 및 이를 이용한 전자문서 제공 방법
KR20160113135A (ko) * 2014-01-28 2016-09-28 마이크로소프트 테크놀로지 라이센싱, 엘엘씨 웹 기반 애플리케이션에서 편집하기 위한 문서의 인쇄 뷰를 제공하는 기법

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6353824B1 (en) * 1997-11-18 2002-03-05 Apple Computer, Inc. Method for dynamic presentation of the contents topically rich capsule overviews corresponding to the plurality of documents, resolving co-referentiality in document segments
US20030122863A1 (en) * 2001-12-28 2003-07-03 International Business Machines Corporation Navigation tool for slide presentations
JP4136634B2 (ja) 2002-12-10 2008-08-20 キヤノン株式会社 文書処理装置及び方法
US9135223B2 (en) * 2010-01-15 2015-09-15 Apple Inc. Automatically configuring white space around an object in a document
US20120198384A1 (en) * 2011-01-28 2012-08-02 Konica Minolta Laboratory U.S.A., Inc. Graphical user interface presenting a unified view of a main document image and thumbnail images
US8949739B2 (en) * 2011-10-28 2015-02-03 Microsoft Technology Licensing, Llc Creating and maintaining images of browsed documents
US9489355B2 (en) 2012-07-05 2016-11-08 Chegg, Inc. Characterization of layered documents in HTML5 publishing
US10268662B2 (en) * 2012-09-10 2019-04-23 The Boeing Company Panoptic visualization of a document according to the structure thereof
US20140109012A1 (en) * 2012-10-16 2014-04-17 Microsoft Corporation Thumbnail and document map based navigation in a document
US9471550B2 (en) 2012-10-16 2016-10-18 Linkedin Corporation Method and apparatus for document conversion with font metrics adjustment for format compatibility
US20140115435A1 (en) 2012-10-22 2014-04-24 Apple Inc. Creating and publishing different versions of documents
US9460059B2 (en) * 2013-02-28 2016-10-04 Adobe Systems Incorporated Method and apparatus for visualizing the underlying structure of a document using an interactive viewport overlay

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060224952A1 (en) * 2005-03-30 2006-10-05 Xiaofan Lin Adaptive layout templates for generating electronic documents with variable content
KR20090016959A (ko) * 2007-08-13 2009-02-18 에스케이 텔레콤주식회사 전자책 뷰어화면 상에서의 스크랩 실행 방법 및 이에적용되는 장치
KR101202849B1 (ko) * 2012-01-11 2012-12-05 엠아이북 주식회사 스마트 기기에 최적화된 가독성을 갖도록 하는 피디에프 문서의 변환 방법
KR20150088529A (ko) * 2014-01-24 2015-08-03 주식회사 인프라웨어 이미지로 변환된 전자문서를 제공하는 서버 및 이를 이용한 전자문서 제공 방법
KR20160113135A (ko) * 2014-01-28 2016-09-28 마이크로소프트 테크놀로지 라이센싱, 엘엘씨 웹 기반 애플리케이션에서 편집하기 위한 문서의 인쇄 뷰를 제공하는 기법

Also Published As

Publication number Publication date
US20180150435A1 (en) 2018-05-31
US10146746B2 (en) 2018-12-04
EP3327581A1 (en) 2018-05-30
US20180150434A1 (en) 2018-05-31

Similar Documents

Publication Publication Date Title
WO2018101534A1 (ko) 전자 문서 컨버팅 방법 및 이를 수행하는 시스템
WO2016018062A1 (en) Method and device for providing content
WO2015199453A1 (en) Foldable electronic apparatus and interfacing method thereof
WO2016085173A1 (en) Device and method of providing handwritten content in the same
WO2015178714A1 (en) Foldable device and method of controlling the same
WO2014010998A1 (en) Method for transmitting and receiving data between memo layer and application and electronic device using the same
WO2013022218A2 (en) Electronic apparatus and method for providing user interface thereof
WO2013022223A2 (en) Method for controlling electronic apparatus based on voice recognition and motion recognition, and electronic apparatus applying the same
WO2015030556A1 (en) Apparatus and method for displaying chart in electronic device
WO2016129940A1 (ko) 촬영된 물체의 이미지에 노트 정보를 입력하는 장치 및 방법
WO2013176490A1 (en) Method for providing ui and portable apparatus applying the same
WO2016018004A1 (en) Method, apparatus, and system for providing translated content
WO2015178611A1 (en) Server and method of providing collaboration services and user terminal for receiving collaboration services
WO2013022222A2 (en) Method for controlling electronic apparatus based on motion recognition, and electronic apparatus applying the same
WO2014011000A1 (en) Method and apparatus for controlling application by handwriting image recognition
WO2016032045A1 (ko) 이동 단말기 및 이의 제어 방법
WO2016017957A1 (en) Device and method of displaying windows by using work group
WO2015093667A1 (ko) 전자기기 및 전자기기의 제어방법
WO2016108407A1 (ko) 주석 제공 방법 및 장치
WO2014010975A1 (en) User interface apparatus and method for user terminal
WO2015093665A1 (ko) 전자기기 및 전자기기의 제어방법
WO2016182368A1 (ko) 콘텐트를 제공하는 방법 및 디바이스
WO2015093666A1 (ko) 전자기기 및 전자기기의 제어방법
WO2018034400A1 (ko) 촉각 인터페이스장치를 제어하는 방법, 장치 및 비일시적 컴퓨터-판독가능 매체
WO2017159931A1 (en) Electronic device including touch panel and method of controlling the electronic device

Legal Events

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

Ref document number: 16922827

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16922827

Country of ref document: EP

Kind code of ref document: A1