EP1145140A2 - Invisible encoding of attribute data in character based documents and files - Google Patents
Invisible encoding of attribute data in character based documents and filesInfo
- Publication number
- EP1145140A2 EP1145140A2 EP00942022A EP00942022A EP1145140A2 EP 1145140 A2 EP1145140 A2 EP 1145140A2 EP 00942022 A EP00942022 A EP 00942022A EP 00942022 A EP00942022 A EP 00942022A EP 1145140 A2 EP1145140 A2 EP 1145140A2
- Authority
- EP
- European Patent Office
- Prior art keywords
- tag
- text
- sequence
- message
- invisible
- Prior art date
- Legal status (The legal status 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 status listed.)
- Withdrawn
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/103—Formatting, i.e. changing of presentation of documents
Definitions
- This invention relates to the field of information processing, and in particular to the encoding of information in electronic versions of documents and files.
- MIME Multipart Internet Mail Extension
- compatibility is provided by encoding the message twice: the first encoding is in "plain-text", and the second encoding is in "rich-text".
- the plain-text encoding is an encoding of all of the printable text characters in the message, without any control codes, or tags, that affect the display of these characters
- the rich-text format includes control codes that indicate the attributes associated with the printable text characters, such as bold, italics, underscore, color, font-size, font-type, and other attributes.
- a MIME-format file includes both encodings of the message.
- the application determines which encoding to use, depending upon its capabilities or the capabilities of the system upon which it is operating. If the application supports, for example, bold or italicized fonts, the rich-text format will be used to accurately reflect the presence of bold or italicized characters in the original message. Conversely, if the application or system is incapable of displaying bold or italicized letters, the plain-text encoding will be displayed.
- the MIME-format file consists exclusively of printable character codes.
- the tags, or control codes, in the original message are ignored in the plain-text encoding of the message, and are encoded in the rich-text format as sets of unique character strings.
- FIG. 1 illustrates the encodings of a message 100 into plain-text format 110 and rich-text format 120.
- FIG. 2 illustrates the composite MIME-format file 200 that includes both the plain-text format 110' and rich-text format 120', as well as MIME-specific control information that describes the contents of the file, the document type, and so on.
- the rich text format 120' includes control information 121, 122 that determine how the text elements are to appear when displayed, in this example, when to turn a "bold” rendering on 121, and off 122.
- control information 121, 122 that determine how the text elements are to appear when displayed, in this example, when to turn a "bold” rendering on 121, and off 122.
- attributetes the information that is in addition to the plain-text information.
- an application that supports bold, italics, and underlining processes the MIME-format file 200, it will process the rich-text format 120', and the displayed or printed message will appear similar to the original message 100 of FIG. 1. If the application or system does not support bold, italics, and underling, the application will process the plain-text format and the displayed or printed message will appear similar to the plain-text format 110 of FIG. 1.
- the above described proper display or printing of a MIME-format file 200 presupposes that the application is MIME-compatible. That is, it presupposes that the application recognizes the MIME-specific information 201, 202, 203 and selects the appropriate encoding 110', 120' for processing and display.
- An application that is not MIME- compatible will not recognize that the initial portion 201 of the file is a MIME- header, nor that the center portion 202 is a MIME-separator between the plain-text encoding 110' and the rich-text encoding 120', nor that the ending portion 203 is a MIME-footer.
- the MIME-format file 200 merely appears as a conventional text file.
- the displayed or printed MIME-format file 200 via such an application will appear similar to the image of the MIME-format file 200 of FIG. 2. That is, all of the MIME-specific information 201, 202, 203 will appear as part of the displayed document, as well as the plain-text format 110' and rich-text format 120' information.
- Such a direct display of the MIME-format file 200 is visually unappealing, and is often undecipherable to a user who is unfamiliar with the raw form of formatted computer files.
- messages that contain text elements and tag elements that may affect the display of the text elements are encoded as a plain-text message followed by a list of the changes to the plaintext message to effect the enhanced display of the plain-text message.
- the control and formatting attributes are appended to the plain-text, so that the direct display of the initial portion of the message is an immediately readable version of the text.
- the control and formatting information is encoded using "invisible" sequences of characters.
- unique sequences of invisible characters such as space, backspace, tab, etc.
- the tag elements are encoded as a sequence of visible characters and corresponding invisible characters that have the effect of erasing the visible characters from view, such as backspace characters.
- backspace characters By invisibly encoding the tag elements, the direct display of the message will appear as a plaintext message, because the tag elements will either be self-erasing, or appended to the plaintext message as "invisible" white space.
- FIG. 1 illustrates an example of a prior art plain-text and rich-text encoding of a document containing text elements and tag elements.
- FIG. 2 illustrates an example of a prior art MIME-encoding of a document containing text elements and tag elements.
- FIG. 3 illustrates an example of an encoding of a document containing text elements and tag elements that clusters the text elements in accordance with one aspect of this invention.
- FIGs. 4A-4C illustrate an example of an invisible encoding of the tag elements in accordance with another aspect of this invention.
- FIG. 5 illustrates an example of an encoding of a document containing text elements and tag elements that includes an example clustering of the text elements and an alternative example of an invisible encoding of the tag elements in accordance with this invention.
- FIG. 6 illustrates an example of an in-line invisible encoding of the tag elements of a document in accordance with this invention.
- FIG. 7 illustrates an example block diagram of an encoder for encoding a document in accordance with this invention.
- FIG. 8 illustrates an example flow diagram for encoding a document in accordance with this invention.
- FIG. 9 illustrates an example block diagram of a decoder for decoding a document that is encoded in accordance with this invention.
- FIG. 3 illustrates an example of an encoding of the document 100 in accordance with one aspect of this invention.
- the encoded document 300 includes a plain-text section 310, and a tag section 320.
- the plain-text section 310 is an extraction, or clustering, of the textual content of the document 100, without the attributes associated with the text that affect the appearance of the text.
- the tag section 320 is an extraction of each of the tag elements in the document 100, and an offset, or location, associated with the tag element. The offset is used to recreate the document 100 by applying each tag to the text 310 at the associated offset location in the encoded document 300. For example, the word "bold" 101, which occurs at the 33 rd through 36 th character locations in the input document 100, appears in bold type.
- the tag section 320 is illustrated as containing the number "32" 340 and the letter “B” 345, representing that a bold-start ("B") is to be applied immediately after the 32 nd ("32") character location in the plain-text 310.
- the tag section 320 contains the number "36” 350 and the letter sequence "/B", representing that a bold-end ("/B") is to be applied after the 36 th ("36") character location in the plain-text 310.
- the "32 B 36 /B" entry in the tag section 320 provides sufficient information for effecting a bold rendering of the word "bold” in the plain-text 310.
- Each subsequent attribute tag (“I” Italics, "UL” UnderLine) is similarly encoded with a reference to their intended location in the plain-text 310.
- Other types of tag elements such as HTML references to hypertext links, are similarly encoded. If the contents of the tag element are conventionally displayed, such as an explicitly referenced file name or Internet address, these contents remain in the plain-text 310. If the contents of the tag element are not conventionally displayed, such as references to internally generated references, similar to segment 202 in the example document of FIG. 2, they are encoded in the tag section 320, and do not appear in the plain-text 310.
- the plain-text 310 appears first in the formatted file 300. In this manner, a legacy application that displays the contents of the formatted file 300 directly will provide for a meaningful and easy to read rendition 310 of the text of the message 100. All of the tag information appears at the end of the text, and can be ignored by the user.
- the decoding of the formatted file 300 is facilitated by the use of a tag section delimiter " ⁇ changes:" 321 that identifies the end of the plain-text 310 and the beginning of the tag section 320.
- An application that is compatible with the format of the formatted file 300 recognizes this predefined delimiter, and thereafter interprets the subsequent information as tag-location— tag-information pairs.
- the particular choice of characters for the tag segment delimiter 321, " ⁇ changes:" is presented here for illustrative purposes only.
- a sequence of characters is selected that is highly likely to be unique; that is, a sequence that has a high likelihood of not coincidently appearing within the plain-text 310, for example "qx74gh#$6 ⁇ 2".
- the tag section delimiter can be deduced from the content of the formatted file 300.
- the application may process the formatted file 300 from the end toward the beginning, noting the occurrences of identifiable-tag- elements—numeric-location pairs.
- the beginning of the tag segment 320 is identified by the first absence of a identifiable-tag-elements— numeric-location pair.
- the tag elements will appear at the end of the plain-text 310.
- the tag elements in a preferred embodiment are encoded using "invisible" character codes. That is, the codes used to encode the tag elements and their locations are encoded such that a direct display of the encoded file will not produce a visible effect.
- a blank space is considered an "invisible” character, even though it produces a "white” space upon display.
- blank lines are included in the definition of "invisible”.
- FIGs. 4A-4C illustrate examples of a creation of invisible sequences corresponding to tag elements. Illustrated in FIG. 4 A, each type of tag element 410 is uniquely defined by a tag-type identifier 420.
- each tag-type identifier 420 can be predefined, or the mapping of unique identifiers to tag-types can be defined for each encoded document.
- the mapping of tag-types to tag-type identifiers is assumed herein as being predefined, alternative data mapping techniques being common in the art.
- a "begin italics" tag-type has an identifier of " 100" 421
- an "end italics” tag-type has an identifier of " 101 " 422, and so on.
- some tag-types have associated parameters.
- a "begin color” tag-type has an identifier of "106" 425, and this identifier is followed by parameters that define the magnitude of the red 426, green 427, and blue 428 components of the defined color.
- the binary representation 420B of the value of each tag-type identifier 420 is illustrated in FIG. 4 A.
- an invisible sequence is created for each tag element by encoding the sequence of binary (0-1) values in the binary representation 420B as a sequence of invisible characters. Illustrated in FIG. 4B, for example, a "space” (Sp) is used to represent a logic "0", while a “carriage return” (CR) is used to represent a logic "1 ".
- Sp space
- CR carriage return
- the example binary encoding 421B of a "begin italics" tag element, 01100100 is encoded as the sequence: Sp- CR-CR-Sp-Sp-CR-Sp-Sp 431.
- 4C is an encoding that uses four "invisible” characters to represent pairs of binary digits: a "space” (SP) represents a 00 pair, a “line feed” (LF) represents a 01 pair, a “tab” (Tb) represents 10, and a “carriage return” (CR) represents 11.
- SP space
- LF line feed
- Tb tab
- CR carriage return
- 01100100 42 IB representation of a "begin italics" tag element is encoded as the sequence: LF-Tb-LF-Sp 441.
- FIG. 5 illustrates an alternative encoding method that provides an "invisible sequence” using potentially visible characters in combination with character codes that "erase” the potentially visible characters.
- the encoded file 500 of FIG. 5 comprises plain-text 510 followed by a tag section 520.
- the end 519 of the plain-text 510 and the start of the tag section 520 are delineated by a delineation sequence 521.
- the delineation sequence 521 comprises a thrice repeated sequence of a "blank” character followed by a "backspace” character. Note that the direct display of a blank followed by a backspace will not be “visible", and will not produce "white space” on the display.
- the conventional "cursor placement" pointer will be advanced after producing the blank space, then decremented after producing the backspace, resulting in an effective stationary cursor placement pointer.
- the print head will advance to produce the blank space, then regress to effect a backspace.
- the tag section delimiter sequence 521 is an encoding of the first tag element offset and tag-type.
- the first tag in the message 100 the "begin- bold" tag, has an offset location of 32.
- the invisible sequence encoding 560 of this tag offset value comprises the number "32" 561 followed by two backspace characters 562.
- the tag element encoding 570 comprises the text string " ⁇ B>" 571 followed by three backspace characters 572. That is, the encoding of each tag-offset and tag-identifier is the text presented in FIG. 3 that identifies the changes to the plain-text 310 accompanied with a suitable number of backspace characters to erase each item.
- the characters "32" 561 will appear briefly at the end of the plain-text 510, and the cursor placement pointer will be returned to the end of the plain-text 510 by the two backspace characters 562.
- the visible characters may be typed, then struck over and over again as the print head is returned to the end of the plaintext for each item in the tag section 520 by the backspace characters.
- the printing and overstriking of a few characters at the end of a plain-text message may be preferable to the printing of blank spaces and lines at the end of the plain-text message.
- the encoding presented with respect to FIG. 4 that uses all invisible characters would be preferred.
- some legacy devices do not "process" backspace characters, displaying instead a symbol representing the backspace character. Therefore, if maximum compatibility with legacy devices is desired, the encoding presented with respect to FIG. 4 is also preferred.
- FIG. 6 illustrates an alternative encoding scheme that encodes the tag element information "in-line", obviating the need to encode an offset parameter for each tag.
- the same backspace erasure method presented with regard to FIG. 5 is used for "invisibly" encoding each tag.
- FIG. 7 illustrates an example block diagram of an encoder 700 that processes an input document 100 to produce an encoded file 780.
- the encoder 700 includes a parser
- the parser 710 distinguishes text elements in the input document 100 from tag elements. Text elements 712 are communicated to the file organizer and writer 730, and tag elements 714 are communicated to the tag encoder 720.
- the tag encoder 720 encodes the tag into a tag-type identifier, if it is not already thusly encoded. If the invisible-sequence feature of this invention is being employed, the tag encoder 720 also encodes the tag-type identifier into an invisible sequence, using, for example, one of the encodings presented above with regard to FIGs. 4-6.
- the encoded tag sequence 721 is communicated to the file organizer and writer 730. If in-line encoding is not being employed, the location of each tag element 711 in relation to the plain-text elements 712 is also communicated as an encoded offset, also using the techniques discussed above.
- the file organizer and writer 730 prepares the text 712 and tag 721 information for storage in an encoded file 780.
- file is used in a general sense herein, meaning a composite sequence of data. It includes, for example, a file on a computer system, a sequence of bytes in memory, a sequence of packets that are communicated over a network, and so on. If an in-line encoding of invisible sequences is being employed, the file organizer and writer 730 merely writes the text elements 712 and encoded tag sequences 721 to the encoded file 780 in the order in which they appear in the input document 100, as discussed with regard to FIG. 6. If in-line encoding is not being employed, the text elements 712 are each written directly to the encoded file 780, followed by each of the encoded tag sequences and its offset, as discussed with regard to FIGs. 3-5.
- FIG. 8 illustrates an example flow diagram for encoding an input document in accordance with the various aspects of this invention.
- the input message is opened for processing.
- the input message may be of various forms: a computer file, an image from a display screen, a web page, an input from a keyboard, and so on.
- the block 820 parses the input message for text elements and tag elements.
- the block 820 may also include means for creating tag elements based upon the form of the input message. For example, if the input message is a scanned image, the block 820 may be a text recognition system that identifies the text content as well as its attributes such as bold, italic, and so on.
- the corresponding tag sequence is determined, at 836. If in-line encoding is not being employed, the block 836 includes the offset location for this tag element in the corresponding tag sequence. If the invisible encoding aspect of this invention is being utilized, the block 836 converts the tag element into an invisible sequence. If, at 840, in-line encoding is not being employed, the encoded tag sequence is temporarily stored for subsequent appending to the end of the plain-text section of the output file. If, at 840, in-line encoding is being employed, the invisible sequence corresponding to the tag element is communicated to the block 850 for writing to the output file in the order in which it appears in the input message.
- block 832 merely communicates the text elements directly to block 850 for writing to the output file, but if any reformatting of the text of the input message is required, such as a conversion into ASCII character codes, it can be performed at this block 832.
- the system After the sequence corresponding to the element in the input message is written to the output file, at 850, or stored for subsequent use, at 842, the system loops back, via 860 to 820, to parse the next element, and this process is continued until the end of the input message.
- a delimiter marking the start of the tag section is written to the output file, at 875, and each of the stored tag sequences and its offset location is written to the output file, at 878.
- the direct display of the output file will result in a rendering of the textual content of the input message in an easy to read format. That is, if the output file is rendered for display by an application that is not "compatible" with the encoded format discussed herein, the initial section of the output file will still be rendered as a plain-text document, with no intervening visually-disturbing tag elements.
- FIG. 9 illustrates an example block diagram of a compatible decoder 900 that operates in accordance with the various aspects of this invention.
- the decoder 900 process an encoded file 901 to produce a rendered output 980 that includes the attributes associated with each of the text elements corresponding to the input document that was used to produce the encoded file 901.
- the decoder 900 includes a parser 910, a tag decoder 920, and a display driver 930.
- the encoded file 901 may be a computer file, a sequence of bytes in a computer memory, a sequence of packets on a communications medium, and so on.
- display 980 and display driver 930 are used in a general sense to include conventional computer displays and printers, and will be recognized by one of ordinary skill in the art as including intermediate display means such as files, web pages, applets, wavelets, cookies, and so on that contain information for producing a rendering via rendering applications such as web browsers and other viewing means.
- the parser 910 delineates the text elements from the encoded tags. If an in-line encoding of tags is employed, the parser 910 includes a tag recognition system that recognizes each encoded tag 911 as it occurs in the encoded file 901 ; otherwise, the parser 910 includes a tag section delimiter recognizer that serves to identify the end of text elements 912 and the start of tag elements 911. As noted above, techniques for distinguishing sections of files, or types of information data, are common in the art.
- the text elements 912 are provided directly to the display driver 930.
- the encoded tags sequences 911 are decoded by the tag decoder 920, and the decoded tag elements 921 are provided to the display driver 930.
- the display driver produces each text element in its appropriate rendered form immediately after receiving the tag element and text element. If an in-line encoding has not been used, the text elements 912 are displayed after any tag element 921 that may affect the particular text element 912 is processed.
- the decoder 980 may use the encoded file 901 as the "buffered" location of the text elements, and extract the text elements 912 as it proceeds through the list of changes to be effected by the tag elements.
- the parser 910 may be designed with multiple ports to the encoded file 901, one port accessing the beginning of the plain-text 310, and the other accessing the beginning of the tag section 320.
- the display driver 930 instructs the parser 910 to provide characters from the first port, up to the 32 nd character, and renders them unmodified to the output 980.
- the display driver 930 then effects a "bold” effect, based on the "B" tag 345 from the second port, and instructs the parser 910 to present subsequent characters from the first port, up to the 36 th character, as indicated by the "36" offset 350 on the first port.
- Each of these characters, from the 33 rd through the 36 th are rendered using a bold effect.
- the display driver 930 In response to the "/B" tag 355 from the second port, the display driver 930 disables the bold effect for subsequent characters from the first port. This dual access process, common in the art, continues until the end of the encoded file 901, producing an output 980 that includes the text and associated attributes representative of the input file that was used to create the encoded file 901.
- the encoded tag sequences have been presented as being placed at the end of the plain-text section of the encoded output file, similar to "end-notes" in a document.
- the encoded tag sequences may be placed at the end of each plain-text page or section, similar to "foot-notes", or “chapter-notes” in a document.
- the particular structure and sequences provided in this disclosure are intended for illustrative purposes.
- the encoder 700 and decoder 900 are presented herein as stand-alone devices, for completeness.
- the principles of this invention can be embodied via pre- and post- processors that transform message that have been encoded using conventional encoders, such as used to create a MIME-format file. That is, the encoder 700 can be configured to accept a MIME-format file as an input, and transform only the rich-text segment of the MIME-format file using the principles of this invention.
- a corresponding decoder 800 will accept this encoding of the rich-text segment and recreate a full (plain-text plus rich-text) MIME-format file for rendering via a conventional MIME-compatible display device.
- the display of the text via the decoder 800 has been presented as a rendering of the text with its attributes.
- the decoder 800 can be configured to render the plain-text section immediately to a display, then subsequently add the attributes corresponding to the tag elements.
- a download of an encoded document 901 from an Internet site will be presented immediately as plain-text, and then enhanced as time and bandwidth allow, similar to images that arrive without detail, and are then enhanced to reflect the detail.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Document Processing Apparatus (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
Description
Claims
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US33363299A | 1999-06-15 | 1999-06-15 | |
US333632 | 1999-06-15 | ||
PCT/EP2000/005239 WO2000077677A2 (en) | 1999-06-15 | 2000-06-07 | Invisible encoding of attribute data in character based documents and files |
Publications (2)
Publication Number | Publication Date |
---|---|
EP1145140A2 true EP1145140A2 (en) | 2001-10-17 |
EP1145140A3 EP1145140A3 (en) | 2002-11-13 |
Family
ID=23303608
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
EP00942022A Withdrawn EP1145140A3 (en) | 1999-06-15 | 2000-06-07 | Invisible encoding of attribute data in character based documents and files |
Country Status (4)
Country | Link |
---|---|
EP (1) | EP1145140A3 (en) |
JP (1) | JP2003502735A (en) |
CN (1) | CN1335966A (en) |
WO (1) | WO2000077677A2 (en) |
Families Citing this family (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2002101522A2 (en) * | 2001-06-12 | 2002-12-19 | International Business Machines Corporation | Method of authenticating a plurality of files linked to a text document |
ATE521928T1 (en) | 2001-06-12 | 2011-09-15 | Ibm | METHOD FOR INVISIBLY EMBEDDING THE LICENSE IDENTIFICATION OF THE PRODUCING LICENSED SOFTWARE IN A TEXT DOCUMENT |
ATE343898T1 (en) | 2001-06-12 | 2006-11-15 | Ibm | METHOD FOR INVISIBLY EMBEDDING AND HIDING DATA IN SOFT-COPY TEXT DOCUMENTS |
KR100451180B1 (en) | 2001-11-28 | 2004-10-02 | 엘지전자 주식회사 | Method for transmitting message service using tag |
JP2003196270A (en) * | 2001-12-27 | 2003-07-11 | Sharp Corp | Document information processing method, document information processor, communication system, computer program and recording medium |
JP4828091B2 (en) * | 2003-03-05 | 2011-11-30 | ヒューレット・パッカード・カンパニー | Clustering method program and apparatus |
JP4184155B2 (en) * | 2003-05-22 | 2008-11-19 | シャープ株式会社 | Data processing apparatus, data processing method, data processing program, and computer-readable recording medium recording the data processing program |
EP1628227A4 (en) * | 2003-05-22 | 2010-07-07 | Sharp Kk | Data processing device, data processing method, data processing program, and computer-readable recording medium containing the data processing program |
JP2008016048A (en) * | 2003-09-22 | 2008-01-24 | Fujitsu Ltd | Program, information processor, and method for processing invisible character |
CN101110979B (en) * | 2006-07-19 | 2011-06-22 | 阿里巴巴集团控股有限公司 | Method, device and system for message transmission |
JP4628450B2 (en) * | 2008-07-01 | 2011-02-09 | シャープ株式会社 | Data processing apparatus, data processing method, data processing program, and recording medium |
CN107172436B (en) * | 2017-06-09 | 2019-11-26 | 国政通科技股份有限公司 | A kind of method and system of ID card information transmission protection |
CN111144073B (en) * | 2019-12-30 | 2021-11-16 | 文思海辉智科科技有限公司 | Blank character visualization method and device in online text display system |
CN117556782A (en) * | 2024-01-11 | 2024-02-13 | 深圳市度申科技有限公司 | Text formatting method, electronic equipment and computer readable storage medium |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4370645A (en) * | 1981-06-16 | 1983-01-25 | International Business Machines Corporation | Ghost cursor in display all codes mode |
GB8505340D0 (en) * | 1985-03-01 | 1985-04-03 | Vickers Shipbuilding & Eng | Computerised presentation of documentation |
US4749289A (en) * | 1986-06-13 | 1988-06-07 | Brother Kogyo Kabushiki Kaisha | Printing device for attribute printing |
-
2000
- 2000-06-07 JP JP2001503086A patent/JP2003502735A/en active Pending
- 2000-06-07 CN CN00801713A patent/CN1335966A/en active Pending
- 2000-06-07 EP EP00942022A patent/EP1145140A3/en not_active Withdrawn
- 2000-06-07 WO PCT/EP2000/005239 patent/WO2000077677A2/en not_active Application Discontinuation
Non-Patent Citations (1)
Title |
---|
See references of WO0077677A2 * |
Also Published As
Publication number | Publication date |
---|---|
WO2000077677A2 (en) | 2000-12-21 |
WO2000077677A3 (en) | 2001-05-03 |
EP1145140A3 (en) | 2002-11-13 |
JP2003502735A (en) | 2003-01-21 |
CN1335966A (en) | 2002-02-13 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6966029B1 (en) | Script embedded in electronic documents as invisible encoding | |
US7973946B2 (en) | Global printing system and method of using same | |
US8201088B2 (en) | Method and apparatus for associating with an electronic document a font subset containing select character forms which are different depending on location | |
US7315867B2 (en) | Document processing apparatus, document processing method, document processing program, and recording medium | |
EP1145140A2 (en) | Invisible encoding of attribute data in character based documents and files | |
US20080320379A1 (en) | Method for Generating and Opening Computer Forme File | |
JP2009545064A5 (en) | ||
EP1126379A1 (en) | Conversion of directly assigned document format attributes | |
US20040257591A1 (en) | Method and system for rendering Unicode complex text data in a printer | |
Shah et al. | Text steganography using character spacing after normalization | |
Becker | Unicode 88 | |
EP1142231B1 (en) | Invisible encoding for delivery control | |
Emiliano | Issues in the typographic representation of medieval primary sources | |
US20110242110A1 (en) | Depiction of digital data for forensic purposes | |
KR100214341B1 (en) | Korean alphabet displaying method for facsimile | |
KR20070001515A (en) | Apparatus and method for electronic documents reproducing | |
Molesworth | The open interchange of electronic documents (open document architecture (ODA)) | |
Schmidle et al. | Data entry specs for Chinese text: version 2.0. 1 (22nd June 2009) | |
JPH09185673A (en) | Character recognized result output method | |
JPH04190292A (en) | Document processing device | |
JPH10320393A (en) | Document compiling method | |
JPH04313144A (en) | Word processor |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
AK | Designated contracting states |
Kind code of ref document: A2 Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE |
|
AX | Request for extension of the european patent |
Free format text: AL;LT;LV;MK;RO;SI |
|
XX | Miscellaneous |
Free format text: DERZEIT SIND DIE WIPO-PUBLIKATIONSDATEN A3 NICHT VERFUEGBAR. |
|
PUAK | Availability of information related to the publication of the international search report |
Free format text: ORIGINAL CODE: 0009015 |
|
17P | Request for examination filed |
Effective date: 20011105 |
|
AK | Designated contracting states |
Kind code of ref document: A3 Designated state(s): DE ES FR GB IT |
|
RBV | Designated contracting states (corrected) |
Designated state(s): DE ES FR GB IT |
|
STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN |
|
18D | Application deemed to be withdrawn |
Effective date: 20060921 |