JP2011130512A - Communication device and method, control program therefor, and storage medium - Google Patents

Communication device and method, control program therefor, and storage medium Download PDF

Info

Publication number
JP2011130512A
JP2011130512A JP2011073417A JP2011073417A JP2011130512A JP 2011130512 A JP2011130512 A JP 2011130512A JP 2011073417 A JP2011073417 A JP 2011073417A JP 2011073417 A JP2011073417 A JP 2011073417A JP 2011130512 A JP2011130512 A JP 2011130512A
Authority
JP
Japan
Prior art keywords
text data
character information
receiving
image
data
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.)
Pending
Application number
JP2011073417A
Other languages
Japanese (ja)
Inventor
Takao Ikuno
貴生 生野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2011073417A priority Critical patent/JP2011130512A/en
Publication of JP2011130512A publication Critical patent/JP2011130512A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Facsimiles In General (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a communication device and method for efficiently handling various types of information, to provide a control program therefor, and to provide a storage medium. <P>SOLUTION: Electronic mail is received (S201), and it is determined whether the electronic mail is related to image information or related to character information (S202). If related to character information, the electronic mail is temporarily stored in a DRAM in text format (S204). Further, text data are converted into image data of a format recordable on a recording sheet (S206). The image data produced are stored in the DRAM (S207) and on the basis of the image data stored in the DRAM, an image is output to the recording sheet (S208). <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は通信装置、通信方法、その制御プログラム、及び記憶媒体に関するものである。   The present invention relates to a communication device, a communication method, a control program thereof, and a storage medium.

従来から、電子メール等のデータを送受信する通信装置が存在する。そのような通信装置には、例えばいわゆるインターネットFAXが含まれる。   Conventionally, there is a communication device that transmits and receives data such as electronic mail. Such a communication apparatus includes, for example, a so-called Internet FAX.

電子メールのフォーマットとしては現在ではMIME(RFC2046/2045)を用いるのが一般的となっている。MIMEフォーマットでは、1つのメールに対して、画像情報や文字情報を混在して、まとめて1つの通信として行うことが可能であるが、電子メールに画像情報のようなバイナリ・データを添付して送信する場合、テキスト形式にエンコード(データ変換)してから送信し、受信者が元のバイナリ・ファイルに復元する方法をとっている。   Currently, MIME (RFC 2046/2045) is generally used as an e-mail format. In the MIME format, it is possible to mix image information and character information for one mail and collectively perform as one communication. However, binary data such as image information is attached to an e-mail. In the case of transmission, a method is adopted in which the data is encoded after being encoded (data conversion) and then transmitted, and the recipient restores the original binary file.

インターネットFAXのようにメール受信機能を有するFAXでは、受信した電子メールを、FAX受信した場合と同様に出力することができる。その場合、受信したテキストデータが画像情報を表すものである場合に画像データに変換してから記録紙に出力している。   In a FAX having a mail receiving function such as an Internet FAX, a received electronic mail can be output in the same manner as when the FAX is received. In this case, when the received text data represents image information, it is converted to image data and then output to the recording paper.

しかしながら、従来のインターネットFAXでは画像情報を表すテキストデータのみを受信・記録しており、その他の種類のデータは出力できないデータとして扱っていた。   However, in the conventional Internet FAX, only text data representing image information is received and recorded, and other types of data are handled as data that cannot be output.

即ち、従来のインターネットFAXでは、図6のような電子メール受信処理の流れとなっていた。ステップS401で電子メールを受信すると、ステップS402で取りあえずそのままテキスト形式でメモリに保存し、次に、ステップS403において、電子メールに含まれる1つのファイルとしてのテキストデータに対し、画像データをテキスト形式に変換したものか否か、つまり画像情報を表すテキストデータか否かを判断する。画像情報を表すテキストデータであれば、ステップS405で復号してバイナリの画像データに戻す。ステップS405で生成された画像データは、ステップS406でメモリに保存され、ステップS407において、メモリに格納された画像データに基づいて、画像を記録紙に出力し、ステップS408でメモリからステップS402で保存したテキストデータを削除し、ステップS409に進む。また、ステップS403において、受信したテキストデータが画像情報を表すものでない場合は、取り扱うことのできないデータとして、そのままステップS409に進む。そして、ステップS409でその電子メールに他のデータが残っているかどうか判断する。他のデータが残っている場合は、ステップS403に戻り、そのデータに対して同様の解析処理を行い、他にデータがない場合には処理を終了する。   That is, in the conventional Internet FAX, an e-mail receiving process flow as shown in FIG. When the e-mail is received in step S401, it is temporarily stored in the text format in the memory in step S402. Next, in step S403, the image data is converted into the text format for the text data as one file included in the e-mail. It is determined whether or not the data has been converted, that is, whether or not the text data represents image information. If it is text data representing image information, it is decoded in step S405 and returned to binary image data. The image data generated in step S405 is stored in the memory in step S406. In step S407, the image is output to a recording sheet based on the image data stored in the memory. In step S408, the image data is stored in the memory in step S402. The deleted text data is deleted, and the process proceeds to step S409. If the received text data does not represent image information in step S403, the process proceeds directly to step S409 as data that cannot be handled. In step S409, it is determined whether other data remains in the e-mail. If other data remains, the process returns to step S403, the same analysis process is performed on the data, and if there is no other data, the process ends.

従来の手法では、パソコン等から送られる電子メールデータを受信する際に、画像情報と共に受信した文字情報を自動的に記録紙に保存することは行っていなかった。このため、通信データの情報を失なうことになっていた。   In the conventional method, when receiving e-mail data sent from a personal computer or the like, character information received together with image information is not automatically saved on a recording sheet. For this reason, communication data information has been lost.

本発明は上記従来技術の課題を解決するためになされたもので、その目的とするところは、様々な情報を取扱うことのできる通信装置、通信方法、その制御プログラム、及び記憶媒体を提供することにある。   The present invention has been made to solve the above-described problems of the prior art, and an object thereof is to provide a communication device, a communication method, a control program, and a storage medium that can handle various types of information. It is in.

上記目的を達成するため、本発明に係る装置は、
テキストデータを受信する受信手段と、
前記テキストデータの内容が文字情報であるか否かを判断する判断手段と、
前記テキストデータの内容が文字情報であると判断した場合、該文字情報に含まれる文字を視覚的に表すための画像データに前記テキストデータを変換する変換手段と、
テキストデータを前記受信手段で受信した場合に、前記変換手段で変換した前記画像データに基づいて、自動的に記録材に画像を記録する記録手段と、
前記記録手段において画像を記録材に記録する際の表記方法をユーザに設定させるための操作手段とを有し、
前記変換手段は、前記操作手段により設定された表記方法に従い、前記テキストデータを前記画像データに変換することを特徴とする。
In order to achieve the above object, an apparatus according to the present invention provides:
Receiving means for receiving text data;
Determining means for determining whether the content of the text data is character information;
When it is determined that the content of the text data is character information, conversion means for converting the text data into image data for visually representing characters included in the character information;
A recording unit that automatically records an image on a recording material based on the image data converted by the conversion unit when text data is received by the receiving unit;
Operation means for allowing a user to set a notation method when recording an image on a recording material in the recording means,
The converting means converts the text data into the image data in accordance with the notation method set by the operating means.

上記目的を達成するため、本発明に係る通信方法は、
テキストデータを受信する受信工程と、
前記テキストデータの内容が文字情報であるか否かを判断する判断工程と、
前記テキストデータの内容が文字情報であると判断した場合に、該文字情報に含まれる文字を視覚的に表すための画像データに変換する変換工程と、
テキストデータを前記受信工程で受信した場合に、前記変換工程で変換された前記画像データに基づいて、自動的に記録材に画像を記録する記録工程と、を有し、
前記変換工程では、ユーザにより設定された表記方法に従い、前記テキストデータを前記画像データに変換することを特徴とする。
In order to achieve the above object, a communication method according to the present invention comprises:
A receiving process for receiving text data;
A determination step of determining whether the content of the text data is character information;
When it is determined that the content of the text data is character information, a conversion step of converting the image data to visually represent characters included in the character information;
A recording step of automatically recording an image on a recording material based on the image data converted in the conversion step when text data is received in the reception step;
In the conversion step, the text data is converted into the image data in accordance with a notation method set by a user.

上記目的を達成するため、本発明に係る制御プログラムは、
プロセッサを有する受信装置を制御する制御プログラムであって、
前記プロセッサに、
テキストデータを受信する受信工程と、
前記テキストデータの内容が文字情報であるか否かを判断する判断工程と、
前記テキストデータの内容が文字情報であると判断した場合に、該文字情報に含まれる文字を視覚的に表すための画像データに変換する変換工程と、
テキストデータを前記受信工程で受信した場合に、前記変換工程で変換された前記画像データに基づいて、自動的に記録材に画像を記録する記録工程と、を実現させ、
前記変換工程では、ユーザにより設定された表記方法に従い、前記テキストデータを前記画像データに変換することを特徴とする。
In order to achieve the above object, a control program according to the present invention provides:
A control program for controlling a receiving device having a processor,
In the processor,
A receiving process for receiving text data;
A determination step of determining whether the content of the text data is character information;
When it is determined that the content of the text data is character information, a conversion step of converting the image data to visually represent characters included in the character information;
When the text data is received in the reception step, based on the image data converted in the conversion step, a recording step of automatically recording an image on a recording material,
In the conversion step, the text data is converted into the image data in accordance with a notation method set by a user.

上記目的を達成するため、本発明に係る記憶媒体は、上記制御プログラムを格納したことを特徴とする。   In order to achieve the above object, a storage medium according to the present invention stores the above control program.

本発明によれば、様々な情報を取扱うことのできる通信装置、通信方法、その制御プログラム、及び記憶媒体を提供することができる。   ADVANTAGE OF THE INVENTION According to this invention, the communication apparatus which can handle various information, a communication method, its control program, and a storage medium can be provided.

本発明の第1実施形態に係るインターネットFAXのハードウエア構成を示した図である。It is the figure which showed the hardware constitutions of the internet FAX which concerns on 1st Embodiment of this invention. 本発明の第1実施形態に係るインターネットFAXのテキストデータ受信処理を示すフローチャートである。It is a flowchart which shows the text data reception process of the internet FAX which concerns on 1st Embodiment of this invention. 本発明の第1実施形態に係るインターネットFAXのパラメータ設定操作を説明する図である。It is a figure explaining parameter setting operation of the Internet FAX concerning a 1st embodiment of the present invention. 本発明の第1実施形態に係るインターネットFAXのパラメータ設定操作を説明する図である。It is a figure explaining parameter setting operation of the Internet FAX concerning a 1st embodiment of the present invention. 本発明の第1実施形態に係るインターネットFAXのデータ変換処理を示すフローチャートである。It is a flowchart which shows the data conversion process of the internet FAX which concerns on 1st Embodiment of this invention. 従来の通信装置のテキストデータ受信処理を示すフローチャートである。It is a flowchart which shows the text data reception process of the conventional communication apparatus.

以下に、図面を参照して、この発明の好適な実施の形態を例示的に詳しく説明する。ただし、この実施の形態に記載されている構成要素の相対配置、表示画面等は、特に特定的な記載がない限りは、この発明の範囲をそれらのみに限定する趣旨のものではない。なお、本明細書で文字情報とは、文字の組合せで意味を有する情報であり、画像情報とは、写真データやイラストなど、視覚的に表現して初めて意味をなすデジタル・データをいうものとする。   Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the drawings. However, the relative arrangement of components, the display screen, and the like described in this embodiment are not intended to limit the scope of the present invention only to those unless otherwise specified. In this specification, character information is information having meaning by a combination of characters, and image information is digital data such as photo data and illustrations that makes sense only when visually expressed. To do.

(第1の実施の形態)
本発明に係る通信装置の第1の実施形態としてのインターネットFAXについて図1、図2を用いて説明する。
(First embodiment)
An Internet FAX as a first embodiment of a communication apparatus according to the present invention will be described with reference to FIGS.

図1は、インターネットFAXの概略構成を示すブロック図である。この図1において、CPU101はシステムの制御部であり、装置全体を制御する。ROM102はCPUの制御プログラムを格納するためのメモリである。SRAM103はオペレータが登録した設定値や装置の管理データ等や各種ワーク用バッファ等を格納するメモリである。DRAM104はプログラム制御変数等を格納するためのメモリである。また画像データ、テキストデータをも蓄積する。読取部105は原稿上の画像を光学的に読み取り、バイナリデータに変換する装置を含む。記録部106は、DRAMに格納された画像データを、記録紙に出力する装置である。ネットワーク通信制御部107は、本FAXの外部のネットワークと通信を行うためのインターフェースである。操作部108は、テンキー、ワンタッチキー、モードキー、セットキー等を備え、オペレータから設定データを獲得する。CODEC109は入力した画像データの符号化処理や復号処理を行う装置を含む。また画像の縮小拡大処理もここで行われる。   FIG. 1 is a block diagram showing a schematic configuration of the Internet FAX. In FIG. 1, a CPU 101 is a system control unit and controls the entire apparatus. The ROM 102 is a memory for storing a CPU control program. The SRAM 103 is a memory for storing setting values registered by the operator, device management data, and various work buffers. The DRAM 104 is a memory for storing program control variables and the like. It also stores image data and text data. The reading unit 105 includes a device that optically reads an image on a document and converts it into binary data. The recording unit 106 is a device that outputs the image data stored in the DRAM to recording paper. The network communication control unit 107 is an interface for communicating with a network outside the FAX. The operation unit 108 includes a numeric keypad, a one-touch key, a mode key, a set key, and the like, and acquires setting data from the operator. The CODEC 109 includes a device that performs encoding processing and decoding processing of input image data. Further, the reduction / enlargement processing of the image is also performed here.

次に、本実施形態に係るインターネットFAXでのテキストデータ受信処理について説明する。図2は、本実施形態に係るインターネットFAXでのテキストデータ受信処理の流れを示すフローチャートである。   Next, text data reception processing by Internet FAX according to the present embodiment will be described. FIG. 2 is a flowchart showing the flow of text data reception processing on the Internet FAX according to the present embodiment.

まず、ステップS201において、CPU101にネットワークからの受信を行う処理要求イベントが発生し、電子メールをMIMEのフォーマットで受信する。   First, in step S201, a processing request event for receiving from the network occurs in the CPU 101, and an email is received in the MIME format.

次に、ステップS202において、電子メールのヘッダから、その電子メールが画像情報に関するものか否か判断する。具体的には、MIMEのフォーマットのContent−Typeを調べる。Content−Typeが、textと記述されているとテキスト情報であると判断し、imageと記述されていると画像情報であると判断する。   Next, in step S202, it is determined from the header of the email whether the email is related to image information. Specifically, the Content-Type of the MIME format is examined. If Content-Type is described as text, it is determined as text information, and if it is described as image, it is determined as image information.

画像情報に関するものであれば、ステップS203で、符号化されてテキスト形式になっているデータを復号してバイナリの画像データに戻し、ステップS207に進む。   If it is related to image information, in step S203, the encoded text data is decoded and returned to binary image data, and the process proceeds to step S207.

画像情報に関するものでなければ、ステップS204で、取りあえずそのままテキスト形式でDRAM104に保存し、次に、ステップS205において、テキストデータが文字情報か否か判断する。文字情報であれば、ステップS206に進み、記録紙に記録できるフォーマットの画像データに変換し、ステップS207に進む。文字情報のテキストデータでもなければ、そのままステップS209に進む。   If it is not related to image information, in step S204, it is stored in the DRAM 104 as it is in the text format for the time being. Next, in step S205, it is determined whether or not the text data is character information. If it is character information, the process proceeds to step S206, where it is converted into image data in a format that can be recorded on recording paper, and the process proceeds to step S207. If it is not text data of character information, the process proceeds to step S209 as it is.

ステップS207においては、ステップS203又はステップS206で生成された画像データをDRAM104に保存し、ステップS208において、DRAM104に格納された画像データに基づいて、画像を記録紙に出力する。   In step S207, the image data generated in step S203 or step S206 is stored in the DRAM 104, and in step S208, an image is output to a recording sheet based on the image data stored in the DRAM 104.

ステップS209では、次に受信する電子メールデータが存在するか否か判断し、存在すればステップS202に戻って、次のデータに対し、処理を行う。   In step S209, it is determined whether or not e-mail data to be received next exists, and if it exists, the process returns to step S202 to process the next data.

次に、ステップS206で行われる変換処理について詳しく説明する。   Next, the conversion process performed in step S206 will be described in detail.

受信したテキストデータは、テキストコードデータであるため、文字の種類を示す情報しかもっておらず、フォントや、大きさ、太字、傾きなどの情報は有していない。逆に言えば、テキストデータを画像データに変換する際には、これらのパラメータを設定する必要がある。本実施形態では、これらのパラメータのいずれかをユーザが自由に設定できる構成とすることによって、ステップS208において、ユーザが望むとおりの出力が得られるものである。   Since the received text data is text code data, it has only information indicating the type of character, and has no information such as font, size, bold, and inclination. In other words, it is necessary to set these parameters when converting text data into image data. In the present embodiment, an output as desired by the user can be obtained in step S208 by adopting a configuration in which any of these parameters can be freely set by the user.

また、電子メール形式で受信したテキストデータの場合には、プリントの際に、ヘッダにメールアドレスやサブジェクトを表記しても良く、それらの表記の有無やその表記方法をユーザが選択できる構成としてもよい。   In addition, in the case of text data received in an e-mail format, an e-mail address or subject may be described in the header at the time of printing. Good.

即ち、図3のように、FAXの操作部108に対し、所定の操作が行われると、パネル108aに、各種表示形式のパラメータ選択画面を表示する。図は、メールアドレスの表記方法として、名前<aaa@bbb>という表記か、<aaa@bbb>(名前)という表記か、aaa@bbbという表記か、を選択するための画面例である。   That is, as shown in FIG. 3, when a predetermined operation is performed on the FAX operation unit 108, a parameter selection screen of various display formats is displayed on the panel 108a. The figure shows an example of a screen for selecting a name <aaa @ bbb>, <aaa @ bbb> (name), or aaa @ bbb as a mail address notation method.

記録紙301に記録する際には、この画面で選択した表示形式によって出力する。即ち、ここでは、名前<aaa@bbb>という表記を選択したため、ヘッダのto及びfromの欄に、山田一郎<yamada@abcdef.co.jp>と鈴木花子<hanako@zzz.com>と表記される。装置内部の処理としては、パネル108aから選択された内容がDRAM104などのメモリに登録され、テキストデータを画像データに変換する際にメモリから読出して参照する。   When recording on the recording paper 301, the data is output in the display format selected on this screen. In other words, since the name <aaa @ bbb> is selected here, in the header's to and from fields, Yamada Ichiro <yamada@abcdef.co.jp> and Suzuki Hanako <hanako@zzz.com> The As processing within the apparatus, the content selected from the panel 108a is registered in a memory such as the DRAM 104, and is read from the memory and referred to when text data is converted into image data.

図4は、文字情報の出力形式及びその設定パラメータについて示す図である。 メールヘッダ部を上段に表示することにより、受信データの送信先、送信元、到着日時、タイトル等の情報を明確にしている。中段にはメール本文データを配置し、メールにより伝えたい文章情報を記す。最後にフッタを付け、ページ情報などを載せる。   FIG. 4 is a diagram showing an output format of character information and its setting parameters. By displaying the mail header part at the top, information such as the destination, source, arrival date / time, and title of the received data is clarified. In the middle, mail text data is placed, and the text information you want to convey by mail is written. At the end, add a footer and put page information.

ユーザが操作部108に対して操作することにより、これらの表示内容や表示位置、表示形式を自由に設定することができる。これにより、ユーザの必要な情報を見やすい位置に見やすい形式で配置することが可能となる。   When the user operates the operation unit 108, the display content, display position, and display format can be freely set. As a result, it is possible to arrange the information necessary for the user in an easy-to-view format at an easy-to-see position.

ここでは、(1)メールアドレスの表記方法、(2)to,from,date,subject等の表示/非表示、(3)本文の出力フォント、(4)本文の自動改行文字数、(5)フッタのレイアウトを自由変更でき、その他のパラメータはデフォルト値固定であるが、本発明はこれに限定されるものではない。   Here, (1) E-mail address notation method, (2) To / from, date, subject, etc. display / hide, (3) Text output font, (4) Automatic line feed number of text, (5) Footer However, the present invention is not limited to this, although the other parameters are fixed at default values.

また、本実施形態では、記録紙に出力する際のプリントサイズを自動的に変更するように構成されている。   Further, the present embodiment is configured to automatically change the print size when outputting to recording paper.

図5は、ステップS206の処理内容を示すフローチャートである。   FIG. 5 is a flowchart showing the processing content of step S206.

あるテキストデータが文字情報についてのものと判断され、ステップS206に進むと、まずステップS501で、同じメール中の他の受信データに画像情報が含まれているかどうかを調べる。画像情報が添付されていない場合は、ステップS502で、装置内でデフォルトとして決まっている紙サイズに設定する。一方、画像データが添付されている場合は、ステップS503で添付画像の紙サイズと同じ紙サイズを設定する。   If it is determined that certain text data is related to character information and the process proceeds to step S206, it is first checked in step S501 whether other received data in the same mail contains image information. If no image information is attached, in step S502, the paper size set as a default in the apparatus is set. On the other hand, if image data is attached, the same paper size as that of the attached image is set in step S503.

そして、ステップS504に進み、設定された紙サイズに応じて、テキストデータを画像データに変換する。   In step S504, the text data is converted into image data in accordance with the set paper size.

以上のように、プリントサイズを画像情報のサイズに合わせるので、同じ電子メールで受信した情報を同じプリントサイズで出力することができ、プリントの取扱いが便利になる。画像情報のサイズは、例えば、TIFFのフォーマットで送られてくる画像のヘッダ部に記述されている。それにより、画像情報のサイズがわかるので、画像情報の記録のためにそれに適した紙サイズを選択し、文字情報についても同じ紙サイズを選ぶようにすればよい。   As described above, since the print size is adjusted to the size of the image information, the information received by the same e-mail can be output with the same print size, and the print handling becomes convenient. The size of the image information is described in, for example, the header portion of the image sent in the TIFF format. As a result, the size of the image information can be known, so that a paper size suitable for recording the image information can be selected, and the same paper size can be selected for the character information.

なお、本発明は、複数の機器(例えばホストコンピュータ、インタフェイス機器、リーダ、プリンタなど)から構成されるシステムに適用しても、一つの機器からなる装置(例えば、複写機、ファクシミリ装置など)に適用してもよい。   Note that the present invention can be applied to a system including a plurality of devices (for example, a host computer, an interface device, a reader, and a printer), and a device (for example, a copying machine and a facsimile device) including a single device. You may apply to.

また、本発明の目的は、前述した実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体(または記録媒体)を、システムあるいは装置に供給し、そのシステムあるいは装置のコンピュータ(またはCPUやMPU)が記憶媒体に格納されたプログラムコードを読み出し実行することによっても、達成されることは言うまでもない。この場合、記憶媒体から読み出されたプログラムコード自体が前述した実施形態の機能を実現することになり、そのプログラムコードを記憶した記憶媒体は本発明を構成することになる。また、コンピュータが読み出したプログラムコードを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムコードの指示に基づき、コンピュータ上で稼働しているオペレーティングシステム(OS)などが実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Another object of the present invention is to supply a storage medium (or recording medium) in which a program code of software that realizes the functions of the above-described embodiments is recorded to a system or apparatus, and the computer (or CPU or CPU) of the system or apparatus. Needless to say, this can also be achieved by the MPU) reading and executing the program code stored in the storage medium. In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiments, and the storage medium storing the program code constitutes the present invention. Further, by executing the program code read by the computer, not only the functions of the above-described embodiments are realized, but also an operating system (OS) running on the computer based on the instruction of the program code. It goes without saying that a case where the function of the above-described embodiment is realized by performing part or all of the actual processing and the processing is included.

さらに、記憶媒体から読み出されたプログラムコードが、コンピュータに挿入された機能拡張カードやコンピュータに接続された機能拡張ユニットに備わるメモリに書込まれた後、そのプログラムコードの指示に基づき、その機能拡張カードや機能拡張ユニットに備わるCPUなどが実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Furthermore, after the program code read from the storage medium is written into a memory provided in a function expansion card inserted into the computer or a function expansion unit connected to the computer, the function is determined based on the instruction of the program code. It goes without saying that the CPU or the like provided in the expansion card or the function expansion unit performs part or all of the actual processing and the functions of the above-described embodiments are realized by the processing.

本発明を上記記憶媒体に適用する場合、その記憶媒体には、先に説明した(図2および/または図5に示す)フローチャートに対応するプログラムコードが格納されることになる。   When the present invention is applied to the above-described storage medium, the storage medium stores program codes corresponding to the flowcharts described above (shown in FIGS. 2 and / or 5).

Claims (10)

テキストデータを受信する受信手段と、
前記テキストデータの内容が文字情報であるか否かを判断する判断手段と、
前記テキストデータの内容が文字情報であると判断した場合、該文字情報に含まれる文字を視覚的に表すための画像データに前記テキストデータを変換する変換手段と、
テキストデータを前記受信手段で受信した場合に、前記変換手段で変換した前記画像データに基づいて、自動的に記録材に画像を記録する記録手段と、
前記記録手段において画像を記録材に記録する際の表記方法をユーザに設定させるための操作手段とを有し、
前記変換手段は、前記操作手段により設定された表記方法に従い、前記テキストデータを前記画像データに変換することを特徴とする通信装置。
Receiving means for receiving text data;
Determining means for determining whether the content of the text data is character information;
When it is determined that the content of the text data is character information, conversion means for converting the text data into image data for visually representing characters included in the character information;
A recording unit that automatically records an image on a recording material based on the image data converted by the conversion unit when text data is received by the receiving unit;
Operation means for allowing a user to set a notation method when recording an image on a recording material in the recording means,
The communication device is characterized in that the conversion means converts the text data into the image data in accordance with a notation method set by the operation means.
前記表記方法は、前記文字情報に含まれる文字の、サイズ、フォント、1行の文字数、又は1頁の行数、のうち、少なくともいずれか一つを含むことを特徴とする請求項1に記載の通信装置。   The said notation method includes at least one of a size, a font, the number of characters of one line, or the number of lines of one page of characters included in the character information. Communication equipment. 前記受信手段は、前記テキストデータとして電子メールを受信する手段であり、
前記操作手段は、前記表記方法として、メールアドレスの表記方法、サブジェクトを記録するか否か、又は、受信日を記録するか否か、のうち、少なくともいずれか一つを設定可能であることを特徴とする請求項1に記載の通信装置。
The receiving means is means for receiving an e-mail as the text data;
The operation means can set at least one of a notation method of an email address, whether to record a subject, or whether to record a reception date as the notation method. The communication device according to claim 1.
テキストデータを受信する受信工程と、
前記テキストデータの内容が文字情報であるか否かを判断する判断工程と、
前記テキストデータの内容が文字情報であると判断した場合に、該文字情報に含まれる文字を視覚的に表すための画像データに変換する変換工程と、
テキストデータを前記受信工程で受信した場合に、前記変換工程で変換された前記画像データに基づいて、自動的に記録材に画像を記録する記録工程と、を有し、
前記変換工程では、ユーザにより設定された表記方法に従い、前記テキストデータを前記画像データに変換することを特徴とする通信方法。
A receiving process for receiving text data;
A determination step of determining whether the content of the text data is character information;
When it is determined that the content of the text data is character information, a conversion step of converting the image data to visually represent characters included in the character information;
A recording step of automatically recording an image on a recording material based on the image data converted in the conversion step when text data is received in the reception step;
In the converting step, the text data is converted into the image data in accordance with a notation method set by a user.
前記表記方法は、前記文字情報に含まれる文字の、サイズ、フォント、1行の文字数、又は1頁の行数、のうち、少なくともいずれか一つを含むことを特徴とする請求項4に記載の通信方法。   5. The notation method includes at least one of a size, a font, the number of characters per line, or the number of lines per page of characters included in the character information. Communication method. 前記受信工程は、前記テキストデータとして電子メールを受信する工程であり、
前記表記方法として、メールアドレスの表記方法、サブジェクトを記録するか否か、又は、受信日を記録するか否か、のうち、少なくともいずれか一つが設定されることを特徴とする請求項4に記載の通信方法。
The receiving step is a step of receiving an e-mail as the text data,
5. The method according to claim 4, wherein at least one of a notation method of an e-mail address, whether to record a subject, or whether to record a reception date is set as the notation method. The communication method described.
プロセッサを有する受信装置を制御する制御プログラムであって、
前記プロセッサに、
テキストデータを受信する受信工程と、
前記テキストデータの内容が文字情報であるか否かを判断する判断工程と、
前記テキストデータの内容が文字情報であると判断した場合に、該文字情報に含まれる文字を視覚的に表すための画像データに変換する変換工程と、
テキストデータを前記受信工程で受信した場合に、前記変換工程で変換された前記画像データに基づいて、自動的に記録材に画像を記録する記録工程と、を実現させ、
前記変換工程では、ユーザにより設定された表記方法に従い、前記テキストデータを前記画像データに変換することを特徴とする制御プログラム。
A control program for controlling a receiving device having a processor,
In the processor,
A receiving process for receiving text data;
A determination step of determining whether the content of the text data is character information;
When it is determined that the content of the text data is character information, a conversion step of converting the image data to visually represent characters included in the character information;
When the text data is received in the reception step, based on the image data converted in the conversion step, a recording step of automatically recording an image on a recording material,
In the conversion step, the text data is converted into the image data in accordance with a notation method set by a user.
前記表記方法は、前記文字情報に含まれる文字の、サイズ、フォント、1行の文字数、又は1頁の行数、のうち、少なくともいずれか一つを含むことを特徴とする請求項7に記載の制御プログラム。   8. The notation method includes at least one of a size, a font, a number of characters of one line, or a number of lines of one page of characters included in the character information. Control program. 前記受信工程は、前記テキストデータとして電子メールを受信する工程であり、
前記表記方法として、メールアドレスの表記方法、サブジェクトを記録するか否か、又は、受信日を記録するか否か、のうち、少なくともいずれか一つが設定されることを特徴とする請求項7に記載の制御プログラム。
The receiving step is a step of receiving an e-mail as the text data,
8. The notation method according to claim 7, wherein at least one of a notation method of an e-mail address, whether to record a subject, or whether to record a reception date is set. The control program described.
請求項7乃至9のいずれか1項に記載の制御プログラムを格納したことを特徴とする記憶媒体。   A storage medium storing the control program according to any one of claims 7 to 9.
JP2011073417A 2011-03-29 2011-03-29 Communication device and method, control program therefor, and storage medium Pending JP2011130512A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011073417A JP2011130512A (en) 2011-03-29 2011-03-29 Communication device and method, control program therefor, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011073417A JP2011130512A (en) 2011-03-29 2011-03-29 Communication device and method, control program therefor, and storage medium

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2001272560A Division JP2003087481A (en) 2001-09-07 2001-09-07 Communication device, communication method, its control program and storage medium

Publications (1)

Publication Number Publication Date
JP2011130512A true JP2011130512A (en) 2011-06-30

Family

ID=44292474

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011073417A Pending JP2011130512A (en) 2011-03-29 2011-03-29 Communication device and method, control program therefor, and storage medium

Country Status (1)

Country Link
JP (1) JP2011130512A (en)

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6343463A (en) * 1986-08-11 1988-02-24 Canon Inc Facsilile equipment
JPH02285848A (en) * 1989-04-27 1990-11-26 Canon Inc Facsimile equipment
JPH04270549A (en) * 1991-02-25 1992-09-25 Mitsubishi Electric Corp Facsimile display device
JPH05199163A (en) * 1992-01-17 1993-08-06 Nec Corp Radio selective calling receiver
JPH1042123A (en) * 1996-07-23 1998-02-13 Murata Mach Ltd Communication terminal equipment having electronic mail reception function
JPH10178478A (en) * 1996-12-18 1998-06-30 Kokusai Electric Co Ltd Method for displaying call telephone number
JPH1166075A (en) * 1997-08-26 1999-03-09 Oki Electric Ind Co Ltd Machine translation system for electronic mail
JPH11120097A (en) * 1997-10-08 1999-04-30 Fujitsu Ltd Multimedia mail communication device and computer-readable recording medium where multimedia mail communication program is recorded
JPH11205377A (en) * 1998-01-12 1999-07-30 Matsushita Electric Ind Co Ltd Electronic mail result notifying system
JPH11346286A (en) * 1999-04-26 1999-12-14 Matsushita Graphic Communication Systems Inc Server device and image processing capability information serving method
JP2000148613A (en) * 1998-11-06 2000-05-30 Minolta Co Ltd Electronic mail system, electronic mail transmitting and receiving terminal device, and computer-readable storage medium with electronic mail transmitting and receiving program stored therein
JP2000183954A (en) * 1995-03-06 2000-06-30 Matsushita Electric Ind Co Ltd Facsimile type electronic mail device and its communication method
JP2001036688A (en) * 1999-07-23 2001-02-09 Ricoh Co Ltd Network facsimile terminal and its control method
JP2001056790A (en) * 1999-08-18 2001-02-27 Casio Comput Co Ltd Communication equipment and storage medium

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6343463A (en) * 1986-08-11 1988-02-24 Canon Inc Facsilile equipment
JPH02285848A (en) * 1989-04-27 1990-11-26 Canon Inc Facsimile equipment
JPH04270549A (en) * 1991-02-25 1992-09-25 Mitsubishi Electric Corp Facsimile display device
JPH05199163A (en) * 1992-01-17 1993-08-06 Nec Corp Radio selective calling receiver
JP2000183954A (en) * 1995-03-06 2000-06-30 Matsushita Electric Ind Co Ltd Facsimile type electronic mail device and its communication method
JPH1042123A (en) * 1996-07-23 1998-02-13 Murata Mach Ltd Communication terminal equipment having electronic mail reception function
JPH10178478A (en) * 1996-12-18 1998-06-30 Kokusai Electric Co Ltd Method for displaying call telephone number
JPH1166075A (en) * 1997-08-26 1999-03-09 Oki Electric Ind Co Ltd Machine translation system for electronic mail
JPH11120097A (en) * 1997-10-08 1999-04-30 Fujitsu Ltd Multimedia mail communication device and computer-readable recording medium where multimedia mail communication program is recorded
JPH11205377A (en) * 1998-01-12 1999-07-30 Matsushita Electric Ind Co Ltd Electronic mail result notifying system
JP2000148613A (en) * 1998-11-06 2000-05-30 Minolta Co Ltd Electronic mail system, electronic mail transmitting and receiving terminal device, and computer-readable storage medium with electronic mail transmitting and receiving program stored therein
JPH11346286A (en) * 1999-04-26 1999-12-14 Matsushita Graphic Communication Systems Inc Server device and image processing capability information serving method
JP2001036688A (en) * 1999-07-23 2001-02-09 Ricoh Co Ltd Network facsimile terminal and its control method
JP2001056790A (en) * 1999-08-18 2001-02-27 Casio Comput Co Ltd Communication equipment and storage medium

Similar Documents

Publication Publication Date Title
JP4516003B2 (en) Data processing device
JP2007140731A (en) Review apparatus, review system, and program
JP2007133817A (en) Data processing system
JP3793188B2 (en) Image processing device
JP2007060051A (en) File generator
JP5484274B2 (en) COMMUNICATION DEVICE, COMMUNICATION METHOD, ITS CONTROL PROGRAM, AND STORAGE MEDIUM
JP5247516B2 (en) COMMUNICATION DEVICE, ITS CONTROL METHOD, PROGRAM
JP2011130512A (en) Communication device and method, control program therefor, and storage medium
JP2009033262A (en) Image communication processing unit and divided mail transmission method
JP4144878B2 (en) Data processing apparatus, data processing method, and computer program
JP2009033455A (en) Image communication processing unit and forced print method
JP2009193547A (en) Image forming apparatus and its image formation control method
JP2006244090A (en) Communication apparatus
JP2003087481A (en) Communication device, communication method, its control program and storage medium
JP4957165B2 (en) Multifunction machine and image storage method
JP4756794B2 (en) COMMUNICATION DEVICE, COMMUNICATION METHOD, AND CONTROL PROGRAM THEREOF
JP2007006250A (en) Image processing apparatus, image processing method, and program
JP2004282383A (en) Communication terminal and control method therefor
JP2009105876A (en) Management device
JP2005303392A (en) Facsimile machine
JP2007312224A (en) Document management system, and control method and control program of the system
JP2005157769A (en) Image forming system, information terminal equipment included in the same and method for controlling the same system
JP2007067476A (en) Image forming apparatus
JP2020141349A (en) Job end notification setting in image processing device
JP2007151002A (en) Receiving and recording apparatus

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110411

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110411

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120706

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20121029

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20131108