JP2006155468A - Print system - Google Patents

Print system Download PDF

Info

Publication number
JP2006155468A
JP2006155468A JP2004348362A JP2004348362A JP2006155468A JP 2006155468 A JP2006155468 A JP 2006155468A JP 2004348362 A JP2004348362 A JP 2004348362A JP 2004348362 A JP2004348362 A JP 2004348362A JP 2006155468 A JP2006155468 A JP 2006155468A
Authority
JP
Japan
Prior art keywords
printing apparatus
rendering
objects
printing
page
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
Application number
JP2004348362A
Other languages
Japanese (ja)
Inventor
Tomohiko Bito
智彦 尾藤
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 JP2004348362A priority Critical patent/JP2006155468A/en
Publication of JP2006155468A publication Critical patent/JP2006155468A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a print system whose output performance is rapid. <P>SOLUTION: This system makes it possible changing over dynamically whether an engine is initiated after rendering is done or output processing of an engine is performed while doing rendering by counting object classification and object number beforehand and noticing them to a printer in print data which a printer driver in a host computer generates. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は印刷装置などの出力装置及び印刷データを生成するホストコンピュータ等の印刷システムに関する。   The present invention relates to an output device such as a printing device and a printing system such as a host computer that generates print data.

一般に、ホストコンピュータから供給されるデータを取り込み、このデータを所定の形態で出力する装置として印刷装置がある。印刷装置は受信したデータを1ページ分レンダリングして用紙に出力する。   Generally, there is a printing apparatus as an apparatus that takes in data supplied from a host computer and outputs the data in a predetermined form. The printing apparatus renders the received data for one page and outputs it to a sheet.

又、別の従来例としては、特許文献1をあげることが出来る。
特開2004−021458号公報
As another conventional example, Patent Document 1 can be cited.
JP 2004-021458 A

しかし、このレンダリング時間がエンジン速度に間に合わなかった場合、エンジンが一時的に休止状態に入り、レンダリングが終了してもすぐには印刷処理ができずエンジンの起動処理を行ってから処理することになり、用紙の出力が著しく遅くなる場合があった。   However, if this rendering time is not in time for the engine speed, the engine temporarily enters a halt state, and even after rendering is finished, the printing process cannot be performed immediately and the engine startup process is performed before processing. As a result, the paper output may be significantly slowed down.

また、エンジンが休止状態に入らないように必ずレンダリングが終了した後に印刷処理を開始する設定があるが、レンダリング時間がエンジン速度に充分間に合う場合であってもレンダリング終了まで必ず待ってしまい出力時間としては遅くなってしまう場合があった。   In addition, there is a setting that always starts the printing process after rendering is finished so that the engine does not enter the hibernation state. However, even if the rendering time is sufficiently in time with the engine speed, it always waits for the rendering to end and the output time Could be late.

(発明の目的)
本発明の目的は、上記問題点を解決するためになされたもので、ホストコンピュータにあるプリンタドライバが生成する印刷データにおいて、オブジェクト種別およびオブジェクト数を予めカウントして印刷装置に通知することにより、レンダリングした後にエンジンを起動するか、レンダリングしながらエンジンの出力処理を行うか動的に切り替えることを可能とし、結果として出力パフォーマンスの速い印刷システムを提供することである。
(Object of invention)
An object of the present invention is made to solve the above-described problems. In print data generated by a printer driver in a host computer, the object type and the number of objects are counted in advance and notified to the printing apparatus. It is possible to start an engine after rendering, or to dynamically switch engine output processing while rendering, and to provide a printing system with high output performance as a result.

また、ホストコンピュータがオブジェクト種別およびオブジェクト数の閾値を印刷装置から予め取得しておき、閾値を超えたページを印刷装置に通知する。通知された印刷装置は閾値を超えた最終ページまではレンダリング後にエンジンを起動し出力する設定で動作し、閾値を超えた最終ページ以降はレンダリングしながらエンジンの出力処理を行う設定で動作させることにより、結果として出力パフォーマンスの速い印刷システムを提供することである。   In addition, the host computer acquires in advance the threshold values of the object type and the number of objects from the printing apparatus, and notifies the printing apparatus of pages exceeding the threshold values. The notified printing device operates with the setting to start and output the engine after rendering until the last page that exceeds the threshold, and operates with the setting to output the engine while rendering after the last page that exceeds the threshold. As a result, it is to provide a printing system with high output performance.

上記の目的を達成する本発明の印刷装置及び印刷システムは以下に示す構成を備える。   The printing apparatus and printing system of the present invention that achieve the above object have the following configuration.

すなわち、ホストコンピュータのプリンタドライバで印刷データを生成する場合に、オブジェクト種別およびオブジェクト数をカウントする機能、カウントしたオブジェクト種別およびオブジェクト数を印刷装置に通知する機能、通知された印刷装置は予め定められた閾値に従って、レンダリングしながらエンジンの出力処理を行うか、レンダリング後にエンジンの出力処理を開始するか切り替える手段、を備える。   That is, when print data is generated by the printer driver of the host computer, the function for counting the object type and the number of objects, the function for notifying the counted object type and the number of objects to the printing apparatus, and the notified printing apparatus are predetermined. And means for switching whether to perform engine output processing while rendering, or to start engine output processing after rendering, according to the threshold value.

また、ホストコンピュータにおいてオブジェクト種別およびオブジェクト数の閾値を印刷装置から予め取得する機能、取得した閾値を超えるページがあった場合には超えたページを印刷装置に通知する機能、通知された印刷装置は閾値を超えた最終ページまではレンダリングした後にエンジン出力を開始する処理で動作し、閾値を超えた最終ページ以降はレンダリングしながらエンジン出力する処理で動作する機能、を備える。   In addition, the host computer has a function of acquiring the threshold of the object type and the number of objects from the printing device in advance, a function of notifying the printing device of the page exceeding the acquired threshold, and the notified printing device. A function is provided that operates in a process of starting engine output after rendering up to the last page exceeding the threshold, and operates in a process of outputting engine while rendering after the last page exceeding the threshold.

(作用)
かかる構成において、ホストコンピュータのプリンタドライバが生成する印刷データにおいて、オブジェクト種別およびオブジェクト数を予めカウントして印刷装置に通知することにより、レンダリングした後にエンジンを起動するかレンダリングしながらエンジン処理をおこなうか動的に切り替えることを可能とし、出力パフォーマンスの速い印刷装置を提供することが可能となる。
(Function)
In such a configuration, in the print data generated by the printer driver of the host computer, whether to start the engine after rendering or perform engine processing while rendering by notifying the printing apparatus by counting the object type and the number of objects in advance It is possible to dynamically switch and provide a printing apparatus with high output performance.

また、ホストコンピュータがオブジェクト種別およびオブジェクト数の閾値を印刷装置から予め取得しておき、閾値を超えたページを印刷装置に通知する。通知された印刷装置は閾値を超えた最終ページまではレンダリング後にエンジンを起動し出力する設定で動作し、閾値を超えた最終ページ以降はレンダリングしながらエンジンの出力処理を行う設定で動作させることにより、結果として出力パフォーマンスの速い印刷装置を提供することが可能となる。   In addition, the host computer acquires in advance the threshold values of the object type and the number of objects from the printing apparatus, and notifies the printing apparatus of pages exceeding the threshold values. The notified printing device operates with the setting to start and output the engine after rendering until the last page that exceeds the threshold, and operates with the setting to output the engine while rendering after the last page that exceeds the threshold. As a result, it is possible to provide a printing apparatus with high output performance.

以上述べたように本実施例1によれば、ホストコンピュータのプリンタドライバが生成する印刷データでオブジェクト種別およびオブジェクト数を予めカウントして印刷装置に通知することにより、レンダリングした後にエンジンを起動するか、レンダリングしながらエンジンの出力処理を行うか動的に切り替えることを可能とし、結果として出力パフォーマンスを速くできるという効果がある。   As described above, according to the first embodiment, whether the engine is started after rendering by counting the object type and the number of objects in advance using the print data generated by the printer driver of the host computer and notifying the printing apparatus. This makes it possible to perform engine output processing or dynamically switch while rendering, resulting in faster output performance.

また、以上述べたように本実施例2によれば、ホストコンピュータがオブジェクト種別およびオブジェクト数の閾値を印刷装置から予め取得しておき、閾値を超えたページを印刷装置に通知する。通知された印刷装置は閾値を超えた最終ページまではレンダリング後にエンジンを起動し出力する設定で動作し、閾値を超えた最終ページ以降はレンダリングしながらエンジンの出力処理を行う設定で動作させることにより、結果として出力パフォーマンスを速くできるという効果がある。   As described above, according to the second embodiment, the host computer previously acquires the threshold values for the object type and the number of objects from the printing apparatus, and notifies the printing apparatus of pages exceeding the threshold values. The notified printing device operates with the setting to start and output the engine after rendering until the last page that exceeds the threshold, and operates with the setting to output the engine while rendering after the last page that exceeds the threshold. As a result, the output performance can be increased.

(実施例1)
本実施例を説明する前に、本実施例を適用するに好適なレーザビームプリンタおよびインクジェットプリンタの構成について図1を参照しながら説明する。なお、本実施例を適用するプリンタは、レーザビームプリンタおよびインクジェットプリンタに限られるものではなく、他のプリント方式のプリンタでも良いことは言うまでもない。
Example 1
Before describing the present embodiment, a configuration of a laser beam printer and an ink jet printer suitable for applying the present embodiment will be described with reference to FIG. Needless to say, the printer to which the present embodiment is applied is not limited to the laser beam printer and the ink jet printer, and may be a printer of another printing method.

図1は本発明の実施例を示すプリンタ制御システムの構成を説明するブロック図である。ここでは、レーザビームプリンタ(図1)を例にして説明する。   FIG. 1 is a block diagram illustrating the configuration of a printer control system according to an embodiment of the present invention. Here, a laser beam printer (FIG. 1) will be described as an example.

図において、3000はホストコンピュータである。   In the figure, reference numeral 3000 denotes a host computer.

プリンタ1500において、12はプリンタCPUで、ROM13のプログラム用ROMに記憶された制御プログラム等或は外部メモリ14に記憶された制御プログラム等に基づいてシステムバス15に接続される各種デバイスとのアクセスを総括的に制御し、印刷部インタフェース16を介して接続される印刷部(プリンタエンジン)17に出力情報としての画像信号を出力する。HD14は出力用のイメージデータ及びトナーの使用量を格納する記憶装置で、ディスクコントローラ(DKC)20によりアクセス制御される。   In the printer 1500, reference numeral 12 denotes a printer CPU, which accesses various devices connected to the system bus 15 based on a control program stored in the program ROM of the ROM 13 or a control program stored in the external memory 14. An image signal as output information is output to a printing unit (printer engine) 17 connected through the printing unit interface 16 under overall control. The HD 14 is a storage device that stores output image data and toner usage, and is access-controlled by a disk controller (DKC) 20.

19はCPU12の主メモリ、ワークエリア等として機能するRAMで、図示しない増設ポートに接続されるオプションRAMによりメモリ容量を拡張することができるように構成されている。   Reference numeral 19 denotes a RAM that functions as a main memory, work area, and the like for the CPU 12, and is configured so that the memory capacity can be expanded by an optional RAM connected to an expansion port (not shown).

4000はスキャナ部で原稿から読み取った画像情報をデバイス入力部21を介して取り込む。   4000 captures image information read from a document by the scanner unit via the device input unit 21.

以上のような構成からなる印刷装置において実施例1における印刷装置の処理動作を説明する。   The processing operation of the printing apparatus according to the first embodiment in the printing apparatus having the above configuration will be described.

図2は本実施例における処理の流れを表すフローチャートである。   FIG. 2 is a flowchart showing the flow of processing in this embodiment.

ステップS21において、ホストコンピュータ内のプリンタドライバはOSから渡された描画命令から印刷装置側で処理可能な印刷命令を含んだ印刷データを生成する。   In step S <b> 21, the printer driver in the host computer generates print data including a print command that can be processed on the printing apparatus side from the drawing command passed from the OS.

ステップS22において生成した印刷データのオブジェクト種別およびオブジェクト数をカウントする。各ページ分のオブジェクト種別およびオブジェクト数をカウントが終了するとステップS24において、カウントしたオブジェクト種別およびオブジェクト数をステップS21で生成した印刷データに付加する。   The object type and the number of objects of the print data generated in step S22 are counted. When the counting of the object type and the number of objects for each page is completed, in step S24, the counted object type and the number of objects are added to the print data generated in step S21.

ステップS25において、カウントしたオブジェクト種別およびオブジェクト数を付加した印刷データを印刷装置に送信する。   In step S25, the print data added with the counted object type and the number of objects is transmitted to the printing apparatus.

図3は本発明の実施例1におけるホストコンピュータの制御処理を表すフローチャートである。   FIG. 3 is a flowchart showing the control processing of the host computer in Embodiment 1 of the present invention.

送信された印刷装置はステップS31においてオブジェクト種別およびオブジェクト数のレンダリング時間がエンジン速度に間に合うかどうか限界の閾値により判断する。   In step S31, the transmitted printing apparatus determines whether or not the rendering time of the object type and the number of objects is in time for the engine speed based on the threshold value of the limit.

間に合わないと判断した場合、ステップS32において当該ページ番号を記憶する。全ページ分の判断が終了すると、ステップS34においてレンダリング時間がエンジン速度に間に合わないと判断されたページが記憶されているかどうか判断する。   If it is determined that it is not in time, the page number is stored in step S32. When the determination for all pages is completed, it is determined in step S34 whether or not a page for which rendering time is determined not to meet the engine speed is stored.

ページ番号が記憶されている場合、ステップS35において全ページのレンダリング処理さいた後でエンジンの出力を行う設定で印刷処理を開始する。もし、ページ番号が記憶されていない場合、ステップS36において、全ページに対してレンダリングしながらエンジンの出力処理を行う設定で印刷処理を開始する。   If the page number is stored, the printing process is started with the setting to output the engine after the rendering process of all pages in step S35. If the page number is not stored, in step S36, the printing process is started with a setting for performing the engine output process while rendering all pages.

(実施例2)
図4は本実施例2における処理の流れを表すフローチャートである。
(Example 2)
FIG. 4 is a flowchart showing the flow of processing in the second embodiment.

ホストコンピュータは印刷データを送信する印刷装置のオブジェクト種別毎のレンダリング処理の能力、およびエンジン速度の情報を予め取得しておくか、ネットワーク等の双方向通信可能な接続により印刷装置の当該情報を取得するものとする。取得した情報から印刷装置がエンジン速度でレンダリング処理時間が間に合うオブジェクト種別毎にオブジェクト数の限界を閾値データとして記憶しておく。   The host computer acquires in advance the rendering processing capability and engine speed information for each object type of the printing apparatus that transmits the print data, or acquires the information of the printing apparatus through a bi-directional communication connection such as a network. It shall be. Based on the acquired information, the printing apparatus stores the limit of the number of objects as threshold data for each object type whose engine processing speed is sufficient for rendering processing time.

ステップS41において、ホストコンピュータ内のプリンタドライバはOSから渡された描画命令から印刷装置側で処理可能な印刷命令を含んだ印刷データを生成する。   In step S <b> 41, the printer driver in the host computer generates print data including a print command that can be processed on the printing apparatus side from the drawing command passed from the OS.

ステップS42において生成した印刷データのオブジェクト種別およびオブジェクト数をカウントする。カウントしたオブジェクト種別およびオブジェクト数が前記予め取得しておいた閾値データから、印刷装置のエンジン速度でレンダリング処理時間が間に合うかどうかステップS43で判断する。間に合わないと判断された場合はステップS44において、当該ページ番号を記憶しておく。全ページ分の閾値との比較が終了すると、ステップS46において、前記レンダリング時間がエンジン速度に間に合わないと記憶したページ番号をステップS41で生成した印刷データに付加する。印刷データと付加したページ番号をステップS47において、印刷装置に送信する。   In step S42, the object type and the number of objects of the print data generated are counted. In step S43, it is determined whether the counted object type and the number of objects are in time for the rendering process at the engine speed of the printing apparatus from the threshold data acquired in advance. If it is determined that it is not in time, the page number is stored in step S44. When the comparison with the threshold values for all pages is completed, in step S46, the page number stored when the rendering time is not in time for the engine speed is added to the print data generated in step S41. In step S47, the print data and the added page number are transmitted to the printing apparatus.

図5は本実施例2における印刷装置の処理の流れを表すフローチャートである。   FIG. 5 is a flowchart showing the processing flow of the printing apparatus according to the second embodiment.

印刷装置は印刷データを受信すると、ステップS51においてエンジン速度にレンダリング時間が間に合わないページ番号が付加されているかどうか判断する。レンダリング時間がエンジン速度に間に合わないページ番号がないと判断された場合、ステップS52において、全ページレンダリングしながらエンジン出力を行う設定で印刷処理を行う。   When the printing apparatus receives the print data, in step S51, the printing apparatus determines whether a page number that does not meet the rendering time is added to the engine speed. If it is determined that there is no page number whose rendering time does not meet the engine speed, in step S52, the print processing is performed with the setting for performing engine output while rendering all pages.

もし、レンダリング時間がエンジン時間に間に合わないページ番号が付加されている場合、ステップS53において、1ページ分のレンダリング処理を行う。次にステップS54においてエンジン速度に間に合わないと判断されたページの中の最後のページかどうか判断する。最後のページではなかった場合、次のページのレンダリング処理を行い処理を続行する。最後のページと判断された場合、ステップS55において、エンジンの出力処理を開始する。以降の全ページはレンダリング処理がエンジン速度に間に合うと判断できるため、ステップS56においてレンダリング処理を行いながらエンジンの出力処理を行う。   If a page number that does not meet the rendering time is added, rendering processing for one page is performed in step S53. Next, in step S54, it is determined whether or not it is the last page among the pages determined not to be in time for the engine speed. If it is not the last page, the next page is rendered and the process is continued. If it is determined that the page is the last page, engine output processing is started in step S55. Since it can be determined that the rendering process is in time for the engine speed for all subsequent pages, the engine output process is performed while performing the rendering process in step S56.

図6は、実施例におけるホストコンピュータが生成する印刷命令を含んだ印刷データの構成を表す図である。   FIG. 6 is a diagram illustrating a configuration of print data including a print command generated by the host computer in the embodiment.

図7は、実施例におけるホストコンピュータが生成する印刷命令にオブジェクト種別およびオブジェクト数を付加した印刷データの構成を表す図である。   FIG. 7 is a diagram illustrating a configuration of print data in which an object type and the number of objects are added to a print command generated by the host computer in the embodiment.

本発明の実施例を示す印刷装置の構成を説明するブロック図である。1 is a block diagram illustrating a configuration of a printing apparatus according to an embodiment of the present invention. 本発明の実施例1における印刷装置の制御処理を表すフローチャートである。3 is a flowchart illustrating control processing of the printing apparatus according to the first exemplary embodiment of the present invention. 本発明の実施例1におけるホストコンピュータの制御処理を表すフローチャートである。It is a flowchart showing the control processing of the host computer in Example 1 of this invention. 本発明の実施例2における印刷装置の制御処理を表すフローチャートである。6 is a flowchart illustrating a control process of the printing apparatus according to the second exemplary embodiment of the present invention. 本発明の実施例2におけるホストコンピュータの制御処理を表すフローチャートである。It is a flowchart showing the control processing of the host computer in Example 2 of this invention. 本実施例におけるホストコンピュータが生成する印刷命令を含んだ印刷データの構成を表す図である。It is a figure showing the structure of the print data containing the print command which the host computer in a present Example produces | generates. 本実施例におけるホストコンピュータが生成する印刷命令にオブジェクト種別およびオブジェクト数を付加した印刷データの構成を表す図である。It is a figure showing the structure of the print data which added the object classification and the number of objects to the print command which the host computer in a present Example produces | generates.

Claims (5)

ホストコンピュータのプリンタドライバが生成する印刷データにおいて、印刷データ中のオブジェクト種別およびオブジェクト数をカウントし印刷装置に通知し、通知された印刷装置においてオブジェクト種別およびオブジェクト数が予め定められたレンダリング処理の限界である閾値を超えたページがある場合にはページ内の全てのオブジェクトをレンダリングした後でエンジンの出力処理を開始することを特徴とする印刷システム。   In the print data generated by the printer driver of the host computer, the object type and the number of objects in the print data are counted and notified to the printing apparatus, and the limit of rendering processing in which the object type and the number of objects are predetermined in the notified printing apparatus A printing system characterized in that if there is a page exceeding a certain threshold value, engine output processing is started after rendering all objects in the page. 前記印刷データ中のオブジェクト種別はそれぞれ文字、図形、イメージであることを特徴とする請求項1記載の印刷システム。   2. The printing system according to claim 1, wherein the object types in the print data are characters, figures, and images, respectively. 前記ホストコンピュータから通知するオブジェクト種別およびオブジェクト数の情報は通知する印刷装置の性能に依存したレンダリング処理の限界である閾値を予め設定し、その閾値を超えたページ情報を当該印刷装置に通知することを特徴とする請求項1記載の印刷システム。   For the information on the object type and the number of objects notified from the host computer, a threshold which is a limit of rendering processing depending on the performance of the printing apparatus to be notified is set in advance, and page information exceeding the threshold is notified to the printing apparatus. The printing system according to claim 1. 前記閾値を超えたページが通知された当該印刷装置において、閾値を超えたと通知されたページの最終ページ以降のページはレンダリング中にエンジンの出力処理を行うことを特徴とする請求項3記載の印刷システム。   4. The printing according to claim 3, wherein in the printing apparatus notified of the page exceeding the threshold, the pages after the last page of which the threshold is exceeded are subjected to an engine output process during rendering. system. 前記印刷装置の性能に依存したオブジェクト種別およびオブジェクト数の閾値の値をネットワークに接続された印刷装置から取得することを特徴とする請求項3記載の印刷システム。   4. The printing system according to claim 3, wherein the threshold value of the object type and the number of objects depending on the performance of the printing apparatus is acquired from a printing apparatus connected to a network.
JP2004348362A 2004-12-01 2004-12-01 Print system Withdrawn JP2006155468A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004348362A JP2006155468A (en) 2004-12-01 2004-12-01 Print system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004348362A JP2006155468A (en) 2004-12-01 2004-12-01 Print system

Publications (1)

Publication Number Publication Date
JP2006155468A true JP2006155468A (en) 2006-06-15

Family

ID=36633652

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004348362A Withdrawn JP2006155468A (en) 2004-12-01 2004-12-01 Print system

Country Status (1)

Country Link
JP (1) JP2006155468A (en)

Similar Documents

Publication Publication Date Title
US20140009771A1 (en) Bi-color duplex printing method and device
JP3814585B2 (en) Image processing apparatus, image processing method, program, and storage medium
JP2003303068A5 (en)
JP2007331390A (en) Image forming device and its control method
JP2006155468A (en) Print system
JP5232728B2 (en) Image forming apparatus
JP2005115528A (en) Printing system, printer host, printing support program, and printing method
JP6834686B2 (en) Image processing device, its control method, and program
JP6690353B2 (en) Printing control device, printing device, printing system, printing control method, and program
JP2009006570A (en) Printer
US8699071B2 (en) Image forming apparatus and method of forming an image thereof
JP4901781B2 (en) Image forming apparatus
JP4432473B2 (en) Printing apparatus, printer controller, and printing position movement control method
JP4895720B2 (en) Data transfer apparatus and image forming apparatus having the same
JP3213209B2 (en) Printing equipment
JPH0725106A (en) Printer
JP2016165851A (en) Memory controller, image formation apparatus and resource management method of memory controller
JP2803560B2 (en) Printer control device
JP6123356B2 (en) Information processing apparatus, program, and log data generation method
JP4052122B2 (en) Print program and print server
JP2007168368A (en) Printer controlling device, and printer device
JPH07144444A (en) Communication controller
KR20060036262A (en) Printer image control apparatus and the method thereof
JP2006248165A (en) Recording device
JP2009064342A (en) Data transfer system

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20080205