JP2010244277A - Printer driver and printer - Google Patents
Printer driver and printer Download PDFInfo
- Publication number
- JP2010244277A JP2010244277A JP2009091849A JP2009091849A JP2010244277A JP 2010244277 A JP2010244277 A JP 2010244277A JP 2009091849 A JP2009091849 A JP 2009091849A JP 2009091849 A JP2009091849 A JP 2009091849A JP 2010244277 A JP2010244277 A JP 2010244277A
- Authority
- JP
- Japan
- Prior art keywords
- data
- printing
- time
- processing time
- drawing data
- 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
Links
Images
Landscapes
- Accessory Devices And Overall Control Thereof (AREA)
Abstract
Description
本発明は、印刷に要する時間を予測して表示する印刷装置に関し、特に、プリンタードライバーにより上記時間を予測する印刷装置に関する。 The present invention relates to a printing apparatus that predicts and displays a time required for printing, and more particularly to a printing apparatus that predicts the time by a printer driver.
従来、印刷装置において印刷に要する時間を予測し、この予測時間を表示する印刷装置が知られている。例えば、ユーザーが複数のドキュメントを印刷する際、印刷に要する時間を印刷装置側で表示することで、ユーザーが表示された時間を確認して他の用事を済ませることができ、ユーザーの利便性を高めることが可能となる。 2. Description of the Related Art Conventionally, a printing apparatus that predicts a time required for printing in a printing apparatus and displays the predicted time is known. For example, when a user prints multiple documents, the printing device displays the time required for printing, so that the user can check the displayed time and complete other tasks. It becomes possible to raise.
上記、印刷装置の一例として、ホストサーバーと、このホストサーバーにネットワークを介して接続されたプリンターとで構成される印刷システムにおいて、ホストサーバーに記録されたアプリケーションデータから印刷するに要する時間を判断して、表示するものが開示されている(例えば、特許文献1参照)。 As an example of the printing apparatus, in a printing system including a host server and a printer connected to the host server via a network, a time required for printing is determined from application data recorded on the host server. What is displayed is disclosed (for example, see Patent Document 1).
従来の、印刷装置では、印刷に要する時間をメモリー等に蓄積されたアプリケーションデータから判断しており、プリンターの一部、例えば、プリンタードライバー内部での処理として印刷に要する時間を処理するものではなかった。 Conventional printers determine the time required for printing from application data stored in memory, etc., and do not process the time required for printing as part of the printer, for example, processing inside the printer driver. It was.
本発明は、上記課題にかんがみてなされたもので、印刷装置の処理の一環として印刷に要する時間を予測することが可能なプリンタードライバー、及び印刷装置を提供する。 The present invention has been made in view of the above problems, and provides a printer driver and a printing apparatus capable of predicting the time required for printing as part of processing of the printing apparatus.
上記課題を解決するために、本発明では、コンピューターに、所定のアプリケーションプログラムで作成されたアプリケーションデータから印刷装置に印刷を実行させるための印刷ジョブデータを生成させる機能を実現させるプリンタードライバーであって、コンピューターに、前記アプリケーションデータを構成するページデータから描画データを作成するデータ作成手段と、前記描画データを作成するのに要した処理時間を算出する処理時間算出手段と、前記算出された処理時間に前記印刷装置の印刷能力に応じた係数を乗算して、同印刷装置が印刷を行うのに必要な時間を算出する印刷時間予測手段と、を実現させる構成としてある。 In order to solve the above problems, the present invention provides a printer driver that realizes a function of causing a computer to generate print job data for causing a printing apparatus to execute printing from application data created by a predetermined application program. A data creation means for creating drawing data from page data constituting the application data; a processing time calculation means for calculating a processing time required to create the drawing data; and the calculated processing time. Is multiplied by a coefficient corresponding to the printing capability of the printing apparatus, and a printing time predicting means for calculating a time required for the printing apparatus to perform printing is realized.
上記のように構成された発明では、コンピューターは、プリンタードライバーにより、アプリケーションデータを構成するページデータから描画データを作成するデータ作成手段と、描画データを作成するのに要した処理時間を算出する処理時間算出手段と、算出された処理時間に印刷装置の印刷能力に応じた係数を乗算して、同印刷装置が印刷を行うのに必要な時間を算出する印刷時間予測手段と、を実現する。
そのため、描画データを作成するのに要した時間から、印刷に要する時間を予測することが可能となるため、プリンタードライバーの一部の機能を使用して、印刷時間を予測することが可能となる。
In the invention configured as described above, the computer causes the printer driver to generate data creation means for creating drawing data from the page data constituting the application data, and processing for calculating the processing time required to create the drawing data A time calculation unit and a print time prediction unit that calculates a time required for the printing apparatus to perform printing by multiplying the calculated processing time by a coefficient corresponding to the printing capability of the printing apparatus are realized.
Therefore, since it is possible to predict the time required for printing from the time required to create the drawing data, it is possible to predict the printing time using some functions of the printer driver. .
また、本発明に係るプリンタードライバーは、被印刷媒体に対して片面印刷のみを想定しているのではなく、例えば、両面印刷や、複数のページデータを割り付ける割り付け印刷をも想定している。そのため、前記データ作成手段は、複数の前記ページデータを結合させて1つの描画データを生成する構成としてもよい。
ここで、本発明では、「結合」とは、上記両面印刷や、割り付け印刷を実行する際に、ページデータを加工する意味を含む概念である。
Further, the printer driver according to the present invention assumes not only single-sided printing with respect to a printing medium, but also double-sided printing or layout printing that allocates a plurality of page data. Therefore, the data creation means may be configured to combine a plurality of the page data to generate one drawing data.
Here, in the present invention, “combining” is a concept including the meaning of processing page data when executing the above-described double-sided printing or layout printing.
また、前記印刷時間予測手段は、前記ページデータが結合された際に、この結合の種別に応じて、前記係数を変更する構成としてもよい。
上記のように構成された発明では、印刷装置の印刷手法が異なる場合でも、この印刷手法に応じて、印刷に要する時間をより最適に予測することが可能となる。
The print time prediction unit may change the coefficient according to the type of combination when the page data is combined.
In the invention configured as described above, even when the printing method of the printing apparatus is different, it is possible to predict the time required for printing more optimally according to this printing method.
そして、描画データ作成手段が、ページデータを結合する場合の一例として、上記データ作成手段は、複数のページデータを割り付ける結合を行った場合は、前記割り付け後の印刷イメージに基づいて、中間コードを作成し、この作成された中間コードを基に新たな描画データを作成し、前記処理時間算出手段は、作成された新たな前記描画データに基づいて前記処理時間を算出する、構成としてもよい。
上記のように構成された発明では、被印刷媒体の同一面上に複数のページデータを割り付ける場合に、割り付け後の印刷イメージを印刷するのに要する時間をより正確に予測することができる。ここで、「印刷イメージ」とは、ページデータを加工することで生成された新たなデータによって表現可能なイメージを意味し、例えば、UI画面上で表示されるイメージ等を含む概念である。
As an example of the case where the drawing data creation means combines page data, the data creation means, when performing combination that allocates a plurality of page data, generates an intermediate code based on the print image after the allocation. It is good also as a structure which creates and draws new drawing data based on this created intermediate code, and the said processing time calculation means calculates the said processing time based on the created said new drawing data.
In the invention configured as described above, when a plurality of page data is allocated on the same surface of the printing medium, the time required to print the allocated print image can be predicted more accurately. Here, “print image” means an image that can be expressed by new data generated by processing page data, and is a concept including an image displayed on a UI screen, for example.
また、本発明は、プリンタードライバーのみに限定されず、本発明の機能を備える印刷装置に対しても適応させることができる。 Further, the present invention is not limited to a printer driver, but can be applied to a printing apparatus having the functions of the present invention.
以下、図を参照しつつ下記の順序に従って本発明の実施形態を説明する。
1.第1の実施形態:
1.1.実施例1:
1.2.実施例2:
1.3.実施例3:
2.第2の実施形態:
3.その他の実施形態:
Embodiments of the present invention will be described below in the following order with reference to the drawings.
1. First embodiment:
1.1. Example 1:
1.2. Example 2:
1.3. Example 3:
2. Second embodiment:
3. Other embodiments:
1.第1の実施形態:
以下、本発明に係る第1の実施形態を説明する。図1は、第1の実施形態に係る印刷装置を説明するためのブロック構成図である。第1の実施形態では、印刷装置100は、プリンター90と、ホストPC80とがネットワークを介して接続されて構成される。また、この印刷装置100では、ホストPC80が備えるプリンタードライバー72により、印刷に必要とされる時間がホストPCの画面上に表示される。
1. First embodiment:
Hereinafter, a first embodiment according to the present invention will be described. FIG. 1 is a block diagram for explaining a printing apparatus according to the first embodiment. In the first embodiment, the
プリンター90の要部は、ホストPC80が生成した印刷要求を受け入れるための入力IF91と、主たる制御を行うためのコントローラー92と、受け入れたアプリケーションデータを用いて印刷処理を行なう印刷処理部93と、で構成される。
The main part of the
ホストPC80の要部は、CPU81と、HDD82と、入出力IF83と、RAM84と、キーボード及び表示装置を備えるユーザーインターフェース85とが、バス86を介して接続して構成される。また、ホストPC80の入出力IF83は、プリンター90の入力IF91とネットワークを介して接続し、このネットワークを通じてプリンター90に印刷要求を出力する。
The main part of the host PC 80 is configured by connecting a
CPU81は、HDD82に記憶されたオペレーションシステム(以下、OSと記載する)や、アプリケーションプログラム70、更には、プリンタードライバー72の機能に従って、所定の処理を実行する。また、ホストPC80には、CPUが処理時間を計測するためのタイマー73を実行しており、CPU81はこのタイマー73を用いて計時を行うことができる。
The
アプリケーションプログラム70は、プリンタードライバー72が生成する印刷用描画データの元となるアプリケーションデータを生成するためのプログラムである。このアプリケーションプログラム70は、例えば、文章を作成するためのワープロソフトや、プレゼンテーション資料作成ソフトであり、ユーザーインターフェース85を介して入力された操作、及びOSの諸機能を用いて、アプリケーションデータを作成する。
The
OS71は、ホストPC80の動作を管理し、ユーザーに対して操作環境を提供するための基本ソフトウェアである。本実施形態では、OS71の機能の一部として、グラフィック処理を行なうためのGDI(Graphics Device Interface)71aや、プリンタードライバー72が作成した印刷ジョブデータをプリンター90側の受信状況に応じて、送信するスプーラー71bが登場する。
The OS 71 is basic software for managing the operation of the host PC 80 and providing an operating environment to the user. In the present embodiment, as part of the function of the
プリンタードライバー72は、アプリケーションプログラム70が作成したアプリケーションデータを印刷ジョブデータに変換するためのプログラムである。プリンタードライバー72により作成された印刷ジョブデータは、OSの機能の一部であるスプーラーを介して入出力IF83からプリンター90の入力IF91に送信される。
The
図2は、プリンタードライバー72の機能を説明するためのブロック構成図である。UIモジュール72aは、ユーザーに画面上で視覚可能なUI(User Interface)を提供するためのモジュールである。中間コード作成モジュール72bは、GDI71aから入力された描画命令を中間コードに変換するモジュールである。描画モジュール72cは、中間コードから描画データを作成するためのモジュールである。印刷出力モジュール72dは、印刷処理部93が印刷可能なよう描画データを変換するためのモジュールである。また、描画モジュール72cは、描画データを作成するのに要した「処理時間:Tt」を算出することができる。
なお、中間コード作成モジュール72b及び描画モジュール72cにより本発明のデータ作成手段を実現する。また、描画モジュール72cにより本発明の処理時間算出手段を実現する。
FIG. 2 is a block diagram for explaining the function of the
The intermediate
結合モジュール72eは、異なるアプリケーションプログラム70により作成されたアプリケーションデータを結合するために用いられるモジュールである。そのため、プリンタードライバー72は、単一のアプリケーションプログラム70により作成されたアプリケーションデータから、このアプリケーションデータを構成するページデータに相当した印刷イメージを作成する他、複数のアプリケーションプログラム70により作成されたアプリケーションデータを結合させて印刷用イメージを作成することができる。
The combining
印刷時間予測モジュール72fは、印刷処理部93が実行する印刷処理を入力されたアプリケーションデータを基に予測するための用いられるモジュールである。具体的には、印刷時間予測モジュール72fは、描画モジュール72cが算出した「処理時間:Tt」に所定の係数を乗算することで、印刷時間を予測する。
なお、印刷時間予測モジュール72fにより本発明の印刷時間予測手段を実現する。
The print
The printing
図3は、ユーザーが画面上のアイコンを操作して、印刷用のプロパティ・ダイアログボックスを表示させた場合に、ユーザーの操作入力により実行される処理を説明するフローチャートである。まず、ホストPC80の画面上に表示されたプロパティ・ダイアログボックス上で、ユーザーが複数のアプリケーションプログラム70により作成されたアプリケーションデータの結合を選択すると(ステップS1)、選択された結合内容に応じて(ステップS2)、プリンタードライバー72は、異なる処理を実行する(ステップS3,5,6)。
FIG. 3 is a flowchart for explaining processing executed by a user operation input when the user operates an icon on the screen to display a printing property dialog box. First, when the user selects a combination of application data created by a plurality of
図4は、プリンタードライバー72により作成された印刷イメージを説明する図である。図4に示す印刷イメージは、ステップS2において、ユーザーがアプリケーションデータの結合を選択しない場合に、UI画面上で表示される。この印刷イメージでは、単一のアプリケーションプログラム70により作成されたページデータのみで構成されている。
FIG. 4 is a diagram for explaining a print image created by the
図5は、プリンタードライバー72により作成された印刷イメージを説明する図である。図5に示す印刷イメージは、ステップS2において、ユーザーが印刷イメージの結合を選択するとともに、結合内容として「両面印刷」を選択した場合に(ステップS4)、UI画面に表示される。この印刷イメージでは、複数のアプリケーションプログラム70により作成されたページデータが用紙の表面及び裏面に相当するページにそれぞれ配置されるよう構成される。
FIG. 5 is a diagram for explaining a print image created by the
図6は、プリンタードライバー72により作成された印刷イメージを説明する図である。図6に示す印刷イメージは、ステップS2において、ユーザーが印刷イメージの結合を選択するとともに、結合内容として「片面割り付け」を選択した場合に(ステップS4)、UI画面に表示される。この印刷イメージは、複数のアプリケーションプログラム70により作成されたページデータが同一ページに割り付けられて構成される。
FIG. 6 is a diagram for explaining a print image created by the
また、ステップS3,S5,S6において、ユーザーが印刷に要する時間を表示させるよう操作入力を行った場合、印刷時間予測モジュール72fは、上記図4〜6に示す印刷イメージを印刷するのに要する時間(一度に複数枚を印刷する場合はその合計時間)を算出してUIモジュール72aに算出したデータを送信する。
In addition, when the user performs an operation input to display the time required for printing in steps S3, S5, and S6, the print
その後、プリンタードライバー72は、生成した印刷イメージに相当する印刷ジョブデータをプリンター90に送信し、プリンター90に印刷処理を実行させる(ステップS7)。以下、ステップS3、4、6における具体的な処理を、実施例1〜実施例3を元に説明する。
Thereafter, the
1.1.実施例1:
以下、実施例1として、図4に示す印刷イメージを生成して、印刷処理を実行する場合を、説明する。図7は、実施例1において、図3のステップS3でプリンタードライバー72が実行する処理を説明するフローチャートである。
1.1. Example 1:
Hereinafter, as a first embodiment, a case where the print image illustrated in FIG. 4 is generated and the print process is executed will be described. FIG. 7 is a flowchart illustrating the process executed by the
中間コード作成モジュール72bは、GDI71aから入力された描画命令を中間コードに変換する(ステップS105)。ここで、中間コードとは、GDI71aから入力された描画命令を、描画モジュール72cが描画する際に都合のよい描画コードに一時的に変換した命令コードである。
The intermediate
中間コード作成モジュール72bは、作成した中間コードを、中間コードファイル87に記憶する(ステップS110)。
The intermediate
描画モジュール72cは、中間コードファイル87に記憶された中間コードを元に描画データを作成する(ステップS115)。具体的には、描画モジュール72cは、中間コードファイル87に記憶された中間コードを読み出し、この中間コードにより指定された描画命令を判断することで、描画データを作成する。
The
また、描画モジュール72cは、描画データを作成するのに要した時間を処理時間:Ttとして算出する(ステップS120)。具体的には、描画モジュール72cは、タイマー73を使用して描画データを作成するまでに要した時間を算出する。
Further, the
描画モジュール72cは、ステップS120で作成した描画データと、ステップS120で算出した処理時間を関連付けて画像データファイル88に記憶する(ステップS125)。
The
上記ステップS105〜S125の処理は、全てのページデータに対して実行される(ステップS130)。 The processes in steps S105 to S125 are executed for all page data (step S130).
ユーザーから印刷に要する時間を表示する指示が入力された場合は(ステップS135)、印刷時間予測モジュール72fは、画像データファイル88に描画データと関連付けて記憶された「処理時間:Tt」から下記に示す(式1)を用いて1つのページデータを印刷するのに要する印刷予測時間:Tpを算出する(ステップS140)。
Tp=Tt×F …(式1)
When an instruction to display the time required for printing is input from the user (step S135), the print
T p = T t × F (Formula 1)
ここで、係数:Fは、ページデータを印刷するのに要する時間を近似的に算出するのに使用される値である。即ち、描画モジュール72cが描画データを作成する場合、RAM84上で中間コードから描画データを作成する。このとき、RAM84に展開される描画データは、プリンター90により印刷に使用されるものとほぼ同じデータであるため、本発明では、プリンター90が印刷に要する時間をこの「処理時間:Tt」の倍数と近似する。
例えば、プリンタードライバー72の印刷出力モジュール72dが、描画データをラスターデータに変換する時間、プリンター90がこのラスターデータをデジタル・アナログ変換して駆動電圧を生成する時間、及びプリンター90が各機構を駆動させつつ用紙に印刷を行う時間を近似的に合算した値に基づいて係数:Fを算出している。
Here, the coefficient F is a value used to approximately calculate the time required to print page data. That is, when the
For example, the time for the
また、実施例1では、係数:Fは、プリンター90が1つのページデータを片面印刷するのに要する時間に基づいて決定された値である。また、係数:Fは、プリンター90の印刷能力に依存してその値が変更する値である。
In the first embodiment, the coefficient F is a value determined based on the time required for the
印刷時間予測モジュール72fは、ステップS140で算出した1枚当たりの印刷予測時間:Tpを下記に示す(式2)を用いて全てのページデータの数だけ合計し、印刷に要する「総印刷予測時間:Tap」を算出する(ステップS145)。
Tap=ΣTt …(式2)
The print
T ap = ΣT t (Expression 2)
その後、印刷時間予測モジュール72fは、ステップS145で算出した印刷予測時間:Tapに相当するデータをUIモジュール72aに出力する(ステップS150)。そのため、UIモジュール72aは受信したデータに従ってホストPC80の画面上に所要時間を表示する。
Thereafter, the printing
図8は、一例としての、UIモジュール72aによりホストPC80の画面上に表示される所要時間を説明する図である。図8に示すように、画面上に、印刷に要する時間が表示される。その後、印刷出力モジュール72dは、描画データからラスターデータを生成する(ステップS155)。
FIG. 8 is a diagram illustrating the required time displayed on the screen of the
1.2.実施例2:
以下、実施例2として、図4に示す印刷イメージを生成して、印刷処理を実行する場合を、説明する。図9は、実施例2において、図3のステップS5でプリンタードライバー72が実行する処理を説明するフローチャートである。
1.2. Example 2:
Hereinafter, as a second exemplary embodiment, a case where the print image illustrated in FIG. 4 is generated and the print process is executed will be described. FIG. 9 is a flowchart illustrating the process executed by the
ユーザーがプロパティダイアログ上で異なるアプリケーションプログラム70により作成された印刷イメージを図5に示すように1枚の用紙の片面にそれぞれ印刷して「両面印刷」を行う場合、まず、中間コード作成モジュール72bは、GDI71aから入力された描画命令を中間コードに変換する(ステップS205)。また、中間コード作成モジュール72bは、作成した中間コードを、中間コードファイル87に記憶する(ステップS210)。
When the user performs “double-sided printing” by printing print images created by
描画モジュール72cは、中間コードファイル87に記憶された中間コードを元に描画データを作成する(ステップS215)。また、描画モジュール72cは、描画データを作成するのに要した時間を処理時間:Ttとして算出する(ステップS220)。そして、描画モジュール72cは、描画データと、「処理時間:Tt」を関連付けて画像データファイル88に記憶する(ステップS225)。
The
ステップS205〜S220の処理は、描画モジュール72cが全てのページデータを描画データに変換するまで実行される(ステップS230)。即ち、実施例2は、GUIを介してプリンタードライバー72に入力される異なるアプリケーションプログラム70により作成されたページデータに相当する描画データが画像データファイル88に記憶される。
The processes in steps S205 to S220 are executed until the
全ての描画データが画像データファイル88に記憶された場合、UIモジュール72aは、ユーザーにアプリケーションデータの結合を行う用紙を選択させるUI画面をホストPC80の画面上に表示する(ステップS235)。このとき、UIモジュール72aは、画像データファイル88に記憶された描画データを展開してUI画面を表示する。
When all the drawing data are stored in the
UIモジュール72aは、ユーザーが結合するページデータを選択するための入力を受け付ける(ステップS240)。以下、図5に示すように、ユーザーが、第1アプリケーションで作成された印刷イメージの「2枚目」と、第2アプリケーションで作成された印刷イメージの「2枚目」を1枚の用紙の表裏に印刷するようページの結合を選択したものとする。
The
結合モジュール72eは、ユーザーが選択した結合対象となるページデータに対して、複数の描画データと、上記描画データに対応する中間コードとを関連付けて保存ファイル89に保存する(ステップS245)。その一例として、結合モジュール72eは、関連付けられる中間コードと描画データの、記憶先のアドレスを対応づけて保存ファイル89上に保存する。
The combining
また、ユーザーが結合対象外とした印刷イメージに対しては、結合モジュール72eは、描画データと、この描画データに対応した中間コードを1対1で対応づけ、保存ファイル89に保存する(ステップS245)。
For a print image that is not to be combined by the user, the combining
そして、結合モジュール72eは、UIモジュール72aに対して、保存ファイル89に記憶された関連付けを基に、描画データを出力し、UIモジュール72aにUI画面を更新させる(ステップS250)。そのため、UIモジュール72aは、関連付けが行なわれたアプリケーションデータを更新して、図5に示すUI画面を表示する。
Then, the
また、ユーザーから印刷に要する時間を表示する指示が入力された場合は(ステップS255)、印刷時間予測モジュール72fは、保存ファイル89に関連付けされた処理時間に係数:Fを乗算して「印刷予測時間:Tp」を算出する(ステップS260)。
When an instruction to display the time required for printing is input from the user (step S255), the print
ここで、処理時間が、結合対象となる描画データである場合、結合モジュール72eは、関連付けを行った描画データに対応する「処理時間」に、両面印刷を行う場合の係数:F’を乗算する。即ち、実施例2では、両面印刷される印刷イメージに相当する描画データの「処理時間:Tt」に対して、両面印刷する場合の係数:F’を乗算する。
Here, when the processing time is the drawing data to be combined, the combining
一方、処理時間が、結合対象外の描画データである場合、結合モジュール72eは、描画データに対応する「処理時間:Tt」に、片面印刷を行う場合の係数:Fを乗算する。
On the other hand, when the processing time is drawing data that is not to be combined, the combining
印刷時間予測モジュール72fは、ステップS265で算出したページデータ当たりの印刷予測時間:Tpを上記(式2)に示す式を用いて全ての描画データの数だけ合計し、印刷に要する「総印刷予測時間:Tap」を算出する(ステップS265)。
The print
その後、印刷時間予測モジュール72fは、ステップS275で合計した印刷予測時間:Tapに相当するデータをUIモジュール72aに出力する(ステップS270)。そのため、UIモジュール72aは受信したデータに従ってホストPC80の画面上に所要時間を表示する。
Thereafter, the print
更に、ユーザーがUI画面上で、結合されたアプリケーションデータを確定する操作入力を行った場合は、結合モジュール72eは、保存ファイル89に記憶された関連付けに応じて、中間ファイルに記憶された中間コードを更新する(ステップS275)。そのため、描画モジュール72cは、更新された中間コードに応じて描画データを作成し、作成された描画データを印刷出力モジュール72dに出力する。そして、印刷出力モジュール72dは、ラスターデータを生成する(ステップS280)。以上、実施例2に係る処理を説明した。
Further, when the user performs an operation input for confirming the combined application data on the UI screen, the combining
1.3.実施例3:
以下、実施例3として、図6に示す印刷イメージを生成して、印刷処理を実行する場合を、説明する。図10は、実施例3において、図8のステップS260においてプリンタードライバー72が実行する処理を説明するフローチャートである。
1.3. Example 3:
Hereinafter, as a third embodiment, a case where the print image illustrated in FIG. 6 is generated and the print process is executed will be described. FIG. 10 is a flowchart illustrating the process executed by the
図6(B)に示すように、複数のページデータを割り付ける場合、印刷に要する時間は、描画データを生成するのに要する「処理時間:Tt」の倍数に近似しない。例えば、プリンター90は、複数のイメージが割り付けられた印刷イメージを1つの印刷イメージとしか扱わないため、厳密には、プリンタードライバー72がRAM84上で複数の描画データを割り付ける処理は、プリンター90での印刷に係る時間に影響を与えない。そのため、実施例3では、割り付け後の描画データから再度「処理時間:Tt」を算出し、この算出された「処理時間:Tt」を基に、印刷に要する所要時間を算出する。以下、実施例2と同様の処理は、説明を省略し、実施例3に係る具体的な処理を説明する。
As shown in FIG. 6B, when a plurality of page data are allocated, the time required for printing does not approximate a multiple of “processing time: T t ” required for generating drawing data. For example, since the
ステップS235で表示されたUI画面上で、ユーザーが所定の印刷イメージを結合させる場合、結合モジュール72eは、ユーザーが選択した結合対象となるページに対して、結合対象となる複数の描画データと、上記描画データに対応する中間コードとを関連付けて保存ファイル89に保存する(ステップS240)。
When the user combines a predetermined print image on the UI screen displayed in step S235, the combining
また、ユーザーから印刷に要する時間を表示する指示が入力された場合は(ステップS255)、図10に示すフローチャートに従って、新たな「処理時間:Tt」を作成する。 If the user inputs an instruction to display the time required for printing (step S255), a new “processing time: T t ” is created according to the flowchart shown in FIG.
即ち、結合モジュール72eは、保存ファイル89に記憶された関連付けに従って(ステップS305)、中間コード作成モジュール72bに記憶された中間コードから割り付け後の新たな印刷イメージに相当する中間コードを作成させる(ステップS310)。そのため、中間コード作成モジュール72bは、用紙の片面に2枚の印刷イメージが割り付けられる印刷イメージに対応した中間コードを作成する。なお、割り付け対象とされない印刷イメージに対しては、
That is, the combining
更に、結合モジュール72eは、描画モジュール72cに新たな中間コードに従って、描画データを作成させる(ステップS315)。そして、結合モジュール72eは、描画モジュール72cに新たな「処理時間:Tt」を算出させる(ステップS320)。ステップS320で算出された処理時間は、割り付けられた複数の印刷イメージを一つの印刷イメージと見なした場合に、描画モジュール72cがこの印刷イメージに相当する描画データを作成するのに要する時間である。
Further, the combining
そして、結合モジュール72eは、上記作成された描画データと処理時間:Ttとを関連付けるよう保存ファイル89を更新する(ステップS325)。そのため、保存ファイル89には、新たなに作成された処理時間:Ttが関連付けられる。なお、結合対象外とされた描画データに対しては、保存ファイル89の更新を行わない。
Then, the combining
更に、印刷時間予測モジュール72fは、上記算出した処理時間:Ttに係数:Fを算出して、「印刷予測時間:Tp」を算出する(ステップS330)。
以下、図8に示すステップS265〜S280までの処理によりUI画面上に図8に示す「総印刷予想時間:Tap」が表示される。以上、実施例3を説明した。
Further, the printing
Hereinafter, 8 on the UI screen by the processing up to step S265~S280 of FIG. 8 "total print expected time: T ap" is displayed. The example 3 has been described above.
2.第2の実施形態:
また、予想印刷時間をホストPC80の画面ではなく、プリンター90に表示させてもよい。この場合、ホストPC80では、描画モジュール72cが生成した描画データに相当するデータのヘッダー部分に、印刷時間予想モジュールが「総予想印刷時間:Tap」を付与させる。また、プリンター90では、この「総予想印刷時間:Tap」を受信し、これをLCD等の表示部に表示させる構成とすればよい。
2. Second embodiment:
Further, the expected printing time may be displayed on the
3.その他の実施形態:
本発明は、様々な実施例が存在する。
プリンタードライバー72が生成するページデータは、図4、5、6に示す各ページデータを組み合わせて結合するものであってもよい。
また、結合モジュール72eは、プリンタードライバーの一部ではなく、別のプログラムにより実現されるものであってもよい。
3. Other embodiments:
There are various embodiments of the present invention.
The page data generated by the
Further, the
なお、本発明は上記実施例に限られるものでないことは言うまでもない。即ち、上記実施例の中で開示した相互に置換可能な部材および構成等を適宜その組み合わせを変更して適用すること、上記実施例の中で開示されていないが、公知技術であって上記実施例の中で開示した部材および構成等と相互に置換可能な部材および構成等を適宜置換し、またその組み合わせを変更して適用すること、上記実施例の中で開示されていないが、公知技術等に基づいて当業者が上記実施例の中で開示した部材および構成等の代用として想定し得る部材および構成等と適宜置換し、またその組み合わせを変更して適用すること、は本発明の一実施例として開示されるものである。 Needless to say, the present invention is not limited to the above embodiments. That is, the mutually replaceable members and configurations disclosed in the above embodiments are applied by changing their combinations as appropriate. The members and configurations disclosed in the examples can be replaced with the members and configurations interchangeable with each other as appropriate, and the combination thereof is changed and applied. It is one of the present invention that a person skilled in the art can appropriately substitute the members and configurations that can be assumed as substitutes for the members and configurations disclosed in the above-described embodiments based on the above, and change the combination to apply. It is disclosed as an example.
70…アプリケーションプログラム、71…OS、71a…GDI、71b…スプーラー、72…プリンタードライバー、72a…UIモジュール、72b…中間コード作成モジュール、72c…描画モジュール、72d…印刷出力モジュール、72e…結合モジュール、72f…印刷時間予測モジュール、73…タイマー、80…ホストPC、81…CPU、82…HDD、83…入出力IF、84…RAM、85…ユーザーインターフェース、86…バス、87…中間コードファイル、88…画像データファイル、89…保存ファイル、90…プリンター、91…入力IF、92…コントローラー、93…印刷処理部、100…印刷装置
70 ... Application program, 71 ... OS, 71a ... GDI, 71b ... Spooler, 72 ... Printer driver, 72a ... UI module, 72b ... Intermediate code creation module, 72c ... Drawing module, 72d ... Print output module, 72e ... Combination module, 72f ... print time prediction module, 73 ... timer, 80 ... host PC, 81 ... CPU, 82 ... HDD, 83 ... input / output IF, 84 ... RAM, 85 ... user interface, 86 ... bus, 87 ... intermediate code file, 88 ... Image data file 89 ... Save
Claims (5)
コンピューターに、
前記アプリケーションデータを構成するページデータから、描画データを作成するデータ作成手段と、
前記描画データを作成するのに要した処理時間を算出する処理時間算出手段と、
前記算出された処理時間に前記印刷装置の印刷能力に応じた係数を乗算して、同印刷装置が印刷を行うのに必要な時間を算出する印刷時間予測手段と、を実行させることを特徴とするプリンタードライバー。 A printer driver for realizing a function of causing a computer to generate print job data for causing a printing apparatus to execute printing from application data created by a predetermined application program,
On the computer,
Data creating means for creating drawing data from page data constituting the application data;
A processing time calculation means for calculating a processing time required to create the drawing data;
Printing time predicting means for multiplying the calculated processing time by a coefficient corresponding to the printing capability of the printing apparatus and calculating a time required for the printing apparatus to perform printing, Printer driver to use.
前記処理時間算出手段は、作成された新たな前記描画データに基づいて前記処理時間を算出する、ことを特徴とする請求項2又は請求項3のいずれかに記載のプリンタードライバー。 The above data creation means creates an intermediate code on the basis of the print image after the assignment when creating a combination of assigning a plurality of page data, and creates new drawing data based on the created intermediate code. And
The printer driver according to claim 2, wherein the processing time calculation unit calculates the processing time based on the created new drawing data.
所定のアプリケーションプログラムで作成されたアプリケーションデータから描画データを作成するデータ作成手段と、
前記描画データを作成するのに要した処理時間を算出する処理時間算出手段と、
前記算出された処理時間に前記印刷手段の印刷能力に応じた係数を乗算して、同印刷装置が印刷を行うのに必要な時間を算出する印刷時間予測手段と、
前記算出された時間を表示する表示手段と、を有することを特徴とする印刷装置。
Printing means for executing a printing process based on the drawing data;
Data creation means for creating drawing data from application data created by a predetermined application program;
A processing time calculation means for calculating a processing time required to create the drawing data;
A printing time prediction unit that multiplies the calculated processing time by a coefficient corresponding to the printing capability of the printing unit to calculate a time required for the printing apparatus to perform printing;
And a display unit that displays the calculated time.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2009091849A JP2010244277A (en) | 2009-04-06 | 2009-04-06 | Printer driver and printer |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2009091849A JP2010244277A (en) | 2009-04-06 | 2009-04-06 | Printer driver and printer |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2010244277A true JP2010244277A (en) | 2010-10-28 |
Family
ID=43097233
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2009091849A Withdrawn JP2010244277A (en) | 2009-04-06 | 2009-04-06 | Printer driver and printer |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2010244277A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2016503916A (en) * | 2012-12-20 | 2016-02-08 | ペキン ユニバーシティ ファウンダー グループ カンパニー,リミティド | Method for obtaining printing processing time and electronic apparatus having printing function |
JP2019087254A (en) * | 2017-11-08 | 2019-06-06 | 株式会社リコー | Mechanism for predicting print performance using print metadata |
-
2009
- 2009-04-06 JP JP2009091849A patent/JP2010244277A/en not_active Withdrawn
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2016503916A (en) * | 2012-12-20 | 2016-02-08 | ペキン ユニバーシティ ファウンダー グループ カンパニー,リミティド | Method for obtaining printing processing time and electronic apparatus having printing function |
JP2019087254A (en) * | 2017-11-08 | 2019-06-06 | 株式会社リコー | Mechanism for predicting print performance using print metadata |
US10901669B2 (en) | 2017-11-08 | 2021-01-26 | Ricoh Company, Ltd. | Mechanism to predict print performance using print metadata |
US11630623B2 (en) | 2017-11-08 | 2023-04-18 | Ricoh Company, Ltd. | Mechanism to predict print performance using print metadata |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5621793B2 (en) | Printing system, printing control apparatus, and printing control program | |
JP2007317137A5 (en) | ||
JP4869379B2 (en) | Print control program, print control method, and print system | |
JP4881983B2 (en) | Print control program and print control method | |
JP2008247023A (en) | Direct printing of desired or multiple appearances of object in document file | |
JP2010244277A (en) | Printer driver and printer | |
JP2010004220A (en) | Image forming device, program, and image forming processing method | |
JP2012223952A (en) | Information processing apparatus, pdl data conversion method, and computer program | |
JP6287949B2 (en) | Image forming system, image forming apparatus, and printing method in image forming system | |
JP2009053789A (en) | Information processor, program, and computer-readable recording medium | |
JP2008009652A (en) | Printing processing method and printer driver | |
JP2009110080A (en) | Program, print data processor and printing system | |
JP4973460B2 (en) | Print job execution device, method used in print job execution device, and computer program executed in print job execution device | |
JP2008262385A (en) | Printing control apparatus and printing system | |
JP2018005835A (en) | Information processing device, program and control method | |
JP2010244278A (en) | Printer driver and printing system | |
JP2011198283A (en) | Printing apparatus information display program, printing apparatus information display method, and printing apparatus information display device | |
JP5526863B2 (en) | Printer driver and print control apparatus | |
JP2017220088A (en) | Print server, print control program, and print control method | |
JP2011194742A (en) | Printing data processor and control program of printing data processor | |
JP2010224634A (en) | Printing control method, printing control program, and printing controller | |
JP2007130945A (en) | Printer device | |
JP2011086121A (en) | Printing system and printer | |
JP6776804B2 (en) | Information processing equipment and programs | |
JP6265177B2 (en) | Printer driver and information processing apparatus |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A300 | Withdrawal of application because of no request for examination |
Free format text: JAPANESE INTERMEDIATE CODE: A300 Effective date: 20120703 |