JP2001219614A - System and method for controlling print - Google Patents

System and method for controlling print

Info

Publication number
JP2001219614A
JP2001219614A JP2000034911A JP2000034911A JP2001219614A JP 2001219614 A JP2001219614 A JP 2001219614A JP 2000034911 A JP2000034911 A JP 2000034911A JP 2000034911 A JP2000034911 A JP 2000034911A JP 2001219614 A JP2001219614 A JP 2001219614A
Authority
JP
Japan
Prior art keywords
print data
form overlay
data
fixed
print
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
JP2000034911A
Other languages
Japanese (ja)
Inventor
Shinji Kitagami
眞二 北上
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2000034911A priority Critical patent/JP2001219614A/en
Publication of JP2001219614A publication Critical patent/JP2001219614A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To solve the problems of conventional method for controlling print that the operation is complicated because two operations, i.e., an operation for generating a form overlay file and actual print operation, are required and a user makes print data correspond with the name of form overlay for each operation and that a form overlay function can not be used from an application because an interface for utilizing that function is different from printer to printer. SOLUTION: In the print according to an application program, high speed print is realized by making the form overlay function of a printer available without requiring any special operation, e.g. an operation for generating a form overlay or an operation for inputting the name of form overlay.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は高速印刷処理を実現
するための印刷制御システム及び印刷制御方法に関する
ものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a print control system and a print control method for realizing high-speed printing.

【0002】[0002]

【従来の技術】従来は、Windowsなどのアプリケーショ
ンプログラムが印刷を行う場合、罫線や会社ロゴマーク
などの印刷データの全ページで共通の固定部分があって
も、すべてプリンタ装置のページバッファに転送してい
た。
2. Description of the Related Art Conventionally, when an application program such as Windows performs printing, even if there is a fixed portion common to all pages of print data such as a ruled line and a company logo mark, all data is transferred to a page buffer of a printer device. I was

【0003】このような印刷制御方法では、プリンタ装
置は、ページバッファ内の全ページで共通の固定部分と
ページ毎の可変データを区別することができずに、ペー
ジ毎にページバッファの内容をすべて印刷展開処理を行
っていた。そのため、印刷展開するデータ量が多くな
り、プリンタ装置の印刷速度が低下していた。
[0003] In such a print control method, the printer device cannot distinguish between a fixed portion common to all pages in the page buffer and variable data for each page, and stores all the contents of the page buffer for each page. Print processing was being performed. For this reason, the amount of data to be printed is increased, and the printing speed of the printer device is reduced.

【0004】また、特開平10−244727には、印
刷データ内の全ての図形と特定のフォント種類の文字を
固定部分として、プリンタのフォームオーバレイ機能を
活用して印刷する印刷制御方法が示されている。
Japanese Patent Application Laid-Open No. Hei 10-244727 discloses a print control method for printing all figures in print data and characters of a specific font type as fixed parts by utilizing a form overlay function of a printer. I have.

【0005】図5は特開平10−244727に示され
た印刷制御方法であるが、利用者による1回目の操作で
オーバレイファイル名を入力することにより、プリンタ
ドライバ18が印刷データから全ページの図形と特定フ
ォント種類の文字を抜き出し、プリンタ用の文字コード
に変換して、コンピュータ12のハードディスク内にオ
ーバレイファイル22として格納する。利用者による2
回目の操作でオーバレイファイル名を指定することによ
り、オーバレイファイル22の内容を、プリンタ11の
フォームオーバレイバッファ13に転送する。次に、プ
リンタドライバ18が印刷データから全ページの図形と
特定フォント種類の文字以外の印刷データを抜き出し、
プリンタ用の文字コードに変換して、プリンタ11のペ
ージバッファ14に転送する。フォームオーバレイ機能
15により、フォームオーバレイバッファ13の内容と
ページバッファー14の内容との重ね合わせて印刷を行
い、印刷結果16を出力する。
FIG. 5 shows a print control method disclosed in Japanese Patent Application Laid-Open No. H10-244727. When a user inputs an overlay file name in a first operation, a printer driver 18 converts a graphic of all pages from print data. Then, characters of a specific font type are extracted, converted into character codes for a printer, and stored as an overlay file 22 in the hard disk of the computer 12. 2 by user
By specifying the overlay file name in the second operation, the contents of the overlay file 22 are transferred to the form overlay buffer 13 of the printer 11. Next, the printer driver 18 extracts print data other than graphics of all pages and characters of a specific font type from the print data,
The data is converted into a character code for a printer and transferred to the page buffer 14 of the printer 11. The form overlay function 15 performs printing by superimposing the contents of the form overlay buffer 13 and the contents of the page buffer 14 and outputs a print result 16.

【0006】[0006]

【発明が解決しようとする課題】従来のフォームオーバ
レイ機能を用いた印刷制御方法では、プリンタ毎にその
機能を利用するためのインターフェースが異なるため、
アプリケーションからは利用できないという問題があっ
た。また、フォームオーバレイファイルの作成操作と、
実際の印刷操作との2回の操作が必要となり、各操作で
印刷データとフォームオーバレイ名とを利用者が対応付
けるため操作が複雑になるという問題があった。
In a conventional print control method using a form overlay function, an interface for using the function is different for each printer.
There was a problem that it could not be used from the application. Also, a form overlay file creation operation,
There is a problem that two operations including the actual printing operation are required, and the operation is complicated because the user associates the print data with the form overlay name in each operation.

【0007】この発明は上記のような問題点を解決する
ためになされたものであり、アプリケーションプログラ
ムによる印刷において、フォームオーバレイの作成操作
や、フォームオーバレイ名の入力操作などの特別な操作
を必要とせずに、プリンタのフォームオーバレイ機能を
利用可能とし、高速に印刷を行うことができるようにす
ることを目的とする。
The present invention has been made to solve the above problems, and requires special operations such as a form overlay creation operation and a form overlay name input operation in printing by an application program. Instead, an object of the present invention is to make it possible to use a form overlay function of a printer and to perform high-speed printing.

【0008】[0008]

【課題を解決するための手段】この発明に係る印刷制御
システムは、固定印刷データを格納するフォームオーバ
レイバッファーとページごとの可変印刷データを格納す
るページバッファーと印刷時に上記固定印刷データと上
記可変印刷データを重ねあわせる機能を持つフォームオ
ーバレイ手段とからなるプリンタ装置、アプリケーショ
ンプログラムからの印刷要求で印刷データの複数ページ
に共通する固定印刷データを抜き出す選別手段、抜き出
した固定印刷データを上記フォームオーバレイバッファ
ーに転送し、ページごとの可変印刷データを上記ページ
バッファーに転送する機能を有する転送手段からなるコ
ンピュータを備えているものである。
A print control system according to the present invention comprises a form overlay buffer for storing fixed print data, a page buffer for storing variable print data for each page, the fixed print data and the variable print during printing. A printer device comprising form overlay means having a function of superimposing data; a selection means for extracting fixed print data common to a plurality of pages of print data in response to a print request from an application program; and a fixed print data extracted to the form overlay buffer. The computer includes a transfer unit having a function of transferring the variable print data for each page to the page buffer.

【0009】また、上記選別手段は予め設定されたペー
ジに作成されたデータを固定印刷データとして抜き出す
ものである。
The selection means extracts data created on a preset page as fixed print data.

【0010】また、上記選別手段は色により指定された
データを固定印刷データとして抜き出すものである。
Further, the selection means extracts data designated by color as fixed print data.

【0011】さらに、上記選別手段は重複するデータを
固定印刷データとして抜き出すものである。
Further, the selection means extracts duplicate data as fixed print data.

【0012】この発明に係る印刷制御方法は、アプリケ
ーションプログラムの印刷要求で作成される印刷データ
を固定印刷データと可変印刷データに分離するステッ
プ、上記固定印刷データを上記フォームオーバレイバッ
ファーに転送するステップ、上記可変印刷データを上記
ページバッファーに転送するステップからなり、上記フ
ォームオーバレイ手段により上記固定印刷データと上記
可変印刷データを重ねあわせ印刷するステップを備えて
いるものである。
A print control method according to the present invention includes a step of separating print data created by a print request of an application program into fixed print data and variable print data, a step of transferring the fixed print data to the form overlay buffer, Transferring the variable print data to the page buffer, and superimposing and printing the fixed print data and the variable print data by the form overlay means.

【0013】[0013]

【発明の実施の形態】実施の形態1.本発明の実施の形
態1について図を参照して説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiment 1 Embodiment 1 of the present invention will be described with reference to the drawings.

【0014】図1は本発明の実施の形態1を示すブロッ
ク図である。同図に示すように、本実施の形態の印刷制
御システムはプリンタ1にフォームオーバレイバッファ
3とページバッファ4を備え、フォームオーバレイ機能
5で印刷データを重ねあわせることにより印刷結果6を
出力する。また、コンピュータ2には選別手段と転送手
段の機能とを合わせ持つプリンタドライバ8を備え、ア
プリケーションプログラム7からの印刷要求で作成され
る印刷データ9を固定印刷データ10と可変印刷データ
11に選別し、フォームオーバレイバッファ3とページ
バッファ4に転送する。
FIG. 1 is a block diagram showing Embodiment 1 of the present invention. As shown in the figure, the print control system of the present embodiment includes a form overlay buffer 3 and a page buffer 4 in a printer 1, and outputs a print result 6 by overlapping print data with a form overlay function 5. Further, the computer 2 includes a printer driver 8 having both functions of a sorting unit and a transfer unit, and sorts print data 9 created by a print request from the application program 7 into fixed print data 10 and variable print data 11. , To the form overlay buffer 3 and the page buffer 4.

【0015】本実施の形態1において特徴的なことは、
1ページ目の印刷データを、全ページ共通の固定印刷デ
ータ10として、印刷制御することである。コンピュー
タ2のアプリケーションプログラム7は、印刷データ9
の1ページ目に、全ページ共通の固定印刷データ10を
出力し、印刷データ9の2ページ目以降に、各ページ毎
の可変印刷データ11を出力する。固定印刷データ10
及び可変印刷データ11には、文字だけではなく、イメ
ージや罫線を含んでいても差し支えない。
The features of the first embodiment are as follows.
The print control of the first page is performed as the fixed print data 10 common to all pages. The application program 7 of the computer 2 includes print data 9
The fixed print data 10 common to all pages is output on the first page, and the variable print data 11 for each page is output on the second and subsequent pages of the print data 9. Fixed print data 10
The variable print data 11 may include not only characters but also images and ruled lines.

【0016】図2を用いて印刷制御方法の手順を詳細に
説明する。図2におけるステップS1でフォームオーバ
レイ印刷をすると判定し、ステップS2で1ページ目を
固定印刷データとすると判定したとき、ステップS3で
プリンタドライバ8が1ページ目を固定印刷データ10
として抜き出し、固定印刷データ10を抜き出した印刷
データ9を可変印刷データ11とする。
The procedure of the print control method will be described in detail with reference to FIG. If it is determined in step S1 in FIG. 2 that form overlay printing is to be performed, and if it is determined in step S2 that the first page is to be fixed print data, in step S3, the printer driver 8 converts the first page into fixed print data
The print data 9 from which the fixed print data 10 is extracted is set as variable print data 11.

【0017】ステップS4でプリンタドライバ8が固定
印刷データ10をプリンタ1のフォームオーバレイバッ
ファ3に転送し、ステップS5で可変印刷データ11を
プリンタ1のページバッファ4に転送する。ステップS
6でプリンタ1は、ページバッファ4の内容をページ単
位で印刷する度に、フォームオーバレイバッファ3の内
容を重ねあわせて印刷する。
In step S4, the printer driver 8 transfers the fixed print data 10 to the form overlay buffer 3 of the printer 1, and transfers the variable print data 11 to the page buffer 4 of the printer 1 in step S5. Step S
In step 6, the printer 1 superimposes the contents of the form overlay buffer 3 and prints them every time the contents of the page buffer 4 are printed in page units.

【0018】以上述べたように、本実施の形態によれ
ば、印刷の全ページ共通の固定印刷データ10は、1回
のみ転送されるため、プリンタ装置1へのテータ転送量
が削減され、印刷処理が高速に行われる。
As described above, according to the present embodiment, since the fixed print data 10 common to all pages of printing is transferred only once, the amount of data transferred to the printer 1 is reduced, and Processing is performed at high speed.

【0019】また、本実施の形態によれば、アプリケー
ションプログラム7は1ページ目に印刷の全ページ共通
の固定部分を出力するだけで、プリンタ1のフォームオ
ーバレイ機能を利用できるために、印刷処理の高速化に
寄与する。
Further, according to the present embodiment, the application program 7 can use the form overlay function of the printer 1 only by outputting a fixed portion common to all pages to be printed on the first page. Contributes to speeding up.

【0020】また、本実施の形態によれば、利用者によ
る印刷操作は、1回のみでよく、フォームオーバレイ名
の指定などの特殊な操作が不要である。
Further, according to the present embodiment, the printing operation by the user only needs to be performed once, and no special operation such as designation of the form overlay name is required.

【0021】また、本実施の形態によれば、コンピュー
タ2に、フォームオーバレイを格納するハードディスク
領域(図示せず)が不要となる。
Further, according to the present embodiment, the computer 2 does not need a hard disk area (not shown) for storing the form overlay.

【0022】なお、図2においては1ページ目を固定印
刷データ10とするものと仮定しているが、最終ページ
や任意のページを固定印刷データ10として印刷制御す
ることも可能である。 実施の形態2.本実施の形態2は、アプリケーションプ
ログラム7が、固定印刷部分と可変印刷部分を異なる色
で出力することにより、本発明を利用するものであり、
図3を用いて印刷制御方法の手順を詳細に説明する。本
実施の形態2において特徴的なことは、固定印刷データ
10を指定したページに出力するのではなく、特定色に
より指定することである。
Although it is assumed in FIG. 2 that the first page is the fixed print data 10, the last page or any page can be printed as the fixed print data 10. Embodiment 2 FIG. In the second embodiment, the application program 7 uses the present invention by outputting a fixed print portion and a variable print portion in different colors.
The procedure of the print control method will be described in detail with reference to FIG. The characteristic feature of the second embodiment is that the fixed print data 10 is specified by a specific color, instead of being output to the specified page.

【0023】コンピュータ2のアプリケーションプログ
ラム7は、固定印刷データ10を例えば青色で出力し、
可変印刷データ11を例えば黒色で出力する。固定印刷
データ10は、可変印刷データ11と同じく、全ページ
に出力しても差し支えない。また、固定印刷データ10
及び可変印刷データ11には、文字だけではなく、イメ
ージや罫線を含んでいても差し支えない。
The application program 7 of the computer 2 outputs the fixed print data 10 in, for example, blue,
The variable print data 11 is output, for example, in black. The fixed print data 10, like the variable print data 11, may be output to all pages. The fixed print data 10
The variable print data 11 may include not only characters but also images and ruled lines.

【0024】図3を用いて印刷制御方法の手順を詳細に
説明する。図3におけるステップS11でフォームオー
バレイ印刷をすると判定し、ステップS12で特定色で
指定されたデータを固定印刷データとすると判定したと
き、ステップS13でプリンタドライバ8が青色で指定
されたデータを固定印刷データ10として抜き出し、黒
色で指定されたデータを可変印刷データ11とする。
The procedure of the print control method will be described in detail with reference to FIG. If it is determined in step S11 in FIG. 3 that form overlay printing is to be performed, and if it is determined in step S12 that data specified by a specific color is fixed print data, the printer driver 8 performs fixed printing of data specified in blue in step S13. The data is extracted as data 10 and the data designated in black is set as variable print data 11.

【0025】ステップS14でプリンタドライバ8が固
定印刷データ10をプリンタ1のフォームオーバレイバ
ッファ3に転送し、ステップS15で可変印刷データ1
1をプリンタ1のページバッファ4に転送する。ステッ
プS16でプリンタ1は、ページバッファ4の内容をペ
ージ単位で印刷する度に、フォームオーバレイバッファ
3の内容を重ねあわせて印刷する。
In step S14, the printer driver 8 transfers the fixed print data 10 to the form overlay buffer 3 of the printer 1, and in step S15, the variable print data 1
1 is transferred to the page buffer 4 of the printer 1. In step S16, every time the printer 1 prints the content of the page buffer 4 in page units, the printer 1 prints the content of the form overlay buffer 3 in a superimposed manner.

【0026】以上述べたように、本実施の形態は、特定
色の印刷データを固定印刷データとみなして、プリンタ
のフォームオーバレイ処理を利用して高速印刷を行うこ
とができる。 実施の形態3.本実施の形態3は、プリンタドライバ8
が各ページの印刷データ内容を比較して、比較対象のペ
ージで重複する印刷要素を固定印刷データ10としてい
る。図4を用いて印刷制御方法の手順を詳細に説明す
る。本実施の形態4において特徴的なことは、アプリケ
ーションプログラム7が固定印刷部分と可変印刷部分を
区別して出力する必要がないことである。
As described above, in the present embodiment, high-speed printing can be performed by using form overlay processing of a printer by regarding print data of a specific color as fixed print data. Embodiment 3 FIG. In the third embodiment, the printer driver 8
Compares the print data contents of each page, and sets the print elements overlapping on the comparison target page as the fixed print data 10. The procedure of the print control method will be described in detail with reference to FIG. A characteristic of the fourth embodiment is that the application program 7 does not need to output the fixed print portion and the variable print portion separately.

【0027】図4におけるステップS21でフォームオ
ーバレイ印刷をすると判定し、ステップS22において
比較対象のページで重複するデータを固定印刷データと
すると判定したとき、ステップS23でプリンタドライ
バ8が比較対象のページを走査して内容を比較し、重複
するデータを固定印刷データ10として抜き出し、固定
印刷データ10が抜き出された印刷データ9を可変印刷
データ11とする。
If it is determined in step S21 in FIG. 4 that form overlay printing is to be performed, and if it is determined in step S22 that data to be duplicated in the comparison target page is to be fixed print data, the printer driver 8 determines in step S23 that the comparison target page is to be printed. The contents are scanned and compared, duplicate data is extracted as fixed print data 10, and print data 9 from which the fixed print data 10 is extracted is set as variable print data 11.

【0028】ステップS24でプリンタドライバ8が固
定印刷データ10をプリンタ1のフォームオーバレイバ
ッファ3に転送し、ステップS25で可変印刷データ1
1をプリンタ1のページバッファ4に転送する。ステッ
プS26でプリンタ1は、ページバッファ4の内容をペ
ージ単位で印刷する度に、フォームオーバレイバッファ
3の内容を重ねあわせて印刷する。
In step S24, the printer driver 8 transfers the fixed print data 10 to the form overlay buffer 3 of the printer 1, and in step S25, the variable print data 1
1 is transferred to the page buffer 4 of the printer 1. In step S26, every time the printer 1 prints the contents of the page buffer 4 in page units, the printer 1 prints the contents of the form overlay buffer 3 in a superimposed manner.

【0029】以上述べたように、本実施の形態は、比較
対象のページで重複するデータを全ページの固定印刷デ
ータ10とみなして、プリンタ1のフォームオーバレイ
処理を利用して高速印刷を行うことができる。
As described above, in this embodiment, high-speed printing is performed by using the form overlay processing of the printer 1 by regarding the data duplicated in the comparison target page as the fixed print data 10 of all pages. Can be.

【0030】なお、本実施の形態において走査する比較
対象のページは、1ページ目と2ページ目というように
特定のページを選択することと、全ページを選択するこ
とが可能である。
In the present embodiment, it is possible to select a specific page such as the first page and the second page as the comparison target pages to be scanned, or to select all pages.

【0031】[0031]

【発明の効果】この発明は、以上説明したように構成さ
れているので、以下に示すような効果を奏する。
Since the present invention is configured as described above, it has the following effects.

【0032】転送手段により、固定印刷データは直接フ
ォームオーバレイバッファーに一括で転送されるため、
データ転送量が削減され、ハードディスク領域を必要と
せずに印刷処理を高速に行うことができる。
Since the fixed print data is directly transferred to the form overlay buffer at once by the transfer means,
The data transfer amount is reduced, and the printing process can be performed at high speed without requiring a hard disk area.

【0033】また、選別手段は予め設定されたページに
作成されたデータを固定印刷データとして抜き出すこと
ができるため、フォームオーバレイ名の指定などの特殊
な操作を必要とせずに、印刷処理を高速に行うことがで
きる。
Further, since the sorting means can extract data created on a preset page as fixed print data, the printing process can be performed at high speed without requiring a special operation such as designating a form overlay name. It can be carried out.

【0034】また、選別手段は色により指定されたデー
タを固定印刷データとして抜き出すことができるため、
フォームオーバレイ名の指定などの特殊な操作を必要と
せずに、印刷処理を高速に行うことができる。
Further, the selection means can extract data designated by the color as fixed print data.
Print processing can be performed at high speed without requiring special operations such as specification of a form overlay name.

【0035】また、選別手段は重複するデータを固定印
刷データとして抜き出すことができるため、フォームオ
ーバレイ名の指定などの特殊な操作を必要とせずに、印
刷処理を高速に行うことができる。
Further, since the selecting means can extract the duplicated data as fixed print data, the print processing can be performed at high speed without requiring a special operation such as designating a form overlay name.

【0036】さらに、上記選別手段はアプリケーション
プログラムに依存せずに用いることができ、また選別手
段を任意に選択することができる。
Further, the selection means can be used independently of the application program, and the selection means can be arbitrarily selected.

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

【図1】この発明の実施の形態1の全体構成を示すブロ
ック図である。
FIG. 1 is a block diagram showing an overall configuration of a first embodiment of the present invention.

【図2】この発明の実施の形態1の中でフォームオーバ
レイ印刷が行われたときの処理の流れを示すフローチャ
ートである。
FIG. 2 is a flowchart showing the flow of processing when form overlay printing is performed in the first embodiment of the present invention.

【図3】この発明の実施の形態2の中でフォームオーバ
レイ印刷が行われたときの処理の流れを示すフローチャ
ートである。
FIG. 3 is a flowchart showing the flow of processing when form overlay printing is performed in Embodiment 2 of the present invention.

【図4】この発明の実施の形態3の中でフォームオーバ
レイ印刷が行われたときの処理の流れを示すフローチャ
ートである。
FIG. 4 is a flowchart showing a flow of processing when form overlay printing is performed in Embodiment 3 of the present invention.

【図5】従来の技術を示す印刷制御システムの全体構成
を示すブロック図である。
FIG. 5 is a block diagram showing an overall configuration of a print control system showing a conventional technique.

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

1 プリンタ装置 2 コンピュータ 3 フォームオーバレイバッファー 4 ページバッファー 5 フォームオーバレイ機能(フォームオーバレイ手
段) 7 アプリケーションプログラム 8 プリンタドライバ(選別手段、転送手段) 9 印刷データ 10 固定印刷データ 11 可変印刷データ
DESCRIPTION OF SYMBOLS 1 Printer device 2 Computer 3 Form overlay buffer 4 Page buffer 5 Form overlay function (form overlay means) 7 Application program 8 Printer driver (sorting means, transfer means) 9 Print data 10 Fixed print data 11 Variable print data

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 固定印刷データを格納するフォームオー
バレイバッファーとページごとの可変印刷データを格納
するページバッファーと印刷時に上記固定印刷データと
上記可変印刷データを重ねあわせる機能を持つフォーム
オーバレイ手段とからなるプリンタ装置、アプリケーシ
ョンプログラムからの印刷要求で印刷データの複数ペー
ジに共通する固定印刷データを抜き出す選別手段、抜き
出した固定印刷データを上記フォームオーバレイバッフ
ァーに転送し、ページごとの可変印刷データを上記ペー
ジバッファーに転送する機能を有する転送手段からなる
コンピュータを備えていることを特徴とする印刷制御シ
ステム。
1. A form overlay buffer for storing fixed print data, a page buffer for storing variable print data for each page, and form overlay means having a function of superimposing the fixed print data and the variable print data during printing. A printer, selecting means for extracting fixed print data common to a plurality of pages of print data in response to a print request from an application program, transferring the extracted fixed print data to the form overlay buffer, and transferring variable print data for each page to the page buffer A printing control system comprising a computer comprising a transfer unit having a function of transferring data to a printer.
【請求項2】 上記選別手段は予め設定されたページに
作成されたデータを固定印刷データとして抜き出すこと
を特徴とする請求項1記載の印刷制御システム。
2. The print control system according to claim 1, wherein the selection unit extracts data created on a preset page as fixed print data.
【請求項3】 上記選別手段は色により指定されたデー
タを固定印刷データとして抜き出すことを特徴とする請
求項1記載の印刷制御システム。
3. The print control system according to claim 1, wherein said selection means extracts data designated by a color as fixed print data.
【請求項4】 上記選別手段は重複するデータを固定印
刷データとして抜き出すことを特徴とする請求項1記載
の印刷制御システム。
4. The print control system according to claim 1, wherein said selection means extracts duplicate data as fixed print data.
【請求項5】 アプリケーションプログラムの印刷要求
で作成される印刷データを固定印刷データと可変印刷デ
ータに分離するステップ、上記固定印刷データを上記フ
ォームオーバレイバッファーに転送するステップ、上記
可変印刷データを上記ページバッファーに転送するステ
ップからなり、上記フォームオーバレイ手段により上記
固定印刷データと上記可変印刷データを重ねあわせ印刷
するステップを備えたことを特徴とする印刷制御方法。
5. A step of separating print data created by a print request of an application program into fixed print data and variable print data, transferring the fixed print data to the form overlay buffer, and transferring the variable print data to the page. A print control method comprising: transferring the fixed print data and the variable print data by the form overlay unit.
JP2000034911A 2000-02-14 2000-02-14 System and method for controlling print Pending JP2001219614A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000034911A JP2001219614A (en) 2000-02-14 2000-02-14 System and method for controlling print

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000034911A JP2001219614A (en) 2000-02-14 2000-02-14 System and method for controlling print

Publications (1)

Publication Number Publication Date
JP2001219614A true JP2001219614A (en) 2001-08-14

Family

ID=18559176

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000034911A Pending JP2001219614A (en) 2000-02-14 2000-02-14 System and method for controlling print

Country Status (1)

Country Link
JP (1) JP2001219614A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004078413A (en) * 2002-08-13 2004-03-11 Canon Inc Data processor, data processing method, and its program
JP2010033360A (en) * 2008-07-29 2010-02-12 Canon Inc Information processor, job processing method, storage medium and program
JP2011258232A (en) * 2011-08-25 2011-12-22 Fuji Xerox Co Ltd Image processing apparatus and program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004078413A (en) * 2002-08-13 2004-03-11 Canon Inc Data processor, data processing method, and its program
JP2010033360A (en) * 2008-07-29 2010-02-12 Canon Inc Information processor, job processing method, storage medium and program
JP2011258232A (en) * 2011-08-25 2011-12-22 Fuji Xerox Co Ltd Image processing apparatus and program

Similar Documents

Publication Publication Date Title
JP2003348366A (en) Method and apparatus for image processing
JP2004174797A (en) Print control program, print control system, and print control method
JP2001219614A (en) System and method for controlling print
KR20020060327A (en) Apparatus for controlling printer to improve printing speed and method thereof
JP4423931B2 (en) Image processing device
JPH04264915A (en) Form overlay printing system
JP4117150B2 (en) Color conversion apparatus and color conversion program
JPH0284364A (en) Printer
KR100509458B1 (en) Overlapping printing method in printer
JPS6321158A (en) Printer output device
JPH0911552A (en) Page printer
JP3129133B2 (en) Color printing equipment
JP3033731B2 (en) Ruled line processing device, ruled line processing method, and recording medium for recording program
JP3279171B2 (en) Color printer
JPH10289079A (en) Printer and printing method
JPH08174951A (en) Device and method for information processing
JPS63242561A (en) Font reducing system
JP3012269B2 (en) Printing control device
JPH041068A (en) Printer device
JPH052461A (en) Printing controller
JPH04272873A (en) Printer
JP2001328306A (en) Booklet printer
JPH07295773A (en) Information processing system
JPH07323602A (en) Printer and object drawing method thereof
JPH03290727A (en) Information processing system, information processor, printer, and printing method