JPH07172022A - Printing controller - Google Patents

Printing controller

Info

Publication number
JPH07172022A
JPH07172022A JP5320633A JP32063393A JPH07172022A JP H07172022 A JPH07172022 A JP H07172022A JP 5320633 A JP5320633 A JP 5320633A JP 32063393 A JP32063393 A JP 32063393A JP H07172022 A JPH07172022 A JP H07172022A
Authority
JP
Japan
Prior art keywords
information
common
print
page
pattern
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.)
Granted
Application number
JP5320633A
Other languages
Japanese (ja)
Other versions
JP3246142B2 (en
Inventor
Masaki Tsutsumi
勝紀 筒見
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.)
Casio Computer Co Ltd
Original Assignee
Casio Computer 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 Casio Computer Co Ltd filed Critical Casio Computer Co Ltd
Priority to JP32063393A priority Critical patent/JP3246142B2/en
Publication of JPH07172022A publication Critical patent/JPH07172022A/en
Application granted granted Critical
Publication of JP3246142B2 publication Critical patent/JP3246142B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Record Information Processing For Printing (AREA)

Abstract

PURPOSE:To improve the printing speed of a printed matter including the same pattern occupying a plurality of pages. CONSTITUTION:Common parts are extracted out of the printing information of a pair of pages, which are stored in a page information memory, by a comparing, unit 18 to store them in a form information memory 20, then, the common parts are omitted from the page information memory. Subsequently, printing pattern development is effected based on the information of the form information memory 20 to store it into a pattern buffer 26 while the development of the printing pattern is effected based on the information of the page memory to store it into a pattern buffer 28. A CPU 10 composes the contents of these pattern buffers 26, 28 to store it into a printing buffer 30 and printing is effected by a printing unit 32.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、印刷装置於ける複数頁
にわたる印刷情報の印刷を制御する印刷制御装置に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a printing control device for controlling printing of printing information on a plurality of pages in a printing device.

【0002】[0002]

【従来の技術】従来、印刷装置を制御する印刷制御装置
は、次のように動作する。今、図4の(A)に示すよう
な2頁の印刷を行う場合を例にとって説明する。また、
同図の(B)及び(C)は、文字描画及び罫線描画を行
うために最低限必要な情報量を示すものとする。
2. Description of the Related Art Conventionally, a print control device for controlling a printing device operates as follows. Now, a case of printing two pages as shown in FIG. 4A will be described as an example. Also,
It is assumed that (B) and (C) in the figure show the minimum amount of information necessary for performing character drawing and ruled line drawing.

【0003】1頁目の印刷を行うために、アプリケーシ
ョンプログラムが文字列「受注伝票」の下の罫線に相当
する罫線描画情報(即ち、線種=実線、開始座標=A
点、終点座標=B点、描画パターン=線引)を組み立て
て印刷制御装置に渡す。印刷制御装置は、これを印刷装
置の制御コマンド(ESCシーケンス)に変換して、印
刷装置に出力する。以下、同様にして、他の罫線描画を
行う。次に、アプリケーションプログラムが文字描画情
報(即ち、文字列=「受注伝票」、開始座標=点X、文
字サイズ=m、文字ピッチ=h)を組み立てて印刷制御
装置に渡すと、印刷制御装置は、これを印刷装置の制御
コマンド(ESCシーケンス)に変換して、印刷装置に
出力する。以下、他の文字描画に関しても同様にして行
う。こうして、1頁内の全ての描画を行ったならば、印
刷制御装置は、印刷装置の排紙制御コマンド(ESCシ
ーケンス)を印刷装置に出力する。この排紙制御コマン
ドに応じて、印刷装置は1頁目を印刷する。次に、全く
同様の手順で、2頁目のデータが印刷される。
In order to print the first page, the application program draws ruled line drawing information corresponding to the ruled line under the character string "order slip" (that is, line type = solid line, start coordinate = A).
A point, an end point coordinate = point B, a drawing pattern = line drawing) are assembled and passed to the print control apparatus. The print control device converts this into a control command (ESC sequence) for the printing device and outputs it to the printing device. Thereafter, other ruled line drawing is performed in the same manner. Next, when the application program assembles character drawing information (that is, character string = “order slip”, start coordinate = point X, character size = m, character pitch = h) and passes it to the print control apparatus, the print control apparatus , Which is converted into a control command (ESC sequence) for the printing apparatus and output to the printing apparatus. Hereinafter, other character drawing is performed in the same manner. In this way, when all the drawing within one page has been performed, the print control device outputs a paper discharge control command (ESC sequence) of the print device to the print device. The printing device prints the first page in response to the paper discharge control command. Next, the data of the second page is printed in the same procedure.

【0004】[0004]

【発明が解決しようとする課題】従って、前述の例の場
合では、2頁にわたって同一位置の罫線印字等の命令
(ESCシーケンス)が、毎頁、印刷制御装置で生成さ
れることとなるので、印字効率が良くなく、印刷に時間
がかかる元となっていた。
Therefore, in the case of the above-mentioned example, since the command (ESC sequence) for the ruled line printing or the like at the same position over two pages is generated by the print control device every page, The printing efficiency was not good and it took time to print.

【0005】これは、印刷装置のフォーム登録機能を利
用して、2頁にわたった同一位置の罫線をフォームとし
て登録すれば、回避することはできるが、そのために
は、アプリケーションプログラムが印刷装置のフォーム
登録機能に対応していなければならない。
This can be avoided by using the form registration function of the printing device to register the ruled lines at the same position over two pages as a form. It must support the form registration function.

【0006】従って、複数頁にわたる共通な描画情報を
も毎頁、印刷装置に出力している通常のアプリケーショ
ンプログラムでは印刷速度を向上することができず、印
刷速度向上のため印刷装置のフォーム登録機能を利用す
るためには、アプリケーションプログラム自体の変更を
必要とする。
Therefore, it is not possible to improve the printing speed with a normal application program that outputs common drawing information over a plurality of pages to the printing device every page, and the form registration function of the printing device is used to improve the printing speed. In order to use, the application program itself needs to be changed.

【0007】本発明の課題は、複数頁にわたる共通な描
画情報をも毎頁、印刷装置に出力している通常のアプリ
ケーションプログラム、即ち印刷装置のフォーム登録機
能を利用していないアプリケーションプログラムに於い
ても、アプリケーションプログラム自体の変更を必要と
せずに、印刷速度を向上することである。
An object of the present invention is to provide a normal application program that outputs common drawing information over a plurality of pages to each page of the printing apparatus, that is, an application program that does not use the form registration function of the printing apparatus. It is also to improve the printing speed without the need to change the application program itself.

【0008】[0008]

【課題を解決するための手段】本発明の手段は次の通り
である。頁情報記憶手段は、複数頁の印刷情報を記憶す
る。共通情報抽出手段は、上記頁情報記憶手段に記憶さ
れた複数頁の内、一対の頁の印刷情報から共通部分を抽
出する。共通情報記憶手段は、上記共通情報抽出手段に
よって抽出した一対の頁の印刷情報に於ける共通部分を
記憶する。共通情報展開手段は、上記共通情報記憶手段
に記憶された共通の印刷情報に基づいて印刷パターン展
開を行い共通印刷パターンを生成する。非共通情報展開
手段は、上記頁情報記憶手段に記憶された複数頁の印刷
情報から上記共通情報抽出手段によって抽出された以外
の頁毎の非共通の印刷情報に基づいて印刷パターン展開
を行い個別印刷パターンを生成する。合成手段は、上記
共通情報展開手段によって生成された上記共通印刷パタ
ーンと上記非共通情報展開手段によって生成された上記
個別印刷パターンとを頁毎に合成して印刷用パターンを
生成する。
The means of the present invention are as follows. The page information storage means stores print information of a plurality of pages. The common information extraction means extracts a common part from the print information of a pair of pages among the plurality of pages stored in the page information storage means. The common information storage means stores the common part in the print information of the pair of pages extracted by the common information extraction means. The common information expansion unit expands the print pattern based on the common print information stored in the common information storage unit to generate the common print pattern. The non-common information expanding means develops a print pattern based on the non-common print information for each page other than the one extracted from the print information of a plurality of pages stored in the page information storing means by the common information extracting means, and individually. Generate a print pattern. The synthesizing unit synthesizes the common print pattern generated by the common information expanding unit and the individual print pattern generated by the non-common information expanding unit for each page to generate a printing pattern.

【0009】[0009]

【作用】本発明の手段の作用は次の通りである。まず、
共通情報抽出手段によって、頁情報記憶手段に記憶され
た複数頁の内、一対の頁の印刷情報から共通部分を抽出
して、これを共通情報記憶手段に記憶し、この記憶され
た共通の印刷情報に基づいて、共通情報展開手段にて印
刷パターン展開を行い共通印刷パターンを生成する。ま
た、非共通情報展開手段によって、上記頁情報記憶手段
に記憶された複数頁の印刷情報から上記共通情報抽出手
段によって抽出された以外の頁毎の非共通の印刷情報に
基づいて印刷パターン展開を行い個別印刷パターンを生
成する。そして、合成手段によって、上記共通情報展開
手段によって生成された上記共通印刷パターンと上記非
共通情報展開手段によって生成された上記個別印刷パタ
ーンとを頁毎に合成して印刷用パターンを生成し、これ
を印刷装置に供給して印刷する。
The operation of the means of the present invention is as follows. First,
The common information extraction means extracts a common part from the print information of a pair of pages among the plurality of pages stored in the page information storage means, stores it in the common information storage means, and stores the stored common print. Based on the information, the common information expanding means expands the print pattern to generate the common print pattern. In addition, the non-common information expansion means expands the print pattern based on the non-common print information for each page other than the one extracted from the print information of the plurality of pages stored in the page information storage means by the common information extraction means. The individual print pattern is generated. Then, the synthesizing unit synthesizes the common print pattern generated by the common information developing unit and the individual print pattern generated by the non-common information developing unit for each page to generate a printing pattern, and Is supplied to a printing device to print.

【0010】[0010]

【実施例】以下、本発明の実施例を図1乃至図3を参照
して説明する。図1は本発明の実施例の印刷制御装置の
構成を示す図で、同図に於いて、参照番号10は全体を
制御するCPUである。12はアプリケーションプログ
ラムによって組み立てられた文字描画情報及び罫線描画
情報でなる複数頁の印刷情報(頁情報)である。
Embodiments of the present invention will be described below with reference to FIGS. FIG. 1 is a diagram showing a configuration of a print control apparatus according to an embodiment of the present invention. In FIG. 1, reference numeral 10 is a CPU for controlling the whole. Reference numeral 12 is a plurality of pages of print information (page information) composed of character drawing information and ruled line drawing information assembled by an application program.

【0011】14は上記複数の頁情報12の内の印刷す
べき頁情報が記憶される頁情報メモリIであり、16は
次に印刷すべき頁の頁情報が記憶される頁情報メモリII
である。18はこれら2つの頁情報メモリ14,16の
内容を比較して共通部分を抽出する比較部であり、20
はこの比較部18により比較抽出された共通情報部分を
記憶するフォーム情報メモリである。
Reference numeral 14 is a page information memory I in which page information to be printed out of the plurality of page information 12 is stored, and 16 is page information memory II in which page information of a page to be printed next is stored.
Is. Reference numeral 18 denotes a comparison unit that compares the contents of these two page information memories 14 and 16 and extracts a common portion.
Is a form information memory for storing the common information portion compared and extracted by the comparison unit 18.

【0012】22は頁情報メモリI14及びフォーム情
報メモリ20に記憶された印刷情報中の文字描画情報に
基づいて印刷パターン展開を行う文字描画制御部であ
り、24は同じく印刷情報中の罫線描画情報に基づいて
印刷パターン展開を行う罫線描画制御部である。26は
上記文字及び罫線描画制御部22,24によって頁情報
メモリI14の印刷情報から展開された印刷パターンを
記憶するパターンバッファIであり、28は同じくフォ
ーム情報メモリ20から展開された印刷パターンを記憶
するパターンバッファIIである。
Reference numeral 22 is a character drawing control unit for developing a print pattern based on the character drawing information in the print information stored in the page information memory I14 and the form information memory 20, and 24 is the ruled line drawing information in the print information. It is a ruled line drawing control unit that develops a print pattern based on the. Reference numeral 26 is a pattern buffer I for storing a print pattern developed from the print information of the page information memory I14 by the character and ruled line drawing control units 22 and 24, and 28 is a print pattern similarly developed from the form information memory 20. Pattern buffer II.

【0013】そして、30は上記パターンバッファI2
6及びII28に記憶されたパターンの合成結果が記憶さ
れる印刷バッファであり、32はこの印刷バッファ30
に記憶された印刷パターンを用紙へ印字する印刷装置と
しての印刷部である。
30 is the pattern buffer I2.
6 and II 28 is a print buffer in which the synthesis result of the patterns stored is stored, and 32 is the print buffer 30.
The printing unit is a printing unit that prints the print pattern stored in the sheet onto a sheet.

【0014】以下、このような構成に於ける動作を、図
2及び図3に示す一連のフローチャートに従って説明す
る。まず、アプリケーションプログラムによって従来技
術の動作説明に於いて説明したようにして順次組み立て
られた文字描画情報及び罫線描画情報でなる頁情報12
の内の第1頁の印刷情報を取り出し(ステップS1)、
これを頁情報メモリI14に記憶する(ステップS
2)。続けて、次頁の印刷情報を取り出し(ステップS
3)、それが無ければ(ステップS4)、処理を終える
が、有れば(ステップS4)、頁情報メモリII16に記
憶する(ステップS5)。
The operation of such a structure will be described below with reference to a series of flow charts shown in FIGS. First, page information 12 consisting of character drawing information and ruled line drawing information sequentially assembled by the application program as described in the explanation of the operation of the prior art.
Of the print information of the first page of the page (step S1),
This is stored in the page information memory I14 (step S
2). Then, the print information of the next page is taken out (step S
3) If it is not present (step S4), the process is ended, but if it is present (step S4), it is stored in the page information memory II16 (step S5).

【0015】ここで、CPU10は、比較部18によ
り、頁情報メモリI14とII16の記憶内容を比較し
(ステップS6)、共通部分が全く無い場合には(ステ
ップS7)、文字及び罫線描画制御部22,24によ
り、頁情報メモリI14の情報に基づいて印刷パターン
(ESCシーケンス)に展開し、印刷バッファ30に記
憶する(ステップS8)。これにより、印刷部32は印
刷バッファ30の内容を印刷する(ステップS9)。そ
して、CPU10は、頁情報メモリII16の内容を頁情
報メモリI14へコピーし、頁情報メモリII16をクリ
アして(ステップS10)、上記ステップS3から上記
処理を繰り返す。なお、上記ステップS10は、実際に
は、メモリ内容をコピーするのではなく、物理的な頁情
報メモリI14と頁情報メモリII16の名称(ポイン
タ)を入れ換えることにより行われる。
Here, the CPU 10 causes the comparison unit 18 to compare the stored contents of the page information memories I14 and II16 (step S6), and if there is no common portion (step S7), the character and ruled line drawing control unit. 22 and 24, a print pattern (ESC sequence) is developed based on the information in the page information memory I14 and stored in the print buffer 30 (step S8). As a result, the printing unit 32 prints the contents of the print buffer 30 (step S9). Then, the CPU 10 copies the contents of the page information memory II16 to the page information memory I14, clears the page information memory II16 (step S10), and repeats the above-described processing from step S3. The step S10 is actually performed by exchanging the physical names (pointers) of the page information memory I14 and the page information memory II16, not by copying the memory contents.

【0016】一方、上記ステップS7に於いて、頁情報
メモリI14とII16の記憶内容に共通部分があれば、
即ち図4の(A)に示したような例の場合には、CPU
10は、その共通情報部分をフォーム情報メモリ20に
記憶し(ステップS11)、その共通情報部分を頁情報
メモリI14及びII16上から削除する(ステップS1
2)。そして、文字及び罫線描画制御部22,24によ
り、フォーム情報メモリ20の情報に基づいて印刷パタ
ーン(ESCシーケンス)に展開し、パターンバッファ
I26に記憶する(ステップS13)。また、同様に、
頁情報メモリI14の情報に基づいて印刷パターン(E
SCシーケンス)に展開し、パターンバッファII28に
記憶する(ステップS14)。そして、CPU10は、
パターンバッファI26の内容とパターンバッファII2
8の内容とを合成して、その合成結果を印刷バッファ3
0に記憶する(ステップS15)。これにより、印刷部
32は印刷バッファ30の内容、即ち1頁目を印刷する
(ステップS16)。
On the other hand, in step S7, if there is a common part in the stored contents of the page information memories I14 and II16,
That is, in the case of the example shown in FIG.
10 stores the common information portion in the form information memory 20 (step S11), and deletes the common information portion from the page information memories I14 and II16 (step S1).
2). Then, the character and ruled line drawing control units 22 and 24 develop the print pattern (ESC sequence) based on the information in the form information memory 20 and store it in the pattern buffer I26 (step S13). Also, similarly,
Based on the information in the page information memory I14, the print pattern (E
(SC sequence) and stored in the pattern buffer II 28 (step S14). Then, the CPU 10
Contents of pattern buffer I26 and pattern buffer II2
8 is combined with the contents of 8 and the combined result is printed in the print buffer 3
It is stored in 0 (step S15). As a result, the printing unit 32 prints the contents of the print buffer 30, that is, the first page (step S16).

【0017】そして、CPU10は、頁情報メモリII1
6をクリアした後(ステップS17)、文字及び罫線描
画制御部22,24により、頁情報メモリII16の情報
に基づいて印刷パターン(ESCシーケンス)に展開
し、パターンバッファII28に記憶する(ステップS1
8)。その後、パターンバッファI26の内容とパター
ンバッファII28の内容とを合成して、その合成結果を
印刷バッファ30に記憶する(ステップS19)。これ
により、印刷部32は印刷バッファ30の内容、即ち2
頁目を印刷する(ステップS20)。
Then, the CPU 10 controls the page information memory II1.
After clearing 6 (step S17), the character and ruled line drawing control units 22 and 24 develop a print pattern (ESC sequence) based on the information in the page information memory II16 and store it in the pattern buffer II28 (step S1).
8). Then, the contents of the pattern buffer I26 and the contents of the pattern buffer II28 are combined, and the combined result is stored in the print buffer 30 (step S19). As a result, the print unit 32 causes the contents of the print buffer 30, that is, 2
The page is printed (step S20).

【0018】そして、CPU10は、頁情報メモリII1
6をクリアした後(ステップS21)、次頁の印刷情報
を取り出し(ステップS22)、それが無ければ(ステ
ップS23)、処理を終えるが、有れば(ステップS2
3)、頁情報メモリI14に記憶する(ステップS2
4)。
Then, the CPU 10 controls the page information memory II1.
After clearing 6 (step S21), the print information of the next page is taken out (step S22), and if it is not present (step S23), the process is terminated, but if there is (step S2).
3), the page information memory I14 is stored (step S2).
4).

【0019】ここで、CPU10は、比較部18によ
り、フォーム情報メモリ20と頁情報メモリI14の記
憶内容を比較し(ステップS25)、共通部分が全く無
い場合には(ステップS26)、フォーム情報メモリ2
0をクリアした後(ステップS27)、上記ステップS
3に戻って、上記の処理を繰り返す。
Here, the CPU 10 compares the stored contents of the form information memory 20 and the page information memory I14 by the comparison unit 18 (step S25), and if there is no common portion (step S26), the form information memory. Two
After clearing 0 (step S27), the above step S
Returning to step 3, the above processing is repeated.

【0020】また、フォーム情報メモリ20と頁情報メ
モリI14の記憶内容に共通部分があれば(ステップS
26)、その共通情報部分のみをフォーム情報メモリ2
0に残して記憶し(ステップS28)、その共通情報部
分を頁情報メモリI14上から削除する(ステップS2
9)。こうして、常に前頁との共通部分がフォーム情報
メモリ20に登録されることになる。そして、文字及び
罫線描画制御部22,24により、頁情報メモリI14
の情報に基づいて印刷パターン(ESCシーケンス)に
展開し、パターンバッファII28に記憶する(ステップ
S30)。その後、上記ステップS19に戻って、上記
の処理を繰り返す。
If there is a common part in the stored contents of the form information memory 20 and the page information memory I14 (step S
26), only the common information part of the form information memory 2
The common information part is deleted from the page information memory I14 (step S2).
9). In this way, the common part with the previous page is always registered in the form information memory 20. Then, by the character and ruled line drawing control units 22 and 24, the page information memory I14
A print pattern (ESC sequence) is developed based on the information of (1) and stored in the pattern buffer II 28 (step S30). Then, the process returns to step S19 to repeat the above process.

【0021】以上のように、毎頁にわたって共通な描画
内容を自動的に検出し、それをフォーム情報メモリ20
にフォーム登録しておくことで、各頁毎に文字及び罫線
描画部22,24で変換生成するデータ量を軽減し、印
刷速度を向上させている。
As described above, the drawing information common to every page is automatically detected and the drawing information is detected.
By registering the form in, the amount of data converted and generated by the character and ruled line drawing units 22 and 24 for each page is reduced, and the printing speed is improved.

【0022】[0022]

【発明の効果】本発明によれば、複数頁にわたる共通な
描画情報をも毎頁、印刷装置に出力している通常のアプ
リケーションプログラム、即ち印刷装置のフォーム登録
機能を利用していないアプリケーションプログラムに於
いても、アプリケーションプログラム自体の変更を必要
とせずに、印刷速度を向上できる。
According to the present invention, an ordinary application program that outputs common drawing information over a plurality of pages to each page of a printing apparatus, that is, an application program that does not use the form registration function of the printing apparatus. Even in this case, the printing speed can be improved without the need to change the application program itself.

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

【図1】実施例のブロック構成図である。FIG. 1 is a block diagram of an embodiment.

【図2】実施例の動作フローチャートの前半部分を示す
図である。
FIG. 2 is a diagram showing a first half portion of an operation flowchart of the embodiment.

【図3】実施例の動作フローチャートの後半部分を示す
図である。
FIG. 3 is a diagram showing the latter half of the operation flowchart of the embodiment.

【図4】(A)は2頁分の印刷例を示す図であり、
(B)及び(C)はそれぞれ文字描画及び罫線描画を行
うための情報を示す図である。
FIG. 4A is a diagram showing an example of printing two pages;
(B) and (C) are diagrams showing information for performing character drawing and ruled line drawing, respectively.

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

10…CPU、12…印刷情報(頁情報)、14…頁情
報メモリI、16…頁情報メモリII、18…比較部、2
0…フォーム情報メモリ、22…文字描画制御部、24
…罫線描画制御部、26…パターンバッファI、28…
パターンバッファII、30…印刷バッファ、32…印刷
部。
10 ... CPU, 12 ... Print information (page information), 14 ... Page information memory I, 16 ... Page information memory II, 18 ... Comparison section, 2
0 ... Form information memory, 22 ... Character drawing control unit, 24
... Ruled line drawing control unit 26 ... Pattern buffer I, 28 ...
Pattern buffer II, 30 ... Print buffer, 32 ... Printing section.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 複数頁の印刷情報を記憶する頁情報記憶
手段と、 前記頁情報記憶手段に記憶された複数頁の内、一対の頁
の印刷情報から共通部分を抽出する共通情報抽出手段
と、 前記共通情報抽出手段によって抽出した一対の頁の印刷
情報に於ける共通部分を記憶する共通情報記憶手段と、 前記共通情報記憶手段に記憶された共通の印刷情報に基
づいて印刷パターン展開を行い共通印刷パターンを生成
する共通情報展開手段と、 前記頁情報記憶手段に記憶された複数頁の印刷情報から
前記共通情報抽出手段によって抽出された以外の頁毎の
非共通の印刷情報に基づいて印刷パターン展開を行い個
別印刷パターンを生成する非共通情報展開手段と、 前記共通情報展開手段によって生成された前記共通印刷
パターンと前記非共通情報展開手段によって生成された
前記個別印刷パターンとを頁毎に合成して印刷用パター
ンを生成する合成手段と、 を具備することを特徴とする印刷制御装置。
1. A page information storage means for storing print information of a plurality of pages, and a common information extraction means for extracting a common part from print information of a pair of pages among the plurality of pages stored in the page information storage means. A common information storage unit that stores a common portion in the print information of the pair of pages extracted by the common information extraction unit; and a print pattern expansion based on the common print information stored in the common information storage unit. Common information expanding means for generating a common print pattern, and printing based on non-common print information for each page other than the one extracted from the common information extracting means from the print information of a plurality of pages stored in the page information storage means A non-common information expansion unit that expands a pattern to generate an individual print pattern; and the common print pattern and the non-common information expansion unit generated by the common information expansion unit. Print control apparatus characterized by comprising a synthesizing means for generating a synthesized and printed patterns and generated the individual printing pattern for each page I.
JP32063393A 1993-12-20 1993-12-20 Printing control device Expired - Fee Related JP3246142B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP32063393A JP3246142B2 (en) 1993-12-20 1993-12-20 Printing control device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP32063393A JP3246142B2 (en) 1993-12-20 1993-12-20 Printing control device

Publications (2)

Publication Number Publication Date
JPH07172022A true JPH07172022A (en) 1995-07-11
JP3246142B2 JP3246142B2 (en) 2002-01-15

Family

ID=18123591

Family Applications (1)

Application Number Title Priority Date Filing Date
JP32063393A Expired - Fee Related JP3246142B2 (en) 1993-12-20 1993-12-20 Printing control device

Country Status (1)

Country Link
JP (1) JP3246142B2 (en)

Cited By (4)

* 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
JP2006178747A (en) * 2004-12-22 2006-07-06 Canon Marketing Japan Inc Print setting control device, and its control method and program therefor
JP2014083795A (en) * 2012-10-25 2014-05-12 Riso Kagaku Corp Printer
JP2017078924A (en) * 2015-10-20 2017-04-27 京セラドキュメントソリューションズ株式会社 Program and information processing apparatus

Cited By (5)

* 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
JP2006178747A (en) * 2004-12-22 2006-07-06 Canon Marketing Japan Inc Print setting control device, and its control method and program therefor
JP2014083795A (en) * 2012-10-25 2014-05-12 Riso Kagaku Corp Printer
JP2017078924A (en) * 2015-10-20 2017-04-27 京セラドキュメントソリューションズ株式会社 Program and information processing apparatus
US9965709B2 (en) 2015-10-20 2018-05-08 Kyocera Document Solutions Inc. Non-transitory computer readable recording medium that records a program for causing a computer of an information processing apparatus to generate printable data utilizing cached commands, and information processing apparatus that generates printable data

Also Published As

Publication number Publication date
JP3246142B2 (en) 2002-01-15

Similar Documents

Publication Publication Date Title
JP2003211740A (en) Printing controller, printing control method and printer
JPH07172022A (en) Printing controller
JPH07112552A (en) Method for control of printing form and apparatus therefor in printer
JP2733347B2 (en) Output device
JPH06251014A (en) Document printing method
JPS5958536A (en) Printer control system
JPS6235856A (en) Output apparatus
JPH0216068A (en) Image forming device
JP2682984B2 (en) Output device
JPH05212916A (en) Printer device
JPH0747724A (en) Printer
JPS63100872A (en) Hard copy system for display screen
JPH0911552A (en) Page printer
JPS6126129A (en) Printer device
JPH03210597A (en) Character output system
JPS62250768A (en) Printing device
JP2005231034A (en) Printer
JPH05246113A (en) Printing device
JPH07149024A (en) Printer
JPH08216475A (en) Printer
JPH04175923A (en) Overlay printer
JPH03268966A (en) Printer
JPH08258363A (en) Overlay printing method and apparatus therefor
JPH0414473A (en) Printing control device
JPH10119384A (en) Image forming apparatus

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071102

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081102

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091102

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101102

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111102

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121102

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131102

Year of fee payment: 12

LAPS Cancellation because of no payment of annual fees