JP2000301803A - Printing system, printing data-processing apparatus, method for processing printing data, and memory medium - Google Patents

Printing system, printing data-processing apparatus, method for processing printing data, and memory medium

Info

Publication number
JP2000301803A
JP2000301803A JP11113545A JP11354599A JP2000301803A JP 2000301803 A JP2000301803 A JP 2000301803A JP 11113545 A JP11113545 A JP 11113545A JP 11354599 A JP11354599 A JP 11354599A JP 2000301803 A JP2000301803 A JP 2000301803A
Authority
JP
Japan
Prior art keywords
print
mode
printing
print information
printing apparatus
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
JP11113545A
Other languages
Japanese (ja)
Inventor
Makoto Tomita
信 冨田
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 JP11113545A priority Critical patent/JP2000301803A/en
Publication of JP2000301803A publication Critical patent/JP2000301803A/en
Withdrawn legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a printing system which can improve a printing-processing speed. SOLUTION: When a first page is operated in an image mode and a second page is operated in a PDL mode for a printing document having a character 'a' between the first and second pages, a printing indicative command-analyzing means 2704 registers the 'a' of the first page to a glyph caching means 2707 by a glyph registration command. According to a registered glyph printing command, a rendering means 2708 forms the 'a' of the first page as image data upon receipt of an ID designation printing command. When the 'a' of the second page is not registered yet to a transmitted cache-managing means 2709, a printing indicative command-analyzing means 2706 obtains a glyph of the 'a' from the glyph caching means 2707 and issues together with a glyph registration command for registering the 'a' to the printing apparatus a registered printing command in which the 'a' is ID designated.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、印刷データ処理装
置と印刷装置とから構成される印刷システム、印刷デー
タ処理装置、印刷データ処理方法および記憶媒体に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a printing system including a printing data processing device and a printing device, a printing data processing device, a printing data processing method, and a storage medium.

【0002】[0002]

【従来の技術】従来、印刷システムとして、印刷情報を
作成する印刷データ処理装置と、印刷データ処理装置と
通信可能に接続され、印刷データ処理装置によって作成
された印刷情報に基づき印刷を行う印刷装置とから構成
されるものがある。
2. Description of the Related Art Conventionally, as a printing system, a print data processing device for creating print information, and a printing device communicably connected to the print data processing device and performing printing based on the print information created by the print data processing device There are those that are composed of

【0003】まず、この印刷システムの構成について図
4を参照しながら説明する。図4は従来の印刷システム
の構成を示すブロック図である。
First, the configuration of the printing system will be described with reference to FIG. FIG. 4 is a block diagram showing a configuration of a conventional printing system.

【0004】従来の印刷システムにおいては、図4に示
すように、セントロニクスインタフェイスなどのパラレ
ル通信手段やネットワークなどの通信手段から構成され
るI/F(インタフェイス)204,111を介して印
刷データ処理装置200と、印刷装置100とが接続さ
れている。
In a conventional printing system, as shown in FIG. 4, print data is transmitted via I / Fs (interfaces) 204 and 111 composed of parallel communication means such as a Centronics interface and communication means such as a network. The processing device 200 and the printing device 100 are connected.

【0005】印刷データ処理装置200においては、ワ
ードプロセッサや表計算のようなアプリケーションソフ
トウェア(以下、アプリと略す)201がWindows(米
国Microsoft社の登録商標)のようないわゆる基本ソフ
ト上で動作している。このアプリ上で印刷を行う場合、
そのプログラム内から、基本ソフトが提供するいくつか
のサブシステムのうちGSS(Graphics Sub System;
グラフィックサブシステム)202の機能が用いられ
る。このGSS202は、ディスプレイやプリンタに対
する画像情報の処理を司るインタフェイスを含み、この
インタフェイスは例えばWindowsではGDI(Graphic De
vice Interface)2021と呼ばれるものである。この
GDI2021は、ディスプレイやプリンタなどの各デ
バイス毎の依存性を吸収するためにデバイスドライバと
呼ばれるモジュールを動的にリンクし、それぞれのデバ
イスに対する出力処理を行う。プリンタに対するモジュ
ールはプリンタドライバ2022と呼ばれる。このプリ
ンタドライバ2022では、その能力や機能などに応じ
て予めデバイスドライバに実装することが決められてい
るDDI(Device Driver Interface)と呼ばれる関数群
を準備し、アプリのAPI(Application Programming I
nterface)コールをGDI2021がデバイスドライバ
用データに変換し、このDDI関数群が適宜GDI20
21からコールされ、所定の印刷処理が実行されるよう
に構成されている。GDI2021では、このようにプ
リンタドライバ2022を介してアプリからの印刷要求
を逐次処理している。
[0005] In the print data processing apparatus 200, application software (hereinafter abbreviated as an application) 201 such as a word processor or a spreadsheet operates on so-called basic software such as Windows (registered trademark of Microsoft Corporation in the United States). . If you print on this app,
From within the program, GSS (Graphics Sub System;
The function of the graphic subsystem 202 is used. The GSS 202 includes an interface for processing image information for a display or a printer. For example, in Windows, the interface is a GDI (Graphic
vice interface) 2021. The GDI 2021 dynamically links modules called device drivers in order to absorb the dependence of each device such as a display and a printer, and performs output processing for each device. The module for the printer is called a printer driver 2022. The printer driver 2022 prepares a function group called DDI (Device Driver Interface) which is determined in advance to be implemented in a device driver according to its capabilities and functions, and prepares an API (Application Programming I / O) of the application.
GDI 2021 converts the call into device driver data, and this DDI function group
21 and is configured to execute a predetermined printing process. The GDI 2021 sequentially processes a print request from an application via the printer driver 2022 as described above.

【0006】印刷装置100にはフォーマッタ制御部1
10が設けられ、フォーマッタ制御部110は、印刷デ
ータ処理装置200を接続するI/F111と、印刷デ
ータの解析を行うPDL解析部113、印刷制御処理実
行部114、描画処理実行部115、ページメモリ11
6、キャッシュメモリ1117などから構成される。
The printing apparatus 100 includes a formatter control unit 1
10, a formatter control unit 110 includes an I / F 111 for connecting the print data processing device 200, a PDL analysis unit 113 for analyzing print data, a print control processing execution unit 114, a drawing processing execution unit 115, a page memory 11
6, a cache memory 1117 and the like.

【0007】I/F111は、印刷データ処理装置20
0との印刷データの送受信を行う通信手段である。この
I/F111を介して受信した印刷データは、必要に応
じてPDL解析部113または描画処理実行部115に
よって処理される。PDL解析部113はPDLで記述
された印刷データを解析し、この解析により得られた文
字印字、図形、イメージなどの描画に関する印刷データ
は、描画処理実行部1115に与えられて処理される。
また、上記解析により得られた給紙選択やリセット命令
などの描画以外のコマンドは、印刷制御処理実行部11
4に与えられて処理される。このように印刷データを解
析し、その解析結果により得られたデータを対応するブ
ロックで処理する一連の動作をPDLモードでの動作と
呼ぶことにする。
[0007] The I / F 111 is connected to the print data processing device 20.
Communication means for transmitting / receiving print data to / from the printer. The print data received via the I / F 111 is processed by the PDL analysis unit 113 or the drawing processing execution unit 115 as necessary. The PDL analysis unit 113 analyzes the print data described in the PDL, and the print data relating to drawing of character prints, graphics, images, and the like obtained by the analysis is given to the drawing processing execution unit 1115 and processed.
Commands other than drawing, such as a paper feed selection and a reset command, obtained by the above analysis are sent to the print control processing execution unit 11.
4 and processed. A series of operations in which print data is analyzed in this way and data obtained as a result of the analysis are processed by corresponding blocks will be referred to as an operation in the PDL mode.

【0008】描画処理実行部115では、文字やイメー
ジの各オブジェクトをページメモリ116に逐次展開す
る。その際、任意の描画オブジェクトに番号を付けてキ
ャッシュメモリ117に登録し、以降は番号で描画指定
することも可能になる。また、I/F111を介して受
信した印刷データの内、直接ページメモリ116に書き
込むことが可能なデータは描画処理実行部115によっ
て直接処理することができる。この場合の印刷装置10
0の動作をイメージモードでの動作と呼ぶことにする。
[0008] The drawing processing execution unit 115 sequentially develops each object of characters and images in the page memory 116. At this time, it is possible to assign a number to an arbitrary drawing object and register it in the cache memory 117, and thereafter to specify drawing by number. Further, of the print data received via the I / F 111, data that can be written directly to the page memory 116 can be directly processed by the drawing processing execution unit 115. Printing device 10 in this case
The operation of 0 is referred to as an operation in the image mode.

【0009】出力制御部130は、ページメモリ116
の内容をビデオ信号に変換し、このビデオ信号をプリン
タエンジン140へ転送する。プリンタエンジン140
は受け取ったビデオ信号を可視像化して記録紙に転写す
ることによって画像形成を行う印刷機構部である。
The output control unit 130 includes a page memory 116
Is converted into a video signal, and this video signal is transferred to the printer engine 140. Printer engine 140
Is a printing mechanism for forming an image by visualizing a received video signal and transferring it to recording paper.

【0010】次に、プリンタドライバ2022の処理に
ついて図5を参照しながら説明する。図5は図4の印刷
システムにおけるプリンタドライバ2022の処理内容
を示す概念図である。
Next, the processing of the printer driver 2022 will be described with reference to FIG. FIG. 5 is a conceptual diagram showing processing contents of the printer driver 2022 in the printing system of FIG.

【0011】印刷装置100の動作は、上述したよう
に、PDLモードでの動作とイメージモードでの動作と
を行い、プリンタドライバ2022では、PDLモード
とイメージモードの少なくも一方を実行可能に設定され
ている。
As described above, the operation of the printing apparatus 100 performs the operation in the PDL mode and the operation in the image mode, and the printer driver 2022 is set so that at least one of the PDL mode and the image mode can be executed. ing.

【0012】PDLモードは、印刷装置100側にPD
L(Printer Description Language)で記述された印刷デ
ータを処理可能なコントローラを搭載している場合に実
行可能なモードであって、システムのGDI2021へ
のコールをPDLの印刷データに変換する処理を中心に
行う。
In the PDL mode, the printing apparatus 100
This mode can be executed when a controller capable of processing print data described in L (Printer Description Language) is installed, and mainly focuses on processing for converting a call to the GDI 2021 of the system into PDL print data. Do.

【0013】これに対し、イメージモードでは、印刷装
置100側で高度な描画処理を行うことができず、プリ
ンタドライバ2022側で印刷イメージの展開を行い、
そのイメージを印刷装置100に送って印刷するもので
ある。
On the other hand, in the image mode, advanced printing processing cannot be performed on the printing apparatus 100 side, and a print image is developed on the printer driver 2022 side.
The image is sent to the printing apparatus 100 and printed.

【0014】例えば文字の印字処理においては、GDI
2021によって発行された印刷命令が印刷命令解析手
段2701により処理され、文字処理手段2702によ
って印刷装置100に対する印刷指示命令が生成され
る。この生成された印刷指示命令は中間情報記憶手段2
703に記憶される。この中間情報記憶手段2703に
記憶された印刷指示命令は印刷動作モード判定手段27
05に与えられ、印刷動作モード判定手段2705は、
印刷指示命令に基づきプリンタドライバ2022の動作
モードを決定する。
For example, in a character printing process, GDI
The print command issued by the printer 2021 is processed by the print command analyzer 2701, and the character processor 2702 generates a print command for the printing apparatus 100. The generated print instruction command is stored in the intermediate information storage unit 2.
703 is stored. The print instruction command stored in the intermediate information storage unit 2703 is
05, and the print operation mode determination means 2705
The operation mode of the printer driver 2022 is determined based on the print instruction command.

【0015】この印刷動作モード判定手段2705によ
り動作モードがPDLモードと判定された場合には、印
刷指示命令解析手段2706が印刷装置100に内蔵さ
れたフォントを利用して印刷を行うように印刷装置10
0に対する命令を生成し、また予めプリンタドライバ2
022側で必要に応じて展開した文字パターンに固有の
識別番号(ID)を割り振り、そして文字パターンを印
刷装置100内のキャッシュメモリ117に登録する命
令を生成し、続いて印字位置情報とIDによって文字印
字命令を生成する。
If the printing operation mode determination unit 2705 determines that the operation mode is the PDL mode, the printing instruction command analysis unit 2706 performs printing using the font built in the printing device 100. 10
0 for the printer driver 2 in advance.
On the 022 side, a unique identification number (ID) is assigned to the developed character pattern as necessary, and an instruction to register the character pattern in the cache memory 117 in the printing apparatus 100 is generated. Generate a character print command.

【0016】動作モードがイメージモードと判定された
場合には、印刷指示命令解析手段2704がレンダリン
グ手段2708により文字を展開させ、1バンド分もし
くはフルページ分の描画処理が終了すると、印刷装置1
00に対してイメージデータとして描画メモリの内容が
出力される。どちらの動作モードがより適当であるかは
印刷装置100の構成および性能と、印刷される文書の
内容に依存するため、印刷動作モード判定手段2705
においては、印刷を行うユーザーによる動作モードの選
択、または中間情報記憶手段2703が格納している中
間情報の解析に基づきいずれの動作モードが適切である
のかを決定する。
If it is determined that the operation mode is the image mode, the print instruction command analyzing unit 2704 expands the character by the rendering unit 2708, and when the drawing processing for one band or full page is completed, the printing apparatus 1
For 00, the contents of the drawing memory are output as image data. Which operation mode is more appropriate depends on the configuration and performance of the printing apparatus 100 and the content of the document to be printed.
In, which operation mode is appropriate is determined based on selection of an operation mode by a user who performs printing or analysis of intermediate information stored in the intermediate information storage unit 2703.

【0017】一方の動作モードによる一つの文書の印刷
途中で他方の動作モードを使用する場合には注意が必要
であり、印刷指示命令解析手段2706が印刷装置10
0に対する命令を発行する際には、その命令が同一文書
のその印刷処理以前の印刷指示命令に依存して生成され
る。例えば、PDLモードにおいて、あるIDを指定し
て登録済みグリフ印刷命令を発行した場合、正しく印字
を行うためにはそれ以前にそのIDのグリフ登録命令が
発行されていなければならない。そのため、そのIDの
グリフ登録命令が仮にイメージモードで処理されていた
場合、SSS(Spool Sub System;スプールサブシステ
ム)203にはそのIDのグリフ登録命令が発行され
ず、結果的にその文字が印字されない不正印字が生じ
る。これを回避するために従来、PDLモード時に必要
なグリフ登録命令はプリンタ・ドライバ2022の動作
モードとは無関係に生成されている。
Care must be taken when using the other operation mode while one document is being printed in one operation mode.
When issuing an instruction for 0, the instruction is generated depending on a print instruction instruction of the same document before the print processing. For example, in the PDL mode, if a registered glyph print command is issued by designating a certain ID, the glyph registration command of that ID must be issued before that in order to perform printing correctly. Therefore, if the glyph registration instruction of the ID is processed in the image mode, the glyph registration instruction of the ID is not issued to the SSS (Spool Sub System; spool subsystem) 203, and as a result, the character is printed. Unauthorized printing occurs. In order to avoid this, conventionally, a glyph registration command required in the PDL mode is generated irrespective of the operation mode of the printer driver 2022.

【0018】同様に、イメージモードであるIDを指定
して登録済みグリフ印刷命令を発行した場合、正しく印
字が行われるためには、それ以前にそのIDのグリフ登
録命令がイメージモードで処理され、プリンタドライバ
2022内のグリフキャッシング手段2707によって
保存されていなければならない。そこで従来、イメージ
モード時に必要なグリフキャッシング手段2707への
登録もプリンタドライバ2022の動作モードとは無関
係に実行している。
Similarly, when a registered glyph print command is issued by specifying an ID in the image mode, the glyph registration command of that ID is processed in the image mode before that in order to print correctly. It must be stored by the glyph caching means 2707 in the printer driver 2022. Therefore, conventionally, registration in the glyph caching means 2707 required in the image mode is also executed irrespective of the operation mode of the printer driver 2022.

【0019】以上の印刷指示命令解析手段2704,2
706の処理について図6および図7を参照しながら説
明する。図6は図5の印刷指示命令解析手段2704,
2706のイメージモード時における処理の手順を示す
フローチャート、図7は図5の印刷指示命令解析手段2
704,2706のPDLモード時における処理の手順
を示すフローチャートである。
The above-mentioned print instruction command analyzing means 2704, 2
The processing of 706 will be described with reference to FIGS. FIG. 6 shows the print instruction command analyzing means 2704 of FIG.
FIG. 7 is a flowchart showing the processing procedure in the image mode 2706. FIG.
FIG. 7 is a flowchart illustrating a procedure of processing in a PDL mode of 704 and 2706. FIG.

【0020】ここで、1ページ目と2ページ目に「あ」
という文字を持つ印刷文書において、印刷動作モード判
定手段2705によって1ページ目はイメージモード、
2ページ目はPDLモードで動作するのが適当であると
判定された場合を例として説明する。
Here, on the first page and the second page, "a"
The first page of the print document having the characters “image mode”
The second page will be described by taking as an example a case where it is determined that it is appropriate to operate in the PDL mode.

【0021】まず、文字処理手段2702において、1
ページ目の「あ」の印字に関して、「あ」のグリフ(印
刷すべき実際の形)を印刷装置100に登録するグリフ
登録命令と、登録した「あ」を示す番号(ID)を指定
して印刷を指示する登録済みグリフ印刷命令とが生成さ
れる。しかし、2ページ目の「あ」の印字には、登録し
た「あ」を示す番号を指定して登録済みグリフ印刷命令
のみが生成される。
First, in the character processing means 2702, 1
Regarding the printing of “A” on the page, a glyph registration command for registering the glyph of “A” (actual form to be printed) in the printing apparatus 100 and a number (ID) indicating the registered “A” are designated. A registered glyph print command for instructing printing is generated. However, for printing “A” on the second page, only the registered glyph print command is generated by specifying the number indicating the registered “A”.

【0022】これを受け取った印刷指示命令解析手段2
704では、図6に示すように、上述したようにまずグ
リフ登録命令を受け取るから、ステップS301を経て
ステップS302に進み、1ページ目の「あ」をグリフ
キャッシング手段2707に登録し、続くステップS3
03で、印刷装置100のキャッシュメモリ117に登
録するためにグリフ登録命令を発行する。そして、本処
理を抜ける。
The print instruction instruction analyzing means 2 receiving the instruction
At 704, as shown in FIG. 6, since the glyph registration command is first received as described above, the process proceeds to step S302 via step S301, where the first page “A” is registered in the glyph caching unit 2707, and the subsequent step S3
At 03, a glyph registration command is issued to register the glyph in the cache memory 117 of the printing apparatus 100. Then, the process exits.

【0023】次いで、登録済みグリフ印刷命令を受け取
るから、ステップS301およびステップS304を経
てステップS305に進み、ID指定の登録済みグリフ
印刷命令により1ページ目の「あ」をグリフキャッシン
グ手段2707から取得し、続くステップS306で、
1ページ目の「あ」をレンダリング手段2708でイメ
ージデータとして作成する。そしてステップS307に
進み、イメージデータを発行し、本処理を抜ける。
Next, since a registered glyph print command is received, the process proceeds to step S305 via steps S301 and S304, and the first page “A” is acquired from the glyph caching unit 2707 by the registered glyph print command specified by ID. In the following step S306,
“A” on the first page is created as image data by the rendering unit 2708. Then, the process advances to step S307 to issue image data, and the process exits.

【0024】2ページ目の「あ」に関しては、PDLモ
ードが適当であると判定されたことにより動作モードが
イメージモードからPDLモードに切り換えられる。
Regarding “A” on the second page, the operation mode is switched from the image mode to the PDL mode when it is determined that the PDL mode is appropriate.

【0025】ここで、2ページ目の「あ」の印字には、
登録した「あ」を示す番号を指定して登録済みグリフ印
刷命令のみが生成されるから、このPDLモードでは、
図7に示すように、ステップS401およびステップS
404を経てステップS405に進み、登録済みグリフ
印刷命令を発行し、本処理を抜ける。そして、印刷装置
100内ではキャッシュメモリ117に既に登録されて
いる「あ」を使用して印刷装置100内のレンダリング
手段(図示せず)によって印刷する。
Here, in the printing of "A" on the second page,
Since only the registered glyph print command is generated by specifying the registered number indicating “A”, in this PDL mode,
As shown in FIG. 7, step S401 and step S401
The process proceeds to step S405 via 404, a registered glyph print command is issued, and the process exits. In the printing apparatus 100, printing is performed by rendering means (not shown) in the printing apparatus 100 using “A” already registered in the cache memory 117.

【0026】[0026]

【発明が解決しようとする課題】しかしながら、上記従
来例では、イメージモードでの動作時、文字データが後
に使用されるか否かをその時点で判断することはできな
いから、この文字データに関してはすべてグリフ登録命
令を発行し、印刷装置100に送信しなくてはならな
ず、印刷装置100に送信する情報量が増大するととも
に、情報送信に必要な時間が長くなる。その結果、全体
の印刷速度の低下を招くことになる。
However, in the above-described conventional example, it is not possible to judge whether character data will be used later or not at the time of operation in the image mode. A glyph registration command must be issued and transmitted to the printing apparatus 100, so that the amount of information to be transmitted to the printing apparatus 100 increases and the time required for information transmission increases. As a result, the overall printing speed is reduced.

【0027】また、印刷装置100内のPDL解析部1
13による処理数が増大し、必要な処理時間が長くな
る。その結果、全体の印刷速度の低下を招くことにな
る。
The PDL analysis unit 1 in the printing apparatus 100
13, the number of processes increases, and the required processing time increases. As a result, the overall printing speed is reduced.

【0028】必要がない文字グリフを印刷装置100内
のキャッシュメモリ117に登録することで印刷装置1
00のキャッシュメモリ117を圧迫し、ハードウェア
資源を無駄に使用することになる。
By registering unnecessary character glyphs in the cache memory 117 in the printing apparatus 100, the printing apparatus 1
Thus, the cache memory 117 of No. 00 is pressed, and hardware resources are wasted.

【0029】本発明の目的は、印刷処理速度の向上を図
ることができる印刷システム、印刷データ処理装置、印
刷データ処理方法および記憶媒体を提供することにあ
る。
An object of the present invention is to provide a print system, a print data processing device, a print data processing method, and a storage medium that can improve the print processing speed.

【0030】[0030]

【課題を解決するための手段】請求項1記載の発明は、
印刷情報を作成する印刷データ処理装置と、前記印刷デ
ータ処理装置と通信可能に接続され、該印刷データ処理
装置によって作成された印刷情報に基づき印刷を行う印
刷装置とから構成される印刷システムにおいて、前記印
刷装置に応じた印刷処理モードを切換可能に選択する印
刷処理モード選択手段と、前記印刷装置内に設けられ、
前記印刷データ処理装置から送信された印刷情報を一時
的に格納する印刷情報記憶手段と、前記印刷装置の印刷
情報記憶手段に格納された印刷情報を管理する送信情報
管理手段と、前記送信情報管理手段により管理された印
刷情報を参照して前記印刷処理モードで必要とする印刷
情報を判別する判別手段とを備え、前記判別手段の判別
結果に応じて前記印刷装置への前記印刷情報の送信を制
御することを特徴とする。
According to the first aspect of the present invention,
In a printing system including a print data processing device that creates print information, and a printing device that is communicably connected to the print data processing device and that performs printing based on the print information created by the print data processing device, Print processing mode selection means for switchably selecting a print processing mode according to the printing apparatus, provided in the printing apparatus;
Print information storage means for temporarily storing print information transmitted from the print data processing apparatus, transmission information management means for managing print information stored in the print information storage means of the printing apparatus, and transmission information management Determining means for determining print information required in the print processing mode by referring to print information managed by the means, and transmitting the print information to the printing apparatus in accordance with the determination result of the determination means. It is characterized by controlling.

【0031】請求項2記載の発明は、請求項1記載の印
刷システムにおいて、前記印刷装置はラスタライズ処理
により文字パターンを生成する文字パターン生成手段を
有し、前記印刷データ処理装置はラスタライズ処理によ
り文字パターンをビットマップイメージとして生成する
文字パターン生成手段を有し、前記印刷処理モード選択
手段は、前記印刷処理モードとして、前記印刷装置の文
字パターン生成手段で生成された文字パターンを用いて
印刷を行う第1のモードと、前記印刷データ処理装置の
前記文字パターン生成手段で生成されたビットマップイ
メージを用いて印刷を行う第2のモードとの内のいずれ
か一方を切換可能に選択することを特徴とする。
According to a second aspect of the present invention, in the printing system according to the first aspect, the printing apparatus has character pattern generating means for generating a character pattern by a rasterizing process, and the print data processing apparatus has a character pattern by a rasterizing process. The printing apparatus has a character pattern generating unit that generates a pattern as a bitmap image, and the print processing mode selecting unit performs printing using the character pattern generated by the character pattern generating unit of the printing apparatus as the print processing mode. A switchable one of a first mode and a second mode in which printing is performed using the bitmap image generated by the character pattern generation unit of the print data processing apparatus is selected. And

【0032】請求項3記載の発明は、請求項2記載の印
刷システムにおいて、前記印刷処理モード選択手段は、
前記印刷情報に含まれる印刷命令に基づき前記印刷処理
モードの切換を行うことを特徴とする。
According to a third aspect of the present invention, in the printing system according to the second aspect, the print processing mode selecting means includes:
The print processing mode is switched based on a print command included in the print information.

【0033】請求項4記載の発明は、請求項2記載の印
刷システムにおいて、同一の印刷情報に対して前記印刷
処理モードを前記第1のモードと前記第2のモードの内
の一方から他方へ切り換えて実行するときには、前記判
別手段により、前記送信情報管理手段で管理された印刷
情報を参照して前記切換後の印刷処理モードで必要とす
る印刷情報を判別し、その必要とする印刷情報のみを前
記印刷装置に送信することを特徴とする。
According to a fourth aspect of the present invention, in the printing system of the second aspect, the print processing mode is changed from one of the first mode and the second mode to the other for the same print information. When switching and executing, the discrimination means refers to the print information managed by the transmission information management means to discriminate print information required in the post-switch print processing mode, and determines only the necessary print information. Is transmitted to the printing apparatus.

【0034】請求項5記載の発明は、印刷装置と通信可
能に接続され、前記印刷装置が処理可能な印刷情報を作
成する印刷データ処理装置において、前記印刷装置に応
じた印刷処理モードを切換可能に選択する印刷処理モー
ド選択手段と、前記印刷装置の印刷情報記憶手段に格納
されている印刷情報を管理する送信情報管理手段と、前
記送信情報管理手段により管理されている印刷情報を参
照して前記印刷処理モードで必要とする印刷情報を判別
する判別手段とを備え、前記判別手段の判別結果に応じ
て前記印刷装置への前記印刷情報の送信を制御すること
を特徴とする。
According to a fifth aspect of the present invention, in a print data processing apparatus which is communicably connected to a printing apparatus and generates print information which can be processed by the printing apparatus, a print processing mode corresponding to the printing apparatus can be switched. A print processing mode selecting means, a transmission information management means for managing print information stored in a print information storage means of the printing apparatus, and a print information managed by the transmission information management means. A determination unit configured to determine print information required in the print processing mode, wherein transmission of the print information to the printing apparatus is controlled according to a determination result of the determination unit.

【0035】請求項6記載の発明は、請求項5記載の印
刷データ処理装置において、ラスタライズ処理により文
字パターンをビットマップイメージとして生成する文字
パターン生成手段を備え、前記印刷処理モード選択手段
は、前記印刷処理モードとして、第1のモードと第2の
モードとの内のいずれか一方を切換可能に選択し、前記
第1のモードは、前記印刷装置側でラスタライズ処理に
より生成された文字パターンを用いて印刷を行うモード
であり、前記第2のモードは、前記文字パターン生成手
段で生成されたビットマップイメージを用いて印刷を行
うモーであることを特徴とする。
According to a sixth aspect of the present invention, in the print data processing apparatus of the fifth aspect, there is provided a character pattern generating means for generating a character pattern as a bitmap image by a rasterizing process, and the print processing mode selecting means comprises As the print processing mode, one of a first mode and a second mode is switchably selected, and the first mode uses a character pattern generated by a rasterizing process on the printing apparatus side. Wherein the second mode is a mode in which printing is performed using the bitmap image generated by the character pattern generating means.

【0036】請求項7記載の発明は、請求項6記載の印
刷データ処理装置において、前記印刷処理モード選択手
段は、前記印刷情報に含まれる印刷命令に基づき前記印
刷処理モードの切換を行うことを特徴とする。
According to a seventh aspect of the present invention, in the print data processing apparatus according to the sixth aspect, the print processing mode selecting means switches the print processing mode based on a print command included in the print information. Features.

【0037】請求項8記載の発明は、請求項6記載の印
刷データ処理装置において、同一の印刷情報に対して前
記印刷処理モードを前記第1のモードと前記第2のモー
ドの内の一方から他方へ切り換えて実行するときには、
前記判別手段により、前記送信情報管理手段で管理され
た印刷情報を参照して前記切換後の印刷処理モードで必
要とする印刷情報を判別し、その必要とする印刷情報の
みを前記印刷装置に送信することを特徴とする。
According to an eighth aspect of the present invention, in the print data processing apparatus according to the sixth aspect, the print processing mode is changed from one of the first mode and the second mode for the same print information. When switching to the other and executing
The determination unit refers to the print information managed by the transmission information management unit to determine print information required in the switched print processing mode, and transmits only the required print information to the printing apparatus. It is characterized by doing.

【0038】請求項9記載の発明は、印刷情報を作成す
る印刷データ処理装置と、前記印刷データ処理装置と通
信可能に接続され、該印刷データ処理装置によって作成
された印刷情報に基づき印刷を行う印刷装置とから構成
される印刷システムに用いられる印刷データ処理方法に
おいて、前記印刷装置に応じた印刷処理モードを切換可
能に選択する工程と、前記印刷処理モードに応じて前記
印刷装置に送信された印刷情報を管理する工程と、前記
管理された印刷情報を参照して前記印刷処理モードで必
要とする印刷情報を判別する工程と、前記判別結果に応
じて前記印刷装置への前記印刷情報の送信を制御する工
程とを有することを特徴とする。
According to a ninth aspect of the present invention, there is provided a print data processing apparatus for creating print information, and communicatively connected to the print data processing apparatus for performing printing based on the print information created by the print data processing apparatus. In a print data processing method used for a printing system including a printing apparatus, a step of switchingably selecting a printing processing mode corresponding to the printing apparatus, and a step of transmitting to the printing apparatus according to the printing processing mode. Managing the print information; determining the print information required in the print processing mode with reference to the managed print information; and transmitting the print information to the printing apparatus according to the determination result And a step of controlling

【0039】請求項10記載の発明は、請求項9記載の
印刷データ処理方法において、前記印刷処理モードとし
て、第1のモードと第2のモードとの内のいずれか一方
を切換可能に選択し、前記第1のモードは、前記印刷装
置側でラスタライズ処理により生成されたパターンを用
いて印刷を行うモードであり、前記第2のモードは、前
記印刷データ処理装置側でラスタライズ処理により生成
されたビットマップイメージを用いて印刷を行うモード
であることを特徴とする。
According to a tenth aspect of the present invention, in the print data processing method according to the ninth aspect, one of the first mode and the second mode is switchably selected as the print processing mode. The first mode is a mode in which printing is performed using a pattern generated by the rasterizing process on the printing device side, and the second mode is a mode generated by the rasterizing process on the print data processing device side. A mode in which printing is performed using a bitmap image.

【0040】請求項11記載の発明は、請求項10記載
の印刷データ処理方法において、前記印刷情報に含まれ
る印刷命令に基づき前記印刷処理モードの切換を行うこ
とを特徴とする。
According to an eleventh aspect of the present invention, in the print data processing method according to the tenth aspect, the print processing mode is switched based on a print command included in the print information.

【0041】請求項12記載の発明は、請求項10記載
の印刷データ処理方法において、同一の印刷情報に対し
て前記印刷処理モードを前記第1のモードと前記第2の
モードの内の一方から他方へ切り換えて実行するとき
に、前記送信情報管理手段で管理された印刷情報を参照
して前記切換後の印刷処理モードで必要とする印刷情報
を判別し、その必要とする印刷情報のみを前記印刷装置
に送信することを特徴とする。
According to a twelfth aspect of the present invention, in the print data processing method of the tenth aspect, the print processing mode is changed from one of the first mode and the second mode for the same print information. When switching to the other mode and executing, the print information managed by the transmission information management means is referred to, print information required in the print processing mode after the switch is determined, and only the required print information is determined. The information is transmitted to a printing device.

【0042】請求項13記載の発明は、印刷装置と通信
可能に接続され、前記印刷装置が処理可能な印刷情報を
作成する印刷データ処理装置を構築するためのプログラ
ムを格納した記憶媒体において、前記プログラムは、前
記印刷装置に応じた印刷処理モードを切換可能に選択す
る印刷処理モード選択モジュールと、前記印刷装置の印
刷情報記憶手段に格納されている印刷情報を管理する送
信情報管理モジュールと、前記送信情報管理モジュール
により管理されている印刷情報を参照して前記印刷処理
モードで必要とする印刷情報を判別する判別モジュール
と、前記判別モジュールの判別結果に応じて前記印刷装
置への前記印刷情報の送信を制御する送信制御モジュー
ルとを有することを特徴とする。
According to a thirteenth aspect of the present invention, in the storage medium storing a program for constructing a print data processing device that is communicably connected to a printing device and creates print information that can be processed by the printing device, A print processing mode selection module for switchably selecting a print processing mode according to the printing apparatus; a transmission information management module for managing print information stored in print information storage means of the printing apparatus; A determination module that determines print information required in the print processing mode by referring to print information managed by a transmission information management module; and a determination module that determines the print information according to the determination result of the determination module. And a transmission control module for controlling transmission.

【0043】請求項14記載の発明は、請求項13記載
の記憶媒体において、前記プログラムは、ラスタライズ
処理により文字パターンをビットマップイメージとして
生成する文字パターン生成モジュールを有し、前記印刷
処理モード選択モジュールは、前記印刷処理モードとし
て、第1のモードと第2のモードとの内のいずれか一方
を切換可能に選択し、前記第1のモードは、前記印刷装
置側でラスタライズ処理により生成されたパターンを用
いて印刷を行うモードであり、前記第2のモードは、前
記文字パターン生成モジュールでラスタライズ処理によ
り生成されたビットマップイメージを用いて印刷を行う
モードであることを特徴とする。
According to a fourteenth aspect of the present invention, in the storage medium according to the thirteenth aspect, the program has a character pattern generating module for generating a character pattern as a bitmap image by a rasterizing process, and the print processing mode selecting module. Selects one of a first mode and a second mode so as to be switchable as the print processing mode, and the first mode is a pattern generated by a rasterization process on the printing apparatus side. And the second mode is a mode in which printing is performed using a bitmap image generated by a rasterization process in the character pattern generation module.

【0044】請求項15記載の発明は、請求項14記載
の記憶媒体において、前記印刷処理モード選択モジュー
ルは、前記印刷情報に含まれる印刷命令に基づき前記印
刷処理モードの切換を行うことを特徴とする。
According to a fifteenth aspect of the present invention, in the storage medium of the fourteenth aspect, the print processing mode selection module switches the print processing mode based on a print command included in the print information. I do.

【0045】請求項16記載の発明は、請求項14記載
の記憶媒体において、同一の印刷情報に対して前記印刷
処理モードを前記第1のモードと前記第2のモードの内
の一方から他方へ切り換えて実行するときには、前記判
別モジュールにより、前記送信情報管理モジュールで管
理された印刷情報を参照して前記切換後の印刷処理モー
ドで必要とする印刷情報を判別し、前記送信制御モジュ
ールは、前記必要と判別された印刷情報のみを前記印刷
装置に送信することを特徴とする。
According to a sixteenth aspect of the present invention, in the storage medium of the fourteenth aspect, the print processing mode is changed from one of the first mode and the second mode to the other for the same print information. When switching and executing, the determination module refers to the print information managed by the transmission information management module to determine print information required in the print processing mode after the switch, and the transmission control module Only the printing information determined to be necessary is transmitted to the printing apparatus.

【0046】[0046]

【発明の実施の形態】以下に、本発明の実施の形態につ
いて図を参照しながら説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0047】図1は本発明の印刷システムにおける印刷
データ処理装置内のプリンタドライバの構成を概念的に
示す図である。なお、図中、従来の構成と同じ機能ブロ
ックには同一の符号を付し、その説明は省略する。
FIG. 1 is a diagram conceptually showing a configuration of a printer driver in a print data processing apparatus in the printing system of the present invention. In the drawings, the same reference numerals are given to the same functional blocks as those of the conventional configuration, and the description thereof will be omitted.

【0048】本実施の形態の印刷システムは、従来の印
刷システム(図4に示す)と同様の構成を有し、従来に
印刷システムに対し、プリンタドライバ2522に印刷
装置100に登録した印刷オブジェクトを管理する送信
済みキャッシュ管理手段2709を設け、送信済みキャ
ッシュ管理手段2709を用いて必要十分な印刷オブジ
ェクトだけを装置に登録するように構成した点で異な
る。
The printing system of the present embodiment has the same configuration as the conventional printing system (shown in FIG. 4), and the printing system registers the printing object registered in the printing apparatus 100 in the printer driver 2522 with the conventional printing system. The difference is that a transmitted cache management unit 2709 for managing is provided, and only the necessary and sufficient print objects are registered in the apparatus using the transmitted cache management unit 2709.

【0049】まず、このプリンタドライバ2522の構
成について具体的に図1を参照しながら説明する。
First, the configuration of the printer driver 2522 will be specifically described with reference to FIG.

【0050】プリンタドライバ2522は、図1に示す
ように、印刷命令解析手段2701、文字処理手段27
02、中間情報記憶手段2703、印刷動作モード判定
手段2705、印刷指示命令解析手段2704,270
6、グリフキャッシング手段2707、レンダリング手
段2708、および送信済みキャッシュ管理手段270
9を有する。
The printer driver 2522 includes, as shown in FIG.
02, intermediate information storage means 2703, print operation mode determination means 2705, print instruction command analysis means 2704, 270
6, glyph caching means 2707, rendering means 2708, and transmitted cache management means 270
9

【0051】次に、本実施の形態における印刷指示命令
解析手段2704,2706の処理について図2および
図3を参照しながら説明する。図2は図1の印刷指示命
令解析手段2704によるイメージモード時の処理手順
を示すフローチャート、図3は図1の印刷指示命令解析
手段2706によるPDLモード時の処理手順を示すフ
ローチャートである。
Next, the processing of the print instruction command analyzing means 2704 and 2706 in the present embodiment will be described with reference to FIGS. FIG. 2 is a flowchart showing a processing procedure in the image mode by the print instruction command analyzing means 2704 in FIG. 1, and FIG. 3 is a flowchart showing a processing procedure in the PDL mode by the print instruction command analyzing means 2706 in FIG.

【0052】印刷指示命令解析手段2704によるイメ
ージモード時の処理では、図2に示すように、まずステ
ップS101で、文字処理手段2702において発行さ
れた命令が文字のグリフ(印刷すべき実際の形)を印刷
装置100に登録するグリフ登録命令であるか否かを判
定する。この命令がグリフ登録命令であるときには、ス
テップS102に進み、指定された文字をグリフキャッ
シング手段2707に登録し、そして、本処理を抜け
る。
In the process in the image mode by the print instruction command analyzing unit 2704, as shown in FIG. 2, first, in step S101, the command issued by the character processing unit 2702 is converted to a character glyph (actual form to be printed). Is a glyph registration command for registering a glyph in the printing apparatus 100. If the command is a glyph registration command, the process proceeds to step S102, where the designated character is registered in the glyph caching means 2707, and the process exits.

【0053】これに対し、この命令がグリフ登録命令で
ないときには、ステップS103に進み、この命令が登
録済みグリフ印刷命令であるか否かを判定し、この命令
が登録済みグリフ印刷命令であるときには、ステップS
104に進み、指定された文字をグリフキャッシング手
段2707から取得し、続くステップS105で、取得
した文字をレンダリング手段2708でイメージデータ
として作成する。そしてステップS106に進み、イメ
ージデータを発行し、本処理を抜ける。
On the other hand, if the command is not a glyph registration command, the flow advances to step S103 to determine whether the command is a registered glyph print command. If the command is a registered glyph print command, Step S
In step S104, the designated character is acquired from the glyph caching unit 2707, and in step S105, the acquired character is created as image data by the rendering unit 2708. Then, the process proceeds to step S106, the image data is issued, and the process exits.

【0054】この命令が登録済みグリフ印刷命令でない
ときには、上記ステップS104をスキップして上記ス
テップS105に進む。
If this command is not a registered glyph print command, the process skips step S104 and proceeds to step S105.

【0055】印刷指示命令解析手段2706によるPD
Lモード時の処理では、図3に示すように、まずステッ
プS201において、文字処理手段2702において発
行された命令がグリフ登録命令であるか否かを判定す
る。この命令がグリフ登録命令であるときには、ステッ
プS202に進み、指定された文字のグリフをグリフキ
ャッシング手段2707に登録し、続くステップS20
3で、送信済みキャッシュ管理手段2709に対してグ
リフ登録命令を送信することを通知する。そして、ステ
ップS204で、印刷装置100にグリフ登録命令を発
行し、そして本処理を抜ける。
PD by print instruction command analyzing means 2706
In the processing in the L mode, as shown in FIG. 3, first, in step S201, it is determined whether or not the instruction issued by the character processing unit 2702 is a glyph registration instruction. If the command is a glyph registration command, the process proceeds to step S202, where the glyph of the designated character is registered in the glyph caching unit 2707, and the process proceeds to step S20.
In step 3, the transmitted cache management unit 2709 is notified that the glyph registration command is transmitted. Then, in step S204, a glyph registration command is issued to the printing apparatus 100, and the process exits.

【0056】この命令がグリフ登録命令でないときに
は、ステップS205に進み、この命令が登録済みグリ
フ印刷命令であるか否かを判定する。この命令が登録済
みグリフ印刷命令であるときには、ステップS206に
進み、印刷装置100へのグリフ登録命令が送信済みで
あるか否かを判定し、印刷装置100へのグリフ登録命
令が送信済みでないときには、ステップS207に進
み、指定された文字のグリフをグリフキャッシング手段
2707から取得し、続くステップS208で、グリフ
登録命令を発行する。そして、ステップS209に進
み、登録済みグリフ印刷命令を発行して本処理を抜け
る。
If this command is not a glyph registration command, the flow advances to step S205 to determine whether this command is a registered glyph print command. If this command is a registered glyph print command, the process proceeds to step S206, where it is determined whether or not the glyph registration command to the printing apparatus 100 has been transmitted. If the glyph registration command to the printing apparatus 100 has not been transmitted, In step S207, the glyph of the designated character is acquired from the glyph caching unit 2707, and in step S208, a glyph registration command is issued. Then, the process proceeds to step S209, in which a registered glyph print command is issued, and the process exits.

【0057】これに対し、印刷装置100へのグリフ登
録命令が送信済みであるときには、上記ステップS20
7および208をスキップして、上記ステップS209
に進む。
On the other hand, if the glyph registration command to the printing apparatus 100 has been transmitted, the process proceeds to step S20.
Steps S209 and S208 are skipped.
Proceed to.

【0058】上記ステップS205で命令が登録済みグ
リフ印刷命令でないと判定されると、ステップS210
に進み、図形等印刷命令を発行し、そして本処理を抜け
る。
If it is determined in step S205 that the command is not a registered glyph print command, step S210.
To issue a print command for graphics etc., and exit this processing.

【0059】ここで、従来例に示したと同様に、1ペー
ジ目と2ページ目に「あ」という文字を持つ印刷文書に
対して、印刷動作モード判定手段2705によって1ペ
ージ目はイメージモード、2ページ目はPDLモードで
動作するのが適当であると判定された場合を説明する
と、文字処理手段2702において1ページ目の「あ」
の印字には「あ」のグリフ(印刷すべき実際の形)を印
刷装置に登録するグリフ登録命令と、登録した「あ」を
示す番号(ID)を指定して印刷を指示する登録済みグ
リフ印刷命令とが生成される。しかし、2ページ目の
「あ」の印字に関しては、登録した「あ」を示す番号を
指定して登録済みグリフ印刷命令のみが生成される。
Here, in the same manner as in the conventional example, for a print document having the character “A” on the first and second pages, the first page is set to the image mode, The case where it is determined that it is appropriate for the page to operate in the PDL mode will be described.
For printing, a glyph registration command for registering the glyph "A" (actual form to be printed) in the printing apparatus and a registered glyph for designating a number (ID) indicating the registered "A" to instruct printing A print command is generated. However, for the printing of “A” on the second page, only the registered glyph print command is generated by specifying the number indicating the registered “A”.

【0060】これを受け取った印刷指示命令解析手段2
704では、グリフ登録命令の発行により、1ページ目
の「あ」をグリフキャッシング手段2707に登録する
(ステップS101,S102)。
The print instruction command analyzing means 2 receiving this
In 704, the glyph registration command issues the glyph registration command to register the first page “A” in the glyph caching unit 2707 (steps S101 and S102).

【0061】次いで、登録済みグリフ印刷命令を受け取
ると、ID指定の印刷命令を受けて1ページ目の「あ」
をレンダリング手段2708でイメージデータとして作
成する(ステップS101,S103〜106)。2ペ
ージ目の「あ」に関しては、PDLモードが適当である
と判定されたことにより動作モードがイメージモードか
らPDLモードに切り換えられる。
Next, when a registered glyph print command is received, a print command specified by ID is received, and the first page “A” is received.
Is created as image data by the rendering means 2708 (steps S101, S103 to S106). Regarding “A” on the second page, the operation mode is switched from the image mode to the PDL mode by determining that the PDL mode is appropriate.

【0062】次いで、2ページ目の「あ」の印字に対し
ては、登録した「あ」を示す番号を指定した登録済みグ
リフ印刷命令が生成される。これを受けた印刷指示命令
解析手段2706では、2ページ目の「あ」がID指定
の印刷命令で指示されることになり、送信済みキャッシ
ュ管理手段2709に「あ」が登録済みであるかを確認
する(ステップS205)。ここでは未登録であるか
ら、グリフキャッシング手段2707から「あ」のグリ
フが取得され(ステップS207)、「あ」を印刷装置
100に登録するためにグリフ登録命令が発行されると
ともに、「あ」をID指定した登録済み印刷命令発行が
発行される(ステップS209)。
Next, for the printing of “A” on the second page, a registered glyph print command specifying a number indicating the registered “A” is generated. In response to this, the print instruction instruction analyzing unit 2706 determines that “A” on the second page is specified by the print instruction specified by the ID, and determines whether “A” has been registered in the transmitted cache management unit 2709. Confirm (step S205). Here, since the glyph “A” is acquired from the glyph caching unit 2707 (step S207), a glyph registration command is issued to register “A” in the printing apparatus 100, and the “A” Is issued (step S209).

【0063】そして、印刷装置100では、既に登録さ
れている「あ」を使用して印刷装置100内のレンダリ
ング手段(図示せず)を用いて印刷を行う。
In the printing apparatus 100, printing is performed by using the rendering means (not shown) in the printing apparatus 100 using the already registered "A".

【0064】これによって、印刷装置100に登録する
必要がないグリフを送信する必要がなくなる。例えば1
ページ目に「あい」を、2ページ目に「あ」が書かれた
文書を印刷する場合、従来例では「あ」、「い」ともに
印刷装置100に登録することに対し、本実施の形態で
は、「あ」のみが登録され、2ページ目で印刷されない
「い」については登録命令を送信する必要がない。よっ
て、プリンタドライバ2522では、印刷に必要な情報
のみを生成すえればよいことになる。
This eliminates the need to transmit glyphs that do not need to be registered in the printing apparatus 100. For example, 1
In the case of printing a document in which “A” is written on the page and “A” is written on the second page, both “A” and “I” are registered in the printing apparatus 100 in the conventional example. Then, only "A" is registered, and it is not necessary to transmit a registration command for "I" which is not printed on the second page. Therefore, the printer driver 2522 only needs to generate information necessary for printing.

【0065】次に、送信済みキャッシュ管理手段270
9について詳細に説明する。
Next, the transmitted cache management means 270
9 will be described in detail.

【0066】送信済みキャッシュ管理手段2709は、
印刷指示命令解析手段2706が発行する「登録命令送
信通知」と「登録済みグリフ照会依頼」への応答機能を
有し、送信済みキャッシュ管理手段2709には、登録
命令送信通知を受け取ったグリフの識別番号(ID)を
記録する記録手段(図示せず)が設けられている。プリ
ンタドライバ2022が印刷装置100に対してグリフ
登録命令を発行する場合には、必ず「登録命令送信通
知」を送信済みキャッシュ管理手段(202210)に対して発
行する。送信済みキャッシュ管理手段2709では、
「登録命令送信通知」を受け取ると、記録手段に対象グ
リフの識別番号(ID)を記録し、「登録済みグリフ照
会依頼」を対象グリフの識別番号(ID)とともに受け
取ると、記録手段を検索して過去に対象グリフの登録命
令が印刷装置100に送信(SSS2031に対して発
行)されたか否かについて応答する。この回答を受けた
印刷指示命令解析手段2706は、登録済みの回答を受
けた場合、印刷装置100に対し登録済みグリフ印刷命
令を発行し、そうでなければグリフキャッシング手段2
707から当該グリフを取得して印刷装置100に対し
グリフ登録命令を発行し、送信済みキャッシュ管理手段
2709に対して登録命令送信通知を行った後に、再び
印刷装置100に対し登録済みグリフ印刷命令を発行す
る。
The transmitted cache management means 2709
It has a function of responding to “registration command transmission notification” and “registered glyph inquiry request” issued by the print instruction command analysis unit 2706, and the transmitted cache management unit 2709 identifies the glyph that has received the registration command transmission notification. Recording means (not shown) for recording a number (ID) is provided. When the printer driver 2022 issues a glyph registration instruction to the printing apparatus 100, it always issues a "registration instruction transmission notification" to the transmitted cache management unit (202210). In the transmitted cache management unit 2709,
Upon receiving the "registration command transmission notification", the recording unit records the identification number (ID) of the target glyph, and upon receiving the "registered glyph inquiry request" together with the identification number (ID) of the target glyph, searches the recording unit. Then, a response is made as to whether a registration command for the target glyph has been transmitted to the printing apparatus 100 (issued to the SSS 2031) in the past. The print instruction command analyzing unit 2706 that has received the response issues a registered glyph print instruction to the printing apparatus 100 when the registered response is received, and otherwise, the glyph caching unit 2706.
After acquiring the glyph from 707 and issuing a glyph registration instruction to the printing apparatus 100 and notifying the transmitted cache management unit 2709 of the registration instruction transmission, the registered glyph print instruction is transmitted to the printing apparatus 100 again. Issue.

【0067】以上より、プリンタドライバ2022に印
刷装置100に送信されたグリフ登録命令を管理する送
信済みキャッシュ管理手段2709を設けたことによ
り、印刷装置100に対してグリフ登録をするために必
要な印刷データ処理装置200と印刷装置100間の通
信量を軽減し、通信時間の短縮を図ることができる。そ
の結果、従来に比べ高速な印刷処理を実現することがで
きる。また、印刷装置100に対するグリフ登録命令数
が軽減されるから、その処理時間が短縮ができ、従来に
比べ高速な印刷処理を実現することができる。
As described above, by providing the transmitted cache management unit 2709 for managing the glyph registration command transmitted to the printing apparatus 100 in the printer driver 2022, the printing necessary for registering the glyph in the printing apparatus 100 is performed. The communication amount between the data processing device 200 and the printing device 100 can be reduced, and the communication time can be reduced. As a result, it is possible to realize a printing process that is faster than in the past. Further, since the number of glyph registration commands to the printing apparatus 100 is reduced, the processing time can be shortened, and higher-speed printing processing can be realized as compared with the related art.

【0068】また、不必要なグリフ登録を行わないこと
により、印刷装置100内のキャッシュメモリ117を
節約することができ、その結果、キャッシュメモリ11
7を他の用途に使用することができ、キャッシュメモリ
117の有効活用を図ることができる。
By not performing unnecessary glyph registration, the cache memory 117 in the printing apparatus 100 can be saved, and as a result, the cache memory 11 can be saved.
7 can be used for other purposes, and the cache memory 117 can be effectively used.

【0069】なお、本実施の形態では、文字描画を例に
とり、文字印字処理の効率化を図ることを提案している
が、文字ではなく、グラフィック系のオブジェクトやそ
れ以外の描画オブジェクトに適応可能であることはいう
までもない。このようにすることによって、グラフィッ
クス描画命令の展開処理を印刷データ処理装置200側
と印刷装置100側で適当に分散させることが可能にな
る。その際は、同一のオブジェクトをイメージモードと
PDLモードにおいて同じ識別番号(ID)で表す必要
がある。
In this embodiment, it is proposed to improve the efficiency of character printing processing by taking character drawing as an example. However, the present invention is applicable not only to characters but also to graphic objects and other drawing objects. Needless to say, By doing so, it becomes possible to appropriately distribute the development processing of the graphics drawing command between the print data processing apparatus 200 and the printing apparatus 100. In this case, the same object needs to be represented by the same identification number (ID) in the image mode and the PDL mode.

【0070】また、本実施の形態では、PDLモードの
処理時、レンダラとして印刷装置100内の描画処理実
行部115を想定したが、これは別のパーソナルコンピ
ュータ上で動作するRIP(Raster Image Processor)
と呼ばれるモジュールをネットワーク経由で用いてデー
タ処理するような構成とすることも可能である。印刷デ
ータ処理装置200側の処理能力が十分に高い場合や、
レンダラ(描画処理実行部)を持たないような印刷装置
100で印刷する場合は、上述の構成により本発明を実
現することが可能になる。
Further, in the present embodiment, at the time of processing in the PDL mode, the rendering processing execution unit 115 in the printing apparatus 100 is assumed as a renderer, but this is a RIP (Raster Image Processor) operating on another personal computer.
It is also possible to adopt a configuration in which data processing is performed by using a module called a network via a network. When the processing capacity of the print data processing apparatus 200 is sufficiently high,
When printing is performed by the printing apparatus 100 having no renderer (drawing processing execution unit), the present invention can be realized by the above-described configuration.

【0071】[0071]

【発明の効果】以上説明したように、本発明の印刷シス
テムによれば、印刷装置に応じた印刷処理モードを切換
可能に選択する印刷処理モード選択手段と、印刷装置内
に設けられ、印刷データ処理装置から送信された印刷情
報を一時的に格納する印刷情報記憶手段と、印刷装置の
印刷情報記憶手段に格納された印刷情報を管理する送信
情報管理手段と、送信情報管理手段により管理された印
刷情報を参照して印刷処理モードで必要とする印刷情報
を判別する判別手段とを備え、判別手段の判別結果に応
じて印刷装置への印刷情報の送信を制御するから、印刷
処理速度の向上を図ることができる。
As described above, according to the printing system of the present invention, the print processing mode selecting means for switchably selecting the print processing mode according to the printing apparatus, and the print data provided in the printing apparatus, A print information storage unit for temporarily storing print information transmitted from the processing device, a transmission information management unit for managing print information stored in the print information storage unit of the printing device, and a print information storage unit. Determining means for determining print information required in the print processing mode by referring to the print information; and controlling transmission of the print information to the printing apparatus in accordance with a result of the determination by the determiner. Can be achieved.

【0072】本発明の印刷データ処理装置によれば、印
刷装置に応じた印刷処理モードを切換可能に選択する印
刷処理モード選択手段と、印刷装置の印刷情報記憶手段
に格納されている印刷情報を管理する送信情報管理手段
と、送信情報管理手段により管理されている印刷情報を
参照して印刷処理モードで必要とする印刷情報を判別す
る判別手段とを備え、判別手段の判別結果に応じて印刷
装置への印刷情報の送信を制御するから、印刷処理速度
の向上を図ることができる。
According to the print data processing apparatus of the present invention, the print processing mode selecting means for switchably selecting the print processing mode according to the printing apparatus, and the print information stored in the print information storage means of the printing apparatus. A transmission information management unit that manages the print information, and a determination unit that determines print information required in the print processing mode with reference to the print information managed by the transmission information management unit, and performs printing in accordance with a determination result of the determination unit. Since the transmission of the print information to the apparatus is controlled, the print processing speed can be improved.

【0073】本発明の印刷データ処理方法によれば、印
刷装置に応じた印刷処理モードを切換可能に選択する工
程と、印刷処理モードに応じて印刷装置に送信された印
刷情報を管理する工程と、管理された印刷情報を参照し
て印刷処理モードで必要とする印刷情報を判別する工程
と、判別結果に応じて印刷装置への印刷情報の送信を制
御する工程とを有するから、印刷処理速度の向上を図る
ことができる。
According to the print data processing method of the present invention, a step of switchably selecting a print processing mode according to a printing apparatus, and a step of managing print information transmitted to the printing apparatus according to the print processing mode. And a step of determining the print information required in the print processing mode by referring to the managed print information, and a step of controlling transmission of the print information to the printing apparatus according to the determination result. Can be improved.

【0074】本発明の記憶媒体によれば、プログラム
は、印刷装置に応じた印刷処理モードを切換可能に選択
する印刷処理モード選択モジュールと、印刷装置の印刷
情報記憶手段に格納されている印刷情報を管理する送信
情報管理モジュールと、送信情報管理モジュールにより
管理されている印刷情報を参照して印刷処理モードで必
要とする印刷情報を判別する判別モジュールと、判別モ
ジュールの判別結果に応じて印刷装置への前記印刷情報
の送信を制御する送信制御モジュールとを有するから、
印刷処理速度の向上を図ることができる。
According to the storage medium of the present invention, the program includes a print processing mode selection module for switchably selecting a print processing mode according to the printing apparatus, and print information stored in print information storage means of the printing apparatus. Information management module that manages print information, a determination module that determines print information required in the print processing mode with reference to print information managed by the transmission information management module, and a printing apparatus that determines printing information in accordance with the determination result of the determination module And a transmission control module for controlling transmission of the print information to the
The print processing speed can be improved.

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

【図1】本発明の印刷システムにおける印刷データ処理
装置内のプリンタドライバの構成を概念的に示す図であ
る。
FIG. 1 is a diagram conceptually illustrating a configuration of a printer driver in a print data processing device in a printing system according to the present invention.

【図2】図1の印刷指示命令解析手段2704によるイ
メージモード時の処理手順を示すフローチャートであ
る。
FIG. 2 is a flowchart showing a processing procedure in an image mode by a print instruction command analyzing unit 2704 in FIG. 1;

【図3】図1の印刷指示命令解析手段2706によるP
DLモード時の処理手順を示すフローチャートである。
FIG. 3 is a diagram showing P by a print instruction command analyzing unit 2706 in FIG. 1;
9 is a flowchart illustrating a processing procedure in a DL mode.

【図4】従来の印刷システムの構成を示すブロック図で
ある。
FIG. 4 is a block diagram illustrating a configuration of a conventional printing system.

【図5】図4の印刷システムにおけるプリンタドライバ
2022の処理内容を示す概念図である。
FIG. 5 is a conceptual diagram showing processing contents of a printer driver 2022 in the printing system of FIG.

【図6】図5の印刷指示命令解析手段2704のイメー
ジモード時における処理の手順を示すフローチャートで
ある。
FIG. 6 is a flowchart showing a procedure of a process in an image mode of a print instruction command analyzing unit 2704 in FIG. 5;

【図7】図5の印刷指示命令解析手段2706のPDL
モード時における処理の手順を示すフローチャートであ
る。
FIG. 7 is a PDL of the print instruction command analysis unit 2706 in FIG. 5;
It is a flowchart which shows the procedure of a process in the mode.

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

100 印刷装置 110 フォーマッタ制御部 111,204 インタフェース 113 PDL解析部 114 印刷制御処理実行部 115 描画処理実行部(レンダラ) 117 キャッシュメモリ 200 印刷データ処理装置 2522 プリンタドライバ 2701 印刷命令解析手段 2702 文字処理手段 2703 中間情報記憶手段 2704,2706 印刷指示命令解析手段 2705 印刷モード判定手段 2707 グリフキャッシング手段 2708 レンダリング手段 2709 送信済みキャッシュ管理手段 Reference Signs List 100 printing device 110 formatter control unit 111, 204 interface 113 PDL analysis unit 114 print control processing execution unit 115 drawing processing execution unit (renderer) 117 cache memory 200 print data processing device 2522 printer driver 2701 print command analysis unit 2702 character processing unit 2703 Intermediate information storage unit 2704, 2706 Print instruction command analysis unit 2705 Print mode determination unit 2707 Glyph caching unit 2708 Rendering unit 2709 Sent cache management unit

フロントページの続き (51)Int.Cl.7 識別記号 FI テーマコート゛(参考) 9A001 Fターム(参考) 2C061 BB10 BB33 HJ06 HJ10 HK03 HK11 HN05 HQ17 2C087 AB05 BA01 BA02 BA03 BC03 BC05 BD01 BD13 BD43 BD46 BD53 DA03 EA26 EA27 2H027 FA35 FB01 FD08 ZA07 5B009 NG01 RA15 RC01 RC11 TB14 5C062 AA05 AA13 AB20 AB38 AB42 AB46 AC30 AC41 AC58 AF00 BA04 9A001 BZ04 EE02 HH33 JJ35 KK42Continued on the front page (51) Int.Cl. 7 Identification code FI Theme coat II (reference) 9A001 F term (reference) 2C061 BB10 BB33 HJ06 HJ10 HK03 HK11 HN05 HQ17 2C087 AB05 BA01 BA02 BA03 BC03 BC05 BD01 BD13 BD43 BD46 BD53 DA03 EA26 EA 2H027 FA35 FB01 FD08 ZA07 5B009 NG01 RA15 RC01 RC11 TB14 5C062 AA05 AA13 AB20 AB38 AB42 AB46 AC30 AC41 AC58 AF00 BA04 9A001 BZ04 EE02 HH33 JJ35 KK42

Claims (16)

【特許請求の範囲】[Claims] 【請求項1】 印刷情報を作成する印刷データ処理装置
と、前記印刷データ処理装置と通信可能に接続され、該
印刷データ処理装置によって作成された印刷情報に基づ
き印刷を行う印刷装置とから構成される印刷システムに
おいて、前記印刷装置に応じた印刷処理モードを切換可
能に選択する印刷処理モード選択手段と、前記印刷装置
内に設けられ、前記印刷データ処理装置から送信された
印刷情報を一時的に格納する印刷情報記憶手段と、前記
印刷装置の印刷情報記憶手段に格納された印刷情報を管
理する送信情報管理手段と、前記送信情報管理手段によ
り管理された印刷情報を参照して前記印刷処理モードで
必要とする印刷情報を判別する判別手段とを備え、前記
判別手段の判別結果に応じて前記印刷装置への前記印刷
情報の送信を制御することを特徴とする印刷システム。
1. A print data processing device for creating print information, and a printing device communicably connected to the print data processing device and performing printing based on the print information created by the print data processing device. A print processing mode selecting means for switchably selecting a print processing mode corresponding to the printing device, and a print system provided in the printing device and temporarily storing print information transmitted from the print data processing device. Print information storage means for storing, transmission information management means for managing print information stored in the print information storage means of the printing apparatus, and the print processing mode with reference to print information managed by the transmission information management means Determining means for determining print information required by the controller, and controlling transmission of the print information to the printing apparatus according to the determination result of the determiner. And a printing system.
【請求項2】 前記印刷装置はラスタライズ処理により
文字パターンを生成する文字パターン生成手段を有し、
前記印刷データ処理装置はラスタライズ処理により文字
パターンをビットマップイメージとして生成する文字パ
ターン生成手段を有し、前記印刷処理モード選択手段
は、前記印刷処理モードとして、前記印刷装置の文字パ
ターン生成手段で生成された文字パターンを用いて印刷
を行う第1のモードと、前記印刷データ処理装置の前記
文字パターン生成手段で生成されたビットマップイメー
ジを用いて印刷を行う第2のモードとの内のいずれか一
方を切換可能に選択することを特徴とする請求項1記載
の印刷システム。
2. The printing apparatus according to claim 1, further comprising a character pattern generating unit configured to generate a character pattern by a rasterizing process.
The print data processing device has a character pattern generation unit that generates a character pattern as a bitmap image by a rasterization process, and the print processing mode selection unit generates the character pattern as the print processing mode by the character pattern generation unit of the printing device. One of a first mode in which printing is performed using the selected character pattern and a second mode in which printing is performed using the bitmap image generated by the character pattern generating unit of the print data processing apparatus. 2. The printing system according to claim 1, wherein one of the printing systems is switchably selected.
【請求項3】 前記印刷処理モード選択手段は、前記印
刷情報に含まれる印刷命令に基づき前記印刷処理モード
の切換を行うことを特徴とする請求項2記載の印刷シス
テム。
3. The printing system according to claim 2, wherein the print processing mode selection means switches the print processing mode based on a print command included in the print information.
【請求項4】 同一の印刷情報に対して前記印刷処理モ
ードを前記第1のモードと前記第2のモードの内の一方
から他方へ切り換えて実行するときには、前記判別手段
により、前記送信情報管理手段で管理された印刷情報を
参照して前記切換後の印刷処理モードで必要とする印刷
情報を判別し、その必要とする印刷情報のみを前記印刷
装置に送信することを特徴とする請求項2記載の印刷シ
ステム。
4. When the print processing mode is switched from one of the first mode and the second mode to the other for the same print information and executed, the discriminating means controls the transmission information management. 3. The printing apparatus according to claim 2, wherein the print information required by the switching print processing mode is determined by referring to the print information managed by the means, and only the required print information is transmitted to the printing apparatus. The printing system as described.
【請求項5】 印刷装置と通信可能に接続され、前記印
刷装置が処理可能な印刷情報を作成する印刷データ処理
装置において、前記印刷装置に応じた印刷処理モードを
切換可能に選択する印刷処理モード選択手段と、前記印
刷装置の印刷情報記憶手段に格納されている印刷情報を
管理する送信情報管理手段と、前記送信情報管理手段に
より管理されている印刷情報を参照して前記印刷処理モ
ードで必要とする印刷情報を判別する判別手段とを備
え、前記判別手段の判別結果に応じて前記印刷装置への
前記印刷情報の送信を制御することを特徴とする印刷デ
ータ処理装置。
5. A print processing mode which is communicably connected to a printing apparatus and generates print information which can be processed by the printing apparatus, wherein a print processing mode corresponding to the printing apparatus is switchably selected. A selection unit, a transmission information management unit that manages print information stored in a print information storage unit of the printing apparatus, and a print processing mode required by referring to the print information managed by the transmission information management unit. Determining means for determining print information to be transmitted, and controlling transmission of the print information to the printing apparatus according to a determination result of the determination means.
【請求項6】 ラスタライズ処理により文字パターンを
ビットマップイメージとして生成する文字パターン生成
手段を備え、前記印刷処理モード選択手段は、前記印刷
処理モードとして、第1のモードと第2のモードとの内
のいずれか一方を切換可能に選択し、前記第1のモード
は、前記印刷装置側でラスタライズ処理により生成され
た文字パターンを用いて印刷を行うモードであり、前記
第2のモードは、前記文字パターン生成手段で生成され
たビットマップイメージを用いて印刷を行うモーである
ことを特徴とする請求項4記載の印刷データ処理装置。
6. A character pattern generating means for generating a character pattern as a bitmap image by a rasterizing process, wherein said print processing mode selecting means includes a print processing mode selected from a first mode and a second mode. The first mode is a mode in which printing is performed using a character pattern generated by a rasterizing process on the printing device side, and the second mode is a mode in which the character 5. The print data processing apparatus according to claim 4, wherein the mode is a mode in which printing is performed using the bitmap image generated by the pattern generation unit.
【請求項7】 前記印刷処理モード選択手段は、前記印
刷情報に含まれる印刷命令に基づき前記印刷処理モード
の切換を行うことを特徴とする請求項6記載の印刷デー
タ処理装置。
7. The print data processing apparatus according to claim 6, wherein the print processing mode selection unit switches the print processing mode based on a print command included in the print information.
【請求項8】 同一の印刷情報に対して前記印刷処理モ
ードを前記第1のモードと前記第2のモードの内の一方
から他方へ切り換えて実行するときには、前記判別手段
により、前記送信情報管理手段で管理された印刷情報を
参照して前記切換後の印刷処理モードで必要とする印刷
情報を判別し、その必要とする印刷情報のみを前記印刷
装置に送信することを特徴とする請求項6記載の印刷デ
ータ処理装置。
8. When the print processing mode is switched from one of the first mode and the second mode to the other for the same print information and executed, the discriminating means controls the transmission information management. 7. The printing apparatus according to claim 6, wherein the print information managed by the means is referred to, and the print information required in the print processing mode after the switching is determined, and only the required print information is transmitted to the printing apparatus. The print data processing device according to the above.
【請求項9】 印刷情報を作成する印刷データ処理装置
と、前記印刷データ処理装置と通信可能に接続され、該
印刷データ処理装置によって作成された印刷情報に基づ
き印刷を行う印刷装置とから構成される印刷システムに
用いられる印刷データ処理方法において、前記印刷装置
に応じた印刷処理モードを切換可能に選択する工程と、
前記印刷処理モードに応じて前記印刷装置に送信された
印刷情報を管理する工程と、前記管理された印刷情報を
参照して前記印刷処理モードで必要とする印刷情報を判
別する工程と、前記判別結果に応じて前記印刷装置への
前記印刷情報の送信を制御する工程とを有することを特
徴とする印刷データ処理方法。
9. A print data processing apparatus for creating print information, and a printing apparatus communicably connected to the print data processing apparatus and performing printing based on the print information created by the print data processing apparatus. A print data processing method used in a printing system, wherein a step of switchably selecting a print processing mode according to the printing device;
Managing the print information transmitted to the printing apparatus according to the print processing mode; determining the print information required in the print processing mode by referring to the managed print information; Controlling the transmission of the print information to the printing apparatus in accordance with the result.
【請求項10】 前記印刷処理モードとして、第1のモ
ードと第2のモードとの内のいずれか一方を切換可能に
選択し、前記第1のモードは、前記印刷装置側でラスタ
ライズ処理により生成されたパターンを用いて印刷を行
うモードであり、前記第2のモードは、前記印刷データ
処理装置側でラスタライズ処理により生成されたビット
マップイメージを用いて印刷を行うモードであることを
特徴とする請求項9記載の印刷データ処理方法。
10. A print processing mode in which one of a first mode and a second mode is switchably selected, and the first mode is generated by a rasterizing process on the printing apparatus side. The second mode is a mode in which printing is performed using a bitmap image generated by a rasterizing process on the print data processing apparatus side. The print data processing method according to claim 9.
【請求項11】 前記印刷情報に含まれる印刷命令に基
づき前記印刷処理モードの切換を行うことを特徴とする
請求項10記載の印刷データ処理方法。
11. The print data processing method according to claim 10, wherein the print processing mode is switched based on a print command included in the print information.
【請求項12】 同一の印刷情報に対して前記印刷処理
モードを前記第1のモードと前記第2のモードの内の一
方から他方へ切り換えて実行するときに、前記送信情報
管理手段で管理された印刷情報を参照して前記切換後の
印刷処理モードで必要とする印刷情報を判別し、その必
要とする印刷情報のみを前記印刷装置に送信することを
特徴とする請求項10記載の印刷データ処理方法。
12. When the print processing mode is switched from one of the first mode and the second mode to the other for the same print information and executed, the print processing mode is managed by the transmission information management means. 11. The print data according to claim 10, wherein necessary print information in the print processing mode after the switching is determined with reference to the print information, and only the necessary print information is transmitted to the printing apparatus. Processing method.
【請求項13】 印刷装置と通信可能に接続され、前記
印刷装置が処理可能な印刷情報を作成する印刷データ処
理装置を構築するためのプログラムを格納した記憶媒体
において、前記プログラムは、前記印刷装置に応じた印
刷処理モードを切換可能に選択する印刷処理モード選択
モジュールと、前記印刷装置の印刷情報記憶手段に格納
されている印刷情報を管理する送信情報管理モジュール
と、前記送信情報管理モジュールにより管理されている
印刷情報を参照して前記印刷処理モードで必要とする印
刷情報を判別する判別モジュールと、前記判別モジュー
ルの判別結果に応じて前記印刷装置への前記印刷情報の
送信を制御する送信制御モジュールとを有することを特
徴とする記憶媒体。
13. A storage medium which is communicably connected to a printing apparatus and stores a program for constructing a print data processing apparatus for creating print information which can be processed by the printing apparatus, wherein the program comprises the printing apparatus A print processing mode selection module for switchably selecting a print processing mode in accordance with a print information mode, a transmission information management module for managing print information stored in print information storage means of the printing apparatus, and management by the transmission information management module. A discrimination module for discriminating print information required in the print processing mode with reference to the print information that has been transmitted, and transmission control for controlling transmission of the print information to the printing apparatus according to the discrimination result of the discrimination module A storage medium comprising a module.
【請求項14】 前記プログラムは、ラスタライズ処理
により文字パターンをビットマップイメージとして生成
する文字パターン生成モジュールを有し、前記印刷処理
モード選択モジュールは、前記印刷処理モードとして、
第1のモードと第2のモードとの内のいずれか一方を切
換可能に選択し、前記第1のモードは、前記印刷装置側
でラスタライズ処理により生成されたパターンを用いて
印刷を行うモードであり、前記第2のモードは、前記文
字パターン生成モジュールでラスタライズ処理により生
成されたビットマップイメージを用いて印刷を行うモー
ドであることを特徴とする請求項13記載の記憶媒体。
14. The program has a character pattern generation module for generating a character pattern as a bitmap image by a rasterization process, and the print processing mode selection module includes:
One of the first mode and the second mode is switchably selected, and the first mode is a mode in which printing is performed using a pattern generated by a rasterizing process on the printing apparatus side. 14. The storage medium according to claim 13, wherein the second mode is a mode in which printing is performed using a bitmap image generated by a rasterization process in the character pattern generation module.
【請求項15】 前記印刷処理モード選択モジュール
は、前記印刷情報に含まれる印刷命令に基づき前記印刷
処理モードの切換を行うことを特徴とする請求項14記
載の記憶媒体。
15. The storage medium according to claim 14, wherein the print processing mode selection module switches the print processing mode based on a print command included in the print information.
【請求項16】 同一の印刷情報に対して前記印刷処理
モードを前記第1のモードと前記第2のモードの内の一
方から他方へ切り換えて実行するときには、前記判別モ
ジュールにより、前記送信情報管理モジュールで管理さ
れた印刷情報を参照して前記切換後の印刷処理モードで
必要とする印刷情報を判別し、前記送信制御モジュール
は、前記必要と判別された印刷情報のみを前記印刷装置
に送信することを特徴とする請求項14記載の記憶媒
体。
16. When the print processing mode is switched from one of the first mode and the second mode to the other for the same print information and executed, the discrimination module performs the transmission information management. The print control module refers to the print information managed by the module, determines the print information required in the print processing mode after the switching, and the transmission control module transmits only the print information determined to be necessary to the printing apparatus. The storage medium according to claim 14, wherein:
JP11113545A 1999-04-21 1999-04-21 Printing system, printing data-processing apparatus, method for processing printing data, and memory medium Withdrawn JP2000301803A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11113545A JP2000301803A (en) 1999-04-21 1999-04-21 Printing system, printing data-processing apparatus, method for processing printing data, and memory medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11113545A JP2000301803A (en) 1999-04-21 1999-04-21 Printing system, printing data-processing apparatus, method for processing printing data, and memory medium

Publications (1)

Publication Number Publication Date
JP2000301803A true JP2000301803A (en) 2000-10-31

Family

ID=14615039

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11113545A Withdrawn JP2000301803A (en) 1999-04-21 1999-04-21 Printing system, printing data-processing apparatus, method for processing printing data, and memory medium

Country Status (1)

Country Link
JP (1) JP2000301803A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004213671A (en) * 2003-01-03 2004-07-29 Microsoft Corp Client side rendering method and system of printable document in network, and computer readable medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004213671A (en) * 2003-01-03 2004-07-29 Microsoft Corp Client side rendering method and system of printable document in network, and computer readable medium
US8233177B2 (en) 2003-01-03 2012-07-31 Microsoft Corporation Client side rendering of printable documents in a network

Similar Documents

Publication Publication Date Title
JPH09198213A (en) Information processing device, method and system
JP2007257592A (en) Printing system, information processor, and printer
KR100481899B1 (en) Information processing apparatus, printing system, and command generating method
US6388757B1 (en) Printing apparatus, printing system, and a method for acquiring character resources of the printing system
JP2003044472A (en) Information processor, system for processing information, control method for information processor, storage medium and control program
JP2006350443A (en) Printing system, print control method and program
JPH11134140A (en) Data processor and print controller, data processing method of data processor and of printing controller, and storage medium for computer-readable program
JPH09190312A (en) Printing system and data processing method therefor
JPH10187393A (en) Method for controlling printing and device therefor and storage medium
JP4467855B2 (en) Information processing apparatus, information processing method, and program
JP2000301803A (en) Printing system, printing data-processing apparatus, method for processing printing data, and memory medium
JP5035020B2 (en) Printing device
JP2007152898A (en) Printing processing apparatus
JP3062397B2 (en) PRINTING SYSTEM, PRINTING SYSTEM RECORDING TIME PRESENTATION METHOD, INFORMATION PROCESSING DEVICE, AND INFORMATION PROCESSING DEVICE RECORDING TIME PRESENTATION METHOD
US6281985B1 (en) Print control apparatus, print control method, and memory medium
JP4254252B2 (en) Printer control device and printer control program
JP2007188308A (en) Printing system and storage medium
JP2000315141A (en) Printer and method for managing memory of recording medium and printer
JP2003011444A (en) Printer, printing control method, printing control program and storage medium
JPH09152945A (en) Information processor, printer device, printing system, and method for processing data of printing system
JP3056948B2 (en) PRINTING APPARATUS, CONTROLLER THEREOF, AND METHOD OF CONTROLLING PRINTING APPARATUS
JP2000298565A (en) Method and device for controlling printing and storage medium storing program for executing the printing controlling method
JPH08249138A (en) Method and device for controlling output
JPH11175284A (en) Print system, data processing method therefor and storage medium storing computer readable program
JPH11191049A (en) Print system, data processing method for print system and storage medium storing computer readable program

Legal Events

Date Code Title Description
RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20060217

A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20060704