JP2014071573A - Printing control device, printing control method and program - Google Patents
Printing control device, printing control method and program Download PDFInfo
- Publication number
- JP2014071573A JP2014071573A JP2012215858A JP2012215858A JP2014071573A JP 2014071573 A JP2014071573 A JP 2014071573A JP 2012215858 A JP2012215858 A JP 2012215858A JP 2012215858 A JP2012215858 A JP 2012215858A JP 2014071573 A JP2014071573 A JP 2014071573A
- Authority
- JP
- Japan
- Prior art keywords
- printer
- printing
- printer driver
- monitoring
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Landscapes
- Accessory Devices And Overall Control Thereof (AREA)
Abstract
Description
本発明は、印刷制御装置、印刷制御方法、及び、プログラムに関する。 The present invention relates to a print control apparatus, a print control method, and a program.
Microsoft社(登録商標)のWindows(登録商標)オペレーティングシステムにおいて動作するアプリケーションからイメージやグラフィックやテキストを印刷装置にて印刷するための処理フローとして、GDI(Graphics Device Interface)を経由したGDI印刷パスと、XPS(XML Paper Specification)ドキュメントをスプールファイルとして使用するXPS印刷パスとがある。 A GDI print path via GDI (Graphics Device Interface) is used as a processing flow for printing images, graphics, and text on a printing device from an application operating in the Windows (registered trademark) operating system of Microsoft Corporation (registered trademark). XPS printing path using an XPS (XML Paper Specification) document as a spool file.
GDIとは、Windows(登録商標)のサブシステムであり、アプリケーションがディスプレイやプリンタへのイメージやグラフィックやテキストの描画を行うために使用されるインターフェースである。GDI印刷パスでは、アプリケーションが印刷実行時にGDIを通して描画命令を実行すると、GDIが適切なGDIプリンタドライバを呼び出して、PDL(Page Description Language:ページ記述言語)へのレンダリング等の印刷処理を実行する。 GDI is a Windows (registered trademark) subsystem, and is an interface used by an application to draw an image, graphic, or text on a display or printer. In the GDI print pass, when an application executes a drawing command through GDI at the time of printing, the GDI calls an appropriate GDI printer driver and executes a printing process such as rendering to PDL (Page Description Language).
XPSとは、電子文書の形式の1つであり、XML(Extensible Markup Language)等の業界標準を使用してクロスプラットフォームドキュメントを作成するためのオープンなドキュメント形式である。XPSは、電子文書の他、印刷スプールファイル、PDLとしても使用される。XPS形式の印刷対象の印刷処理を行うプリンタドライバを、XPSプリンタドライバという。 XPS is one of electronic document formats, and is an open document format for creating cross-platform documents using industry standards such as XML (Extensible Markup Language). XPS is used as a print spool file and PDL in addition to an electronic document. A printer driver that performs a printing process of an XPS format print target is referred to as an XPS printer driver.
Windows(登録商標)オペレーティングシステムにおいてプリンタドライバが動作するシステムには、GDIプリンタドライバとXPSプリンタドライバとのいずれかしか適用できないものがある。例えば非特許文献1には、Microsoft社(登録商標)のオペレーティングシステムであるWindows8(登録商標)がサポートするVersion4プリンタドライバモデル(以下、V4プリンタドライバと称する。)は、XPSプリンタドライバについては適用可能であるが、GDIプリンタドライバを適用できないことが開示されている。
Some systems in which a printer driver operates in a Windows (registered trademark) operating system can apply only a GDI printer driver or an XPS printer driver. For example, in Non-Patent Document 1, a
V4プリンタドライバでは、GDIアプリケーションがイメージやグラフィックやテキストの印刷を行う場合、GDIアプリケーションからのGDIへの描画命令がMXDC(Microsoft XPS Document Converter)によってXPSドキュメントに変換される。すなわち、GDIアプリケーションの印刷も、XPSドキュメントに変換されることによりXPS印刷パスを介して印刷される。 In the V4 printer driver, when the GDI application prints an image, graphic, or text, a drawing command from the GDI application to the GDI is converted into an XPS document by MXDC (Microsoft XPS Document Converter). In other words, the GDI application is also printed via the XPS print path by being converted into an XPS document.
しかしながら、GDIからXPSへの変換を行った場合、この変換の精度によっては、変換された出力結果がGDI印刷パスへ出力した場合の出力結果とは異なってしまう可能性がある。これを避けるために、GDIアプリケーションから印刷を行う場合には、GDIプリンタドライバが動作可能な環境で行うという方法がある。 However, when converting from GDI to XPS, depending on the accuracy of this conversion, the converted output result may differ from the output result when output to the GDI print path. In order to avoid this, there is a method in which printing is performed from a GDI application in an environment where the GDI printer driver can operate.
例えば、Windows8(登録商標)以前のWindows(登録商標)で使用されていたVersion3プリンタドライバモデル(以下、V3プリンタドライバと称する。)は、GDIプリンタドライバが動作可能である。そのため、XPSドキュメントを印刷する場合にはV4プリンタドライバのもとで印刷を行いつつ、GDIアプリケーション上の文書や画像を印刷する場合にはV3プリンタドライバのもとで印刷を行えば、GDIからXPSへの変換を行わずにどちらの印刷も可能である。 For example, a Version 3 printer driver model (hereinafter referred to as a V3 printer driver) used in Windows (registered trademark) before Windows 8 (registered trademark) can operate a GDI printer driver. Therefore, if printing is performed under the V4 printer driver when printing an XPS document, and printing is performed under the V3 printer driver when printing a document or image on a GDI application, the GDI to XPS Either printing is possible without converting to.
しかし、V3プリンタドライバを用いてGDIアプリケーションの印刷を行うと、例えばWindows8(登録商標)で新たに導入されたMetroスタイルデバイスアプリによるプリンタ通知機能のような、V4プリンタドライバに特有の各種機能を利用することができない。そのため、GDIアプリケーション上の文書や画像を印刷する方法として、V4プリンタドライバにおいて動作する各種機能を利用しつつ、GDIからXPSへの変換処理によって出力結果が変わってしまうおそれのない印刷方法への要望がある。 However, when a GDI application is printed using a V3 printer driver, various functions unique to the V4 printer driver are used, such as a printer notification function using a Metro style device application newly introduced in Windows 8 (registered trademark). Can not do it. Therefore, as a method for printing a document or image on a GDI application, there is a demand for a printing method that uses various functions that operate in the V4 printer driver and that does not change the output result due to conversion processing from GDI to XPS. There is.
本発明は、以上のような課題を解決するために好適な印刷制御装置、印刷制御方法、及び、プログラムを提供することを目的とする。 SUMMARY An advantage of some aspects of the invention is that it provides a print control apparatus, a print control method, and a program suitable for solving the above-described problems.
上記目的を達成するため、本発明に係る印刷制御装置は、
第1の形式の印刷対象の印刷をプリンタに実行させる第1のプリンタドライバと、
前記プリンタを出力先とし、第2の形式の印刷対象の印刷処理を行う第2のプリンタドライバと、
前記プリンタの状態を監視する監視手段と、
前記第1のプリンタドライバが前記第1の形式の印刷対象の印刷を前記プリンタに実行させたことに応答して、前記第2のプリンタドライバに、前記プリンタに印刷を実行させないような制御命令を含んだ前記第2の形式の印刷対象の印刷処理を実行させ、当該実行させた印刷処理によって前記監視手段に前記プリンタの状態を監視する処理を実行させる制御手段と、
を備える。
In order to achieve the above object, a printing control apparatus according to the present invention includes:
A first printer driver that causes a printer to execute printing of a print target of a first format;
A second printer driver that performs the print processing of the print target of the second format with the printer as an output destination;
Monitoring means for monitoring the status of the printer;
In response to the first printer driver causing the printer to execute printing of the first type of print target, a control command is issued to the second printer driver so that the printer does not execute printing. Control means for executing the printing process of the second type of printing object to be included and causing the monitoring means to execute a process for monitoring the status of the printer by the executed printing process;
Is provided.
本発明によれば、好適な印刷制御装置、印刷制御方法、及び、プログラムを提供することができる。 According to the present invention, it is possible to provide a suitable print control apparatus, print control method, and program.
以下、本発明の実施形態について、図面を参照して説明する。なお、図中同一又は相当する部分には同一符号を付す。 Hereinafter, embodiments of the present invention will be described with reference to the drawings. In the drawings, the same or corresponding parts are denoted by the same reference numerals.
以下に説明する実施形態は説明のためのものであり、本発明の範囲を制限するものではない。したがって、当業者であれば下記の各構成要素を均等なものに置換した実施形態を採用することが可能であるが、これらの実施形態も本発明の範囲に含まれる。また、以下の説明では、本発明の理解を容易にするため、重要でない公知の技術的事項の説明を適宜省略する。 The embodiments described below are for illustrative purposes and do not limit the scope of the present invention. Accordingly, those skilled in the art can employ embodiments in which the following components are replaced with equivalent ones, and these embodiments are also included in the scope of the present invention. Further, in the following description, in order to facilitate understanding of the present invention, description of known unimportant technical matters is appropriately omitted.
図1に、本発明の実施形態を説明する印刷システムのシステム構成の一例を示す。この印刷システムは、印刷制御装置として機能するホストコンピュータ(ホスト機器)1、及びプリンタ2を備える。ホストコンピュータ1とプリンタ2は、LAN(Local Area Network)等のネットワーク、又はUSB(Universal Serial Bus)によって互いに接続されている。
FIG. 1 shows an example of a system configuration of a printing system for explaining an embodiment of the present invention. This printing system includes a host computer (host device) 1 that functions as a print control apparatus, and a
ホストコンピュータ1は、制御部4、及び印刷処理部12を備える。制御部4は、CPU(Central Processing Unit)3、表示部5、操作部6、記憶装置制御部7、記憶装置(HDD(Hard Disk Drive))8、LAN通信制御部9、USB通信制御部10、及び監視制御部11を備える。
The host computer 1 includes a
CPU3は、命令やデータを転送するための伝送経路であるシステムバスを介して接続されたホストコンピュータ1の各部の動作を制御する。CPU3は、不図示のROM(Read Only Memory)及びRAM(Random Access Memory)をワークメモリとして用いながら、ROMや記憶装置(HDD)8に記憶されているOS(Operating System)やアプリケーションソフトウェア等の各種プログラムを読み出し、適宜実行する。なお、本実施形態では、OSとしてWindows8(登録商標)が用いられる場合を説明する。 The CPU 3 controls the operation of each unit of the host computer 1 connected via a system bus that is a transmission path for transferring commands and data. The CPU 3 uses various ROM (Read Only Memory) and RAM (Random Access Memory) (not shown) as work memories, and various operating systems (OS) and application software stored in the ROM and the storage device (HDD) 8. Read the program and execute it as appropriate. In the present embodiment, a case where Windows 8 (registered trademark) is used as the OS will be described.
CPU3は、表示部5を制御して、ホストコンピュータ1における各種の出力結果を、例えばCRT(Cathode Ray Tube)やLCD(Liquid Crystal Display)等のような表示装置に表示する。また、CPU3は、操作部6を制御して、ユーザからの各種の操作入力を、例えばキーボードやマウス等のような入力装置を介して受け付ける。
The CPU 3 controls the
記憶装置(HDD)8は、各種のアプリケーションソフトウェア等、ホストコンピュータ1の動作に必要となる各種データを記憶する。記憶装置制御部7は、記憶装置(HDD)8へのデータ書き込み、及び記憶装置(HDD)8に記憶されたデータの読み出し制御を行う。
The storage device (HDD) 8 stores various data necessary for the operation of the host computer 1, such as various application software. The storage
また、CPU3は、LAN通信制御部9又はUSB通信制御部10を制御してプリンタ2と通信を行い、PDL(ページ記述言語)等の印刷データをプリンタ2に送信する。さらに、CPU3は、監視制御部11を制御し、LAN通信制御部9又はUSB通信制御部10を介した通信のもと、プリンタ2の状態監視を行う。
In addition, the CPU 3 controls the LAN
印刷処理部12は、印刷実行部13、API(Application Programming Interface)設定部14、UI(User Interface)部15、を備えている。API設定部14は、描画データを作成するための各種設定を行うためのインターフェースである。また、UI部15は、印刷の設定情報を表示したり、印刷の設定入力を受け付けたりするためのユーザインタフェースである。
The
印刷実行部13は、CPU3の制御のもと、API設定部14にて設定されたアプリケーションに従って描画データを作成する。そして、印刷実行部13は、描画データをプリンタ2の対応した印刷データに変換し、上記LAN通信制御部9又はUSB通信制御部10を介してプリンタ2に送信する。このような構成によって、印刷処理部12は、後述するGDIによる印刷処理とXPSによる印刷処理とを実行する。
The
一方、プリンタ2は、制御部20、及び印刷部21を備える。制御部20は、CPU19、LAN通信制御部22、USB通信制御部23、記憶装置制御部24、記憶装置(HDD)25、ICカードリーダー制御部26、コマンド解析制御部27、パネル表示制御部28、及びオペレーションパネル29を備えている。
On the other hand, the
CPU19は、命令やデータを転送するための伝送経路であるシステムバスを介して接続されたプリンタ2の各部の動作を制御する。CPU19は、不図示のROM及びRAMをワークメモリとして用いながら、ROMや記憶装置(HDD)25に記憶されている各種プログラムを適宜実行することにより、プリンタ2の各部の動作を制御する。
The
例えばCPU19は、LAN通信制御部22又はUSB通信制御部23を介して上記ホストコンピュータ1と通信を行い、ホストコンピュータ1から送信された印刷データを受信する。そして、CPU19は、コマンド解析制御部27の機能により印刷データのコマンド解析を行って画像データを生成し、印刷部21に送る。
For example, the
記憶装置(HDD)25は、プリンタ2のシステムプログラムや各種のデータ等を記憶する。記憶装置制御部24は、記憶装置(HDD)25へのデータ書き込み、及び記憶装置(HDD)25に記憶されたデータの読み出し制御を行う。
A storage device (HDD) 25 stores the system program of the
ICカードリーダー制御部26は、不図示のカードリーダーライターに接続され、カードリーダーライターが、ICカードに記録されたデータの読み取りやICカードへのデータの書き込みを行うよう制御する。また、パネル表示制御部28は、オペレーションパネル29に接続され、オペレーションパネル29に種々の画像や文字、記号等を表示することによって種々の印刷処理の結果を操作者に提示する。
The IC card reader control unit 26 is connected to a card reader / writer (not shown), and controls the card reader / writer to read data recorded on the IC card and write data to the IC card. The panel
また、印刷部21は、印刷制御部21a、印刷機構部21b、及び給紙装置制御部21cを備えている。印刷制御部21aは、制御部20から送信された印刷データから生成された画像データに従って印刷機構部21bを制御し、給紙装置制御部21cの制御に従って印刷機構部21bに記録紙(用紙)を供給し、画像データに従った画像の印刷処理を行う。
The
図2に、ホストコンピュータ1の印刷制御処理に係るソフトウェアの機能構成を示す。 FIG. 2 shows a functional configuration of software related to print control processing of the host computer 1.
ホストコンピュータ1は、GDI印刷パスとXPS印刷パスとを備える。GDI印刷パスは、GDI31、スプーラ32、GDIレンダリングエンジン33、GDIプリンタドライバ34等を用いて構築されるパスであり、GDIアプリケーション30上の文書や画像の印刷処理を実行するパスである。一方、XPS印刷パスは、スプーラ32、フィルタパイプラインマネージャ38、XPSプリンタドライバ39等を用いて構築されるパスであり、XPSドキュメントである文書データ37の印刷処理を実行するパスである。GDI印刷パスとXPS印刷パスは、1つのTCPMon35に接続され、TCP/IP(Transmission Control Protocol/Internet Protocol)ポートの出力先が1つのプリンタ2となるように設定される。これら各部は上述した制御部4等によって制御されてそれぞれの処理を実行する。
The host computer 1 includes a GDI print path and an XPS print path. The GDI print path is a path constructed using the
このような2つの印刷パスを実現するため、本実施形態では、GDI印刷パスのGDIプリンタドライバ34は、例えばV3プリンタドライバのもとで動作し、XPS印刷パスのXPSプリンタドライバ39は、例えばV4プリンタドライバのもとで動作するように、ホストコンピュータ1の印刷制御のフローが構築されている。
In order to realize such two print paths, in this embodiment, the
GDIアプリケーション30は、ディスプレイやプリンタへの出力処理がGDI31に基づいて実行されるアプリケーションである。GDIアプリケーションの一例として、ワードプロセッサのような文書の作成・編集をする機能をもつアプリケーション、図形や写真画像を編集する機能をもつアプリケーション、表計算機能をもつアプリケーション等が挙げられる。
The
GDI31は、Windows(登録商標)に搭載されたプログラムの1つであり、プリンタやディスプレイをコントロールするためのインターフェースである。GDI31は、GDIアプリケーション30からの印刷対象の描画命令に応じて描画データや、その他印刷処理に必要なデータを、スプーラ32へと供給する。
The
スプーラ32は、キュー機能を有し、描画データを一時的に記憶装置8等の記憶領域に保存し、実行していく。具体的に説明すると、GDI印刷パスでは、スプーラ32は、GDI31から供給される描画データを一時的に保存し、順次GDIレンダリングエンジン33に供給していく。また、XPS印刷パスでは、スプーラ32は、XPS Print API36によって生成されたXPSドキュメントである文書データ37をスプールファイルとして保存し、順次フィルタパイプラインマネージャ38に供給していく。
The
GDIプリンタドライバ34は、GDIレンダリングエンジン33を用いてスプーラ32から受け取った描画データをプリンタ2が処理可能な形式であるPDL(ページ記述言語)へレンダリングする。GDIプリンタドライバ34は、例えばハードウェアベンダーによって提供されるモジュールであり、GDIアプリケーション30からGDI31へされた描画命令がスプーラ32を介してGDIレンダリングエンジン33へと送られることに応答して、DDI(Device Driver Interface)を呼び出して描画命令に基づきプリンタに対応したPDLを生成する。そして、GDIプリンタドライバ34は、生成したPDLデータを、適宜のスプーラや言語モニタを介してTCPMon35へと送る。
The
さらに、本実施形態では、V4プリンタドライバが有するプリンタ状態監視の機能を利用するため、V4プリンタドライバのもとで制御されるXPS印刷パスにおいても印刷処理を実行させる。なお、プリンタの監視は、利用端末のバッテリーの消費を最小限にする等の理由から、常時は行われず、印刷実行時に限って行われる。そのため、GDIプリンタドライバ34は、GDI31から描画データを受け取りPDLの生成を行ったことを契機として、プリンタの監視機能を有効化させる。具体的には、GDIプリンタドライバ34は、GDI31から描画データを受け取りPDLの生成を行うことに応答して、XPS Print API36に対して、所定の制御命令を含んだXPSドキュメントである文書データ37を生成するように要求する。
Furthermore, in this embodiment, since the printer status monitoring function of the V4 printer driver is used, the printing process is executed even in the XPS print path controlled under the V4 printer driver. Note that the printer monitoring is not performed at all times, but only during printing, for reasons such as minimizing the battery consumption of the user terminal. Therefore, the
XPS Print API36は、XPS形式のドキュメントを生成するためのインターフェースである。XPS Print API36は、GDIプリンタドライバ34からの要求に応じて、XPSプリンタドライバ39への制御命令をPrintTicketに記述し、そのPrintTicketを含んだXPSドキュメントである文書データ37を生成する。そして、XPS Print API36は、生成したXPSドキュメントである文書データ37をスプールファイルとしてスプーラ32へ送る。これによって、従来のようにGDI31を経由することなくXPSドキュメントである文書データを生成する。なお、PrintTicketとは、印刷設定情報が記述されたXMLドキュメントであり、XPSドキュメントに構成パーツとして含めることが可能である。
The
本実施形態におけるXPS印刷パスは、V4プリンタドライバのプリンタ状態監視の仕組みを利用する目的の為に使用されるものであるため、実際には印刷処理を行わない。そのため、XPS印刷パスで生成されるPDLは、プリンタ2に実際には印刷処理を実行させないように、空(容量が0バイト)のPDL又はNOP(何も処理をしない)命令が記述されたPDL等のようなプリンタ2に実質的に印刷処理を実行させないPDL(以下、空のPDLという。)となる。
The XPS print path in this embodiment is used for the purpose of using the printer status monitoring mechanism of the V4 printer driver, and therefore does not actually perform the printing process. Therefore, the PDL generated in the XPS print pass is a PDL in which an empty PDL or NOP (no processing) instruction is described so that the
このような空のPDLを生成するため、GDIプリンタドライバ34は、XPS Print API36に、空のPDLを生成する旨の制御命令を記述したPrintTicketを含ませたXPSドキュメントである文書データ37を生成させる。
In order to generate such an empty PDL, the
フィルタパイプラインマネージャ38は、スプーラ32にスプールされたXPSドキュメントである文書データ37を読み込み、XPSプリンタドライバ(XPSフィルタドライバ)39を介してXPSドキュメントである文書データ37をPDLに変換する。XPSプリンタドライバ39は、例えばハードウェアベンダーによって提供されるモジュールであり、フィルタパイプラインマネージャ38を制御してXPSドキュメントである文書データ37をプリンタ2で処理可能な形式であるPDLに変換する。
The
このとき生成されるPDLは、XPSドキュメントである文書データ37のPrintTicketに記述された内容に従い、空のPDLとなる。XPSプリンタドライバ39は、生成した空のPDLをTCPMon35へと送る。
The PDL generated at this time is an empty PDL according to the contents described in the PrintTicket of the
TCPMon35は、標準TCP/IPポートモニタと呼ばれるWindowsシステムモジュールである。TCPMon35は、TCP/IPネットワークに直接接続されているTCP/IPプリンタへの印刷ジョブを送信する機能と、SNMP(Simple Network Management Protocol)を利用した詳細なプリンタの状態監視を行う機能と、を有する。
The
なお、SNMPは、ネットワークに接続された機器を監視・制御するためのプロトコルである。本実施形態では、SNMPマネージャとして動作するホストコンピュータ1のTCPMon35が、プリンタ2をSNMPエージェントとして監視・制御する。
SNMP is a protocol for monitoring and controlling devices connected to the network. In the present embodiment, the
一方、プリンタ2は、TCPMon35によって監視されるSNMPエージェントとしての各種機能を有する。例えば、プリンタ2は、自身の状態を外部に知らせるためのMIB(Management Information Base)と呼ばれる管理情報ベースを有する。また、プリンタ2は、TCPMon35からSNMPの“Get Request”メッセージが発せられてプリンタ2の状態取得が行われると、SNMPの“Get Response”メッセージを発生させてTCPMon35へ応答を返す機能を備える。さらに、プリンタ2は、SNMPの“Trap”メッセージを発生させて、自身の状態変化を自発的にTCPMon35へと通知する手段等も備える。
On the other hand, the
このように、GDIプリンタドライバ34は、GDI31からの描画データからPDLを生成するとともに、同一のTCP/IPポートが割り当てられたXPSプリンタドライバ39に対してダミーの印刷処理を実行させる。このダミーの印刷処理により、以下に説明するV4プリンタドライバが有するプリンタ監視処理の機能を利用できるようになる。
As described above, the
図3に、ホストコンピュータ1のプリンタ監視処理に係るソフトウェアの機能構成を示す。ホストコンピュータ1は、プリンタ監視処理に係る構成として、TCPMon Bidi XML40と DriverEvent XML41と、PrintConfig.dll(構成モジュール)42と、PrnNtfy.dll43と、Metroスタイルデバイスアプリ44と、を備える。
FIG. 3 shows a functional configuration of software related to printer monitoring processing of the host computer 1. The host computer 1 includes a
TCPMon Bidi XML40は、TCPMon35が行う監視の設定を記述するファイルである。TCPMon Bidi XML40に設定された監視項目により拡張することによって、例えば規定の監視状態である標準Bidi(Bidirectional:双方向)通信スキーマ以外に、TCPMon35が監視する項目を拡張することができる。
The
DriverEvent XML41は、PrintConfig.dll42がPrnNtfy.dll43に対してイベントを発生させるべきBidiクエリとトリガーについて記述するファイルである。例えば、トナーの残容量というクエリに対し、20%以下の場合といったトリガーを設定できる。その設定においては、トナー残容量が20%以下となった場合、PrintConfig.dll42が、AsyncUI(Asynchronous User Interface:非同期イベント)通知を発生させ、PrnNtfy.dll43に送信する。 DriverEvent XML41 is a product of PrintConfig. dll42 is PrnNtfy. This file describes a Bidi query and a trigger that should generate an event for dll43. For example, a trigger such as a case of 20% or less can be set for a query of the remaining toner capacity. In that setting, when the remaining toner capacity becomes 20% or less, PrintConfig. dll 42 generates an AsynUI (Asynchronous User Interface) notification, and PrnNtfy. to dll43.
TCPMon Bidi XML40は、例えばWDK(Windows(登録商標) Driver Kit)に含まれる“\Include\um\tcpbidi.xsd”のXMLスキーマに従う。同じく、DriverEvent XML41は、WDKに含まれる“\Include\um\printerdriverevents.xsd”のXMLスキーマに従う。なお、WDKとは、Microsoft社(登録商標)が提供するWindows(登録商標)のドライバ開発システムであり、XMLスキーマとは、XML文書の論理的構造を定義した文書である。
The
TCPMon35は、プリンタ2との通信を行い、SNMPに従った監視制御のもと、TCPMon Bidi XML40に設定された項目についてプリンタ2を監視する。TCPMon35は、プリンタ2から機器の状態を知らせる応答又は通知を受信すると、受信した監視データをBidiデータとしてPrintConfig.dll42に送る。
The
PrintConfig.dll42は、アプリケーションとプリンタの機能や設定に関する情報を通信するWindowsシステムモジュールである。PrintConfig.dll42は、TCPMon35から監視データを受け取り、その監視データがDriverEvent XML41に設定されたイベント発生条件を満たすと、非同期イベントAsyncUI通知を発生させ、PrnNtfy.dll43に送る。
PrintConfig. The
PrnNtfy.dll43は、AsyncUIのリスナであり、PrnNtfy.dll43は、PrintConfig.dll42からイベントを受信した時に、適切なMetroスタイルデバイスアプリ44を起動させる。
PrnNtfy. dll43 is an AsyncUI listener, PrnNtfy. dll43 is PrintConfig. When an event is received from
Metroスタイルデバイスアプリ44は、例えばV4プリンタドライバと連係して動作するWindows8(登録商標)のアプリケーションである。Metroスタイルデバイスアプリ44は、本実施形態のプリンタ監視処理のもと、発生したイベントにおける監視データを、XPS印刷パスの出力先として設定されたプリンタの状態として通知する機能を有する。
The Metro
Metroスタイルデバイスアプリ44が起動したときの様子を図4に示す。TCPMon35がプリンタ2の監視を行った結果、例えば図4に示すような、トナーの残量が少なくなった旨を通知し、トナーの残量を表示したり、スムーズにトナーの交換できるように誘導したりするための画像がホストコンピュータ1の画面に表示される。また、例えば紙詰まりや用紙切れが起きたときにも、Metroスタイルデバイスアプリ44が起動し、対応する表示画像がホストコンピュータ1の画面に表示される。このように、PrnNtfy.dll43は、PrintConfig.dll42から受け取ったイベントに応答して、対応するMetroスタイルデバイスアプリ44を起動させる。
FIG. 4 shows a state when the Metro
Metroスタイルデバイスアプリ44は、このような監視データの通知を、XPS印刷パスの出力先として設定されたプリンタの状態として通知する。本実施形態では、XPS印刷パスでは実質的な印刷処理は行われていないが、GDI印刷パスと同じ1つのプリンタ2がXPS印刷パスの出力先として設定されている。そのため、印刷処理を行ったプリンタと監視対象のプリンタとを一致させて、印刷を実行したプリンタの状態を適切に監視することができる。
The Metro
このような印刷制御処理の具体例を、図5に示すシーケンス図を参照して説明する。 A specific example of such print control processing will be described with reference to a sequence diagram shown in FIG.
GDIアプリケーション30が関数StartDocを呼び出して印刷ジョブを開始すると(ステップA11)、GDI31は、DDIの該当関数DrvStartDocを呼び出して、ドキュメントの印刷を開始するのに必要な制御情報をGDIプリンタドライバ34に送信する(ステップA12)。すると、GDIプリンタドライバ34は、印刷ジョブを開始するためのPDLを生成する。そして、GDIプリンタドライバ34は、関数WritePrinterを呼び出して、生成したPDLをプリンタ2に送信するようスプーラ32に通知する(ステップA13)。
When the
また、GDIプリンタドライバ34は、プリンタ2の状態監視を有効化する為に、プリンタ2に関連付けられたXPSプリンタドライバ39へ印刷ジョブを、XPS Print API36を使用して送信する。例えば、GDIプリンタドライバ34は、関数StartXpsPrintJobを呼び出してXPSプリンタドライバ39での印刷を開始させたり(ステップA14)、XPS印刷パスにおいて印刷内容を書き込むためのストリームを開く関数IXpsOMObjectFactory::CreatePackageWriterOnStream(ステップA15)や新たなドキュメントの印刷を開始する関数IXpsOMPackageWriter::StartNewDocument(ステップA16)等を用いて、XPSでの印刷を実行したりする。
The
続いて、GDIアプリケーション30が関数StartPageによって新しいページデータの受け入れを指示すると(ステップA21)、GDI31は、DDIの該当関数DrvStartPageを呼び出して、新しいページの印刷を開始するのに必要な制御情報をGDIプリンタドライバ34に送信する(ステップA22)。すると、GDIプリンタドライバ34は、ページ開始の為のPDLを生成し、関数WritePrinterを呼び出して、生成したPDLをプリンタ2に送信するようスプーラ32に通知する(ステップA23)。
Subsequently, when the
続いて、GDIアプリケーション30がGDI31に描画命令を行うと(ステップA31)、GDI31は、それに該当するDDI関数を呼び出して、描画するのに必要な制御情報をGDIプリンタドライバ34に送信する(ステップA32)。すると、GDIプリンタドライバ34は、描画の為のPDLを生成し、関数WritePrinterを呼び出して、生成したPDLをプリンタ2に送信するようスプーラ32に通知する(ステップA33)。
Subsequently, when the
ページの描画が完了し、GDIアプリケーション30が関数EndPageによって1ページ分の書き込みが終了したことを通知すると(ステップA41)、GDI31は、DDIの該当関数DrvEndPageを呼び出して、ページの印刷を終了するのに必要な制御情報をGDIプリンタドライバ34に送信する(ステップA42)。すると、GDIプリンタドライバ34は、ページ終了の為のPDLを生成し、関数WritePrinterを呼び出して、生成したPDLをプリンタ2に送信するようスプーラ32に通知する(ステップA43)。
When the drawing of the page is completed and the
このとき、GDIプリンタドライバ34は、関数IXpsOMPackageWriter::AddPageを呼び出し、XPS印刷パスにおいても新たなページへの描画を開始する通知を、XPS Print API36を介してXPSプリンタドライバ39に送信する(ステップA44)。
At this time, the
上記ステップA21〜A44までの処理を印刷指示がされたドキュメントのページ数分繰り返して全てのページの描画が完了すると、GDIアプリケーション30は、関数EndDocを用いて印刷ジョブを終了する(ステップA51)。GDI31は、DDIの該当関数DrvEndDocを呼び出して、ドキュメントの印刷を終了するのに必要な制御情報をGDIプリンタドライバ34に送信する(ステップA52)。すると、GDIプリンタドライバ34は、印刷ジョブを終了させるためのPDLを生成する。そして、GDIプリンタドライバ34は、関数WritePrinterを呼び出して、生成したPDLをプリンタ2に送信するようスプーラ32に通知する(ステップA53)。
When the processing of steps A21 to A44 is repeated for the number of pages of the document for which printing is instructed and drawing of all pages is completed, the
このような印刷の開始から終了までの間、TCPMon35は、プリンタ2の状態監視を続ける。プリンタ2を監視しているTCPMon35は、DriverEvent XML41で指定された状態のいずれかを検知すると、対応するイベントが発生し、XPSプリンタドライバ39に関連付けられたMetroスタイルデバイスアプリ44が起動することになる。
The
印刷ジョブが終了する場合、GDIプリンタドライバ34は、XPS Print API36を介してXPSプリンタドライバ39へ印刷ジョブを送信して、プリンタ2の状態監視も終了させる。具体的には、GDIプリンタドライバ34は、関数IXpsOMPackageWriter::Close(ステップA54)や関数IXpsPrintJobStream::Close(ステップA55)等を呼び出して、XPS印刷パスにおける印刷ジョブを終了させる。
When the print job ends, the
さらに、以上のような印刷制御処理の流れについて、図6に示すフローチャートを参照して説明する。 Furthermore, the flow of the print control process as described above will be described with reference to the flowchart shown in FIG.
印刷制御処理が開始されると、GDI31がGDIアプリケーション30の描画命令に対応する描画データをGDIプリンタドライバ34に通知し、GDIプリンタドライバ34が、GDIレンダリングエンジン33を用いてGDI31が生成した描画データをPDLへレンダリングしてPDLを生成し、プリンタ2に送信する(ステップB11)。
When the print control process is started, the
一方で、印刷が開始されると、GDIプリンタドライバ34は、XPS印刷パスでも印刷処理を実行するように、XPSプリンタドライバ39を制御する(ステップB12)。すなわち、印刷処理の最中に実行されるプリンタ2の状態の監視をXPS印刷パスにおいて動作するアプリケーションを介して利用できるようにするため、GDIプリンタドライバ34は、ダミーの印刷処理を実行するようにXPSプリンタドライバ39への制御命令を行う。
On the other hand, when printing is started, the
このXPSプリンタドライバ39を制御する処理の詳細については、以下、図7のフローチャートを参照して説明する。
Details of the process for controlling the
図7のフローチャートにおいて、XPSプリンタドライバ39の制御処理が開始されると、GDIプリンタドライバ34は、まずXPS Print API36を用いて、制御命令を記述したPrintTicketを含むXPSドキュメントである文書データ37を生成する(ステップB21)。XPS印刷パスはプリンタ2の状態監視のために用いられるものであるため、PrintTicketには、プリンタ2に実質的な印刷処理をさせないよう空のPDLを生成する旨の命令が記述される。
In the flowchart of FIG. 7, when the control process of the
XPSドキュメントである文書データ37を生成すると、XPSプリンタドライバ39は、スプーラ32を介してXPSドキュメントである文書データ37を取得し、それを変換して空のPDLを生成する(ステップB22)。すなわち、XPSプリンタドライバ39は、XPSドキュメントである文書データ37内に記述されたPrintTicketの命令に従い、プリンタ2に実質的な印刷処理を行わせない空のPDLを生成する。
When the
空のPDLを生成すると、XPSプリンタドライバ39は、生成した空のPDLを、GDI印刷パスにおいて送信したものと同じプリンタ2に送信する(ステップB23)。そして、XPSプリンタドライバの制御処理は終了する。
When the empty PDL is generated, the
このように、GDI印刷パスと同じプリンタ2がポートの出力先として設定されたXPS印刷パスにおいても印刷処理を実行することで、GDI印刷パスで実質的な印刷を行いつつ、XPS印刷パス特有のアプリケーションも利用することが可能となる。
As described above, by executing the printing process in the XPS print path in which the
図6のフローチャートに戻って、XPSプリンタドライバ39を制御してXPS印刷パスで印刷処理を実行させると、TCPMon35が、プリンタ2の状態監視をした結果、監視データをプリンタ2から受信したか否かを判別する(ステップB13)。すなわち、SNMPの機能に基づいてホストコンピュータ1からの要求に対してプリンタ2からされた応答や、プリンタ2が自発的にする通知を受信したか否かを判別する。
Returning to the flowchart of FIG. 6, when the
監視データをプリンタ2から受信していないと(ステップB13;NO)、この印刷制御処理は、印刷が終了したか否かを判別するステップB16の処理へと移行する。 If the monitoring data has not been received from the printer 2 (step B13; NO), the print control process proceeds to a process in step B16 for determining whether printing has ended.
一方、監視データをプリンタ2から受信すると(ステップB13;YES)、続けてPrintConfig.dll42が、受信した監視データがイベント発生させるべき所定の通知条件を満たしたか否かを判別する(ステップB14)。すなわち、受信した監視データが示すプリンタ2の状態が、DriverEvent XML41においてユーザに通知すべき状態としてあらかじめ設定された状態のいずれかであるか否かを判別する。
On the other hand, when the monitoring data is received from the printer 2 (step B13; YES), the PrintConfig. The
監視データが所定の通知条件を満たした場合(ステップB14;YES)、PrnNtfy.dll43が、Metroスタイルデバイスアプリ44を起動させて監視データを通知する(ステップB15)。例えば、図4に示したような画像をホストコンピュータ1の画面に表示することで、プリンタ2の状態をユーザに提示する。
When the monitoring data satisfies a predetermined notification condition (step B14; YES), PrnNtfy. The
一方、監視データがトリガーの条件を満たしていない場合には(ステップB14;NO)、監視データ通知のためのアプリケーションは起動されずに、印刷制御処理はステップB16へと移行する。 On the other hand, if the monitoring data does not satisfy the trigger condition (step B14; NO), the printing control process proceeds to step B16 without starting the monitoring data notification application.
ステップB16では、GDIプリンタドライバ34が、指示された印刷が終了したか否かを判別する(ステップB16)。すなわち、指示された印刷ドキュメントのすべてのページの印刷処理が完了したか否かを判別する。
In step B16, the
印刷が終了していないと(ステップB16;NO)、この印刷制御処理はステップB11に戻る。すなわち、印刷指示がされたドキュメントのうちの印刷が未完了のページや部分について、引き続きGDIプリンタドライバ34は、描画データのPDLを生成してプリンタ2に送信する(ステップB11)。このとき、GDIプリンタドライバ34は、必要に応じてXPSプリンタドライバ39にも印刷処理を実行させるように制御する(ステップB12)。また、TCPMon35が監視データを受信した場合には、必要に応じてユーザに通知するアプリケーションを起動させる処理が行われる(ステップB13〜B15)。このような印刷処理と監視処理を、指示された印刷データの印刷が完了するまで行う。
If printing has not ended (step B16; NO), the print control process returns to step B11. That is, the
最終的に、指示された描画データの印刷が終了すると(ステップB16;YES)、GDIプリンタドライバ34は、XPS印刷パスでも印刷処理を終了するように、XPSプリンタドライバ39に対して行っているダミーの印刷処理を終了させることで、XPSプリンタドライバ39に関連付けられたプリンタであるプリンタ2の監視処理が終了する(ステップB17)。そして、図6のフローチャートに示した印刷制御処理は終了する。
Finally, when printing of the instructed drawing data is completed (step B16; YES), the
以上説明したように、本実施形態では、同一ポートに関連付けられたGDIプリンタドライバ34とXPSプリンタドライバ39とにより、実質的な印刷処理はGDI印刷パスで行い、同時にXPS印刷パスでは空のPDLを用いたダミーの印刷処理を行う。これにより、GDIアプリケーションからXPS印刷パスへ印刷した際のGDIからXPSへの変換によって発生しうる印刷出力不具合を回避しつつ、GDIプリンタドライバでは採用できないV4プリンタドライバの拡張機能との連携を実現可能となる。
As described above, in the present embodiment, the
また、PDLへのレンダリング処理はGDIプリンタドライバ34によって行われ、XPS印刷パスで生成されるPDLは空であるため、XPSプリンタドライバ39には特にPDLへのレンダリング処理を実装する必要がない。そのため、例えばWindows8(登録商標)以前のGDIプリンタドライバをそのまま使用することができ、開発工数の削減につながる。
In addition, since rendering processing to PDL is performed by the
以上に本発明の実施形態について説明したが、これらの実施形態は一例であり、本発明の適用範囲はこれに限られない。すなわち、本発明の実施形態は種々の応用が可能であり、あらゆる実施の形態が本発明の範囲に含まれる。 Although the embodiments of the present invention have been described above, these embodiments are merely examples, and the scope of application of the present invention is not limited thereto. That is, the embodiments of the present invention can be applied in various ways, and all the embodiments are included in the scope of the present invention.
例えば、GDIプリンタドライバ34及びXPSプリンタドライバ39の出力先であり、監視の対象となるプリンタ2は、実際のプリンタデバイスではなくてもよい。すなわち、プリンタ2は、GDIプリンタドライバ34及びXPSプリンタドライバ39から送信された印刷ジョブを受信し、TCPMon35が監視する監視対象として物理的なプリンタデバイスを模擬した仮想的なプリンタデバイスであってもよい。例えば、RAW印刷プロトコル(TCPポート9100)をソフトウェア的に模倣し、SNMPエージェントとしてプリンタデバイスを模倣して動作するサーバーソフトウェアによる仮想的なプリンタデバイスを、プリンタ2として実装可能である。なお、TCPポート9100は、IANA(Internet Assigned Numbers Authority)にてPDLのデータストリームとして割り当てられており、RAW形式の印刷ジョブを受信する。
For example, the
また、上記実施形態では、GDIプリンタドライバ34は、GDI印刷パスにおけるPDLへのレンダリングをしたことを契機として、XPS印刷パスにおいて空のPDLを生成するようにXPSプリンタドライバ39を制御した。これは、一般的にプリンタドライバに紐付けされたプリンタの監視は、利用端末のバッテリーの消費を最小限にする等の理由から、常時行われるよりも印刷実行時に限って行われることが多いためである。しかし、空のPDL生成させるタイミングは、GDI印刷パスにおいて印刷処理が実行されたタイミングに限らず、任意のタイミングで上記のプリンタ監視機能を有効化できるようにすることも可能である。
In the above-described embodiment, the
なお、本発明に係る機能を実現するための構成を予め備えた印刷制御装置として提供できることはもとより、プログラムの適用により、既存のパーソナルコンピュータや情報端末機器等を、本発明に係る印刷制御装置として機能させることもできる。すなわち、上記実施形態で例示した印刷制御装置として機能するホストコンピュータ1による各機能構成を実現させるためのプログラムを、既存のパーソナルコンピュータや情報端末機器等を制御するCPU等が実行できるように適用することで、本発明に係る印刷制御装置として機能させることができる。また、本発明に係る印刷制御方法は、印刷制御装置を用いて実施できる。 In addition, not only can a configuration for realizing the functions according to the present invention be provided in advance as a print control apparatus, but also by applying a program, an existing personal computer or information terminal device can be used as the print control apparatus according to the present invention. It can also function. That is, the program for realizing each functional configuration by the host computer 1 functioning as the print control apparatus exemplified in the above embodiment is applied so that a CPU or the like that controls an existing personal computer or information terminal device can be executed. Thus, it can function as a print control apparatus according to the present invention. The print control method according to the present invention can be implemented using a print control apparatus.
また、このようなプログラムの適用方法は任意である。プログラムを、例えば、フレキシブルディスク、CD−ROM、DVD−ROM、メモリカード等のコンピュータ読み取り可能な記憶媒体に格納して適用できる。さらに、プログラムを搬送波に重畳し、インターネットなどの通信媒体を介して適用することもできる。例えば、通信ネットワーク上の掲示板(BBS:Bulletin Board System)にプログラムを掲示して配信してもよい。そして、このプログラムを起動し、OSの制御下で、他のアプリケーションプログラムと同様に実行することにより、上記の処理を実行できるように構成してもよい。 Moreover, the application method of such a program is arbitrary. The program can be applied by being stored in a computer-readable storage medium such as a flexible disk, a CD-ROM, a DVD-ROM, or a memory card. Furthermore, the program can be superimposed on a carrier wave and applied via a communication medium such as the Internet. For example, the program may be posted on a bulletin board (BBS: Bulletin Board System) on a communication network and distributed. Then, this program may be activated and executed in the same manner as other application programs under the control of the OS, so that the above processing can be executed.
以上、本発明の好ましい実施形態について説明したが、本発明は係る特定の実施形態に限定されるものではなく、本発明には、特許請求の範囲に記載された発明とその均等の範囲が含まれる。以下に、本願出願の当初の特許請求の範囲に記載された発明を付記する。 As mentioned above, although preferable embodiment of this invention was described, this invention is not limited to the specific embodiment which concerns, This invention includes the invention described in the claim, and its equivalent range It is. Hereinafter, the invention described in the scope of claims of the present application will be appended.
(付記1)
第1の形式の印刷対象の印刷をプリンタに実行させる第1のプリンタドライバと、
前記プリンタを出力先とし、第2の形式の印刷対象の印刷処理を行う第2のプリンタドライバと、
前記プリンタの状態を監視する監視手段と、
前記第1のプリンタドライバが前記第1の形式の印刷対象の印刷を前記プリンタに実行させたことに応答して、前記第2のプリンタドライバに、前記プリンタに印刷を実行させないような制御命令を含んだ前記第2の形式の印刷対象の印刷処理を実行させ、当該実行させた印刷処理によって前記監視手段に前記プリンタの状態を監視する処理を実行させる制御手段と、
を備える印刷制御装置。
(Appendix 1)
A first printer driver that causes a printer to execute printing of a print target of a first format;
A second printer driver that performs the print processing of the print target of the second format with the printer as an output destination;
Monitoring means for monitoring the status of the printer;
In response to the first printer driver causing the printer to execute printing of the first type of print target, a control command is issued to the second printer driver so that the printer does not execute printing. Control means for executing the printing process of the second type of printing object to be included and causing the monitoring means to execute a process for monitoring the status of the printer by the executed printing process;
A printing control apparatus comprising:
(付記2)
前記第1のプリンタドライバは、GDI(Graphics Device Interface)を介して前記第1の印刷対象から生成された描画データを前記プリンタのページ記述言語にレンダリングするGDIプリンタドライバを有し、
前記第2のプリンタドライバは、前記第2の形式の印刷対象としてXPS(XML Paper Specification)形式の文書データの印刷処理を実行するXPSプリンタドライバを有する、
ことを特徴とする付記1に記載の印刷制御装置。
(Appendix 2)
The first printer driver includes a GDI printer driver that renders drawing data generated from the first print target via a GDI (Graphics Device Interface) in a page description language of the printer,
The second printer driver includes an XPS printer driver that executes a printing process of document data in an XPS (XML Paper Specification) format as a print target of the second format.
The printing control apparatus according to claim 1, wherein
(付記3)
前記制御手段は、前記制御命令を前記XPS形式の文書データに含まれるPrintTicketに記述することにより、前記第2のプリンタドライバを制御する、
ことを特徴とする付記2に記載の印刷制御装置。
(Appendix 3)
The control means controls the second printer driver by describing the control command in a PrintTicket included in the XPS document data.
The print control apparatus according to
(付記4)
前記制御手段は、前記制御命令によって、前記第2のプリンタドライバに、データ容量が0のページ記述言語、又は前記プリンタに何も処理を実行させない命令を記述したページ記述言語を生成させ、該生成したページ記述言語を前記プリンタに送信させる、
ことを特徴とする付記1乃至3のいずれか1つに記載の印刷制御装置。
(Appendix 4)
In response to the control instruction, the control means causes the second printer driver to generate a page description language having a data capacity of 0 or a page description language in which an instruction that causes the printer to perform no processing is generated. Sending the page description language to the printer,
The printing control apparatus according to any one of appendices 1 to 3, characterized in that:
(付記5)
前記プリンタは、前記第1のプリンタドライバ及び前記第2のプリンタドライバからの印刷ジョブを受信し、前記監視手段の監視対象として物理的なプリンタを模擬する仮想プリンタである、
ことを特徴とする付記1乃至4のいずれか1つに記載の印刷制御装置。
(Appendix 5)
The printer is a virtual printer that receives a print job from the first printer driver and the second printer driver and simulates a physical printer as a monitoring target of the monitoring unit.
The printing control apparatus according to any one of supplementary notes 1 to 4, wherein
(付記6)
前記監視手段によって得られた前記プリンタの状態を示す情報が所定の通知条件を満たしたか否かを判別する判別手段と、
前記判別手段が前記所定の通知条件が満たされたと判別した場合に、前記プリンタの状態を示す情報を該印刷制御装置のユーザに通知する通知手段と、
をさらに備えることを特徴とする付記1乃至5のいずれか1つに記載の印刷制御装置。
(Appendix 6)
Discriminating means for discriminating whether or not the information indicating the status of the printer obtained by the monitoring means satisfies a predetermined notification condition;
Notification means for notifying the user of the print control apparatus of information indicating the status of the printer when the determination means determines that the predetermined notification condition is satisfied;
The print control apparatus according to any one of appendices 1 to 5, further comprising:
(付記7)
第1の形式の印刷対象の印刷をプリンタに実行させる第1のプリンタドライバと、前記プリンタを出力先とし、第2の形式の印刷対象の印刷処理を行う第2のプリンタドライバと、前記プリンタの状態を監視する監視手段と、を備える印刷制御装置を準備し、
前記第1のプリンタドライバが前記第1の形式の印刷対象の印刷を前記プリンタに実行させたことに応答して、前記第2のプリンタドライバに、前記プリンタに印刷を実行させないような制御命令を含んだ前記第2の形式の印刷対象の印刷処理を実行させ、当該実行させた印刷処理によって前記監視手段に前記プリンタの状態を監視する処理を実行させる、
ことを特徴とする印刷制御方法。
(Appendix 7)
A first printer driver that causes a printer to execute printing of a print target of a first format; a second printer driver that performs print processing of a print target of a second format using the printer as an output destination; and Preparing a printing control device comprising monitoring means for monitoring the state,
In response to the first printer driver causing the printer to execute printing of the first type of print target, a control command is issued to the second printer driver so that the printer does not execute printing. Causing the print process of the second type of print target to be included, and causing the monitoring unit to execute a process of monitoring the status of the printer by the executed print process.
And a printing control method.
(付記8)
第1の形式の印刷対象の印刷をプリンタに実行させる第1のプリンタドライバと、前記プリンタを出力先とし、第2の形式の印刷対象の印刷処理を行う第2のプリンタドライバと、前記プリンタの状態を監視する監視手段と、を備えるコンピュータに、
前記第1のプリンタドライバが前記第1の形式の印刷対象の印刷を前記プリンタに実行させたことに応答して、前記第2のプリンタドライバに、前記プリンタに印刷を実行させないような制御命令を含んだ前記第2の形式の印刷対象の印刷処理を実行させ、当該実行させた印刷処理によって前記監視手段に前記プリンタの状態を監視する処理を実行させる制御機能、
を実現させることを特徴とするプログラム。
(Appendix 8)
A first printer driver that causes a printer to execute printing of a print target of a first format; a second printer driver that performs print processing of a print target of a second format using the printer as an output destination; and A computer comprising monitoring means for monitoring the state;
In response to the first printer driver causing the printer to execute printing of the first type of print target, a control command is issued to the second printer driver so that the printer does not execute printing. A control function for executing the printing process of the second form to be included, and causing the monitoring unit to execute a process of monitoring the status of the printer by the executed printing process;
A program characterized by realizing.
1…ホストコンピュータ、2…プリンタ、3…CPU、4…制御部、5…表示部、6…操作部、7…記憶装置制御部、8…記憶装置(HDD)、9…LAN通信制御部、10…USB通信制御部、11…監視制御部、12…印刷処理部、13…印刷実行部、14…API設定部、15…UI部、19…CPU、20…制御部、21…印刷部、21a…印刷制御部、21b…印刷機構部、21c…給紙装置、22…LAN通信制御部、23…USB通信制御部、24…記憶装置制御部、25…記憶装置(HDD)、26…ICカードリーダー制御部、27…コマンド解析制御部、28…パネル表示制御部、29…オペレーションパネル、30…GDIアプリケーション、31…GDI、32…スプーラ、33…GDIレンダリングエンジン、34…GDIプリンタドライバ、35…TCPMon、36…XPS Print API、37…文書データ、38…フィルタパイプラインマネージャ、39…XPSプリンタドライバ、40…TCPMon Bidi XML、41…DriverEvent XML、42…PrintConfig.dll、43…PrnNtfy.dll、44…Metroスタイルデバイスアプリ
DESCRIPTION OF SYMBOLS 1 ... Host computer, 2 ... Printer, 3 ... CPU, 4 ... Control part, 5 ... Display part, 6 ... Operation part, 7 ... Storage device control part, 8 ... Storage device (HDD), 9 ... LAN communication control part, DESCRIPTION OF
Claims (8)
前記プリンタを出力先とし、第2の形式の印刷対象の印刷処理を行う第2のプリンタドライバと、
前記プリンタの状態を監視する監視手段と、
前記第1のプリンタドライバが前記第1の形式の印刷対象の印刷を前記プリンタに実行させたことに応答して、前記第2のプリンタドライバに、前記プリンタに印刷を実行させないような制御命令を含んだ前記第2の形式の印刷対象の印刷処理を実行させ、当該実行させた印刷処理によって前記監視手段に前記プリンタの状態を監視する処理を実行させる制御手段と、
を備える印刷制御装置。 A first printer driver that causes a printer to execute printing of a print target of a first format;
A second printer driver that performs the print processing of the print target of the second format with the printer as an output destination;
Monitoring means for monitoring the status of the printer;
In response to the first printer driver causing the printer to execute printing of the first type of print target, a control command is issued to the second printer driver so that the printer does not execute printing. Control means for executing the printing process of the second type of printing object to be included and causing the monitoring means to execute a process for monitoring the status of the printer by the executed printing process;
A printing control apparatus comprising:
前記第2のプリンタドライバは、前記第2の形式の印刷対象としてXPS(XML Paper Specification)形式の文書データの印刷処理を実行するXPSプリンタドライバを有する、
ことを特徴とする請求項1に記載の印刷制御装置。 The first printer driver includes a GDI printer driver that renders drawing data generated from the first print target via a GDI (Graphics Device Interface) in a page description language of the printer,
The second printer driver includes an XPS printer driver that executes a printing process of document data in an XPS (XML Paper Specification) format as a print target of the second format.
The print control apparatus according to claim 1.
ことを特徴とする請求項2に記載の印刷制御装置。 The control means controls the second printer driver by describing the control command in a PrintTicket included in the XPS document data.
The print control apparatus according to claim 2.
ことを特徴とする請求項1乃至3のいずれか1項に記載の印刷制御装置。 In response to the control instruction, the control means causes the second printer driver to generate a page description language having a data capacity of 0 or a page description language in which an instruction that causes the printer to perform no processing is generated. Sending the page description language to the printer,
The printing control apparatus according to claim 1, wherein the printing control apparatus is a printing control apparatus according to claim 1.
ことを特徴とする請求項1乃至4のいずれか1項に記載の印刷制御装置。 The printer is a virtual printer that receives a print job from the first printer driver and the second printer driver and simulates a physical printer as a monitoring target of the monitoring unit.
The printing control apparatus according to claim 1, wherein the printing control apparatus is a printing control apparatus.
前記判別手段が前記所定の通知条件が満たされたと判別した場合に、前記プリンタの状態を示す情報を該印刷制御装置のユーザに通知する通知手段と、
をさらに備えることを特徴とする請求項1乃至5のいずれか1項に記載の印刷制御装置。 Discriminating means for discriminating whether or not the information indicating the status of the printer obtained by the monitoring means satisfies a predetermined notification condition;
Notification means for notifying the user of the print control apparatus of information indicating the status of the printer when the determination means determines that the predetermined notification condition is satisfied;
The print control apparatus according to claim 1, further comprising:
前記第1のプリンタドライバが前記第1の形式の印刷対象の印刷を前記プリンタに実行させたことに応答して、前記第2のプリンタドライバに、前記プリンタに印刷を実行させないような制御命令を含んだ前記第2の形式の印刷対象の印刷処理を実行させ、当該実行させた印刷処理によって前記監視手段に前記プリンタの状態を監視する処理を実行させる、
ことを特徴とする印刷制御方法。 A first printer driver that causes a printer to execute printing of a print target of a first format; a second printer driver that performs print processing of a print target of a second format using the printer as an output destination; and Preparing a printing control device comprising monitoring means for monitoring the state,
In response to the first printer driver causing the printer to execute printing of the first type of print target, a control command is issued to the second printer driver so that the printer does not execute printing. Causing the print process of the second type of print target to be included, and causing the monitoring unit to execute a process of monitoring the status of the printer by the executed print process.
And a printing control method.
前記第1のプリンタドライバが前記第1の形式の印刷対象の印刷を前記プリンタに実行させたことに応答して、前記第2のプリンタドライバに、前記プリンタに印刷を実行させないような制御命令を含んだ前記第2の形式の印刷対象の印刷処理を実行させ、当該実行させた印刷処理によって前記監視手段に前記プリンタの状態を監視する処理を実行させる制御機能、
を実現させることを特徴とするプログラム。 A first printer driver that causes a printer to execute printing of a print target of a first format; a second printer driver that performs print processing of a print target of a second format using the printer as an output destination; and A computer comprising monitoring means for monitoring the state;
In response to the first printer driver causing the printer to execute printing of the first type of print target, a control command is issued to the second printer driver so that the printer does not execute printing. A control function for executing the printing process of the second form to be included, and causing the monitoring unit to execute a process of monitoring the status of the printer by the executed printing process;
A program characterized by realizing.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012215858A JP6089542B2 (en) | 2012-09-28 | 2012-09-28 | Print control apparatus, print control method, and program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012215858A JP6089542B2 (en) | 2012-09-28 | 2012-09-28 | Print control apparatus, print control method, and program |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2014071573A true JP2014071573A (en) | 2014-04-21 |
JP2014071573A5 JP2014071573A5 (en) | 2015-11-19 |
JP6089542B2 JP6089542B2 (en) | 2017-03-08 |
Family
ID=50746739
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2012215858A Expired - Fee Related JP6089542B2 (en) | 2012-09-28 | 2012-09-28 | Print control apparatus, print control method, and program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6089542B2 (en) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2015215654A (en) * | 2014-05-08 | 2015-12-03 | コニカミノルタ株式会社 | Printer driver and prohibition processing method of printer driver |
JP2015215653A (en) * | 2014-05-08 | 2015-12-03 | コニカミノルタ株式会社 | Printer driver and prohibition processing control method of printer driver |
JP2017045200A (en) * | 2015-08-25 | 2017-03-02 | キヤノン株式会社 | Information processing device, control method thereof, information processing system and program |
WO2023190147A1 (en) * | 2022-03-30 | 2023-10-05 | ブラザー工業株式会社 | Support program |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2009003725A (en) * | 2007-06-22 | 2009-01-08 | Brother Ind Ltd | Print controller and program of printer driver |
JP2009259094A (en) * | 2008-04-18 | 2009-11-05 | Kyocera Mita Corp | Information processor, status monitoring program, image forming device driver and program set |
-
2012
- 2012-09-28 JP JP2012215858A patent/JP6089542B2/en not_active Expired - Fee Related
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2009003725A (en) * | 2007-06-22 | 2009-01-08 | Brother Ind Ltd | Print controller and program of printer driver |
JP2009259094A (en) * | 2008-04-18 | 2009-11-05 | Kyocera Mita Corp | Information processor, status monitoring program, image forming device driver and program set |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2015215654A (en) * | 2014-05-08 | 2015-12-03 | コニカミノルタ株式会社 | Printer driver and prohibition processing method of printer driver |
JP2015215653A (en) * | 2014-05-08 | 2015-12-03 | コニカミノルタ株式会社 | Printer driver and prohibition processing control method of printer driver |
US9652189B2 (en) | 2014-05-08 | 2017-05-16 | Konica Minolta, Inc. | Non-transitory computer-readable storage medium storing printer driver causing computing device to perform prohibition processing, and print control method of the printer driver |
JP2017045200A (en) * | 2015-08-25 | 2017-03-02 | キヤノン株式会社 | Information processing device, control method thereof, information processing system and program |
WO2023190147A1 (en) * | 2022-03-30 | 2023-10-05 | ブラザー工業株式会社 | Support program |
Also Published As
Publication number | Publication date |
---|---|
JP6089542B2 (en) | 2017-03-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7701603B2 (en) | Print processing apparatus, print processing method, and computer-readable medium storing print processing program | |
JP5924992B2 (en) | Information processing apparatus, information processing method and program | |
US8368921B2 (en) | JDF processing in a printing system | |
JP4785577B2 (en) | Information processing apparatus, control method therefor, and program | |
CA3231680A1 (en) | Printing data processing method and apparatus, electronic invoice generating method and server | |
US9361056B2 (en) | Information processing apparatus and method for generating a conflict confirmation print job | |
US20090021757A1 (en) | "Proof print" for job settings | |
JP5621793B2 (en) | Printing system, printing control apparatus, and printing control program | |
US20150160894A1 (en) | Information processing apparatus, recording medium, and control method | |
US12099759B2 (en) | Information processing apparatus, method of controlling information processing apparatus, and storage medium | |
JP6089542B2 (en) | Print control apparatus, print control method, and program | |
JP5361358B2 (en) | Information processing apparatus, control method therefor, and program | |
US8625117B2 (en) | Apparatus for controlling image formation, computer readable device having stored thereon computer-executable instructions for forming images, and method of generating image formation setting information | |
JP2007293772A (en) | Printer control system and printer driver | |
JP2015184915A (en) | Information processing device, information processing method, and program | |
JP2011237901A (en) | Preview screen display control device and program | |
JP2006215725A (en) | Print system, printer management method, computer-readable storage medium storing program, and program | |
JP2012146240A (en) | Data communication method between application program and printer driver, and program | |
JP2014041599A (en) | Program, information processing apparatus, and system | |
US12086486B2 (en) | Storage medium, information processing apparatus, and control method for providing status notification about a printing apparatus | |
JP2008269260A (en) | Data processor, data processing method and program | |
JP2002333968A (en) | Information processor and program for controlling the same | |
JP2013041472A (en) | Information processor, driver program and recording medium | |
JP2014000791A (en) | Image forming apparatus and image forming program | |
JP2007066063A (en) | Method, device and program for print control |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20150928 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20150928 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20160824 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20160830 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20160927 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20170110 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20170123 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6089542 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |