JP3661433B2 - Print data spooling method, print control apparatus, and recording medium - Google Patents
Print data spooling method, print control apparatus, and recording medium Download PDFInfo
- Publication number
- JP3661433B2 JP3661433B2 JP24637098A JP24637098A JP3661433B2 JP 3661433 B2 JP3661433 B2 JP 3661433B2 JP 24637098 A JP24637098 A JP 24637098A JP 24637098 A JP24637098 A JP 24637098A JP 3661433 B2 JP3661433 B2 JP 3661433B2
- Authority
- JP
- Japan
- Prior art keywords
- print data
- image
- area
- effective area
- 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.)
- Expired - Fee Related
Links
Images
Landscapes
- Accessory Devices And Overall Control Thereof (AREA)
Description
【0001】
【発明の属する技術分野】
本発明は、印刷制御技術に係り、より詳しくは、印刷データの効率的なスプール方法、このスプール方法の実施に適した印刷制御装置、及びこのスプール方法または印刷制御装置をコンピュータ装置で実現するための記録媒体に関する。
【0002】
【従来の技術】
最近、プリンタ等の印刷装置において行われるべき印刷制御に伴う処理の一部をホストコンピュータ側の資源を用いて行うことが一般的になっている。例えば、アプリケーションプログラム(以下、「AP」と称する)から入力された印刷要求に伴うデータを印刷装置が読みとれる構造の印刷データへ変換したり、変換した印刷データをスプールファイルにスプールしておき、印刷装置へはデスプール(逆スプール)した印刷データを送出することがホストコンピュータで行われるようになっている。
【0003】
スプールは、主として、印刷装置へのデータ送出速度と印刷装置による実際の印刷速度との差に起因する印刷制御処理の無駄な待ち時間を解消するために行われる。具体的には、印刷データを一旦スプールファイルに書き込み、書き込んだ印刷データを書き込みと非同期に読み出して印刷装置へ送出する。書き込みと読み出しはそれぞれ独立したタスクにより実行される。
【0004】
【発明が解決しようとする課題】
APの中には、複数の印刷ページで形成される大きなイメージ画像の印刷要求を発するものがある。この場合、従来は、印刷ページ単位の印刷しか行われないにも拘わらず、すべてのページ分の印刷データを印刷ページ数と同じ回数だけスプールファイルに書き込んでいた。例えば図9(a)に示すように、4ページ分で1つの大きなイメージ画像を印刷装置に形成させるための印刷データをスプールする際に、本来は、図9(b)に示すように、各ページについてそれぞれ斜線で示す部分のみ又はその中の画像部分の印刷データで足りるところ、それぞれ4ページ分の印刷データのすべてを、4回スプールファイルに書き込んでいた。そのため、ファイル資源を余分に使用するばかりでなく、スプール処理及びデスプール処理に多大な負荷がかかっていた。
【0005】
本発明の課題は、ファイル資源を有効に活用してスプール処理及びデスプール処理の効率化を図ることができるスプール方法を提供することにある。
本発明の他の課題は、このスプール方法の実施に適した印刷制御装置、及びこのスプール方法または印刷制御装置をコンピュータ装置において実現するための記録媒体を提供することにある。
【0006】
【課題を解決するための手段】
上記課題を解決する本発明のスプール方法は、少なくとも印刷装置で印刷可能な有効領域を越えたサイズの画像分の印刷データ、例えばN(Nは2以上の自然数)の印刷ページの集合によって1つの画像を印刷装置に形成させるための印刷データ又は有効領域をはみ出す画像に対応する印刷データを保持しておき、この保持されている印刷データについて前記有効領域とそれ以外の無効領域とを判別するとともに、前記有効領域の印刷データのみを抽出してスプールすることを特徴とする。
【0008】
上記他の課題を解決する本発明の印刷制御装置は、少なくとも印刷装置で印刷可能な有効領域を越えたサイズの画像分の印刷データを保持するバッファ手段と、保持されている前記印刷データについて前記印刷装置が印刷可能な有効領域とそれ以外の無効領域とを判別する判別手段と、前記保持されている印刷データから前記有効領域分のみを抽出する印刷データ編集手段と、前記抽出された印刷データをスプールするスプーラと、
を備えて成る。
【0010】
なお、前記画像が複数の印刷ページの集合によって形成される1つの画像である場合、前記判別手段で前記有効領域と前記無効領域とを判別するようにする。この場合、スプーラは、前記有効領域の印刷データを複数回スプールする。
【0011】
また、本発明の記録媒体は、下記の処理をコンピュータ装置に実行させるためのプログラムコードが記録された、コンピュータ読取可能な記録媒体である。
(1−1)少なくとも印刷装置で印刷可能な有効領域を越えたサイズの画像分の印刷データ、例えば複数の印刷ページの集合によって1つの画像を印刷装置に形成させるための印刷データ又は有効領域をはみ出す画像に対応する印刷データを保持する処理、
(1−2)保持されている前記印刷データについて印刷対象となる有効領域とそれ以外の無効領域とを判別する処理、
(1−3)前記保持されている印刷データから有効領域分のみを抽出する処理、
(1−4)前記抽出された印刷データをスプールする処理。
【0013】
【発明の実施の形態】
以下、本発明を印刷システムに適用した場合の実施の形態を、図面を参照して詳細に説明する。
図1は、本実施形態の印刷システムの構成図である。この印刷システムは、ホストコンピュータ1と受信バッファを有するプリンタ2とをプリンタケーブルを介して接続して構成される。
【0014】
ホストコンピュータ1は、所定のシステムプログラムを通じてプログラムの実行、その制御及び監視を行う。具体的には、図示しないシステムボード上に配置されたCPU(Central processing Unit),RAM(Random Access Memory),ROM(Read Only Memory)と、内蔵又は外付けのハードディスク(HD)3とを具備し、CPUが所要のプログラムを適宜HD3から読み出して所要の処理ないし制御を実行する。HD3には、印刷データを生成するAPと、本発明の印刷制御装置を実現するための印刷制御プログラム等が記録されている。
【0015】
ホストコンピュータ1には、また、モニタ画面を具備した表示装置4、各種設定情報を入力するためのデータ入力装置5、CD−ROMドライブ及びFDDを含むメディア読取装置6、構内ネットワークとの接続インタフェースとなる通信制御装置7とが接続されている。表示装置4は、システムプログラム、AP、あるいは印刷制御プログラム等の指示に呼応して所定のダイアログウインドウを表示するように構成されている。
【0016】
印刷制御装置を実現するための制御プログラムは、可搬性の記録媒体、例えばフレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、CD−ROM、CD−R、DVD、磁気テープにホストコンピュータ1が読取可能な形態で記録されて流通し、プリンタ2の使用時に、上記メディア読取装置6を通じてHD3にインストールされるものである。あるいは通信制御装置7を通じてアクセス可能なプログラムサーバからHD3にインストールされたものである。
なお、上記制御プログラムのみを実行することによって印刷制御装置としての機能が形成されるだけでなく、その制御プログラムの指示に基づいて当該ホストコンピュータ1上で稼働しているオペレーティングシステムが実際の処理の一部を行い、その処理を通じて印刷制御装置としての機能が形成されるものであっても良い。
【0017】
次に、ホストコンピュータ1が上記印刷制御プログラムを読み込むことによって実現される本発明の印刷制御装置の実施の一形態を説明する。
【0018】
(第1実施形態)
図2は、APから送られた印刷データを一時的に保持し、この保持された印刷データの編集を行った後、スプールファイル16に保存する場合の要部構成例を示している。
なお、以後の説明において、印刷データは、APからの印刷ジョブ及びデータを含むものであり、図示しないプリントマネージャによってプリンタ2が読取可能な構造に変換されているものとする。また、画像は、ビットマップデータによって形成されるイメージ画像であり、複数の印刷ページの集合によって1つのものが形成される場合と、印刷可能となる有効領域を越えた画像としてAPから送られてくる場合とがある。ここでは、便宜上、前者の場合を例に挙げる。
【0019】
図2に示した印刷制御装置10は、印刷データを一時的に保持する印刷データバッファ11と、画像単位の印刷ページを印刷順に判別するページ判別部12と、画像単位の印刷データのうち、どの部分が印刷対象となる有効領域となるページ(以下、「有効ページ領域」)で、どの部分が印刷されない無効領域となるページ領域(以下、「無効ページ領域」)かを印刷ページ変別部12の判別結果をもとに判別する領域判別部13と、印刷データバッファ11に保持されている印刷データから有効ページ領域分のみを抽出する印刷データ編集部14と、抽出した印刷データを印刷ページ順にスプールファイル16に転送するスプーラ15とを有している。
【0020】
図3は、この印刷制御装置10における印刷データ編集処理の概念図である。図3(a)には、イメージ画像の一例が示されている。ここでは、図9(a)に示した従来手法と同様、4ページ分の印刷データによってこのイメージ画像が形成されるものとする。各印刷ページに着目した場合、実際にプリンタ2で印刷に使用されるのは、それぞれ図3(b)の斜線部分に対応する印刷データのみである。従って、この斜線で示した部分が有効ページ領域となり、それ以外の破線で示した部分は無効ページ領域となる。そこで、この実施形態では、無効ページ領域に対応する印刷データを削除し、有効ページ領域に対応する印刷データのみを抽出して、これを印刷ページ順にスプールする。
【0021】
このような処理を実現する場合の印刷制御装置10の実行手順を示したのが図4である。
すなわち、ページ判別部12で印刷データバッファ11の1つのイメージ画像分の全印刷データをスキャンし(ステップS101)、4つの印刷ページとその印刷順を判別する(ステップS102)。領域判別部13は、この判別結果に基づいて有効ページ領域とそれ以外の無効ページ領域とを特定する(ステップS103)。最初は、先頭ページのみが有効ページ領域とされる。
【0022】
印刷データ編集部14は、無効ページ領域に対応する印刷データを削除し、有効ページ領域に対応する印刷データのみを抽出してスプーラ15に送る(ステップS104)。スプーラ15は、この印刷データをスプールファイル16に保存する(スプール:ステップS105)。以上の処理を2ページ目以降について同様に繰り返し(ステップS106:No)、4ページ目の処理が終了した時点でそのイメージ画像についてのスプールを終える(ステップS107:Yes)。スプール後は、適宜、デスプーラがスプールファイル16から印刷データを読み出してプリンタ2へ転送する。
【0023】
以上のような手順を実行することで、ファイル資源が節約され、また、スプールの際の無駄なデータ保存処理も削減されるので、スプール及びデスプールの高速化が図れるようになる。
【0024】
(第2実施形態)
図5は、本発明の印刷制御装置の他の実施形態を示した要部構成図である。便宜上、図2に示した要素と同一機能のものについては、同一符号を付してその説明を省略する。
【0025】
この印刷制御装置20は、第1実施形態の印刷制御装置10に画像サンプリング処理部21を付加し、上記イメージ画像に対して画像サンプリングを適切に施すことができるようにしたものである。すなわち、APによっては、元のイメージ画像に色調補正や特殊効果を施す機能が用意されているものがあるため、このAP側の機能に対応させた構成としている。
【0026】
上述のように、第1実施形態の印刷制御装置10では、スプールの際に有効ページ領域以外の印刷データは無視される。そのため、画像サンプリングは、印刷ページごとに行うことになる。しかし、このように印刷ページごとに画像サンプリングを施すと、もともと1つのイメージ画像から分割したものでありながら、サンプリング範囲が互いに独立した印刷ページとなるため、これらを合成したときに色調等が異なってしまう場合がある。
【0027】
例えば図6(a)に示すように、2ページで1つのイメージ画像が形成される場合において、1ページ目を図6(b)のようにサンプリングした結果、明るすぎたから少し暗くし、2ページ目を図6(c)のようにサンプリングした結果、多少暗かったから少し明るくしたとする。この場合に2ページ分を合成したイメージ画像は、図6(d)のように、明るさがアンバランスなものになってしまう。
【0028】
図5に示した画像サンプリング処理部21は、そのために備えたもので、印刷データバッファ11に保持されている画像単位の印刷データ全体に対して画像サンプリングを施す機能を有する。画像サンプリングが施され、必要に応じて編集された印刷データは、印刷データバッファ11に反映(更新)される。
【0029】
第1実施形態によるスプールは、この画像サンプリングの後に行う。具体的には、図7(a)に示すように、1ページ目については、印刷データバッファ11に保持されている2ページ分の印刷データ全体をもとに画像サンプリングを行い、その後に2ページ目を無効ページ領域として削除して1ページ目の印刷データだけを残す。2ページ目も図7(b)に示すように、2ページ分の印刷データ全体をもとに画像サンプリングを行い、その後に1ページ目を無効ページ領域として削除して2ページ目の印刷データだけを残す。その結果、合成された画像サンプリング後のイメージ画像は、図7(c)のように、バランスのとれたものとなる。
なお、図6(a)〜(d)、図7(a)〜(c)に示した図は、処理内容を模式的に表したものである。
【0030】
このような処理内容を実現する場合の印刷制御装置20の実行手順を示したのが図8である。
すなわち、まず、画像サンプリング処理部21で印刷データバッファ11の1つのイメージ画像分の印刷データをスキャンし、図7(a)左側のようなサンプリングデータを得る(ステップS201)。必要に応じてこのサンプリングデータを編集し、編集結果を印刷データバッファ11に反映させる(ステップS202:Yes、S203)。その後、図4のステップS101〜S106と同様の手順でスプールを行う(ステップS204〜S210)。
【0031】
この実施形態の印刷制御装置20によれば、画像サンプリング後の画像処理結果を良好に保ちながら、スプール及びデスプールを効率的且つ高速に行えるようになる。
【0032】
【発明の効果】
以上の説明から明らかなように、本発明によれば、余分な印刷データがスプール前に削除されるので、ファイル資源を有効に活用してスプール及びデスプールを効率的且つ高速に行えるようになる。
また、本発明によれば、画像サンプリング時の画像処理結果を良好に保ちながら、スプール及びデスプールを効率的且つ高速に行えるようになる。
【図面の簡単な説明】
【図1】本発明が適用される印刷システムの構成図。
【図2】第1実施形態による印刷制御装置の要部構成図。
【図3】(a)は4ページで形成される1つのイメージ画像の例、(b)はこのイメージ画像についてスプール対象となる印刷データと削除される印刷データの例を示した説明図。
【図4】第1実施形態の印刷制御装置によるスプールの手順説明図。
【図5】第2実施形態による印刷制御装置の要部構成図。
【図6】(a)〜(c)は画像サンプリングとスプールの手順の一例、(d)はその結果例を示した説明図。
【図7】(a),(b)は第2実施形態による画像サンプリングとスプールの手順の一例、(c)は、その結果例を示した説明図。
【図8】第2実施形態の印刷制御装置による画像サンプリングとスプールの手順説明図。
【図9】(a)は4ページで形成される1つのイメージ画像の例、(b)はこのイメージ画像についてスプール対象となる印刷データ例を示した説明図。
【符号の説明】
1 ホストコンピュータ
2 印刷装置
3 ハードディスク
4 表示装置
5 データ入力装置
6 メディア読取装置
7 通信制御装置
10,20 印刷制御装置
11 印刷データバッファ
12 ページ判別部
13 領域判別部
14 印刷データ編集部
15 スプーラ
16 スプールファイル
21 画像サンプリング処理部[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a print control technique, and more particularly, an efficient spooling method of print data, a print control apparatus suitable for carrying out the spool method, and a method for realizing the spool method or the print control apparatus with a computer device. To the recording medium.
[0002]
[Prior art]
Recently, it has become common for some of the processing associated with printing control to be performed in a printing apparatus such as a printer to be performed using resources on the host computer side. For example, data accompanying a print request input from an application program (hereinafter referred to as “AP”) is converted into print data having a structure that can be read by the printing apparatus, or the converted print data is spooled in a spool file. The host computer sends the despooled (reverse spooled) print data to the printing apparatus.
[0003]
The spooling is mainly performed in order to eliminate a wasteful waiting time of the printing control process due to the difference between the data transmission speed to the printing apparatus and the actual printing speed by the printing apparatus. Specifically, the print data is once written in the spool file, and the written print data is read asynchronously with the writing and sent to the printing apparatus. Writing and reading are executed by independent tasks.
[0004]
[Problems to be solved by the invention]
Some APs issue a print request for a large image formed by a plurality of print pages. In this case, conventionally, print data for all pages has been written to the spool file as many times as the number of print pages, although only printing in units of print pages is performed. For example, as shown in FIG. 9 (a), when spooling print data for forming a large image on a printing apparatus for four pages, each print data is originally shown in FIG. 9 (b). Only the portion indicated by the oblique lines or the print data of the image portion in the page is sufficient for each page, and all the print data for each of the four pages has been written into the spool file four times. For this reason, not only is the file resource used excessively, but a large load is applied to the spool process and the despool process.
[0005]
An object of the present invention is to provide a spool method capable of effectively utilizing file resources and improving the efficiency of spool processing and despool processing.
Another object of the present invention is to provide a print control apparatus suitable for carrying out the spool method and a recording medium for realizing the spool method or the print control apparatus in a computer apparatus.
[0006]
[Means for Solving the Problems]
The spool method of the present invention that solves the above-described problems is achieved by using a set of print data for an image having a size that exceeds at least an effective area that can be printed by a printing apparatus, for example, a set of N (N is a natural number of 2 or more) print pages. Print data for forming an image on a printing apparatus or print data corresponding to an image that protrudes from an effective area is stored, and the effective area and other invalid areas are determined for the stored print data. , Only print data in the effective area is extracted and spooled .
[0008]
The print control apparatus of the present invention that solves the above-described other problems includes a buffer unit that holds at least print data of an image size that exceeds an effective area that can be printed by the printing apparatus, and the print data that is held A discriminating unit that discriminates a valid area that can be printed by the printing apparatus and other invalid areas ; a print data editing unit that extracts only the valid area from the held print data; and the extracted print data A spooler that spools
Comprising.
[0010]
When the image is one image formed by a set of a plurality of print pages, the determination unit determines the valid area and the invalid area . In this case, the spooler spools the print data of the effective area a plurality of times .
[0011]
The recording medium of the present invention is a computer-readable recording medium on which program code for causing a computer apparatus to execute the following processing is recorded.
(1-1) Print data for an image having a size exceeding at least an effective area printable by the printing apparatus, for example, print data or an effective area for causing the printing apparatus to form one image by a set of a plurality of print pages. Processing to hold the print data corresponding to the protruding image,
(1-2) A process of determining an effective area to be printed from the held print data and an invalid area other than that,
(1-3) processing for extracting only the valid area from the held print data;
(1-4) A process of spooling the extracted print data .
[0013]
DETAILED DESCRIPTION OF THE INVENTION
DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, an embodiment when the present invention is applied to a printing system will be described in detail with reference to the drawings.
FIG. 1 is a configuration diagram of a printing system according to the present embodiment. This printing system is configured by connecting a host computer 1 and a
[0014]
The host computer 1 executes, controls and monitors the program through a predetermined system program. Specifically, a CPU (Central Processing Unit), a RAM ( Random Access Memory), a ROM (Read Only Memory), and a built-in or external hard disk (HD) 3 are provided on a system board (not shown). The CPU reads the required program from the
[0015]
The host computer 1 also includes a display device 4 having a monitor screen, a data input device 5 for inputting various setting information, a media reading device 6 including a CD-ROM drive and an FDD, and a connection interface with a local network. The communication control device 7 is connected. The display device 4 is configured to display a predetermined dialog window in response to an instruction from a system program, AP, print control program, or the like.
[0016]
A control program for realizing the printing control apparatus can be read by the host computer 1 on a portable recording medium such as a flexible disk, hard disk, optical disk, magneto-optical disk, CD-ROM, CD-R, DVD, or magnetic tape. It is recorded and distributed in the form, and is installed in the
By executing only the control program, a function as a printing control apparatus is formed, and an operating system running on the host computer 1 performs actual processing based on an instruction of the control program. A function as a print control apparatus may be formed through some processing.
[0017]
Next, an embodiment of the print control apparatus of the present invention realized by the host computer 1 reading the print control program will be described.
[0018]
(First embodiment)
FIG. 2 shows a configuration example of a main part in a case where the print data sent from the AP is temporarily stored, the stored print data is edited, and then stored in the
In the following description, it is assumed that the print data includes a print job and data from the AP, and has been converted into a structure that can be read by the
[0019]
The
[0020]
FIG. 3 is a conceptual diagram of print data editing processing in the
[0021]
FIG. 4 shows an execution procedure of the
That is, the
[0022]
The print
[0023]
By executing the above procedure, file resources are saved, and unnecessary data storage processing at the time of spooling is also reduced, so that the speed of spooling and despooling can be increased.
[0024]
(Second Embodiment)
FIG. 5 is a main part configuration diagram showing another embodiment of the print control apparatus of the present invention. For convenience, elements having the same functions as those shown in FIG.
[0025]
The
[0026]
As described above, in the
[0027]
For example, as shown in FIG. 6 (a), when one image is formed on two pages, the first page is sampled as shown in FIG. 6 (b). It is assumed that the result of sampling the eyes as shown in FIG. In this case, an image obtained by combining two pages has an unbalanced brightness as shown in FIG.
[0028]
The image
[0029]
The spool according to the first embodiment is performed after this image sampling. Specifically, as shown in FIG. 7A, for the first page, image sampling is performed based on the entire print data for two pages held in the
The diagrams shown in FIGS. 6A to 6D and FIGS. 7A to 7C schematically show the processing contents.
[0030]
FIG. 8 shows an execution procedure of the
That is, first, the image
[0031]
According to the
[0032]
【The invention's effect】
As is apparent from the above description, according to the present invention, excess print data is deleted before spooling, so that spooling and despooling can be performed efficiently and at high speed by effectively using file resources.
Further, according to the present invention, it is possible to perform spooling and despooling efficiently and at high speed while maintaining good image processing results during image sampling.
[Brief description of the drawings]
FIG. 1 is a configuration diagram of a printing system to which the present invention is applied.
FIG. 2 is a main part configuration diagram of the printing control apparatus according to the first embodiment.
FIGS. 3A and 3B are diagrams illustrating an example of one image formed on four pages, and FIG. 3B is an explanatory diagram illustrating an example of print data to be spooled and deleted print data for the image image.
FIG. 4 is an explanatory diagram of a spool procedure performed by the print control apparatus according to the first embodiment.
FIG. 5 is a main part configuration diagram of a printing control apparatus according to a second embodiment.
6A to 6C are examples of image sampling and spooling procedures, and FIG. 6D is an explanatory diagram showing an example of the results.
7A and 7B are examples of image sampling and spooling procedures according to the second embodiment, and FIG. 7C is an explanatory diagram showing an example of the results.
FIG. 8 is a procedure explanatory diagram of image sampling and spooling by the print control apparatus of the second embodiment.
FIGS. 9A and 9B are diagrams illustrating an example of one image image formed on four pages, and FIG. 9B is an explanatory diagram illustrating an example of print data to be spooled for the image image.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1
Claims (5)
印刷データのスプール方法。When print data of an image having a size exceeding the effective area printable by the printing apparatus is held, and the image is one image formed by a set of a plurality of print pages, the print data is held for each print page . and the effective area and the other invalid area determined for said print data, to extract only print data of the effective area, and deletes the print data of the invalid region, characterized in that the spool,
Print data spooling method.
前記画像が複数の印刷ページの集合によって形成される1つの画像である場合、各印刷ページについて保持されている前記印刷データについて前記印刷装置が印刷可能な有効領域とそれ以外の無効領域とを判別する判別手段と、
前記保持されている印刷データから前記有効領域分のみを抽出し、前記無効領域の印刷データを削除する印刷データ編集手段と、
前記抽出された印刷データをスプールするスプーラと、
を備えたことを特徴とする印刷制御装置。Buffer means for holding print data of an image having a size exceeding at least an effective area printable by the printing apparatus;
When the image is a single image formed by a set of a plurality of print pages, the print device holds a valid area that can be printed by the print device and a non-valid area other than the print data held for each print page. Discriminating means to perform,
Print data editing means for extracting only the valid area from the held print data and deleting the print data in the invalid area ;
A spooler for spooling the extracted print data;
A printing control apparatus comprising:
前記画像が複数の印刷ページの集合によって形成される1つの画像である場合、各印刷ページについて保持されている前記印刷データについて前記有効領域とそれ以外の無効領域とを判別する処理、
前記有効領域の印刷データのみを抽出し、前記無効領域の印刷データを削除し、前記抽出された印刷データをスプールする処理をコンピュータ装置に実行させるためのプログラムコードが記録された、
コンピュータ読取可能な記録媒体。Processing to hold print data of an image with a size that exceeds at least the effective area that can be printed by the printing device;
When the image is one image formed by a set of a plurality of print pages, a process for determining the valid area and other invalid areas for the print data held for each print page ;
Only the effective area print data is extracted , the invalid area print data is deleted, and the program code for causing the computer device to execute the process of spooling the extracted print data is recorded,
Computer-readable recording medium.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP24637098A JP3661433B2 (en) | 1998-08-31 | 1998-08-31 | Print data spooling method, print control apparatus, and recording medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP24637098A JP3661433B2 (en) | 1998-08-31 | 1998-08-31 | Print data spooling method, print control apparatus, and recording medium |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2004072941A Division JP4158727B2 (en) | 2004-03-15 | 2004-03-15 | Spool method, print control apparatus, and recording medium |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2000071571A JP2000071571A (en) | 2000-03-07 |
JP3661433B2 true JP3661433B2 (en) | 2005-06-15 |
Family
ID=17147544
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP24637098A Expired - Fee Related JP3661433B2 (en) | 1998-08-31 | 1998-08-31 | Print data spooling method, print control apparatus, and recording medium |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP3661433B2 (en) |
-
1998
- 1998-08-31 JP JP24637098A patent/JP3661433B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2000071571A (en) | 2000-03-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPH09146726A (en) | Method for controlling printer server system | |
JP3711435B2 (en) | Print data preview method and apparatus, and recording medium | |
JP3287387B2 (en) | Control system and method for computer printer using split printer driver | |
JPH09261457A (en) | Print controller, data processing method for it and storage medium storing program readable by computer | |
JP3661433B2 (en) | Print data spooling method, print control apparatus, and recording medium | |
JP4158727B2 (en) | Spool method, print control apparatus, and recording medium | |
US7710602B2 (en) | Systems and methods for context-based adaptive image processing using segmentation | |
JP3692792B2 (en) | Print data spooling method, print control apparatus, and recording medium | |
JP4145819B2 (en) | Print control apparatus and recording medium | |
JP2008148263A (en) | Image forming apparatus, and its control method | |
JP3478696B2 (en) | Image processing apparatus and control method thereof | |
JP2004110337A (en) | Image forming method, image forming system, client terminal, server device, program and storage medium | |
JP2003051929A (en) | Image processing method and apparatus | |
JP3809373B2 (en) | Printing processing method and apparatus | |
JP3715765B2 (en) | Band memory size determination method and recording medium | |
JPH1132207A (en) | Device and method for processing image and memory medium | |
JP2000276311A (en) | Device and method for outputting network information | |
JP2000263873A (en) | Printing method and apparatus and memory medium | |
JP3760686B2 (en) | Printer host and storage medium storing operation program thereof | |
JP2001282482A (en) | Data processor and method for processing data | |
JP3215225B2 (en) | Printer server system and control method thereof | |
JP2003118176A (en) | Apparatus and method for rasterization, recording medium and program | |
JP2002192795A (en) | Print processor, print processing method, information processor, printer driver and storage medium | |
JP2001053957A (en) | Printer host, printer, printer system and storage medium storing program for converting plotting instruction to binarized image data | |
JP2003211747A (en) | Imaging apparatus |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20040113 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20040315 |
|
RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7422 Effective date: 20040315 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20040810 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20041012 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20050301 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20050314 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080401 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090401 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090401 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100401 Year of fee payment: 5 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110401 Year of fee payment: 6 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110401 Year of fee payment: 6 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120401 Year of fee payment: 7 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130401 Year of fee payment: 8 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130401 Year of fee payment: 8 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140401 Year of fee payment: 9 |
|
S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
LAPS | Cancellation because of no payment of annual fees |