JPH11119934A - Printer driver - Google Patents

Printer driver

Info

Publication number
JPH11119934A
JPH11119934A JP9303368A JP30336897A JPH11119934A JP H11119934 A JPH11119934 A JP H11119934A JP 9303368 A JP9303368 A JP 9303368A JP 30336897 A JP30336897 A JP 30336897A JP H11119934 A JPH11119934 A JP H11119934A
Authority
JP
Japan
Prior art keywords
image data
printer
data
setting
unit
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
JP9303368A
Other languages
Japanese (ja)
Inventor
Hiroyuki Imai
裕行 今井
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP9303368A priority Critical patent/JPH11119934A/en
Publication of JPH11119934A publication Critical patent/JPH11119934A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a printer driver capable of storing image data in a host device as necessary so as to easily obtain the same printing output as before, even if a printer system or the like is changed. SOLUTION: Based on a plotting instruction received from a host device 1, a printer language translation part 42 translates print data into data in a printer language. An image data preservation setting part 41 inputs the setting of whether or not the image data are to be preserved. When the image data preservation setting part 41 inputs the setting to preserve the image data, an image data generating part 43 generates the image data based on the print data. An image data preserving part 44 preserves the image data generated by the image data generating part 43 in a storage device 7 of the host device 1, so that printing can be made for the printing next time while using the image data in place of the printing data.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】この発明はプリンタドライ
バ、特にその使い易さの向上に関するものである。
[0001] 1. Field of the Invention [0002] The present invention relates to a printer driver, and more particularly to an improvement in ease of use.

【0002】[0002]

【従来の技術】プリンタドライバにおいては、図5に示
すようにシステム制御部3からの描画命令を基に文書デ
ータ等を対象のプリンタ装置2が解釈できるプリンタ言
語によるデータに変換し(ステップS22,S23)、
そのプリンタ言語によるデータをプリンタ装置2に送り
印刷を実行している(ステップS24,S25)。
2. Description of the Related Art In a printer driver, as shown in FIG. 5, document data and the like are converted into data in a printer language that can be interpreted by a target printer device 2 based on a drawing command from a system control unit 3 (step S22, step S22). S23),
The data in the printer language is sent to the printer device 2 to execute printing (steps S24 and S25).

【0003】[0003]

【発明が解決しようとする課題】しかしながら、上記プ
リンタドライバにおいては、以前印刷した文書データを
用いて再び同じ印刷をしようとしても、以前に印刷した
ときとはホスト装置側のアプリケーション又はプリンタ
ドライバの設定が変わっていて、うまく印刷できず、以
前と同じ文書を印刷するのにプリンタドライバなどの設
定を変更する必要があり、多くの手間がかかる場合があ
った。
However, in the above-described printer driver, even if the same printing is attempted again using the previously printed document data, the setting of the application or the printer driver on the host device side is different from the previous printing. Has changed, printing has not been successful, and it has been necessary to change settings such as a printer driver in order to print the same document as before, which sometimes took a lot of trouble.

【0004】また、プリンタ装置又はプリンタドライバ
を変更すると、印刷可能領域等の違いにより一行に入る
文字数が変わり、同じ文書であってもプリンタ装置によ
っては違った印刷になってしまう場合があった。
Further, when the printer or the printer driver is changed, the number of characters included in one line changes due to a difference in a printable area or the like, and the same document may be printed differently depending on the printer.

【0005】この発明はかかる短所を解消するためにな
されたものであり、プリンタ装置等を変更しても容易に
以前と同じ印刷出力をすることができるように必要に応
じて画像イメージのデータをホスト装置の記憶に記憶す
るプリンタドライバを得ることを目的とする。
The present invention has been made in order to solve the above-mentioned drawbacks, and it is necessary to convert image data as needed so that the same print output as before can be easily obtained even when a printer device or the like is changed. It is an object of the present invention to obtain a printer driver stored in a storage of a host device.

【0006】[0006]

【課題を解決するための手段】この発明に係るプリンタ
ドライバは、プリンタ言語変換部と画像データ保存設定
部と画像データ生成部と画像データ保存部を有し、プリ
ンタ言語変換部はホスト装置の描画命令を基に印刷デー
タをプリンタ言用記述語(以下、「プリンタ言語」とい
う。)によるデータに変換し、画像データ保存設定部は
画像イメージのデータ(以下、「画像データ」とい
う。)を生成して保存するか否かの設定を入力し、画像
データ生成部は画像データ保存設定部が画像データを生
成して保存する旨の設定を入力すると、印刷データを基
に画像データを生成し、画像データ保存部は画像データ
生成部が生成した画像データをホスト装置の記憶装置に
保存して、次回の印刷の際にはホスト装置から印刷デー
タの代わりに画像データを送る言葉できるようにし、プ
リンタ装置の機種等に影響されず何度でも同じ印刷をで
きるようにする。
A printer driver according to the present invention has a printer language conversion unit, an image data storage setting unit, an image data generation unit, and an image data storage unit. The print data is converted into data in a printer language (hereinafter, referred to as “printer language”) based on the command, and the image data storage setting unit generates image data (hereinafter, referred to as “image data”). The image data generation unit generates image data based on the print data when the image data generation setting unit inputs the setting to generate and save the image data, The image data storage unit stores the image data generated by the image data generation unit in the storage device of the host device, and uses the image data instead of the print data from the host device in the next printing. To allow words Send, to allow the are not many times the same printed impact on the model of the printer device.

【0007】また、他のプリンタドライバは、プリンタ
言語変換部と画像データ保存設定部と画像データ生成部
と画像データ保存部を有し、プリンタ言語変換部はホス
ト装置から受けた描画命令を基に印刷データをプリンタ
言語によるデータに変換し、画像データ保存設定部は画
像データを生成して保存するか否かの設定及び画像デー
タを生成する際のデータフォーマットの指定を入力し、
画像データ生成部は画像データ保存設定部が画像データ
を生成して保存する旨の設定を入力すると、印刷データ
を基に画像データ保存設定部が指定を入力したデータフ
ォーマットで画像データを生成し、画像データ保存部は
画像データ生成部が生成した画像データをホスト装置の
記憶装置に保存する。
Another printer driver has a printer language conversion section, an image data storage setting section, an image data generation section, and an image data storage section. The printer language conversion section is based on a drawing command received from a host device. Convert the print data into data in the printer language, the image data storage setting unit inputs the setting of whether to generate and save the image data and the specification of the data format when generating the image data,
When the image data storage setting unit inputs the setting to generate and save the image data by the image data storage setting unit, the image data generation unit generates image data in the data format specified by the image data storage setting unit based on the print data, The image data storage unit stores the image data generated by the image data generation unit in a storage device of the host device.

【0008】[0008]

【発明の実施の形態】この発明のプリンタドライバは、
アプリケーションで書かれた文書等を印刷する際にオペ
レーティングシステム特有の描画命令を基に印刷する文
書等のデータである印刷データをプリンタ装置が解釈で
きるプリンタ言語に変換してプリンタ装置に出力するも
のである。
DESCRIPTION OF THE PREFERRED EMBODIMENTS A printer driver according to the present invention
When printing a document or the like written by an application, the print data, which is data of the document or the like to be printed, is converted into a printer language that can be interpreted by the printer device based on a drawing command specific to the operating system and output to the printer device. is there.

【0009】この発明のプリンタドライバは、例えばプ
リンタ言語変換部と画像データ保存設定部と画像データ
生成部と画像データ保存部を有する。プリンタ言語変換
部はホスト装置の描画命令を基に印刷データを、例えば
PostScript等のプリンタ言語によるデータに変換する。
画像データ保存設定部は画像データを生成するか否かの
設定及び画像データを生成する際のデータフォーマット
の指定を入力する。画像データ生成部は画像データ保存
設定部が画像データを保存する設定を入力すると、印刷
データを基に画像データ保存設定部が指定を入力したデ
ータフォーマットで画像データを生成する。画像データ
保存部は画像データ生成部が生成した画像データをホス
ト装置の記憶装置に保存する。このように画像データを
ホスト装置の記憶装置に保存するので、どのプリンタ装
置を用いて印刷してもほぼ同じ印刷結果を得ることがで
きる。
The printer driver of the present invention has, for example, a printer language conversion unit, an image data storage setting unit, an image data generation unit, and an image data storage unit. The printer language conversion unit converts print data based on a drawing command of the host device, for example,
Convert to data in a printer language such as PostScript.
The image data storage setting unit inputs a setting as to whether or not to generate image data and a designation of a data format when generating the image data. When the image data storage setting unit inputs the setting for storing the image data, the image data generation unit generates the image data based on the print data in the data format in which the specification is input by the image data storage setting unit. The image data storage unit stores the image data generated by the image data generation unit in a storage device of the host device. Since the image data is stored in the storage device of the host device in this manner, substantially the same print result can be obtained regardless of which printer device is used for printing.

【0010】[0010]

【実施例】図1はこの発明の一実施例のプリンタドライ
バ4を内蔵したホスト装置1の構成図である。図に示す
ように、例えばホスト装置1は、システム制御部3とプ
リンタドライバ4とスプーラ5と操作表示部6と記憶装
置7とを有し、操作表示部6から印刷用今日等を入力す
ると、システム制御部3の制御により記憶装置7に記憶
した画像データ等の印刷データをプリンタドライバ4
で、例えばPostScript等のプリンタ言語によるデータに
変換した後にスプーラ5を介してプリンタ装置2に送り
印刷を実行する。
FIG. 1 is a configuration diagram of a host device 1 having a built-in printer driver 4 according to an embodiment of the present invention. As shown in FIG. 1, for example, the host device 1 includes a system control unit 3, a printer driver 4, a spooler 5, an operation display unit 6, and a storage device 7. The print data such as the image data stored in the storage device 7 under the control of the system control unit 3 is transferred to the printer driver 4.
After the data is converted into data in a printer language such as PostScript, the data is sent to the printer device 2 via the spooler 5 and printed.

【0011】プリンタドライバ4は、画像データ保存設
定部41とプリンタ言語変換部42と画像データ生成部
43と画像データ保存部44とプリンタ制御部45とを
備える。画像データ保存設定部41は、画像データを生
成するか否かの設定及び画像データを生成する際のデー
タフォーマットの指定の入力を制御する部分であり、例
えば図2に示すような画面を操作表示部6に表示し、ユ
ーザからの指定を操作表示部6を介して入力する。例え
ば画像データを保存する旨の指定をする場合は画像デー
タを保存する旨を示すチェックボックス61をチェック
し、画像データのデータフォーマットを指定する場合は
その旨を示すチェックボックス62をチェックし、画像
データのデータフォーマットの指定画面を表示してそこ
から画像データのデータフォーマットを指定する。
The printer driver 4 includes an image data storage setting section 41, a printer language conversion section 42, an image data generation section 43, an image data storage section 44, and a printer control section 45. The image data storage setting unit 41 is a part that controls setting of whether or not to generate image data and input of designation of a data format when generating image data. For example, a screen as shown in FIG. It is displayed on the unit 6 and the user's designation is input via the operation display unit 6. For example, to specify that image data is to be saved, check the check box 61 indicating that image data is to be saved, and to specify the data format of the image data, check the check box 62 that indicates that. A data format specification screen is displayed, and the data format of the image data is specified therefrom.

【0012】プリンタ言語変換部42はホスト装置1か
ら受けた描画命令を基に印刷データをプリンタ言語によ
るデータに変換する。画像データ生成部43は画像デー
タ保存設定部41が画像データを保存する設定を入力す
ると、印刷データを基に画像データ保存設定部41が指
定を入力したデータフォーマットの画像データを生成す
る。画像データ保存部44は画像データ保存設定部41
が画像データを保存する設定を入力すると、画像データ
生成部43が生成した画像データをホスト装置1の記憶
装置7に保存する。プリンタ制御部45は、プリンタ言
語変換部42が変換して得たデータをスプーラ5を介し
てプリンタ装置2に送り印刷処理を行なう。
The printer language converter 42 converts print data into data in a printer language based on a drawing command received from the host device 1. When the image data storage setting unit 41 inputs the setting for storing the image data, the image data generation unit 43 generates image data of the data format in which the specification is input by the image data storage setting unit 41 based on the print data. The image data storage unit 44 includes the image data storage setting unit 41
When the user inputs a setting to save image data, the image data generated by the image data generation unit 43 is stored in the storage device 7 of the host device 1. The printer control unit 45 sends the data obtained by the conversion by the printer language conversion unit 42 to the printer device 2 via the spooler 5 and performs a printing process.

【0013】上記構成のプリンタドライバの動作を、図
3及び図4のフローチャートを参照して説明する。
The operation of the printer driver having the above configuration will be described with reference to the flowcharts of FIGS.

【0014】プリンタドライバ4はプリンタ装置2が印
刷可能か否か等を示すプリンタ情報をシステム制御部3
に送る(ステップS11)。システム制御部3は操作表
示部から印刷指示があり、プリンタ装置2が印刷可能な
場合はプリンタドライバ4に対して描画命令を送る(ス
テップS1,S12)。
The printer driver 4 sends printer information indicating whether or not the printer device 2 can perform printing to the system controller 3.
(Step S11). The system control unit 3 receives a print instruction from the operation display unit, and sends a drawing command to the printer driver 4 when the printer device 2 can print (steps S1 and S12).

【0015】プリンタドライバ4のプリンタ言語変換部
42はホスト装置1のシステム制御部3から受けた描画
命令を基に印刷データをプリンタ言語によるデータに変
換する(ステップS2)。プリンタ制御部45はプリン
タ言語変換部2がデータの変換を終えると、変換して得
たデータをスプーラ5を介してプリンタ装置に送る(ス
テップS3,S13)。ここで、スプーラ5ではプリン
タドライバ4からのデータを順に記憶し、プリンタ装置
2の印刷準備ができる度に記憶したデータを順にプリン
タ装置2に送り、プリンタ装置2から画像又は文字等の
印刷を行なう(ステップS15)。
The printer language converter 42 of the printer driver 4 converts print data into data in a printer language based on the drawing command received from the system controller 3 of the host device 1 (step S2). When the printer language conversion unit 2 completes the data conversion, the printer control unit 45 sends the converted data to the printer via the spooler 5 (steps S3 and S13). Here, the spooler 5 sequentially stores the data from the printer driver 4 and sends the stored data to the printer 2 in order each time the printer 2 is ready for printing, and prints an image or a character from the printer 2. (Step S15).

【0016】プリンタドライバ4がシステム制御部3か
ら描画命令と共に画像データを記憶装置7に保存する指
定を受けていると(ステップS4)、画像データ生成部
43は画像データのデータフォーマットの指定を受けて
いるか否かを調べる(ステップS5)。画像データのデ
ータフォーマットの指定を受けていない場合は、画像デ
ータ生成部43は、予め定めた標準フォーマットを設定
し、プリンタ言語変換部42が変換した元の印刷データ
を基に標準フォーマットによる画像データを生成する
(ステップS6,S8)。ここで、標準フォーマットと
しては例えばJPEG(Joint Picture Expert Group)
で合意した方式によるフォーマット等を用いると良い。
また、画像データのデータフォーマットの指定を受けて
いる場合は、画像データ生成部43は、指定されたフォ
ーマットを設定し、プリンタ言語変換部42が変換した
元の印刷データを基に指定されたフォーマットによる画
像データを生成する(ステップS7,S8)。
If the printer driver 4 has received a designation from the system control unit 3 to save the image data together with the drawing command in the storage device 7 (step S4), the image data generation unit 43 receives the designation of the data format of the image data. It is checked whether or not it has been performed (step S5). If the data format of the image data has not been specified, the image data generation unit 43 sets a predetermined standard format, and sets the image data in the standard format based on the original print data converted by the printer language conversion unit 42. Is generated (steps S6 and S8). Here, as the standard format, for example, JPEG (Joint Picture Expert Group)
It is preferable to use a format or the like according to the method agreed in the above.
If the data format of the image data has been specified, the image data generation unit 43 sets the specified format, and specifies the format based on the original print data converted by the printer language conversion unit 42. Is generated (steps S7, S8).

【0017】画像データ生成部43が画像データを生成
すると、画像データ保存部44は生成した画像データを
記憶装置7に送り保存する(ステップS9,S14)。
このようにして、記憶装置7に画像データを保存するこ
とにより、ホスト装置1では画像データを出力すること
ができるアプリケーションを用いることにより、例えば
プリンタ装置2を他機種に交換したとしても細かい調整
をすることなく、再び同じ画像を印刷することができ
る。さらに、画像データのデータフォーマットを選択す
ることができるので、変換する画像データのデータフォ
ーマットを使用するアプリケーションに合わせて選択す
ることができ、さらに使いやすくなる。
When the image data generation unit 43 generates image data, the image data storage unit 44 sends the generated image data to the storage device 7 and stores it (steps S9 and S14).
In this manner, by storing the image data in the storage device 7, the host device 1 uses an application capable of outputting the image data, so that, for example, even if the printer device 2 is replaced with another model, fine adjustments can be made. Without printing, the same image can be printed again. Furthermore, since the data format of the image data can be selected, the data format of the image data to be converted can be selected according to the application that uses the data format, which further facilitates use.

【0018】なお、上記実施例では画像データ生成部4
3は、プリンタ言語変換部42が変換した元の印刷デー
タを基に画像データを生成したが、プリンタ言語変換部
2が変換して得たデータを基に画像データを生成するよ
うにしても良い。
In the above embodiment, the image data generation unit 4
Although the printer language conversion unit 3 generates image data based on the original print data converted by the printer language conversion unit 42, the printer language conversion unit 2 may generate image data based on the data obtained by conversion. .

【0019】また、上記実施例では画像データ生成部4
3は画像データを記憶装置7に保存する指定を受けてい
る場合に画像データを生成するようにしたが、常に画像
データを生成し、その画像データをプリンタ言語変換部
42が変換したデータの代わりにプリンタ装置2に送り
印刷を行なうようにしても良い。
In the above embodiment, the image data generation unit 4
Reference numeral 3 designates that the image data is generated when the instruction to save the image data in the storage device 7 is received. However, the image data is always generated, and the image data is replaced with the data converted by the printer language conversion unit 42. May be sent to the printer device 2 for printing.

【0020】また、上記実施例ではプリンタドライバ4
をホスト装置1の内部に設けたが、プリンタ装置2の内
部に設けたり、全く別筐体内に設けたりしても良い。
In the above embodiment, the printer driver 4
Is provided inside the host device 1, but may be provided inside the printer device 2 or in a completely separate housing.

【0021】[0021]

【発明の効果】この発明は以上説明したように、画像デ
ータを保存するか否かの設定を入力すると、印刷データ
を基に画像データを生成し、生成した画像データをホス
ト装置の記憶装置に保存して、ホスト装置からプリ装置
に画像データを送ることができるようにするので、プリ
ンタ装置の機種等に影響されず何度でも同じ印刷をでき
る。
As described above, according to the present invention, when a setting as to whether or not to save image data is input, image data is generated based on the print data, and the generated image data is stored in the storage device of the host device. Since the image data is stored and can be sent from the host device to the pre-device, the same printing can be performed any number of times without being affected by the type of the printer device.

【0022】また、画像データを生成する際の画像デー
タフォーマットの指定を入力し、指定された画像データ
フォーマットで画像データを生成するので、さらに画像
データを使いやすくでき、プリンタ装置の機種等に影響
されず何度でも同じ印刷をできる。
In addition, since the designation of the image data format at the time of generating the image data is input and the image data is generated in the specified image data format, the image data can be further easily used, and the type of the printer device is affected. The same printing can be done many times without being.

【図面の簡単な説明】[Brief description of the drawings]

【図1】ホスト装置の構成図である。FIG. 1 is a configuration diagram of a host device.

【図2】操作表示部に表示する画面の構成図である。FIG. 2 is a configuration diagram of a screen displayed on an operation display unit.

【図3】プリンタドライバの動作を示すフローチャート
である。
FIG. 3 is a flowchart illustrating an operation of the printer driver.

【図4】情報の流れを示すフローチャートである。FIG. 4 is a flowchart showing a flow of information.

【図5】従来の情報の流れを示すフローチャートであ
る。
FIG. 5 is a flowchart showing a conventional information flow.

【符号の説明】[Explanation of symbols]

1 ホスト装置 2 プリンタ装置 4 プリンタドライバ 41 画像データ保存設定部 42 プリンタ言語変換部 43 画像データ生成部 44 画像データ保存部 6 操作表示部 7 記憶装置 REFERENCE SIGNS LIST 1 host device 2 printer device 4 printer driver 41 image data storage setting unit 42 printer language conversion unit 43 image data generation unit 44 image data storage unit 6 operation display unit 7 storage device

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 ホスト装置の描画命令を基に印刷データ
をプリンタ用記述言語によるデータに変換してプリンタ
装置に送るプリンタドライバにおいて、画像データ保存
設定部と画像データ生成部と画像データ保存部を有し、
画像データ保存設定部は画像イメージのデータを生成し
て保存するか否かの設定を入力し、画像データ生成部は
画像データ保存設定部が画像イメージのデータを生成し
て保存する旨の設定を入力すると、印刷データを基に画
像イメージのデータを生成し、画像データ保存部は画像
データ生成部が生成した画像イメージのデータをホスト
装置の記憶装置に保存することを特徴とするプリンタド
ライバ。
An image data storage setting unit, an image data generation unit, and an image data storage unit convert print data into data in a printer description language based on a drawing command of a host device and send the data to a printer device. Have
The image data storage setting section inputs the setting of whether to generate and save the image data, and the image data generation section sets the image data storage setting section to generate and save the image image data. Upon input, a printer driver generates image data based on print data, and the image data storage unit stores the image data generated by the image data generation unit in a storage device of the host device.
【請求項2】 ホスト装置の描画命令を基に印刷データ
をプリンタ用記述言語によるデータに変換してプリンタ
装置に送るプリンタドライバにおいて、画像データ保存
設定部と画像データ生成部と画像データ保存部を有し、
画像データ保存設定部は画像イメージのデータを生成し
て保存するか否かの設定及び画像イメージのデータを生
成する際のデータフォーマットの指定を入力し、画像デ
ータ生成部は画像データ保存設定部が画像イメージのデ
ータを生成して保存する旨の設定を入力すると、印刷デ
ータを基に画像データ保存設定部が指定を入力したデー
タフォーマットで画像イメージのデータを生成し、画像
データ保存部は画像データ生成部が生成した画像イメー
ジのデータをホスト装置の記憶装置に保存することを特
徴とするプリンタドライバ。
2. An image data storage setting unit, an image data generation unit, and an image data storage unit, which convert print data into data in a printer description language based on a drawing command of a host device and send the data to the printer device. Have
The image data storage / setting unit inputs a setting as to whether or not to generate and store image image data and a specification of a data format when generating the image image data. When the setting for generating and storing the image data is input, the image data storage unit generates the image data in the data format in which the specification is input based on the print data, and the image data storage unit generates the image data. A printer driver that stores image data generated by a generation unit in a storage device of a host device.
JP9303368A 1997-10-20 1997-10-20 Printer driver Pending JPH11119934A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9303368A JPH11119934A (en) 1997-10-20 1997-10-20 Printer driver

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9303368A JPH11119934A (en) 1997-10-20 1997-10-20 Printer driver

Publications (1)

Publication Number Publication Date
JPH11119934A true JPH11119934A (en) 1999-04-30

Family

ID=17920162

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9303368A Pending JPH11119934A (en) 1997-10-20 1997-10-20 Printer driver

Country Status (1)

Country Link
JP (1) JPH11119934A (en)

Similar Documents

Publication Publication Date Title
JP3661601B2 (en) Image display by printing instructions
US20040061897A1 (en) Printing control method and printing control apparatus
JPH09193477A (en) Color printer
JP2009267927A (en) Image processing apparatus and program
JPH111029A (en) Color print system, color printer, and computer readable recording medium storing computer executable program
US6247028B1 (en) Controlling attributes of pre-registered form data to match those of data to be printed with the form data
JP2003348366A (en) Method and apparatus for image processing
JP2005223695A (en) Image processing method and image processing apparatus
JPH08230269A (en) Method and device for printing
JPH09326938A (en) Image processing unit and its method
JPH11119934A (en) Printer driver
KR20050014133A (en) Method and apparatus for print file editing and color image forming system employing the same
JP3896619B2 (en) Print control system
JPH11184662A (en) Method and device for printing form information and recording medium in which the method programmed and recorded
JP3536904B2 (en) Printer, print system
KR100571788B1 (en) The method of printing the appointed domain of document enlargeably
JP2003308187A (en) Print system
JP2003131829A (en) Synthetic printing data generation method
JP3305303B2 (en) Information processing apparatus and control method therefor
JPH11184666A (en) Print system and preview display method to be applied to the same
JP3133745B2 (en) Information processing apparatus, information processing method, printer, and printer control method
JPH05204569A (en) Method and device for color recording
JPH1011038A (en) Information processor and interface device and picture output control method
JP2004167755A (en) Image processing method
JP2004021925A (en) Image processor