WO2004107214A1 - Systemes et procede permettant d'obtenir differents rendus du contenu d'un document - Google Patents

Systemes et procede permettant d'obtenir differents rendus du contenu d'un document Download PDF

Info

Publication number
WO2004107214A1
WO2004107214A1 PCT/US2003/015705 US0315705W WO2004107214A1 WO 2004107214 A1 WO2004107214 A1 WO 2004107214A1 US 0315705 W US0315705 W US 0315705W WO 2004107214 A1 WO2004107214 A1 WO 2004107214A1
Authority
WO
WIPO (PCT)
Prior art keywords
rendition
computer
document
readable medium
stream
Prior art date
Application number
PCT/US2003/015705
Other languages
English (en)
Inventor
David B. Ornstein
Ilan Sender
Joseph King
Young Gah Kim
Jason M. Cahill
Keith S. Brintzenhofe
Original Assignee
Microsoft Corporation
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 Microsoft Corporation filed Critical Microsoft Corporation
Priority to CA2472552A priority Critical patent/CA2472552C/fr
Priority to EP03729008.7A priority patent/EP1625515B1/fr
Priority to PCT/US2003/015705 priority patent/WO2004107214A1/fr
Priority to MXPA04007408A priority patent/MXPA04007408A/es
Priority to CN038021161A priority patent/CN1669026B/zh
Priority to AU2003233572A priority patent/AU2003233572B8/en
Priority to BR0307046-8A priority patent/BR0307046A/pt
Priority to JP2005500403A priority patent/JP4542033B2/ja
Priority to KR1020047010614A priority patent/KR100955750B1/ko
Publication of WO2004107214A1 publication Critical patent/WO2004107214A1/fr

Links

Classifications

    • 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/123Storage facilities
    • 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/12Use of codes for handling textual entities
    • G06F40/14Tree-structured documents
    • G06F40/143Markup, e.g. Standard Generalized Markup Language [SGML] or Document Type Definition [DTD]
    • 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

Definitions

  • the present invention relates to electronic documents. More particularly, the present invention relates to a data storage format for multiple electronic documents.
  • a particular document may display well on one device, such as a laptop computer, yet that document may not display well on another device, such as a PDA.
  • Software developers have attempted to create a document format that is displayable on many different types of devices. For instance, a "reflowable" document representation, such as HTML, allowed for a certain amount of resizing when the window size changed without a serious detrimental impact on the layout of the document. However, using this format often hinders the document author's ability to control precisely how the document will appear.
  • reflowable documents are intended to be viewed somewhat well on many different devices, they do not necessarily provide an optimized viewing experience on any one device.
  • formats that allow more control over how a document is displayed typically make the document applicable to a limited number of devices.
  • a word processing document may be viewed on a desktop computer in a visually satisfactory manner.
  • the word processing document if displayed on a PDA may appear squished or otherwise inappropriate.
  • a document created with a word processor for a particular size paper, such as letter- sized, may not print properly on another size paper, such as A4-sized.
  • Some document formats allow strict control over how the document is viewed by making the content of the document essentially a graphical image.
  • One drawback of this document format is that several different versions of the entire document must be made available for each device upon which the document is intended to be viewed.
  • the content of the fixed-format document is not editable.
  • the present invention is directed at a system and method for providing multiple representations of document content within a single file.
  • the invention makes use of a compound file format to contain multiple streams of data, each stream of data being a rendition of the document content. Other resources that are used by one or multiple renditions are also stored within the compound file.
  • Meta information is stored within the compound file that describes each rendition of the document content. The meta information may also include rules that are selection criteria to assist in identifying an appropriate rendition for a given device or application.
  • FIGURE 1 is a functional block diagram that illustrates a computing device that may be used in implementations of the present invention.
  • FIGURE 2 is a functional block diagram generally illustrating components of a system having a compound file constructed in accordance with the present invention.
  • FIGURE 3 is a graphical representation of a tree hierarchy that represents the compound file shown in FIGURE 2.
  • FIGURE 4 is a tabular representation of information that may be contained within a compound file constructed in accordance with the present inventionihat describes-each-ofinultiplejenditions within .the compound file.
  • FIGURE 5 is a graphical illustration of one particular example of a compound file having several streams and one storage, in accordance with one implementation of the invention.
  • FIGURE 6 is a graphical illustration of another example of a compound file having several streams, in accordance with one implementation of the invention.
  • FIGURE 7 is a logical flow diagram generally illustrating a process for making an appropriate rendition within a compound file available to a requesting application, in accordance with the invention.
  • FIGURE 8 is a logical flow diagram generally illustrating a process for creating a multiple rendition compound file, in accordance with the invention.
  • the invention provides a mechanism for providing a single document that include multiple representations of the same document content. Each of the representations may be optimized to provide a superior presentation for a particular device or application.
  • the mechanism of the invention is preferably based on a compound file format that allows multiple renditions of the same content to be stored in a single document. Meta information is included within the single document that describes each of the multiple renditions together with any supporting files that may be used with those renditions.
  • the inventors have determined that the Object Linking and Embedding (OLE) compound file format is especially well suited to implementations of the invention.
  • FIGURE 1 illustrates a computing device that may be used in illustrative implementations of the present invention.
  • a computing device such as computing device 100.
  • computing device 100 typically includes at least one processing unit 102 and system memory 104.
  • system memory 104 may be volatile (such as RAM), non- volatile (such as ROM, flash memory, etc.) or some combination of the two.
  • System memory 104 typically includes an operating system 105, one or more program modules 106, and may include program data 107.
  • This basic configuration of computing device 100 is illustrated in FIGURE 1 by those components within dashed line 108. Computing device 100 may have additional features or functionality.
  • computing device 100 may also include additional data storage devices (removable and/or non-removable) such as, for example, magnetic disks, optical disks, or tape.
  • additional storage is illustrated in FIGURE 1 by removable storage 109 and non-removable storage 110.
  • Computer storage media may include volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information, such as computer readable instructions, data structures, program modules, or other data.
  • System memory 104, removable storage 109 and non-removable storage 110 are all examples of computer storage media.
  • Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks ("DND”) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by computing device 100. Any such computer storage media may be part of device 100.
  • Computing device 100 may also have input device(s) 112 such as keyboard 122, mouse 123, pen, voice input device, touch input device, scanner, etc.
  • Output device(s) 114 such as a display, speakers, printer, etc. may also be included. These devices are well known in the art and need not be discussed at length here.
  • Computing device 100 may also contain communication connections 116 that allow the device to communicate with other computing devices 118, such as over a network.
  • Communication connections 116 is one example of communication media.
  • Communication media may typically be embodied by computer readable instructions, data structures, program modules, or other data in a modulated data signal, such as a carrier wave or other transport mechanism, and includes any information delivery media.
  • modulated data signal means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal.
  • communication media includes wired media such as a wired network or direct- wired connection, and wireless media such as acoustic, RF, infrared and other wireless media.
  • FIGURE 2 is a functional block diagram generally illustrating components of an environment implementing the present invention. Illustrated are several applications 220, 221, 222, a "rendition manager" 210, and a compound file 201. Each of the applications 220, 221, 222 is configured to manipulate or display a document in a format particular to that application.
  • application A 220 may be a word processor or the like
  • application B 221 may be an e-mail application capable of displaying HTML messages
  • application C 222 may be a fixed-format document viewer, such as an image viewer or the like.
  • the compound file 201 is, preferably, an OLE compound file.
  • the OLE document model is known in the art and is widely recognized as a mechanism for containing many disparate types of data • within a single document.
  • the OLE compound file is conventionally used in conjunction with the substance of a single document having embedded files or other support content that is also contained in the one OLE compound file.
  • each element in the compound file is stored in such a way that it can be manipulated by the application that created.
  • the compound file 201 will be described in greater detail below in conjunction with Figures 3 and 4.
  • the compound file 201 is a single file that includes multiple representations ("renditions") of particular document content.
  • the representations may be visual or otherwise.
  • Each rendition is "targeted for" (optimized for presentation on) a particular class of devices or media.
  • rendition A 202 may be a word processing document
  • rendition B 203 may be a reflowable markup-language version of the word processing document
  • rendition C 204 may be a fixed-format version of the word processing document.
  • a storage 205 is included in the compound file 201 to contain other files or resources that may be used by one or more of the multiple renditions 202, 203, 204.
  • Metadata 207 includes information that describes each of the multiple renditions 202, 203, 204, including which support files in the storage 205 are used in conjunction with a particular rendition.
  • Each rendition includes "content” (such as text and markup) and may include a collection of “resources” (such as images, fonts, and the like).
  • content such as text and markup
  • resources such as images, fonts, and the like.
  • the multiple renditions likely have different content because the markup necessary to lay out the content on different devices varies from rendition to rendition. However, the renditions may frequently refer to the same resources. It is an aspect of the invention that each shared resource appears only once in the compound file 201. Unlike some multipart document formats, the compound file 201 allows one instance of a particular resource to be contained within the storage 205 and used in conjunction with any number of the multiple renditions 202, 203, 204.
  • an editable rendition e.g. a word processing document
  • a fixed-format rendition e.g., XAML
  • These different file types can coexist in a multiple rendition document, and the proper rendition will be used based on multiple factors, such as software availability at consumption time or a user's intent (e.g., collaborate/edit document versus printing, or the like).
  • the rendition manager 210 may be an operating system service or function that is responsible for making document files available to the applications.
  • the compound file 201 exposes standard (e.g., Component Object Model or "COM") interfaces so that each rendition may be manipulated as a whole or as individual streams. Any one or more of the applications 220, 221, 222 may open and edit the compound file 201 by requesting access to it through the rendition manager 210.
  • the rendition manager 210 opens the compound file 201 and returns the interfaces for a particular rendition to the requesting application based on the type of the requesting application or other criteria.
  • FIGURE 3. is a graphical representation, of the structure of the compound file 201 represented as a tree hierarchy.
  • Compound files are commonly considered as a "file system within a file.”
  • Within the compound file 201 is a hierarchy of "storages,” which are analogous to directories in a file system, and "streams,” which are analogous to files in a file system.
  • each rendition is placed in a separate stream or collection of streams.
  • the data which would represent an entire document file under a conventional document format is stored in a particular stream of the compound file 201.
  • Each resource referred to by one or more of the renditions is also placed in a separate stream.
  • the several resources may be collected under a common storage.
  • stream 302 contains a first rendition (rendition A)
  • stream 304 contains a second rendition (rendition B)
  • stream 306 contains a third rendition (rendition C).
  • each of those renditions represents a different visual representation of a document.
  • a special stream, named " ⁇ x0006RenditionList" 310 in this example contains meta information about each rendition in the compound file 201.
  • the rendition list 310 includes a table 312 that describes each of the renditions in the compound file 201. The table 312 is described below in detail in conjunction with Figure 4. Briefly stated, the table 312 identifies each component of each rendition in the compound file 201.
  • FIGURE 4 is a tabular representation of the information that may be stored in the rendition list 310.
  • the rendition list 310 may be represented as a table 401 in which each row is associated with one rendition.
  • the columns in the table include a rendition ID column 410, a file names column 412, a rule's column 414, and a description column 416. What follows is a brief description of the purpose of each of those columns:
  • the format of the rendition table allows one stream in each rendition to be designated as a "start stream" for the rendition. When that rendition is requested, the start stream is the first stream to be presented.
  • the rules information may be as simple as a MIME-type associated with a particular file of the rendition, such as the first file identified in the file names column. In this case, a process could walk the list of renditions searching for a MIME-type that is compatible with the particular requesting application. Other identifiable characteristics could equally serve as the selection criteria, such as a logical resolution and geometry, a color depth, a human language, or reader visual ability classification.
  • the selection criteria included in the rules column may be relatively sophisticated. For instance, a reference could be included in the rules column that points to code either in the compound file or elsewhere that assists in the selection process. In addition, more complex information could be included in the rules column that describes each rendition in a way sufficient to assist a particular application or the rendition manager 210 identified the appropriate rendition.
  • FIGUREs 5 and 6 illustrate how the invention may be used to create a compound file to be used with a document reader type of application (FIGURE 5) and for a word processing type of application.
  • FIGURE 5 is a graphical illustration of one particular example of a compound file 501 having several streams and one storage 503.
  • the compound file 501 includes six different renditions of the same document substance.
  • a reflow rendition 505 is included that represents the document substance in a manner that is resizable according to the particular display device.
  • the reflow rendition 505 includes markup language and the like that may refer to particular fonts 506 or images 507. Accordingly, those fonts 506 or images 507 are stored in one or more separate streams that are contained within the storage 503.
  • a screen-sized fixed rendition 509 is also included that may be designed for display on a particular screen size.
  • the screen-sized fixed rendition 509 may be of a fixed size that displays properly on a monitor having a resolution of 800 pixels by 600 pixels.
  • the screen-sized fixed rendition 509 may be sized for display on a small, such as a pocket-sized, handheld device.
  • Two renditions are included and are fixed-sized for particular computer printers.
  • a letter-sized rendition 511 includes a version of the document substance that is fixed-format and prints properly on letter-sized paper.
  • An A4-sized rendition 513 includes a version of the document substance that is fixed-format and prints properly on A4-sized paper.
  • the two printer renditions may also reference the resources within the storage 503.
  • the compound file 501 may also include an image rendition 515 of the document substance and an audio representation 517 of the document substance.
  • the document substance may be the contents of a book, in which case the image rendition 515 may be a photograph of pages of the book, and the audio representation 517 may be an audible narration of the contents of the book. It will be appreciated that the renditions need not necessarily be limited to visual representations of the same contents.
  • FIGURE 6 is a graphical illustration of another example of a compound file 601 having several streams.
  • the compound file 601 includes a word processing stream 603, a reflow stream 605, and a fixed-format stream 607.
  • FIGURE 7 is a functional block diagram generally illustrating steps of a process for making multiple renditions of a document available through a compound file.
  • the process 700 begins at starting block 701 where a compound file exists that includes multiple representations of similar document content.
  • a request is received for access to the compound file.
  • the request may identify a particular requesting application and include information useful in determining an appropriate rendition, such as particular format supported by the application, and the like.
  • the particular type of application, as well as other criteria, is identified from the request. Any additional information necessary for identifying the appropriate rendition may be queried from the application or some other source. For instance, the particular type of device (e.g., a pocket-sized computer or a desktop computer) upon which the compound file resides may be queried.
  • a rendition list associated with the compound file is queried to determine the appropriate rendition for the application. As discussed in detail above, the rendition list may be queried to identify a particular rendition having a MEVIE-type that is consistent with the application. Alternatively, the rendition list may include a set of rules or conditions that may be applied or compared to the criteria associated with the application.
  • a reference e.g., a set of interfaces
  • the requesting application can manipulate the rendition as an entity.
  • the requesting application is presented with a representation of the document content that is intended for the application or the particular device.
  • FIGURE 8 is a logical flow diagram generally illustrating a process for creating a multiple rendition file, in accordance with the invention.
  • the process 800 begins at starting block 801, where an application or applications have created multiple renditions of document content and are preparing to write the multiple renditions to a compound file.
  • an instruction is issued to add a first rendition to the compound file.
  • the first rendition may be a visual representation of the document content in editable form, such as a word processing document. Similarly, the first rendition may be in any one of many other representations of the document content.
  • metadata about the first rendition is added to the compound file.
  • the metadata may reside under a rendition list stream of the compound file.
  • the metadata describes the first rendition, including any files that may be a part of the first rendition.
  • the metadata may also include rules or selection criteria to enable the selection of an appropriate rendition based on a requesting application.
  • a second rendition is added to the compound file.
  • the second rendition may also be a visual representation of the document content, or it may be some other form, such as an audible representation or image representation.
  • metadata about the second rendition is added to the compound file. Again, the metadata describes the second rendition, including any files that may be a part of the second rendition.
  • the metadata may also include rules or selection criteria to enable the selection of an appropriate rendition based on a requesting application.
  • common descriptive metadata is added to the compound file, such as information about the author of the document or other rendition-neutral information about the document or the compound file.
  • the compound file includes two complete renditions, which may or may not share resources. This compound file may now be manipulated using a process similar to the one described above in conjunction with FIGURE 7.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Health & Medical Sciences (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Artificial Intelligence (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • User Interface Of Digital Computer (AREA)
  • Information Transfer Between Computers (AREA)
  • Document Processing Apparatus (AREA)

Abstract

L'invention porte sur un mécanisme de constitution d'un dossier unique (201) comportant de multiples représentations (202, 203, 204) d'un même document. Chacune des représentations (202, 203, 204) peut être optimisée pour fournir une présentation supérieure destinée à un dispositif ou une application particulière (220, 221, 222). Le mécanisme de l'invention se base de préférence sur un format composé de dossier (201) permettant plusieurs rendus (202, 203, 204) du même contenu (205) devant être stockés dans le dossier unique (201). On inclut dans le dossier unique (201) des métainformations (207) décrivant les différents rendus (202, 203, 204) ainsi que tout fichier support desdits rendus. Les inventeurs ont déterminé que le format composé (201) de dossier OLE (Object Linking and Embedding) était particulièrement bien adapté aux mises en oeuvre (202, 203, 204) de l'invention.
PCT/US2003/015705 2003-05-17 2003-05-17 Systemes et procede permettant d'obtenir differents rendus du contenu d'un document WO2004107214A1 (fr)

Priority Applications (9)

Application Number Priority Date Filing Date Title
CA2472552A CA2472552C (fr) 2003-05-17 2003-05-17 Systeme et methode permettant de fournir de multiples representations du contenu d'un document
EP03729008.7A EP1625515B1 (fr) 2003-05-17 2003-05-17 Systèmes et procédé permettant d'obtenir différents rendus du contenu d'un document
PCT/US2003/015705 WO2004107214A1 (fr) 2003-05-17 2003-05-17 Systemes et procede permettant d'obtenir differents rendus du contenu d'un document
MXPA04007408A MXPA04007408A (es) 2003-05-17 2003-05-17 Sistema y metodo para proporcionar interpretaciones multiples de contenido de documento.
CN038021161A CN1669026B (zh) 2003-05-17 2003-05-17 用于提供文档内容多样重现的系统和方法
AU2003233572A AU2003233572B8 (en) 2003-05-17 2003-05-17 System and method for providing multiple renditions of document content
BR0307046-8A BR0307046A (pt) 2003-05-17 2003-05-17 Sistema e método para a provisão de múltiplas interpretações de conteúdo de documento
JP2005500403A JP4542033B2 (ja) 2003-05-17 2003-05-17 文書コンテンツの複数のレンディションを提供するためのシステムおよび方法
KR1020047010614A KR100955750B1 (ko) 2003-05-17 2003-05-17 문서 컨텐트의 복수 렌디션을 제공하는 시스템 및 방법

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/US2003/015705 WO2004107214A1 (fr) 2003-05-17 2003-05-17 Systemes et procede permettant d'obtenir differents rendus du contenu d'un document

Publications (1)

Publication Number Publication Date
WO2004107214A1 true WO2004107214A1 (fr) 2004-12-09

Family

ID=33449010

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2003/015705 WO2004107214A1 (fr) 2003-05-17 2003-05-17 Systemes et procede permettant d'obtenir differents rendus du contenu d'un document

Country Status (9)

Country Link
EP (1) EP1625515B1 (fr)
JP (1) JP4542033B2 (fr)
KR (1) KR100955750B1 (fr)
CN (1) CN1669026B (fr)
AU (1) AU2003233572B8 (fr)
BR (1) BR0307046A (fr)
CA (1) CA2472552C (fr)
MX (1) MXPA04007408A (fr)
WO (1) WO2004107214A1 (fr)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006178945A (ja) * 2004-12-20 2006-07-06 Microsoft Corp プレゼンテーションを表すファイル形式、方法およびコンピュータプログラム製品
EP1760605A1 (fr) * 2005-09-01 2007-03-07 Canon Kabushiki Kaisha Procédé, dispositif et logiciel de traitement de documents structurés pour permettre l'envoi de ces documents vers différents types de dispositifs de sorties
US8122350B2 (en) 2004-04-30 2012-02-21 Microsoft Corporation Packages that contain pre-paginated documents
WO2013002918A1 (fr) * 2011-06-29 2013-01-03 Apple Inc. Publications électroniques à mise en page fixe
US8661332B2 (en) 2004-04-30 2014-02-25 Microsoft Corporation Method and apparatus for document processing

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100395711C (zh) * 2006-06-01 2008-06-18 无锡永中科技有限公司 一种对象链接与嵌入对象的转换方法
US8015213B2 (en) * 2008-06-26 2011-09-06 Microsoft Corporation Content having native and export portions
CN103294650B (zh) * 2012-02-29 2016-02-03 北大方正集团有限公司 一种显示电子文档的方法和装置
CN103678259B (zh) * 2013-12-18 2016-08-17 小米科技有限责任公司 一种页面的适配方法、装置和终端设备

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6230173B1 (en) * 1995-07-17 2001-05-08 Microsoft Corporation Method for creating structured documents in a publishing system

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DK15888D0 (da) * 1988-01-14 1988-01-14 Carlsberg Biotechnology Ltd Enzymatisk fremgangsmaade til fremstilling af immunmodulerende pentapeptider samt mellemprodukter til brug ved fremgangsmaaden
JPH0218650A (ja) * 1988-06-07 1990-01-22 Internatl Business Mach Corp <Ibm> 複数のデータ・ストリームの管理方法
US5956737A (en) * 1996-09-09 1999-09-21 Design Intelligence, Inc. Design engine for fitting content to a medium
JP3772606B2 (ja) * 1999-10-19 2006-05-10 株式会社日立製作所 電子文書管理方法及びシステム並びに記録媒体
JP3982969B2 (ja) * 2000-01-28 2007-09-26 株式会社リコー 文書管理装置
JP2002183125A (ja) * 2000-12-14 2002-06-28 Hitachi Ltd 文書情報管理方法および装置
JP2002269150A (ja) * 2001-03-07 2002-09-20 Ricoh Co Ltd 文書管理システム
US20020143623A1 (en) * 2001-03-29 2002-10-03 Dayley J. Don Method for personalized drive-thru service
CN1341888A (zh) * 2001-10-09 2002-03-27 中国人民解放军国防科学技术大学 基于控制文件的数据显控方法

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6230173B1 (en) * 1995-07-17 2001-05-08 Microsoft Corporation Method for creating structured documents in a publishing system

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8122350B2 (en) 2004-04-30 2012-02-21 Microsoft Corporation Packages that contain pre-paginated documents
US8661332B2 (en) 2004-04-30 2014-02-25 Microsoft Corporation Method and apparatus for document processing
JP2006178945A (ja) * 2004-12-20 2006-07-06 Microsoft Corp プレゼンテーションを表すファイル形式、方法およびコンピュータプログラム製品
EP1760605A1 (fr) * 2005-09-01 2007-03-07 Canon Kabushiki Kaisha Procédé, dispositif et logiciel de traitement de documents structurés pour permettre l'envoi de ces documents vers différents types de dispositifs de sorties
CN100502454C (zh) * 2005-09-01 2009-06-17 佳能株式会社 图像处理装置及其方法
US7933447B2 (en) 2005-09-01 2011-04-26 Canon Kabushiki Kaisha Image processing apparatus and method thereof
WO2013002918A1 (fr) * 2011-06-29 2013-01-03 Apple Inc. Publications électroniques à mise en page fixe
US9460530B2 (en) 2011-06-29 2016-10-04 Aplle Inc. Fixed layout electronic publications

Also Published As

Publication number Publication date
AU2003233572A1 (en) 2005-01-21
EP1625515B1 (fr) 2018-09-05
MXPA04007408A (es) 2005-08-15
BR0307046A (pt) 2005-03-08
AU2003233572B8 (en) 2010-01-28
CA2472552C (fr) 2012-06-26
KR20060061735A (ko) 2006-06-08
JP4542033B2 (ja) 2010-09-08
JP2006526190A (ja) 2006-11-16
CA2472552A1 (fr) 2004-11-17
AU2003233572B2 (en) 2009-12-17
EP1625515A4 (fr) 2007-09-05
KR100955750B1 (ko) 2010-04-30
CN1669026B (zh) 2011-07-06
CN1669026A (zh) 2005-09-14
EP1625515A1 (fr) 2006-02-15

Similar Documents

Publication Publication Date Title
US7213035B2 (en) System and method for providing multiple renditions of document content
RU2322687C2 (ru) Система и способ для обеспечения множественных воспроизведений содержания документов
JP6095596B2 (ja) 補足情報コンテンツを伴う文書目視欄の描出
US7506246B2 (en) Printing a custom online book and creating groups of annotations made by various users using annotation identifiers before the printing
US9110877B2 (en) Method and apparatus for utilizing an extensible markup language schema for managing specific types of content in an electronic document
RU2405204C2 (ru) Создание диаграмм с использованием фигур
US7380202B1 (en) Method and system for customizing and personalizing page control content
US20090313574A1 (en) Mobile document viewer
EP1800222A2 (fr) Systeme d&#39;annotation partage et son procede
US9449126B1 (en) System and method for displaying content according to a target format for presentation on a target presentation device
CA2472552C (fr) Systeme et methode permettant de fournir de multiples representations du contenu d&#39;un document
US7325197B1 (en) Method and system for providing page control content
US7490133B1 (en) Context-sensitive content level semantic information propagation system and method
US7308641B2 (en) Notebook layout view
US7934150B1 (en) Method and GUI for managing output settings in a form-based application
US8095877B1 (en) Method and graphical user interface for displaying an output preview in a form-based application
ZA200405152B (en) System and method for providing multiple renditions of document content.
KR20060024847A (ko) 통합뷰 서비스 제공시스템 및 제공방법

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 03802116.1

Country of ref document: CN

WWE Wipo information: entry into national phase

Ref document number: 2004/05152

Country of ref document: ZA

Ref document number: 2472552

Country of ref document: CA

Ref document number: 200405152

Country of ref document: ZA

WWE Wipo information: entry into national phase

Ref document number: 2003233572

Country of ref document: AU

WWE Wipo information: entry into national phase

Ref document number: 1020047010614

Country of ref document: KR

WWE Wipo information: entry into national phase

Ref document number: 2003729008

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: PA/a/2004/007408

Country of ref document: MX

WWE Wipo information: entry into national phase

Ref document number: 2005500403

Country of ref document: JP

AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ OM PH PL PT RO RU SC SD SE SG SK SL TJ TM TN TR TT TZ UA UG UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWP Wipo information: published in national office

Ref document number: 2003729008

Country of ref document: EP