WO2010028597A1 - 一种电子数据处理方法和系统 - Google Patents

一种电子数据处理方法和系统 Download PDF

Info

Publication number
WO2010028597A1
WO2010028597A1 PCT/CN2009/073850 CN2009073850W WO2010028597A1 WO 2010028597 A1 WO2010028597 A1 WO 2010028597A1 CN 2009073850 W CN2009073850 W CN 2009073850W WO 2010028597 A1 WO2010028597 A1 WO 2010028597A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
edit
presentation
software
editing
Prior art date
Application number
PCT/CN2009/073850
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 北京书生国际信息技术有限公司
Priority to EP09812663.4A priority Critical patent/EP2336898A4/en
Publication of WO2010028597A1 publication Critical patent/WO2010028597A1/zh
Priority to US13/043,728 priority patent/US20110161808A1/en

Links

Classifications

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

Definitions

  • the present invention relates to the field of file processing, and in particular, to an electronic data processing method and system.
  • BACKGROUND OF THE INVENTION With the development of digitalization, electronic documents have played an important role in various fields such as scientific research, production, life, and even military.
  • electronic files such as audio files, video files, and documents.
  • generating a Portable Document Format (PDF) file from a DOC file is a process of generating a presentation file from an edit file, wherein the DOC file is an edit file.
  • the PDF file is a presentation file.
  • SWF file is a presentation file.
  • a WAV (Waveform Audio Format) file is also a process of generating a presentation file from an edit file, wherein The MIDI file is the edit file and the WAV file is the presentation file.
  • editing files are files for editing, such as DOC files, FLA files, and MIDI files
  • rendering files are generally used for viewing, saving, listening, etc., and are generally not editable, such as documents stored in a document library.
  • PDF files, SWF files, and WAV files are generally not editable, such as documents stored in a document library.
  • a rendering file can be converted from different editing files.
  • a document stored in a document library can be edited and produced by a DOC file and an EXCEL file.
  • Rendering files are generally very versatile, and the file format is more versatile, maintaining the same rendering in different computer environments, and is often more suitable for file exchange than editing files. However, rendering files is usually not suitable for editing. If the person accepting the file wants to continue editing, it is not appropriate to use the rendering file.
  • Embodiments of the present invention provide an electronic data processing method and system, so that subsequent recipients can conveniently present and process.
  • the technical solution provided by the embodiment of the present invention is:
  • An electronic data processing method comprising:
  • the creation instruction is received, and the edit data specified in the creation instruction is stored in association with the presentation data corresponding to the edit data to form mixed data.
  • An electronic data processing system comprising: an editing device, a converting device, and a generating device; the editing device, configured to edit and generate edit data;
  • the conversion device is configured to convert the edit data generated by the editing device into the presentation data
  • the generating device is configured to generate the mixed data stored in association with the edit data and the presentation data.
  • the electronic data processing method and system provided by the embodiments of the present invention can store edit data in association with corresponding presentation data to form mixed data.
  • mixed data is exchanged.
  • the receiver can accurately obtain the renderable effect of the data according to the presentation data in the mixed data, and the edit data in the mixed data can be modified and the presentation data can be updated synchronously when the data needs to be edited and modified.
  • FIG. 1 is a flow chart of an electronic data processing method provided by the present invention
  • FIG. 2 is a schematic diagram of a storage method of document data conforming to a document library standard according to an embodiment of the present invention
  • FIG. 3 is a flowchart of a method according to a first embodiment of the present invention
  • FIG. 5 is a schematic diagram of a data storage manner of an edit data storage area according to Embodiment 2 of the present invention
  • FIG. 6 is a schematic diagram of a tree storage structure of a document library after association storage according to Embodiment 2 of the present invention
  • FIG. 7 is a third embodiment of the present invention. Method flow chart
  • FIG. 8 is a schematic structural diagram of an embodiment of an electronic data processing system according to the present invention. The present invention will be further described in detail with reference to the accompanying drawings and specific embodiments.
  • FIG. 1 is a flow chart of an electronic data processing method provided by the present invention. As shown in Figure 1, the method includes:
  • Step 101 Receive a create instruction.
  • the creation instruction can be a creation instruction issued by the user through a computer, or a creation instruction issued by an external device, and the manner can be selected according to needs.
  • Step 102 The edit data specified in the creation instruction is stored in association with the presentation data corresponding to the edit data to form mixed data.
  • the presentation data is generated based on the edited data.
  • An editing software has the function of converting edit data into rendering data.
  • the editing software can directly generate rendering data when editing and editing data.
  • the editing software does not have the function of converting edit data into presentation data, or does not use this function after editing the edit data.
  • the edit data can be converted into presentation data by special conversion software, here
  • the conversion software refers to a special software that converts edit data into presentation data.
  • Acrobat Distiller is a conversion software.
  • the presentation data described in the present invention may be divided into a plurality of parts as a whole, but at least a part of the corresponding edit data exists.
  • the rendering effects of the presentation data and the editing data need to be substantially identical, but are not required to be absolutely the same, and there are some small differences that do not affect the use effect, for example, because of different calculation precision, data lossy compression, coordinates, color There are 1/1000 differences, and these differences may be subtle and difficult to detect, and do not affect usage. Depending on the application requirements, we can require these differences to be less than a pre-set threshold.
  • the method of measuring the difference between the edited data and the rendered data presentation effect can be determined based on different kinds of electronic data. For example: If the electronic data is the data of the document type, the result displayed by the edited data and the result displayed by the presenting file can be compared with the corresponding bitmap.
  • the simplest way is to calculate the difference between the pixel values of the two bitmaps. Find the sum of the differences of the pixels, adjust the relative position of the two bitmaps and calculate, and take the minimum value of the calculation results of different relative positions. For example, if the electronic data is audio and video data, the presentation data and the edit data can be sampled at the same time interval, and the corresponding sample values can be compared to determine the difference between the two. In addition, other types of electronic data can also compare the difference between the presented data and the edited data in a respective manner, which is no longer listed here.
  • the associated storage of the present invention can be implemented in the following ways: 1) storing the edit data and the corresponding presentation data in the same file, for example: embedding the edit data into the corresponding presentation data; or embedding the presentation data into the corresponding edit data; or, editing the data and corresponding
  • the rendering data is merged to generate a new file, such as the editing data is placed before or after the rendering data is merged; or the editing data and the corresponding rendering data are simultaneously embedded in another file, such as embedding in a compressed file at the same time Edit the data and the corresponding rendering data.
  • the editing data can be directly found according to the rendering data, the editing data can be re-edited, and the corresponding rendering can be re-updated with the re-edited editing data. Data to achieve the purpose of the modification.
  • the database operation can be used to obtain the editing data corresponding to the rendering data, for example, the editing data is obtained in another field of the record in which the data is presented.
  • a plurality of records are found by using the set keywords, and a record having edit data is searched for from the plurality of found records, thereby obtaining edit data.
  • the edited data and the corresponding rendered data are not in the same file, nor in the same database, but the storage location is a contractual relationship, as long as the contractual relationship can be easily obtained and presented.
  • the data is edited corresponding to the data, so as to achieve the purpose of modifying the subsequent operations such as rendering data.
  • the specific agreed relationship between the edit data and the presentation data storage location can be determined by the user who applies the solution of the present invention, and will not be described herein.
  • the edited data and the corresponding storage location of the corresponding presentation data for example, recording the storage location of the edit data and the corresponding presentation data in the same file; or, respectively, editing the data and the corresponding presentation data
  • the storage location is recorded in the same database. This The meaning of the records in the same file or recorded in the same database is similar to the above method, except that the recorded data and the rendered data are not recorded here, only the storage location is recorded. In this way, as long as the storage location is found, the corresponding data can be found, and will not be described here.
  • the method further includes: receiving a presentation instruction, and presenting, by using the rendering software, all or part of the presentation data in the mixed data. That is to say, although the edit data contained in the mixed data can also be presented, if the data needs to be presented, it is generally better to present the data.
  • the presentation software described herein may be presentation software selected according to the type of presentation data. If the presentation data is in PDF format, Acrobat may be selected as the presentation software. Alternatively, it may be determined in advance which software can present the presentation data, and one of them is designated as the presentation software.
  • the presentation software may be specified by the presentation instruction, and the presentation data may be presented by the specified software; or, if a plurality of softwares can be used as the presentation software, the registration is allowed, and the software registered in advance is presented as the presentation data. Or the system selects some kind of software as the rendering software according to its own settings; or, the user can specify which software to use for rendering. In short, no matter which of the above cases, when the presentation data needs to be presented, a certain software can be determined as the presentation software.
  • the method further includes: receiving an editing instruction, and editing all or part of the editing data in the mixed data with the editing software. That is to say, if the user needs to re-edit, since the rendering data is usually not easy to edit, editing with the editing data corresponding to the rendering data tends to be better.
  • the editing software described here may be an editing software selected according to the type of editing data. For example, if the editing data is in the ODF format, then the Open Office software may be selected as the editing software. Alternatively, it is possible to determine in advance which software can edit the edited data and specify one of them as the editing software. Alternatively, the edit data is edited by the specified software by the editing software specified in the edit command.
  • the editing software when a variety of software can be used as the editing software, it is allowed to register, and the software registered in advance is used as software for editing and editing data. Or, the system selects some software as the editing software according to its own settings. Or, the user can specify which software to use for editing. In short, in either case, when you need to edit the edit data, you can identify a certain software as the editing software.
  • the method further includes the steps of: receiving an update instruction, generating new rendering data corresponding to the edited new editing data, and updating the editing data in the mixed data to the new editing data. Update the rendering data in the mixed data to the new rendering data.
  • the edit data in the mixed data is updated to the new edit data
  • only the partial edit data including the modified portion in the mixed data may be updated.
  • the data will be mixed
  • the presentation data in the update is updated to the new presentation data
  • only the partial presentation data including the modified portion in the mixed data may be updated.
  • the method of updating the editing data and updating the rendering data may have the following combinations: First, only the partial editing data containing the modified part in the mixed data is updated, and only the inclusion modification in the mixed data is performed. Part of the partial presentation data is updated. Second, only the partial edit data including the modified portion in the mixed data is updated, and all the presented data in the mixed data is updated. Thirdly, all the edited data in the mixed data is updated, and only the partial presentation data containing the modified part in the mixed data is updated. Fourth, all the edited data in the mixed data is updated, and all the rendered data in the mixed data is updated.
  • the edit data and the corresponding presentation data can be updated to achieve the purpose of re-editing and modifying the rendered data.
  • the mixed data Before editing the edit data or the presentation data in the mixed data, the mixed data may be further parsed to obtain corresponding edit data and/or presentation data.
  • the edit data and the presentation data may be any one or any combination of two-dimensional static information, multi-dimensional static information, audio information, video information, tactile information, and taste information, depending on the type thereof.
  • the two-dimensional static information in the presentation data may include a type of document data, image data, and the like, and the layout document data may further include PDF data, or SEP data, or CEB data, or WDL data, or XPS data, or can pass the document.
  • Library interface standard access to document data such as document data that is compliant with UOML standards; image data may include TIF data, or GIF data, or PNG data, or BMP data, or JPEG data, or JPEG 2000 data, or JBIG data, Or JBIG 2 data, etc.
  • the two-dimensional static information in the edited data may include Office document data, or CAD data, or map data.
  • the audio information in the presentation data may include MP3 data, or WAV data, or SWF data, and the like.
  • the audio information in the edit data may include MIDI data or the like.
  • the video data in the presentation data may include MPEG data, or AVS data and the like.
  • the video information in the edit data may include FLA data and the like.
  • edit data and the presentation data in the present invention may also be other types of data.
  • the edit data and the presentation data in the present invention may also be other types of data.
  • the presentation data is document data conforming to the document library standard, such as document data that can be accessed through the UOML standard, and the edit data is office document data.
  • the UOML standard described here is a document library interface standard.
  • the so-called document library interface standard is an interface standard for application software to access platform software such as a document library system.
  • a document library system is a platform software that provides storage, reading, writing, parsing, rendering, organizing, managing, security, and retrieval of unstructured documents (also known as unstructured data, unstructured information).
  • the standard interface is supplied with software calls. This standard interface is called the document library standard interface.
  • the standard of this interface is called the document library system interface standard, which is referred to as document library system standard, document library interface standard or document library standard (such as UOML standard).
  • the data stored in the document library system is called a document library, and the accessed data can be accessed through the standard interface of the document library, also known as the document conforming to the document library standard.
  • Unstructured documents processed by the document library system may contain one or more pages of flat media information, or may contain streaming media information such as audio, video, or other information.
  • the way the application software invokes the document library system is to send a predefined instruction to the document library system.
  • the method of sending the instruction may be sending a command string, or a function call or other means.
  • the predefined instruction is independent of the storage form of the unstructured document (especially the storage format), and describes an operation on an instance of an abstract model, which is an unstructured document of a certain type.
  • An abstract feature (such as a written document, audio and video, 3D model) is abstracted from a common feature (such as rendering effects), and the model instance is usually a tree structure.
  • the predefined instructions can be defined based on actions and objects.
  • the document library system maps the abstract operation of the abstraction model instance described by the operation instruction to an actual operation (referred to as a physical operation) on the stored data, and performs the physical operation.
  • the document library system is usually also complete, and can generate unstructured documents with arbitrary legal values of common features. For example, when the general feature is a rendering effect and the unstructured document is a written document, a document with any layout can be generated (ignoring because Subtle differences caused by compression, data accuracy, etc.).
  • the document library system can be run stand-alone or on the server side, or it can be built in C/S mode for each client software to call.
  • the C/S mode document library system consists of client software and server software.
  • the server software is responsible for managing data storage.
  • the client software provides a standard call interface.
  • the document library standard opens the core technology of unstructured document processing (ie, the document library system) to the application software, so that ordinary software vendors who do not master the core technology can develop software related to unstructured documents, and realize core technology and application technology. Industrial division of labor.
  • different software supporting the document library standard can also call the same document library system to process the same unstructured document, and the same software can also call different document library systems to process unstructured documents in different formats to achieve interoperability, which is beneficial to Interconnection of information.
  • the basic patent application specification of the applicant's prior publication No. CN1979472A and the patent application specification of the applicant No. 12/133280 filed by the applicant.
  • the storage method of the document data conforming to the document library standard may be the tree shown in FIG. 2. Said. As shown in Figure 2, from the document library, document set, document, page, layer, to the object, the document in the document library is divided into node storage, such as each document set as a document set node, and each document in the document set As a document node under the document set node, each page in each document is a page node under the document node, and so on, and the document is stored as a tree node.
  • Figure 2 is only a level of expression. In practice, there may be multiple document sets in a document library. There may be multiple documents in a document set. There may be multiple pages in a document, and one page may exist. Multiple layers, there may be multiple layout objects (such as text, graphics, etc.) in one layer.
  • Figure 3 is a flow chart of the method of the present embodiment. As shown in Figure 3, the method includes:
  • Step 301 The document library system receives a creation instruction from an application software, and stores the edit data specified in the creation instruction as an object of the presentation data.
  • the presentation data is document data conforming to the document library standard, the storage form thereof is as shown in FIG. 2.
  • the edit data can be embedded into the presentation.
  • the editing data and the presentation data are stored in association to form a mixed data.
  • the edit data may correspond to a document that presents data, or pages corresponding to one document, or a layer of a page corresponding to a document, or a corresponding object stream, ie, a series of objects, or a corresponding layout.
  • Object is a document that presents data, or pages corresponding to one document, or a layer of a page corresponding to a document, or a corresponding object stream, ie, a series of objects, or a corresponding layout.
  • the document library system may store the edit data as a sub-object of the document object in the document conforming to the document library standard, and Record which page of the page corresponds to each page of the edit data.
  • Step 302 Receive a presentation instruction, presented by the rendering software.
  • the presentation software may send a read instruction to the document library system, extract data of a portion specified in the presentation instruction, and then interpret the data to perform a display/print operation, or directly send the file to the document library system.
  • Get the page bitmap instruction get the page bitmap of the specified page, and then display/print it out.
  • the user can browse to the presentation data, and if it is necessary to perform operations such as re-editing, modifying the mixed data, etc., the following steps are performed.
  • Step 303 The document library system receives the editing instruction, submits all or part of the editing data to be edited to the editing software, and then edits it by using the editing software.
  • the edit data can correspond to a presented document, or a corresponding page, or a corresponding layer, or a corresponding object stream, or a corresponding layout object, need to find the corresponding edit data according to the editing instruction, and use the editing software to open the edit.
  • Step 304 The document library system receives the update instruction, and generates a new edit data after editing.
  • the new rendering data should be updated, the edited data in the mixed data is updated into new edited data, and the rendered data in the mixed data is updated into new rendered data.
  • the edit data corresponds to one layer of the presentation data.
  • all the objects of the layer corresponding to the presentation data of the edit data may be deleted, the edited edit data is re-embedded, and the corresponding presentation data is re-created according to the edit data.
  • the layout object in the layer In this way, it is possible to update the edit data in the mixed data into new edit data, and update the presentation data in the mixed data to the new presentation data, thereby achieving the purpose of re-editing and modifying the mixed data.
  • FIG. 4 is a flowchart of a method according to a second embodiment of the present invention. As shown in Figure 4, the method includes:
  • Step 401 Receive a creation instruction.
  • Step 402 Store the rendering data as a corresponding subtree in the document library.
  • This step is a process of saving a document to a document library.
  • Step 403 The edit data is stored in a corresponding subtree in the document library.
  • Step 404 Save an index of the presentation data corresponding to the edit data and a software link corresponding to the edit data as the sub-data of the edit data.
  • the subtree storing the edited data may contain only one node, where the stored content may include the bucket header and the store data.
  • the storage area data header may include a format version and an edited data quantity, wherein the storage area data header functions to manage all edit data in the edit data storage area, and the edit data is stored in each data packet. All relevant information.
  • the data packet of the edited data can be divided into two parts: a data header and edit data.
  • the data header includes: an edit data type, an index of the presentation data corresponding to the edit data, and a software link corresponding to the edit data.
  • the software corresponding to the edit data is software registered in advance to allow editing of the edit data.
  • the edit data type may be a format for editing data, for example, a DOC file or an EXCEL file.
  • the index of the presentation data corresponding to the edit data and the software link corresponding to the edit data may be used as the child data of the edit data.
  • each packet is stored in the block.
  • the data and the subdata of the edited data are stored in the block.
  • the address of each edit data of the edit data storage area is associated with the storage address of the corresponding presentation data, so that after the specified edit data is found, the corresponding presentation data and the corresponding data can be searched.
  • the software can also find the edit data corresponding to the presentation data and the software corresponding to the edit data by presenting the data.
  • Step 405 Receive a presentation instruction.
  • Step 406 Invoking software corresponding to the presentation data specified in the presentation instruction, and presenting the presentation data to the user by using the software.
  • the software specified in the rendering instruction can be called to send a read instruction to the document library, and then the data in the node specified in the read instruction is extracted from the document library.
  • the extracted data is displayed as a bitmap so that the user can view it.
  • Step 407 Receive an edit instruction.
  • a user interaction interface may be provided in advance, and an instruction instruction from the user is received under the premise that the presentation data is presented to the user in step 406.
  • the user can select the specified content as the object of editing in the presented presentation data by clicking or selecting the range, and the system executes the step 408 by using the target or the selected range of the user as the edit data specified in the edit instruction.
  • Step 408 Find the edit data specified in the edit instruction in the document library.
  • Step 409 Search for the software link corresponding to the edit data from the sub data of the edit data found in step 406.
  • the data header can be searched from the data packet of the edit data, because the data header in the data packet contains the sub data of the edit data, that is, the index of the presentation data corresponding to the edit data and the corresponding software link, By searching for the data header, a software link corresponding to the edit data can be obtained.
  • a prompt message may be returned to the user to inform the user that the system is not installed and cannot be edited.
  • Step 410 Call the software corresponding to the software link found in step 406.
  • the software corresponding to the edit data is a software that is preset to allow editing of the edit data.
  • Software that allows editing of the edited data in advance for the edit data may be employed. also may The software that allows editing of the edited data is found in a file suffix. For example, a file with the suffix DOC can only be edited by the WORD software.
  • Step 411 Edit the edit data found in step 406 by the called software.
  • Step 412 Receive a save instruction.
  • Step 413 Replace the edit data before editing with the edit data edited in step 409.
  • Step 414 Generate new rendering data by using the edited data in step 409.
  • Step 415 Replace the old presentation data with the new presentation data generated in step 412.
  • the old presentation data is the presentation data corresponding to the edit data before the editing in step 409.
  • Steps 413 to 415 implement update of the edit data and the presentation data.
  • the edit data is the text "I” before the editing, and the content presented by the pre-edit presentation data is also the text "I”, and the edit data is edited into text by step 409. "we”, and the content of the edited data and the rendered data stored at this time is still “I”. Therefore, it is necessary to simultaneously update the rendered data and the edited data: Replace the original edited data "I” with the edited data "we”, Using the edit data "we” to generate the render data "we”, the render data "we” replaces the render data "I” store.
  • the generating the rendering data from the editing data may be implemented by using a virtual printing device. After receiving the saving instruction, the virtual printing device is activated to convert the editing data into the rendering data.
  • the edit data of the node stored in the document library is "us”, and the corresponding presentation data is also "us”, thereby implementing the modification of the presentation file.
  • the presentation file and the editing file are video files or audio files
  • the electronic file editing method provided by the embodiment of the present invention is further described in detail.
  • FIG. 7 is a flowchart of a method according to an embodiment of the present invention. As shown in FIG. 7, the method includes: Step 701: Receive a create instruction.
  • Step 702 Combine the edit data corresponding to the edit data into one file.
  • the music information of different instrument performances can be separately stored in different audio editing data, and the editing data can be synthesized into presentation data, but the audio editing data and its final The rendering data is combined into a blended data.
  • the data is video data
  • multiple video editing data can be combined into one presentation data.
  • these video edits and their final rendering data are combined into one blended data.
  • the plurality of video editing data may respectively correspond to different parts of the final broadcasted picture, such as a background picture, a character picture, a subtitle information, etc., and may also correspond to programs of different time periods.
  • the data is audio and video data, it can be handled in the same manner as the aforementioned audio data and video data.
  • Step 703 Store the compressed file.
  • Step 704 Receive an edit instruction.
  • Step 705 Calling software corresponding to the edit data specified in the edit instruction, and editing the edit data with the software.
  • the specific process may be: when it is required to edit the music of one of the musical instruments (or parts) in the audio synthesis data or the audio and video synthesis data, the corresponding editing data is found, and the editing data is modified.
  • the corresponding edit data is found, and the edit data is modified.
  • Step 706 Receive a save instruction.
  • Step 707 Replace the edit data before editing with the edited edit data.
  • Step 708 Generate new rendering data by using the edited edit data. Specifically, the edited audio/video/audio video editing data is used to regenerate new rendering data.
  • Step 709 Replace the old presentation data with the new presentation data, and the old presentation data is presentation data corresponding to the editing data before editing.
  • step 703 a presentation instruction may be received, the software corresponding to the presentation data specified in the presentation instruction is invoked, and the presentation data is presented to the user by the software.
  • the presentation data in the SWF file can be displayed to the user through the FLASH playback software.
  • the edit file part corresponding to the information to be modified can be quickly located, and the part is modified, and finally according to the edit file.
  • the modified section re-updates the rendering file.
  • the method provided by the embodiment of the present invention stores the edited data in association with the corresponding presentation data, edits the edited data when editing is needed, and saves the edited edited data when the save is needed.
  • the edited edit data is converted into new rendering data to replace the original rendering data, so that the update of the rendering data is realized by editing the editing data, thereby enabling modification of the rendering file.
  • the method provided by the embodiments of the present invention is applicable to documents, video files, audio files, and the like, and has a wide range of applications.
  • the present invention also provides a system for electronic data processing.
  • the system includes an editing device 801, a converting device 802, and a generating device 803.
  • the editing device 801 is configured to edit and generate edit data
  • the converting device 802 is configured to convert the edit data generated by the editing device 801 into presentation data
  • the generating device 803 is configured to generate the mixed data stored in association with the edit data and the presentation data.
  • system may further include:
  • the rendering device 804 is configured to accept a presentation instruction, and use the rendering software to render all or part of the presentation data in the mixed data.
  • system may further include:
  • the updating device 805 is configured to receive an update instruction, generate new rendering data corresponding to the edited new editing data, update the editing data in the mixed data to new editing data, and update the rendering data in the mixed data to New rendering data.
  • an update instruction For details on how to generate edit data, how to convert edit data into presentation data, how to generate edited data and render data to generate correlated data, how to render data using presentation software, how to update edit and render data, etc. The above method parts are not described in detail here.

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)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

一种电子数据处理方法和系统
技术领域 本发明涉及文件处理领域, 特别涉及一种电子数据处理方法和系统。 发明背景 随着数字化的发展, 电子文件在科研、 生产、 生活乃至军事等各个领域 中都起到了重要作用。 电子文件有很多种, 如音频文件、 视频文件和文档
( DOC, PDF ) 文件等等。
在创建一个文件时, 可以首先用编辑软件(例如 Office )来编辑一个文 件, 再将编辑好的文件转换为用于呈现的文件。 举例来说, 在呈现文件和编 辑文件为文档的情况下, 由 DOC文件生成可移植文件格式 (PDF, Portable Document Format ) 文件就是一个由编辑文件生成呈现文件的过程, 其中, DOC文件为编辑文件, PDF文件为呈现文件。
类似的, 在呈现文件和编辑文件为视频文件的情况下, 由动画 (FLA, FLASH )文件生成 SWF ( Shackwave File )文件也是一种由编辑文件生成呈 现文件的过程, 其中, FLA文件为编辑文件, SWF文件为呈现文件。
类似的, 在呈现文件和编辑文件为音频文件的情况下, 由音乐数字化接 口 ( MIDI, Musical Instrument Digital Interface )文件生成 ( WAV, Waveform Audio Format )文件也是一个由编辑文件生成呈现文件的过程, 其中, MIDI 文件为编辑文件, WAV文件为呈现文件。
通常, 编辑文件是用于编辑的文件, 如 DOC文件、 FLA文件和 MIDI 文件等, 而呈现文件则一般用于查看、 保存、 收听等, 一般是不可编辑的, 如存储在文档库中的文档、 PDF文件、 SWF文件和 WAV文件等。 当然, 实际应用中, 一个呈现文件可以由不同的编辑文件转换而来, 例如, 一个存 储在文档库中的文档可以由 DOC文件和 EXCEL文件等共同编辑生成。
呈现文件通常具有很好的通用性, 文件格式更为通用, 在不同计算机环 境都能保持相同的呈现效果, 经常比编辑文件更适于文件交换。 但呈现文件 通常不适合进行编辑, 如果接受文件的人想继续编辑的话, 用呈现文件就不 合适了。
在现有技术中, 数据交换时通常交换的是编辑数据或呈现数据。 若仅交 换编辑数据, 就需要对方安装了同样的编辑软件才能打开, 缺乏通用性, 而 且不能保证呈现效果的一致性。 若仅交换呈现数据, 当接收方期待对数据进 行编辑时, 就只能就求助于具有对应编辑数据的那一方, 不仅非常不方便, 而且当该数据是被多次转发时, 很可能根本就找不到拥有编辑数据的源头。 发明内容 本发明实施例提供了一种电子数据处理方法和系统,使得后续的接收者 可以方便地呈现和处理。
针对上述第一个发明目的, 本发明实施例提供的技术方案为:
一种电子数据处理方法, 该方法包括:
接收创建指令,将所述创建指令中指定的编辑数据与所述编辑数据对应 的呈现数据关联存储, 形成混合数据。
针对上述第二个发明目的, 本发明实施例提供的技术方案为:
一种电子数据处理系统, 包括编辑装置、 转换装置、 生成装置; 所述编辑装置, 用于编辑生成编辑数据;
所述转换装置, 用于将编辑装置生成的编辑数据转换成呈现数据; 所述生成装置,用于将所述编辑数据和呈现数据生成关联存储的混合数 据。
从上述技术方案中可以看出,本发明实施例提供的电子数据处理方法和 系统, 可以将编辑数据与对应的呈现数据关联存储, 形成混合数据。 这样, 在进行电子数据交换时, 交换的是混合数据。 这样接收方即可以根据混合数 据中的呈现数据可以准确得到数据的可呈现效果, 而可以再需要对数据进行 编辑修改时,可以对混合数据中的编辑数据进行修改,并同步更新呈现数据。 附图简要说明 图 1为本发明提供的电子数据处理方法的流程图;
图 2为本发明实施例中符合文档库标准的文档数据的存储方式示意图; 图 3为本发明第一实施例提供的方法流程图;
图 4为本发明第二实施例提供的方法流程图;
图 5为本发明实施例二中编辑数据存储区的数据存储方式示意图; 图 6为本发明实施例二中关联存储后文档库的树状存储结构示意图; 图 7为本发明第三实施例提供的方法流程图;
图 8为本发明电子数据处理系统实施例的组成结构示意图。 实施本发明的方式 为使本发明的目的、技术方案和优点表达得更加清楚明白, 下面结合附 图及具体实施例对本发明再作进一步详细的说明。
图 1为本发明提供的电子数据处理方法的流程图。 如图 1所示, 该方法 包括:
步骤 101 : 接收创建指令。
实际应用中, 创建指令可以为用户通过计算机发出的创建指令, 也可以 为外部设备发出的创建指令, 其方式可以根据需要来选择。
步骤 102: 将创建指令中指定的编辑数据与编辑数据对应的呈现数据关 联存储, 形成混合数据。
本发明中, 呈现数据是根据编辑数据生成的。 比如: 某个编辑软件具备 将编辑数据转换为呈现数据的功能, 在这种情况下, 就可以由该编辑软件在 编辑编辑数据时直接生成呈现数据。 再比如, 编辑软件不具备将编辑数据转 换为呈现数据的功能, 或者编辑完编辑数据后并没有利用该功能, 在这种情 况下, 可以由专门的转换软件将编辑数据转换为呈现数据, 这里所述的转换 软件是指具备将编辑数据转换为呈现数据的一种专门软件, 比如 Acrobat Distiller就是一种转换软件。 另外, 本发明中所述的呈现数据可以作为一个 整体, 也可以分为若干部分, 但至少其中一部分存在对应的编辑数据。
本发明中, 呈现数据和编辑数据的呈现效果需要基本一致, 但并不要求 绝对一样,存在一些细小差别并不影响使用效果,例如因为不同的计算精度、 数据有损压缩的原因, 坐标、 色彩存在 1/1000 的差别, 这些差别可能细微 到都难以被察觉, 并不影响使用。 根据具体的应用需求, 我们可以要求这些 差别小于预先设置的阈值。衡量编辑数据和呈现数据呈现效果差别的方法可 以根据不同种类的电子数据来确定。 比如: 电子数据为文档类的数据, 则可 以将编辑数据显示出来的结果和呈现文件显示出来的结果用对应的位图来 比较,最简单的方式是计算两个位图对应像素值的差异,求各像素差异的和, 调整两个位图的相对位置再计算, 取不同相对位置计算结果的最小值。 再比 如, 电子数据为音频和视频类的数据, 则可以将呈现数据和编辑数据按照相 同的时间间隔进行采样, 将对应的采样值进行比较, 就可以确定两者之间呈 现效果的差别。 另外, 其它类型的电子数据也可以按照各自的方式比较呈现 数据和编辑数据之间的差别, 此处不再——列举。
本发明所述关联存储可以采用以下几种方式实现: 1 ) 将编辑数据和对应的呈现数据存储在同一个文件中, 比如: 将编辑 数据嵌入到对应的呈现数据中;或者,将呈现数据嵌入到对应的编辑数据中; 或者, 将编辑数据和对应的呈现数据合并生成一个新文件, 如编辑数据放置 在呈现数据之前或之后进行合并; 或者, 将所述编辑数据和对应的呈现数据 同时嵌入到另一个文件中,如在一个压缩文件中同时嵌入编辑数据和对应的 呈现数据。
不管采用上述哪种方式,如果用户在利用呈现数据进行呈现时需要进行 编辑,就可以直接根据呈现数据查找到编辑数据,对编辑数据重新进行编辑, 再利用重新编辑的编辑数据重新更新对应的呈现数据, 从而达到修改的目 的。
2 ) 将编辑数据和对应的呈现数据存储在同一个数据库中, 比如, 将编 辑数据和对应的呈现数据分别存储在数据库中同一个记录的不同字段中;或 者,将编辑数据和对应的呈现数据存储在数据库中同一个关键字的不同记录 中。
不管采用上述哪种方式,如果用户在利用呈现数据进行呈现时需要进行 编辑, 就可以利用数据库操作获得与呈现数据对应的编辑数据, 比如, 在呈 现数据所在记录的另一个字段中获得编辑数据, 或者, 利用设置的关键字查 找到多个记录, 再从查找到的多个记录中查找具备编辑数据的记录, 从而获 得编辑数据。 显然, 通过数据库操作, 很容易获得与呈现数据对应的编辑数 据, 从而达到编辑修改等后续操作的目的。
3 )将编辑数据和对应的呈现数据按照有约定关系存储位置来进行存储, 比如, 将编辑数据和对应的呈现数据存储在同一个文件目录中; 或者, 将编 辑数据和对应的呈现数据分别存储在约定好的不同的文件目录中; 或者, 将 编辑数据和对应的呈现数据存储后, 其各自的文件名具有相同部分, 如编辑 数据和呈现数据的文件名相同而后缀名不同。
不管采用上述哪种方式,虽然编辑数据和对应的呈现数据并不在同一个 文件中, 也不在同一个数据库中, 但其存储位置是有约定关系的, 只要按照 约定关系就可以很容易获得与呈现数据对应的编辑数据,从而达到修改呈现 数据等后续操作的目的。至于编辑数据和呈现数据存储位置的具体的约定关 系则可以由应用本发明方案的用户自行确定, 此处不再贅述。
4 )将编辑数据和对应的呈现数据各自的存储位置进行关联存储, 比如, 将编辑数据和对应的呈现数据各自的存储位置记录在同一个文件中; 或者, 将编辑数据和对应的呈现数据各自的存储位置记录在同一个数据库中。 这 里,所述记录在同一个文件中或记录在同一个数据库中的含义与上述方法相 似,只是这里记录的不是编辑数据和呈现数据,仅仅记录其存储位置。这样, 只要查找到存储位置, 就可以查找到相应的数据, 此处不再贅述。
本发明中, 在利用步骤 101和步骤 102形成混合数据之后, 还可以进一 步包括: 接收呈现指令, 利用呈现软件对所述混合数据中的全部或部分呈现 数据进行呈现。 也就是说, 虽然混合数据中包含的编辑数据也可以呈现, 但 如果需要将数据呈现出来, 一般用呈现数据较好。 这里所述的呈现软件可以 是根据呈现数据的类型所选择出的呈现软件, 如呈现数据是 PDF格式的, 就可以选择 Acrobat 作为呈现软件。 或者, 可以事先确定哪些软件可以呈现 呈现数据, 并将其中一种指定为呈现软件。 或者, 可以由呈现指令指定呈现 软件, 由指定的软件来呈现呈现数据; 或者, 在多种软件都可以作为呈现软 件的情况下, 允许其进行注册, 并将事先进行注册的软件作为呈现呈现数据 的软件; 或者, 系统根据自身的设置自行选择出某种软件作为呈现软件; 再 或者, 可以由用户来指定用哪种软件来呈现。 总之, 不管是上述哪种情况, 在需要呈现呈现数据时, 都可以确定某一软件作为呈现软件。
本发明中, 在利用步骤 101和步骤 102形成混合数据之后, 还可以进一 步包括: 接收编辑指令, 用编辑软件对所述混合数据中的全部或部分编辑数 据进行编辑。 也就是说, 如果用户需要重新进行编辑, 由于呈现数据通常不 便于编辑, 利用与呈现数据对应的编辑数据进行编辑往往效果更好。 这里所 述编辑软件可以是根据编辑数据的类型所选择出的编辑软件,如编辑数据为 ODF格式, 那么就可以选择 Open Office软件作为编辑软件。 或者, 可以事 先确定哪些软件可以对编辑数据进行编辑, 并从中指定一种作为编辑软件。 或者,由编辑指令中指定的编辑软件,由指定的软件来对编辑数据进行编辑。 或者, 在多种软件都可以作为编辑软件的情况下, 允许其进行注册, 并将事 先进行注册的软件作为编辑编辑数据的软件。 或者, 系统根据自身的设置自 行选择出某种软件作为编辑软件。 再或者, 可以由用户来指定用哪种软件来 编辑。 总之, 不管是上述哪种情况, 在需要编辑编辑数据时, 都可以确定某 一软件作为编辑软件。
对混合数据中的编辑数据重新进行编辑之后, 进一步包括以下步骤: 接 收更新指令, 生成与编辑后新的编辑数据相对应的新的呈现数据, 将混合数 据中的编辑数据更新成新的编辑数据,将混合数据中的呈现数据更新成新的 呈现数据。 其中, 将混合数据中的编辑数据更新成新的编辑数据时, 可以仅 将混合数据中的包含修改部分的部分编辑数据进行更新。 同样, 将混合数据 中的呈现数据更新成新的呈现数据时,也可以仅将混合数据中的包含修改部 分的部分呈现数据进行更新。 也就是说, 更新编辑数据和更新呈现数据时的 方法可以有以下几种组合: 其一, 仅将混合数据中的包含修改部分的部分编 辑数据进行更新, 并且, 仅将混合数据中的包含修改部分的部分呈现数据进 行更新。 其二, 仅将混合数据中的包含修改部分的部分编辑数据进行更新, 并且, 将混合数据中全部呈现数据进行更新。 其三, 将混合数据中全部编辑 数据进行更新, 并且, 仅将混合数据中的包含修改部分的部分呈现数据进行 更新。 其四, 将混合数据中全部编辑数据进行更新, 并且, 将混合数据中的 全部呈现数据进行更新。
不管采用上述哪种方式, 都可以对编辑数据和对应的呈现数据进行更 新, 从而达到用户重新编辑、 修改呈现数据等后续操作的目的。
在对混合数据中的编辑数据或者呈现数据进行编辑之前,进一步的还可 以对混合数据进行解析, 获得相应的编辑数据和 /或呈现数据。
本发明中 ,编辑数据和呈现数据按照其类型来说,可以为二维静态信息、 多维静态信息、 音频信息、 视频信息、 触觉信息、 味觉信息中任意一种或任 意一种组合。
其中, 呈现数据中的二维静态信息可以包括版式文档数据、 图像数据等 类型, 版式文档数据又可以包括 PDF数据, 或 SEP数据, 或 CEB数据, 或 WDL数据, 或 XPS数据, 或能通过文档库接口标准访问的文档数据, 如符 合 UOML标准访问的文档数据; 图像数据又可以包括 TIF数据, 或 GIF数 据,或 PNG数据,或 BMP数据,或 JPEG数据,或 JPEG 2000数据,或 JBIG 数据,或 JBIG 2数据等。相应地,编辑数据中的二维静态信息可以包括 Office 文档数据, 或 CAD数据, 或地图数据。
呈现数据中的音频信息可以包括 MP3数据, 或 WAV数据, 或 SWF数 据等类型。 编辑数据中的音频信息可以包括 MIDI数据等。
呈现数据中的视频数据则可以包括 MPEG数据, 或 AVS数据等类型。 编辑数据中的视频信息可以包括 FLA数据等。
当然, 本发明中所述编辑数据和呈现数据还可以为其它类型的数据。 为了更好的说明本发明方案, 下面用实施例进行详细描述。
本实施例中,假设呈现数据为符合文档库标准的文档数据, 比如能通过 UOML 标准访问的文档数据, 而编辑数据为 office 文档数据。 这里所述的 UOML标准是一种文档库接口标准,所谓的文档库接口标准就是应用软件访 问文档库系统等平台软件的接口标准。 为了更好地说明本实施例, 下面对文 档库系统进行简单介绍:
文档库系统是一种平台软件 ,提供非结构化文档(也称为非结构化数据、 非结构化信息) 的存储、 读写、 解析、 呈现、 组织、 管理、 安全和检索等功 能, 并通过标准接口供应用软件调用。 该标准接口称为文档库标准接口, 该 接口的标准称为文档库系统接口标准, 简称文档库系统标准、 文档库接口标 准或文档库标准 (例如 UOML标准) 等。 文档库系统所存储的数据称为文 档库, 即可通过文档库标准接口存取访问的数据, 也称为符合文档库标准的 文档。文档库系统所处理的非结构化文档可能包含一页或多页组成的平面媒 体信息, 也可能包含音频、 视频等流媒体信息, 或者包含其它信息。 应用软 件调用文档库系统的方式为向文档库系统发送预定义的指令,发送指令的方 式可以是发送命令串, 也可以是函数调用或其它方式。 其中, 所述预定义指 令是与非结构化文档的存储形式(尤其是存储格式)无关的, 描述了对一种 抽象模型的实例的操作, 该抽象模型是对某一类型的非结构化文档(例如书 面文档、 音视频、 3D模型) 的某个通用特征(例如呈现效果) 进行抽象得 到的, 模型实例通常是树状结构。 优选地, 所述预定义指令可以基于动作和 对象来定义。 文档库系统在接收到操作指令后, 将该操作指令所描述的对抽 象模型实例的抽象操作映射为对所存储数据的实际操作 (称为物理操作) , 并执行该物理操作。 文档库系统通常还具备完备性, 可以生成具有通用特征 任意合法值的非结构化文档, 例如当通用特征是呈现效果、 非结构化文档是 书面文档时, 可以生成具有任意版式的文档(忽略因为压缩、 数据精度等原 因而造成的细微差别)。文档库系统可以单机运行,也可以在服务器端运行, 或者采用 C/S方式构建, 供各客户端软件调用。 C/S模式的文档库系统由客 户端软件和服务器端软件组成, 服务器端软件负责管理数据存储, 客户端软 件提供标准调用接口。
文档库标准向应用软件开放了非结构化文档处理的核心技术(即文档库 系统), 使得不掌握核心技术的普通软件厂商都能开发非结构化文档相关的 软件, 实现核心技术和应用技术的产业分工。 同时, 支持文档库标准的不同 软件还能调用同一种文档库系统处理同一非结构化文档, 同一软件也能调用 不同的文档库系统处理不同格式的非结构化文档, 实现互操作性, 有利于信 息的互联互通。具体可见本申请人在先提交的公开号为 CN1979472A的基础 专利申请说明书,以及本申请人在先提交的申请号为 US12/133280的专利申 请说明书。
本实施例中,符合文档库标准的文档数据的存储方式可用图 2所示的树 状表示。 如图 2所示, 从文档库、 文档集、 文档、 页、 层, 一直到对象, 文 档库中的文档分为节点存储, 如每一个文档集为一个文档集节点, 每一个文 档集中的文档为文档集节点下的一个文档节点,每个文档中的每一页为文档 节点下的一个页节点, 以此类推, 将文档存储为树状节点的形式。 当然, 图 2只是一种层次上的表达形式, 实际应用中,文档库中可能存在多个文档集, 一个文档集中可能存在多个文档, 一个文档中可能存在多页, 一页中又可能 存在多层, 一层中又可能存在多个版面对象 (比如文字、 图形等) 。
图 3是本实施例方法的流程图。 如图 3所示, 该方法包括:
步骤 301 : 文档库系统接收来自某一应用软件的创建指令, 将创建指令 中指定的编辑数据作为呈现数据的对象进行存储。
本实施例中, 由于呈现数据为符合文档库标准的文档数据, 其存储形式 如图 2所示, 如果将编辑数据作为呈现数据的一个或多个对象进行存储, 就 可以将编辑数据嵌入到呈现数据中,从而实现将编辑数据和呈现数据进行关 联存储, 形成混合数据的目的。 实际应用中, 编辑数据可以对应呈现数据的 一个文档、或对应一个文档的若干页,或对应一个文档的若干页中的某一层, 或对应一个对象流, 即一系列对象, 或对应一个版面对象。 在本发明的一个 实施例中, 当编辑数据对应呈现数据一个文档的若干页中的某一层时, 文档 库系统可以将编辑数据作为符合文档库标准的文档中文档对象的子对象存 储, 并记录该编辑数据的每一页分别对应该文档的哪一页的哪一层。
此后, 如果需要呈现所述的呈现数据, 或者对呈现数据进行修改, 则可 以继续利用下述步骤来实现。
步骤 302: 接收呈现指令, 利用呈现软件来呈现。
具体的, 本实施例中, 呈现软件可以向文档库系统发送读取指令, 提取 出呈现指令中指定的部分的数据, 再解释处理该数据进行显示 /打印操作, 也可以直接向文档库系统发送获取页面位图的指令, 获取指定页的页面位 图, 然后将其显示 /打印出来。 执行本步骤之后, 用户可以浏览到呈现数据, 如果需要执行重新编辑、 修改混合数据等操作, 则利用下述步骤执行。
步骤 303 : 文档库系统接收编辑指令, 将需要编辑的全部或部分编辑数 据提交给编辑软件, 再利用编辑软件对其进行编辑。
编辑数据可以对应呈现出来的一个文档, 或对应一页, 或对应一层, 或 对应一个对象流, 或对应一个版面对象, 需要根据编辑指令查找到相应的编 辑数据, 并利用编辑软件打开编辑。
步骤 304: 文档库系统接收更新指令, 生成与编辑后新的编辑数据相对 应的新的呈现数据, 将混合数据中的编辑数据更新成新的编辑数据, 将混合 数据中的呈现数据更新成新的呈现数据。
本步骤中, 假设编辑数据对应呈现数据的一层, 那么在更新时, 可以删 除该编辑数据对应呈现数据的层的所有对象, 重新嵌入编辑后的编辑数据, 根据编辑数据重新创建对应呈现数据的层中的版面对象。 这样, 就可以实现 将混合数据中的编辑数据更新成的新的编辑数据,将混合数据中的呈现数据 更新成的新的呈现数据, 从而达到重新编辑、 修改混合数据的目的。
本实施例仅仅是以文档数据为例进行说明的, 实际应用中, 还可以为音 频数据、 视频数据等其他类型的数据。
第二实施例:
本实施例中, 表示文档数据的存储方式与图 2所示的树状结构相似, 此 处不再贅述。 图 4为本发明第二实施例提供的方法流程图。 如图 4所示, 该 方法包括:
步骤 401 : 接收创建指令。
步骤 402: 将呈现数据存储为文档库中对应的子树。
本步骤是一个将文档存入文档库的过程。
步骤 403: 将所述编辑数据存入文档库中对应的子树。
步骤 404: 将所述编辑数据对应的呈现数据的索引和所述编辑数据对应 的软件链接作为所述编辑数据的子数据进行保存。
如图 5所示, 存储编辑数据的子树可能只包含一个节点, 其中存储的内 容可以包括存储区数据头和存储数据。
其中, 所述存储区数据头可以包括格式版本和编辑数据的数量, 所述存 储区数据头的作用在于管理编辑数据存储区中所有编辑数据,描述该编辑数 每个数据包中存储有编辑数据的所有相关信息。
所述编辑数据的数据包可以分为两部分: 数据头和编辑数据。
其中, 数据头包括: 编辑数据类型、 编辑数据对应的呈现数据的索引和 编辑数据对应的软件链接。 所述编辑数据对应的软件, 为预先注册为允许编 辑所述编辑数据的软件。 所述编辑数据类型可以为编辑数据的格式, 例如, 是 DOC文件还是 EXCEL文件等。
可以将编辑数据对应的呈现数据的索引和编辑数据对应的软件链接作 为编辑数据的子数据。
图 5 中, 假设有 N个编辑数据的数据包, 则每个数据包中均存储了编 辑数据以及所述编辑数据的子数据。
通过执行步骤 402〜步骤 404 , 实现了将编辑数据和呈现数据的关联存 储。 在将所有编辑数据和对应的呈现数据进行关联存储后, 文档库中的存储 结构如图 6所示:
图 6中,编辑数据存储区的每个编辑数据的地址均与其对应的呈现数据 的存储地址均建立了对应关系, 这样, 在查找到指定的编辑数据后, 就可以 查找其对应的呈现数据和软件, 当然, 通过呈现数据也可以查找到所述呈现 数据对应的编辑数据和所述编辑数据对应的软件。
步骤 405: 接收呈现指令。
步骤 406: 调用所述呈现指令中指定的呈现数据所对应的软件, 用所述 软件将所述呈现数据呈现给用户。
本步骤中, 因为要读取文档库中的文档, 因此可以调用呈现指令中指定 的软件向文档库发送读取指令, 进而从文档库中, 提取所述读取指令中指定 的节点中的数据,将提取的数据以位图的方式显示出来,使得用户能够查看。
步骤 407: 接收编辑指令。
本步骤中, 可以预先提供一个用户交互界面, 在步骤 406将呈现数据呈 现给用户的前提下, 接收来自用户的编辑指令。 用户可以通过点击或者选定 范围的方式, 在呈现的呈现数据中选择指定的内容作为编辑的对象, 系统将 用户点击的目标或者选定的范围作为编辑指令中指定的编辑数据执行步骤 408。
步骤 408: 在文档库中查找所述编辑指令中指定的编辑数据。
本步骤中, 可以根据指令中指定编辑数据的索引查找相应的编辑数据。 步骤 409: 从步骤 406查找到的编辑数据的子数据中, 查找所述编辑数 据对应的软件链接。
本步骤中, 可以从编辑数据的数据包中, 查找数据头, 由于数据包中的 数据头包含了编辑数据的子数据, 即所述编辑数据对应的呈现数据的索引和 对应的软件链接, 因此, 通过查找所述数据头, 能够获得编辑数据对应的软 件链接。
另外, 如果没有查找到允许编辑所述编辑数据的软件链接, 可以向用户 返回提示信息, 告知用户系统没有安装这个软件, 无法编辑。
步骤 410: 调用步骤 406查找到的软件链接对应的软件。 所述编辑数据 对应的软件, 为预先设定的允许编辑所述编辑数据的软件。
可以采用预先为所述编辑数据注册允许编辑所述编辑数据的软件。也可 以采用文件后缀的方式来查找允许编辑所述编辑数据的软件。 例如, 后缀名 为 DOC的文件只能由 WORD软件编辑。
还可以采用插件机制,将允许编辑所述编辑数据的软件作为允许编辑所 述编辑文件的插件。
还可以在编辑指令中包含指定的软件名称或地址,进而根据编辑指令的 内容来查找相应的软件。
步骤 411 : 通过调用的软件对步骤 406查找到的编辑数据进行编辑。 步骤 412: 接收保存指令。
步骤 413 : 用步骤 409编辑后的编辑数据替换编辑前的编辑数据。
步骤 414: 用步骤 409编辑后的编辑数据生成新的呈现数据。
步骤 415: 用步骤 412生成的新的呈现数据替换旧呈现数据。 所述旧的 呈现数据为步骤 409编辑前的编辑数据对应的呈现数据。
步骤 413〜步骤 415 实现了编辑数据和呈现数据的更新, 例如编辑数据 在编辑之前是文字 "我" , 且编辑前呈现数据呈现的内容也是文字 "我" , 通过步骤 409将编辑数据编辑为文字 "我们" , 而此时存储的编辑数据和呈 现数据的内容还是 "我" , 因此, 需要对呈现数据和编辑数据同时进行更新: 用编辑数据 "我们" 替换原来的编辑数据 "我" 存储, 用编辑数据 "我 们" 生成呈现数据 "我们" , 将呈现数据 "我们" 替换呈现数据 "我" 存储。 其中, 由编辑数据生成呈现数据可以采用虚拟打印装置实现, 在接收到保存 指令后, 启动虚拟打印装置将编辑数据转换为呈现数据。
这样, 文档库中存储的该节点的编辑数据为 "我们" , 其对应的呈现数 据也是 "我们" , 进而实现了对呈现文件的修改。
下面在呈现文件和编辑文件为视频文件或音频文件的情况下,对本发明 实施例提供的电子文件编辑方法作进一步详细说明。
第三实施例:
图 7为本发明实施例提供的方法流程图。 如图 7所示, 该方法包括: 步骤 701 : 接收创建指令。
步骤 702: 将编辑数据与所述编辑数据对应的呈现数据合并压缩为一个 文件。
当数据为音频数据时, 可以将不同乐器演奏 (或者不同声部)的音乐信息 分开存储在不同的音频编辑数据中, 将这些编辑数据合成为呈现数据, 然而 将这些音频编辑数据及其最终的呈现数据合成一个混成数据。
当数据为视频数据时, 可以将多个视频编辑数据合成为一个呈现数据, 然而将这些视频编辑及其最终的呈现数据合成一个混成数据。这里多个视频 编辑数据可以分别对应最终播出画面的不同部分, 如背景画面、 人物画面、 字幕信息等, 也可以对应不同时段的节目。
当数据为音视频数据时, 可以仿照前述音频数据和视频数据的方式处 理。
步骤 703 : 存储压缩后的文件。
步骤 704: 接收编辑指令。
步骤 705: 调用所述编辑指令中指定的编辑数据所对应的软件, 用所述 软件编辑所述编辑数据。
具体过程可以是: 当需要编辑音频合成数据或音视频合成数据中某一个 乐器 (或声部) 的音乐时, 找到对应的编辑数据, 对该编辑数据进行修改。
当需要编辑视频合成数据或音视频合成数据中某一个场景 (或某一类 型) 的信息时, 找到对应的编辑数据, 对该编辑数据进行修改。
步骤 706: 接收保存指令。 步骤 707: 用编辑后的编辑数据替换编辑前 的编辑数据。
步骤 708: 用所述编辑后的编辑数据生成新的呈现数据。 具体来说, 利 用编辑后的音频 /视频 /音视频编辑数据重新生成新的呈现数据。
步骤 709: 用所述新的呈现数据替换旧呈现数据, 所述旧的呈现数据为 编辑前的编辑数据对应的呈现数据。
另外, 在步骤 703之后, 还可以接收呈现指令, 调用所述呈现指令中指 定的呈现数据所对应的软件,用所述软件将所述呈现数据呈现给用户。例如, 可以将通过 FLASH播放软件将 SWF文件中的呈现数据显示给用户。在呈现 给用户之后, 再执行步骤 704。
这样, 当用户在听或看音视频呈现文件的过程中, 如果发现了需要编辑 修改的地方, 可以快速定位到与待修改信息对应的编辑文件部分, 并针对该 部分进行修改, 最后根据编辑文件修改后的部分重新更新呈现文件。
从上述技术方案中可以看出, 本发明实施例提供的方法, 通过将编辑数 据与其对应的呈现数据关联存储, 在需要编辑时编辑编辑数据, 而在需要保 存时, 保存编辑后的编辑数据, 并将编辑后的编辑数据转换为新的呈现数据 替换原来的呈现数据,这样,就通过编辑编辑数据实现了对呈现数据的更新, 进而能够实现对呈现文件的修改。
另外, 在不需要编辑编辑数据时, 仅呈现所述的呈现数据, 保存了呈现 文件的不可篡改的优点,使得文件在任何计算机中均能保持内容和形式不发 生改变。 本发明实施例提供的方法适用于文档、 视频文件和音频文件等, 应 用范围广泛。
针对上述方法, 本发明还提供一种电子数据处理的系统。 如图 8所示, 该系统包括编辑装置 801、 转换装置 802、 生成装置 803。
其中, 编辑装置 801用于编辑生成编辑数据, 转换装置 802用于将编辑 装置 801生成的编辑数据转换成呈现数据,生成装置 803用于将编辑数据和 呈现数据生成关联存储的混合数据。
实际应用中, 该系统还可以进一步包括:
呈现装置 804 , 用于接受呈现指令, 利用呈现软件对所述混合数据中的 全部或部分呈现数据进行呈现。
实际应用中, 该系统还可以进一步包括:
更新装置 805 , 用于接收更新指令, 生成编辑修改后的新的编辑数据相 对应的新的呈现数据, 将混合数据中的编辑数据更新成新的编辑数据, 将混 合数据中的呈现数据更新成新的呈现数据。 至于具体如何生成编辑数据、 如 何将编辑数据转换成呈现数据、如何将编辑数据和呈现数据生成关联存储的 混合数据、 如何利用呈现软件对呈现数据进行呈现、 如何更新编辑和呈现数 据等情况可以参见上述方法部分, 此处不再详细描述。
综上所述, 以上仅为本发明的较佳实施例而已, 并非用于限定本发明的 保护范围。 凡在本发明的精神和原则之内, 所作的任何修改、 等同替换、 改 进等, 均应包含在本发明的保护范围之内。

Claims

权利要求
1、 一种电子数据处理方法, 其特征在于, 该方法包括:
接收创建指令,将所述创建指令中指定的编辑数据与所述编辑数据对应的 呈现数据关联存储, 形成混合数据。
2、 根据权利要求 1所述的方法, 其特征在于, 所述编辑数据与所述呈现 数据的呈现效果的差别小于预先设置的阈值。
3、 根据权利要求 2所述的方法, 其特征在于, 所述呈现数据是由所述编 辑数据生成的。
4、 根据权利要求 3所述的方法, 其特征在于, 所述呈现数据由编辑数据 生成的方法包括: 编辑软件在编辑编辑数据时生成呈现数据, 或者转换软件将 编辑数据转换为呈现数据。
5、 根据权利要求 1所述的方法, 其特征在于, 所述编辑数据与编辑数据 对应的呈现数据关联存储包括:
将编辑数据和对应的呈现数据存储在同一个文件中; 或者,
将编辑数据和对应的呈现数据存储在同一个数据库中; 或者,
将编辑数据和对应的呈现数据按照有约定关系存储位置来进行存储; 或 者,
将编辑数据和对应的呈现数据各自的存储位置关联存储。
6、 根据权利要求 5所述的方法, 其特征在于, 所述将编辑数据和对应的 呈现数据存储在同一个文件的方法包括:
将编辑数据嵌入到对应的呈现数据中; 或者,
将所述呈现数据嵌入到对应的编辑数据中, 或者,
将所述编辑数据和对应的呈现数据合并生成一个新文件; 或者, 将所述编辑数据和对应的呈现数据同时嵌入到另一个文件中。
7、 根据权利要求 6所述的方法, 其特征在于, 所述将编辑数据和对应的 呈现数据同时嵌入到另一个文件中的方法为:在一个压缩文件中同时嵌入编辑 数据和对应的呈现数据。
8、 根据权利要求 5所述的方法, 其特征在于, 所述将编辑数据和对应的 呈现数据存储在同一个数据库中的方法包括:
将编辑数据和对应的呈现数据分别存储在数据库中同一个记录的不同字 段中; 或者, 将编辑数据和对应的呈现数据存储在数据库中同一个关键字的不 同记录中。
9、 根据权利要求 5所述的方法, 其特征在于, 所述将编辑数据和对应的 呈现数据按照有约定关系存储位置来进行存储的方法包括:
将编辑数据和对应的呈现数据存储在同一个文件目录中; 或者, 将编辑数据和对应的呈现数据分别存储在约定好的不同的文件目录中;或 者,
将编辑数据和对应的呈现数据存储后, 各自的文件名具有相同部分。
10、 根据权利要求 5所述的方法, 其特征在于, 所述将编辑数据和对应的 呈现数据各自的存储位置关联存储为:
将编辑数据和对应的呈现数据各自的存储位置记录在同一个文件中; 或 者,
将编辑数据和对应的呈现数据各自的存储位置记录在同一个数据库中。
1 1、 根据权利要求 1所述的方法, 其特征在于, 形成混合数据之后, 该方 法进一步包括:
接收呈现指令,利用呈现软件对所述混合数据中的全部或部分呈现数据进 行呈现。
12、 根据权利要求 1 1所述的方法, 其特征在于, 所述利用呈现软件对所 述混合数据中的全部或部分呈现数据进行呈现的方法包括:
将需要呈现的全部或部分呈现数据保存为临时文件,再利用呈现软件打开 所述临时文件。
13、 根据权利要求 1 1所述的方法, 其特征在于, 所述呈现软件为根据呈 现数据的类型所选择出的呈现软件, 或者为预先指定的呈现软件, 或者由呈现 指令中指定的呈现软件, 或者为事先注册的呈现软件, 或者为根据系统设置选 择出的呈现软件。
14、 根据权利要求 1所述的方法, 其特征在于, 接收编辑指令, 用编辑软 件对所述混合数据中的全部或部分编辑数据进行编辑。
15、 根据权利要求 14所述的方法, 其特征在于, 所述用编辑软件对混合 数据中的全部或部分编辑数据进行编辑的方法包括:
将需要编辑的全部或部分编辑数据保存为临时文件,再利用编辑软件打开 该临时文件。
16、 根据权利要求 14所述的方法, 其特征在于, 所述编辑软件为根据呈 现数据的类型所选择出的编辑软件, 或者为预先指定的编辑软件, 或者由编辑 指令中指定的编辑软件, 或者为事先注册的编辑软件, 或者为根据系统设置选 择出的编辑软件。
17、 根据权利要求 14所述的方法, 其特征在于, 所述用编辑软件对所述 混合数据中的全部或部分编辑数据进行编辑之后, 该方法进一步包括:
接收更新指令, 生成编辑修改后的新的编辑数据相对应的新的呈现数据, 将混合数据中的编辑数据更新成新的编辑数据,将混合数据中的呈现数据更新 成新的呈现数据。
18、 根据权利要求 17所述的方法, 其特征在于, 所述将混合数据中的编 辑数据更新成新的编辑数据为:仅将混合数据中的包含修改部分的部分编辑数 据进行更新;
和 /或,
所述将混合数据中的呈现数据更新成新的呈现数据为:仅将混合数据中的 包含修改部分的部分呈现数据进行更新。
19、 根据权利要求 1至 18任一项所述的方法, 其特征在于, 所述呈现数 据包括多个部分, 至少一部分呈现数据有对应的编辑数据。
20、 根据权利要求 1至 18任一项所述的方法, 其特征在于, 所述编辑数 据和所述呈现数据包括:
二维静态信息、 音频信息、 视频信息中任意一种或任意一种组合。
21、 根据权利要求 20所述的方法, 其特征在于, 所述呈现数据中的二维 静态信息包括版式文档数据、 图像数据; 所述呈现数据中的音频信息包括: MP3数据, 或 WAV数据, 或 SWF数据; 所述呈现数据中的视频数据包括: MPEG数据, 或 AVS数据。
22、 根据权利要求 21所述的方法, 其特征在于, 所述版式文档数据包括: PDF数据, 或 SEP数据, 或 CEB数据, 或 WDL数据, 或 XPS数据, 或能通 过文档库接口标准访问的文档数据; 所述图像数据包括: TIF数据, 或 GIF数 据, 或 PNG数据, 或 BMP数据, 或 JPEG数据, 或 JPEG 2000数据, 或 JBIG 数据, 或 JBIG 2数据。
23、 根据权利要求 22所述的方法, 其特征在于, 所述文档库接口标准为 UOML标准。
24、 根据权利要求 1至 18任一项所述的方法, 其特征在于, 所述编辑数 据中的二维静态信息包括: Office文档数据, 或 CAD数据, 或地图数据; 所 述编辑数据中的视频信息包括 FLA数据, 所述编辑数据中的音频信息包括: MIDI数据。
25、 根据权利要求 1至 18任一项所述的方法, 其特征在于, 所述呈现数 据为符合文档库标准的文档数据, 所述编辑数据是嵌入到所述呈现数据中的。
26、 根据权利要求 25所述的方法, 其特征在于, 所述编辑数据嵌入到呈 现数据中的方法为:
将编辑数据作为呈现数据的一个或多个对象存储。
27、 根据权利要求 26所述的方法, 其特征在于, 所述编辑数据对象对应 呈现数据的一个文档, 或对应一页, 或对应一层, 或对应一个对象流, 或对应 一个版面对象。
28、 根据权利要求 26所述的方法, 其特征在于, 一个所述编辑数据对象 对应呈现数据的一层, 编辑某个编辑数据对象的编辑数据后更新混合数据时, 该方法进一步包括: 删除该编辑数据对象对应呈现数据的层的所有对象, 重新 嵌入编辑后的编辑数据, 根据编辑数据重新创建对应呈现数据的层中的对象。
29、 根据权利要求 1至 18任一项所述的方法, 其特征在于, 所述呈现数 据是能通过文档库接口标准访问的非结构化数据。
30、 根据权利要求 29所述的方法, 其特征在于, 所述文档库接口标准是 应用软件访问平台软件的接口标准,所述平台软件用于接收来自于应用软件的 符合文档库接口标准的指令, 所述指令发起一个对非结构化数据的操作, 平台 软件根据所述指令完成操作。
31、 根据权利要求 29所述的方法, 其特征在于, 所述非结构化数据包含 流媒体信息, 或包含书面文档信息。
32、 根据权利要求 30所述的方法, 其特征在于, 所述指令描述了对预定 义模型的实例的操作,应用软件发送所述指令的方式包括应用软件发送命令串
33、 一种电子数据处理系统, 其特征在于, 该系统包括编辑装置、 转换装 置、 生成装置; 其中,
编辑装置, 用于编辑生成编辑数据;
转换装置, 用于将编辑装置生成的编辑数据转换成呈现数据;
生成装置, 用于将所述编辑数据和呈现数据生成关联存储的混合数据。
34、 根据权利要求 33所述的系统, 其特征在于, 该系统还包括: 呈现装置, 用于接受呈现指令, 利用呈现软件对所述混合数据中的全部或 部分呈现数据进行呈现。
35、根据权利要求 33或 34所述的系统,其特征在于,该系统进一步包括: 更新装置, 用于接收更新指令, 生成编辑修改后的新的编辑数据相对应的 新的呈现数据, 将混合数据中的编辑数据更新成新的编辑数据, 将混合数据中 的呈现数据更新成新的呈现数据。
PCT/CN2009/073850 2008-09-10 2009-09-10 一种电子数据处理方法和系统 WO2010028597A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP09812663.4A EP2336898A4 (en) 2008-09-10 2009-09-10 METHOD AND SYSTEM FOR PROCESSING ELECTRONIC DATA
US13/043,728 US20110161808A1 (en) 2008-09-10 2011-03-09 Method and system for processing electronic data

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
CN200810222174 2008-09-10
CN200810222174.7 2008-09-10
CN2009100012864A CN101477516B (zh) 2008-09-10 2009-01-16 一种电子数据处理方法和系统
CN200910001286.4 2009-01-16

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/043,728 Continuation US20110161808A1 (en) 2008-09-10 2011-03-09 Method and system for processing electronic data

Publications (1)

Publication Number Publication Date
WO2010028597A1 true WO2010028597A1 (zh) 2010-03-18

Family

ID=40838234

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2009/073850 WO2010028597A1 (zh) 2008-09-10 2009-09-10 一种电子数据处理方法和系统

Country Status (4)

Country Link
US (1) US20110161808A1 (zh)
EP (1) EP2336898A4 (zh)
CN (1) CN101477516B (zh)
WO (1) WO2010028597A1 (zh)

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101477516B (zh) * 2008-09-10 2010-12-01 北京书生国际信息技术有限公司 一种电子数据处理方法和系统
CN101646023B (zh) * 2009-09-02 2011-06-08 深圳市万兴软件有限公司 一种视频文件转换为swf文件的方法及系统
JP2012068696A (ja) * 2010-09-21 2012-04-05 Fuji Xerox Co Ltd 文書管理装置及び文書管理プログラム
CN103383759A (zh) * 2012-05-03 2013-11-06 天津书生投资有限公司 一种办公系统、装置及方法
US20140325349A1 (en) * 2013-04-30 2014-10-30 Adobe Systems Incorporated Real-time Representations of Edited Content
CN103631968B (zh) * 2013-12-17 2017-01-18 天津书生软件技术有限公司 一种实现文档字体嵌入的方法及装置
CN103853849B (zh) * 2014-03-28 2017-01-11 龚如宾 高压缩可回流文件的建立和绘制方法
CN105843786A (zh) * 2016-03-23 2016-08-10 江苏中威科技软件系统有限公司 一种用于版式文件展示的方法及装置
CN107402908A (zh) * 2017-04-13 2017-11-28 阿里巴巴集团控股有限公司 文档内容更新方法、装置及设备、可读介质
US10318593B2 (en) * 2017-06-21 2019-06-11 Accenture Global Solutions Limited Extracting searchable information from a digitized document

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1811765A (zh) * 2005-01-06 2006-08-02 微软公司 文字处理应用程序中的数据绑定
CN1979472A (zh) 2005-12-05 2007-06-13 北京书生国际信息技术有限公司 文档处理系统
WO2007112448A2 (en) * 2006-03-28 2007-10-04 Cisco Media Solutions, Inc Embedded metadata in a media presentation
CN101477516A (zh) * 2008-09-10 2009-07-08 北京书生国际信息技术有限公司 一种电子数据处理方法和系统

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4035872B2 (ja) * 1997-10-27 2008-01-23 株式会社日立製作所 ファイルフォーマット変換方法とこれを用いたファイルシステム及び情報システム及び電子商取引システム
US6240429B1 (en) * 1998-08-31 2001-05-29 Xerox Corporation Using attached properties to provide document services
IL158282A0 (en) * 2003-10-02 2004-05-12 Netmask El Mar Internet Techno Configuration setting
US7747621B2 (en) * 2003-12-19 2010-06-29 Canon Kabushiki Kaisha Generating a relation diagram of data files
WO2007065357A1 (fr) * 2005-12-05 2007-06-14 Beijing Sursen Co., Ltd Système et procédé de traitement de documents
US9594731B2 (en) * 2007-06-29 2017-03-14 Microsoft Technology Licensing, Llc WYSIWYG, browser-based XML editor
US8756195B2 (en) * 2009-08-27 2014-06-17 The Boeing Company Universal delta set management

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1811765A (zh) * 2005-01-06 2006-08-02 微软公司 文字处理应用程序中的数据绑定
CN1979472A (zh) 2005-12-05 2007-06-13 北京书生国际信息技术有限公司 文档处理系统
WO2007112448A2 (en) * 2006-03-28 2007-10-04 Cisco Media Solutions, Inc Embedded metadata in a media presentation
CN101477516A (zh) * 2008-09-10 2009-07-08 北京书生国际信息技术有限公司 一种电子数据处理方法和系统

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP2336898A4 *

Also Published As

Publication number Publication date
CN101477516B (zh) 2010-12-01
CN101477516A (zh) 2009-07-08
EP2336898A4 (en) 2015-08-12
US20110161808A1 (en) 2011-06-30
EP2336898A1 (en) 2011-06-22

Similar Documents

Publication Publication Date Title
WO2010028597A1 (zh) 一种电子数据处理方法和系统
CN100520773C (zh) 用于封装媒体对象的代表性样本的系统和方法
US6760884B1 (en) Interactive memory archive
US20090259623A1 (en) Systems and Methods for Associating Metadata with Media
JP2002351878A (ja) デジタルコンテンツ再生装置、データ取得システム、デジタルコンテンツ再生方法、メタデータ管理方法、電子透かし埋め込み方法、プログラム及び記録媒体
US9092433B2 (en) Layered abstraction systems and methods for persistent content identity
US20070250526A1 (en) Using speech to text functionality to create specific user generated content metadata for digital content files (eg images) during capture, review, and/or playback process
TW200821862A (en) RSS content administration for rendering RSS content on a digital audio player
KR100765745B1 (ko) 엠피브이 파일 생성 방법 및 장치와 그 방법을 수행하기위한 프로그램이 저장된 저장매체
KR20080020647A (ko) 표준적 재생목록을 생성하고 일관성을 유지하는 방법,컴퓨터 판독가능 매체 및 시스템
US20100005115A1 (en) Method and system for generating documents usable by a plurality of differing computer applications
KR20070007699A (ko) 저장된 객체들에 대한 최적화된 성질 검색 시스템 및 방법
JP2007257629A (ja) 共同で作成されるマスター・ドキュメントにサブ・ドキュメントをマージするためのシステムおよび方法
CN101568969A (zh) 故事共享自动化
KR100366760B1 (ko) 멀티미디어 파일 결합방법
Appan et al. Communicating everyday experiences
US20060184576A1 (en) System and method for extensible metadata architecture for digital images
US20040199866A1 (en) Synchronized musical slideshow language
US7941739B1 (en) Timeline source
US8195635B1 (en) Indicating related but absent media content
WO2012055334A1 (zh) 媒体文件关联方法和设备
TWI292667B (en) Multimedia short message template applying system and presentation system, multimedia short message template applying method and presnentation method
JP2008504719A (ja) Mpvプロファイルを利用したマルチメディアデータの再生方法及びその再生装置
CN107066437B (zh) 数字作品标注的方法及装置
JP2008523759A (ja) 映像メッセージを合成する方法及びシステム

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: 09812663

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

REEP Request for entry into the european phase

Ref document number: 2009812663

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2009812663

Country of ref document: EP