JP6127695B2 - Print processing apparatus and program - Google Patents

Print processing apparatus and program Download PDF

Info

Publication number
JP6127695B2
JP6127695B2 JP2013096416A JP2013096416A JP6127695B2 JP 6127695 B2 JP6127695 B2 JP 6127695B2 JP 2013096416 A JP2013096416 A JP 2013096416A JP 2013096416 A JP2013096416 A JP 2013096416A JP 6127695 B2 JP6127695 B2 JP 6127695B2
Authority
JP
Japan
Prior art keywords
print
print setting
setting
event
temporary
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.)
Active
Application number
JP2013096416A
Other languages
Japanese (ja)
Other versions
JP2014219730A (en
Inventor
直樹 深澤
直樹 深澤
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2013096416A priority Critical patent/JP6127695B2/en
Publication of JP2014219730A publication Critical patent/JP2014219730A/en
Application granted granted Critical
Publication of JP6127695B2 publication Critical patent/JP6127695B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Engineering & Computer Science (AREA)
  • Facsimiles In General (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)

Description

本発明は、印刷処理装置及びプログラムに関し、特に、プリンタドライバアプリケーションがアクセスできる記憶領域に制約があるシステムにおいても当該プリンタドライバアプリケーションの最適なカスタマイズを可能にする技術に関する。   The present invention relates to a print processing apparatus and a program, and more particularly to a technique that enables optimum customization of a printer driver application even in a system in which a storage area accessible by the printer driver application is limited.

画像形成装置の技術分野においては、プリンタドライバで、印刷設定の機能毎の利用頻度を集計し、その統計情報を利用する技術が既に知られている(例えば、特許文献1)。   In the technical field of image forming apparatuses, a technique is already known in which a printer driver counts the usage frequency for each print setting function and uses the statistical information (for example, Patent Document 1).

また、特許文献2には、通常と異なるネットワークにPCを接続して印刷をしたい場合や、通常使用している印刷装置が不調な場合であっても、ネットワークに存在する複数の印刷装置より所望の機能を備えた印刷装置を簡単な操作で検索することを目的で、ネットワークに接続されたコンピュータにより実行可能なプログラムであって、印刷装置の機能毎の利用頻度を集計する集計手段と、前記ネットワークに接続された印刷装置を、該印刷装置が備える機能と前記前記集計手段で集計された利用頻度に基づいて評価する手段が開示されている。   Further, in Patent Document 2, it is more desirable than a plurality of printing devices existing in a network even when printing is performed by connecting a PC to a network different from a normal one or when a normal printing device is malfunctioning. A program executable by a computer connected to a network for the purpose of searching for a printing apparatus having the function of Means is disclosed for evaluating a printing apparatus connected to a network based on the function of the printing apparatus and the usage frequency tabulated by the tabulating means.

印刷設定の機能毎の利用頻度を集計し、その統計情報を利用することができれば、各顧客に最適にカスタマイズされたプリンタドライバを提供することができる。しかしながら、オペレーションシステム(以下、OS)の制約が大きい場合、利用頻度の情報にアクセスすることができないという問題がある。   If the usage frequency for each print setting function can be aggregated and the statistical information can be used, a printer driver customized optimally for each customer can be provided. However, when the operation system (hereinafter referred to as OS) is largely restricted, there is a problem in that information on the usage frequency cannot be accessed.

今までのMicrosoftWindows(登録商標。以下では、登録商標であることを逐一表記しない場合がある。また、Windowsと略称する場合がある。)で採用されていたプリンタドライバのアーキテクチャ(Version3ドライバ)では、ユーザインターフェイス(以下、UI)設定や印刷シーケンスのどこでも自由にファイルの入出力などが可能だったため、容易に利用頻度を集計し保存することができた。   In the printer driver architecture (Version 3 driver) employed in the conventional Microsoft Windows (registered trademark. In the following, the registered trademark may not be described one by one. In some cases, it may be abbreviated as Windows). Since user interface (hereinafter referred to as UI) settings and print sequences could be freely input and output, it was possible to easily count and save the usage frequency.

しかしながら、Windows8で新たに採用されたアーキテクチャ(Version4ドライバ)では、ベンダーの提供するプリンタドライバ構成モジュールはサンドボックス上で動作し、非常に制約が大きい。印刷設定を行うUIでは特定のディレクトリ以下のファイルにしかアクセスできず、また描画モジュールではその位置を特定できないため、描画モジュールで統計情報出力し、それをUIで読むことができないという問題があった。   However, in the architecture newly adopted in Windows 8 (Version 4 driver), the printer driver configuration module provided by the vendor operates on the sandbox, which is very restrictive. The UI for print settings can only access files under a specific directory, and the drawing module cannot specify its position, so there is a problem that statistical information is output by the drawing module and cannot be read by the UI. .

特許文献2は、印刷装置の機能毎の利用頻度を集計する集計することが記載されている。しかしながら、上述のようなVersion4ドライバの制約下においては、印刷設定の統計情報を取得することができないことが考えられる。   Japanese Patent Application Laid-Open No. 2004-133867 describes that the usage frequency for each function of the printing apparatus is totaled. However, it is conceivable that the print setting statistical information cannot be acquired under the restriction of the Version 4 driver as described above.

本発明は、上記実情に鑑みてなされたものであって、プリンタドライバアプリケーションがアクセスできる記憶領域に制約があるシステムにおいても当該プリンタドライバアプリケーションの最適なカスタマイズを可能にすることを目的とする。   The present invention has been made in view of the above circumstances, and an object of the present invention is to enable optimum customization of a printer driver application even in a system in which a storage area accessible by the printer driver application is limited.

上記目的を達成する本発明の一態様は、印刷の設定を行う画面を生成する印刷設定処理手段と、保存された前記設定を記憶する、印刷処理のために用意されたサンドボックス上のテンポラリ印刷設定記憶手段と、前記サンドボックス外の印刷設定統計データベースと、印刷完了後に前記テンポラリ印刷設定記憶手段に記憶されている前記設定を読み出し、前記印刷設定統計データベースに保存するバックグラウンドタスク処理手段と、を備えることを特徴とする。   One aspect of the present invention that achieves the above object is to provide a print setting processing means for generating a screen for performing print settings, and temporary printing on a sandbox prepared for print processing that stores the saved settings. A setting storage unit; a print setting statistical database outside the sandbox; a background task processing unit that reads the setting stored in the temporary print setting storage unit after completion of printing and stores the setting in the print setting statistical database; It is characterized by providing.

本発明によれば、プリンタドライバアプリケーションがアクセスできる記憶領域に制約があるシステムにおいても当該プリンタドライバアプリケーションの最適なカスタマイズを可能にすることが可能となる。   According to the present invention, it is possible to enable optimum customization of a printer driver application even in a system in which a storage area accessible by the printer driver application is limited.

本発明の実施形態のソフトウェアプログラム(Version4ドライバ)のレイヤー構成を示す図である。It is a figure which shows the layer structure of the software program (Version4 driver) of embodiment of this invention. 上記実施形態のDCAの機能構成を示す図である。It is a figure which shows the function structure of DCA of the said embodiment. 上記実施形態の処理の流れを示すシーケンス図である。It is a sequence diagram which shows the flow of the process of the said embodiment. 図2のバックグラウンドタスク処理手段12の処理の流れを示すフローチャート図である。It is a flowchart figure which shows the flow of a process of the background task processing means 12 of FIG. 上記実施形態におけるシステムイベントのデータの一例を示す図である。It is a figure which shows an example of the data of the system event in the said embodiment. 図4の印刷完了イベント種別一覧16の一例を示す図である。FIG. 5 is a diagram illustrating an example of a print completion event type list 16 in FIG. 4. 上記実施形態における印刷設定画面を例示する図である。It is a figure which illustrates the print setting screen in the said embodiment. 図2のテンポラリ印刷設定記憶手段14の記憶内容の例を示す図である。It is a figure which shows the example of the memory content of the temporary print setting memory | storage means 14 of FIG. 図2の印刷設定統計データベース15にスタックされる印刷設定の例を示す図である。FIG. 3 is a diagram illustrating an example of print settings stacked in a print setting statistics database 15 in FIG. 2. 図2のスタートアプリ処理手段13が提供するスタートアプリ画面の例を示す図である。It is a figure which shows the example of the start application screen which the start application process means 13 of FIG. 2 provides.

以下、本発明を実施形態により説明する。以下に開示する実施形態は、上述したようなVersion4ドライバにおいて、印刷設定の機能毎に統計情報を収集する処理に際して、次の特徴を有する実施形態である。   Hereinafter, the present invention will be described with reference to embodiments. The embodiment disclosed below is an embodiment having the following characteristics in the process of collecting statistical information for each print setting function in the Version 4 driver as described above.

要するに、Version4ドライバにおける印刷設定を行うUIモジュール、Device Companion Application(DCA10)において、印刷設定の保存指示イベントにおいて、現設定の一覧情報をテンポラリに保存し、バックグラウンドタスクの印刷完了イベントにおいて、上記テンポラリ情報を、印刷設定データベースに永続化することが特徴になっている。この特徴について、以下、図面を用いて詳細に解説する。   In short, in the UI module that performs print settings in the Version 4 driver, Device Companion Application (DCA10), the current setting list information is temporarily saved in the print setting save instruction event, and in the background task print completion event, the temporary setting is performed. It is characterized by persisting information in the print setting database. This feature will be described in detail below with reference to the drawings.

図1に、本実施形態のソフトウェアプログラム(Version4ドライバ)のレイヤー構成を示す。本実施形態のハードウェア構成は、汎用のコンピュータが通常備えるアーキテクチャ、すなわち、演算・処理装置と一次記憶、二次記憶、入出力装置、表示装置などを備える構成が、一例として挙げられる。このようなハードウェアと、図1に示すようなソフトウェアプログラムとが協働して、本実施形態の各手段が構成される。   FIG. 1 shows a layer configuration of the software program (Version 4 driver) of this embodiment. As an example of the hardware configuration of this embodiment, an architecture that a general-purpose computer normally has, that is, a configuration including an arithmetic / processing device and primary storage, secondary storage, an input / output device, a display device, and the like can be given as an example. Such hardware and the software program as shown in FIG. 1 cooperate to constitute each means of the present embodiment.

図1に示すOS30は、一例として、米国Microsoft社が提供するWindows(登録商標)のオペレーティングシステムである。本発明をこれに限定して考える必要はない。ランタイム20は、Windows8スタイル(旧称:Metroスタイル)アプリケーションを動作させるためのランタイムであり、Microsoft社から提供される。   The OS 30 shown in FIG. 1 is, for example, a Windows (registered trademark) operating system provided by Microsoft Corporation. It is not necessary to limit the present invention to this. The runtime 20 is a runtime for operating a Windows 8 style (former name: Metro style) application, and is provided by Microsoft Corporation.

Device Companion Application (DCA10)は、デバイスの印刷設定やデバイス情報を表示させるために提供されるWindows8スタイルのアプリケーションである。DCA10は、スタート画面から起動される「スタートアプリ画面」、印刷可能アプリから印刷設定を行うときに表示される「印刷設定画面」、バックグラウンドで動作しシステムイベントを受ける「バックグラウンドタスク」から構成される。また、Windows8スタイルのアプリケーションである特性上、ランタイム20上のサンドボックス内で動作し、ユーザごとに特定のディレクトリ以下のファイルしか読み書きできない。また、描画フィルタ40とはOS30経由でプリントチケット(XMLで記述された印刷設定情報)を受け渡す。DCA10は、例えばベンダーが提供する。   Device Companion Application (DCA10) is a Windows 8 style application provided to display device print settings and device information. The DCA 10 includes a “start application screen” that is activated from the start screen, a “print setting screen” that is displayed when print settings are performed from a printable application, and a “background task” that operates in the background and receives system events. Is done. In addition, due to the characteristics of a Windows 8 style application, it operates in a sandbox on the runtime 20 and can read and write only files under a specific directory for each user. Further, the print filter (print setting information described in XML) is transferred to the drawing filter 40 via the OS 30. The DCA 10 is provided by, for example, a vendor.

描画フィルタ40は、OS30から描画データとプリントチケットを受け取り、プリンタ機器に適応した形式に変換して、OS30に渡す機能を備える。描画フィルタ40は、システム権限で動作しており、Device Companion Application10が利用可能な「ユーザごとの特定のディレクトリ」を識別できない。   The drawing filter 40 has a function of receiving drawing data and a print ticket from the OS 30, converting them into a format suitable for the printer device, and passing it to the OS 30. The drawing filter 40 operates with system authority, and cannot identify a “specific directory for each user” that can be used by the Device Companion Application 10.

以上に述べたように、DCA10と描画フィルタ40間での情報のやり取りに制限があり、描画フィルタ40で印刷設定の統計情報を収集しても、DCA10でそれを参照できず、DCA10で統計情報を利用してユーザに提示する機能を実現できない。そのため、本実施形態は、下記のように、DCA10に閉じて印刷設定の統計情報を収集する手段を提供する。   As described above, there is a limit in the exchange of information between the DCA 10 and the drawing filter 40, and even if the print setting statistical information is collected by the drawing filter 40, it cannot be referred to by the DCA 10. The function to be presented to the user using can not be realized. Therefore, the present embodiment provides means for closing the DCA 10 and collecting print setting statistical information as described below.

図2は、本実施形態のDCAの機能構成を示す図である。図2に示すように、DCA10は、印刷設定処理手段11、バックグラウンドタスク処理手段12、スタートアプリ処理手段13、テンポラリ印刷設定記憶手段14、印刷設定統計データベース15の機能を備える。   FIG. 2 is a diagram illustrating a functional configuration of the DCA according to the present embodiment. As shown in FIG. 2, the DCA 10 includes functions of a print setting processing unit 11, a background task processing unit 12, a start application processing unit 13, a temporary print setting storage unit 14, and a print setting statistical database 15.

印刷設定処理手段11は、Windows8スタイルアプリケーションから印刷を行う場合に表示される印刷設定画面を生成する機能を備える。また、OS30からプリントチケットを受け取り、そのプリントチケットにユーザの設定を反映する。また、OS30から印刷設定保存指示イベントを受け取ったら、上述のプリントチケットを保存する。さらに、本実施形態においては、印刷設定処理手段11は、OS30から印刷設定保存指示イベントを受け取ったら、その時点での印刷設定の各機能の設定値をテンポラリ印刷設定記憶手段14に保存する。   The print setting processing unit 11 has a function of generating a print setting screen that is displayed when printing is performed from a Windows 8 style application. Also, a print ticket is received from the OS 30 and the user's settings are reflected in the print ticket. When the print setting save instruction event is received from the OS 30, the print ticket is saved. Further, in the present embodiment, when the print setting processing unit 11 receives a print setting storage instruction event from the OS 30, the print setting processing unit 11 stores the setting values of each function of the print setting at that time in the temporary print setting storage unit 14.

バックグラウンドタスク処理手段12は、アプリケーションのバックグラウンドで動作し、システムから規定のイベントを受け取り、アプリケーションごとに規定の動作をするものである。本実施形態においては、システムからイベントを受け取った場合、そのイベントが、印刷完了したものかどうかを判断する機能を備える。また、印刷完了イベントだと判断した場合、テンポラリ印刷設定に保存された情報を印刷設定統計データベース15に保存する。また、テンポラリ印刷設定記憶手段14の情報をクリアする。   The background task processing means 12 operates in the background of an application, receives a specified event from the system, and performs a specified operation for each application. In this embodiment, when an event is received from the system, a function is provided for determining whether the event has been printed. If it is determined that the event is a print completion event, the information stored in the temporary print setting is stored in the print setting statistical database 15. Also, the information in the temporary print setting storage unit 14 is cleared.

スタートアプリ処理手段13は、プリンタ機器から双方向通信情報を取得できる以外は通常のWindows8スタイルアプリケーションでよい。本実施形態においては、印刷設定統計データベース15に保存された情報を取得し、情報を加工してユーザに提示する機能を備える。提示する画面を「スタートアプリ画面」と呼ぶ。 The start application processing means 13 may be a normal Windows 8 style application except that the bidirectional communication information can be acquired from the printer device. In the present embodiment, there is provided a function of acquiring information stored in the print setting statistics database 15, processing the information, and presenting it to the user. The screen to be presented is called a “start application screen”.

図3に、本実施形態の処理の流れをシーケンス図で示す。図3に示すように、本実施形態のVersion4ドライバは、次の流れで印刷処理を行う。   FIG. 3 is a sequence diagram showing the processing flow of this embodiment. As illustrated in FIG. 3, the Version 4 driver according to the present exemplary embodiment performs print processing according to the following flow.

1.印刷設定処理手段11の動作
1.1.印刷に対応しているWindows8スタイルアプリケーションから印刷設定を行う場合、OS30経由でDCA10の印刷設定画面が起動される。
1.2.ユーザは印刷設定処理手段11が提供する印刷設定画面で印刷設定を行う。
1.3.ユーザは印刷設定の完了を指示すると、OS30から印刷設定画面に対して印刷設定保存指示イベントが発行される。
1.4.印刷設定画面は現在の印刷設定をテンポラリ印刷設定として、DCA10のデータ保存領域に保存する。このデータ保存領域を図2ではテンポラリ印刷設定記憶手段14と呼んでいる。
1. Operation of print setting processing means 11 1.1. When performing print settings from a Windows 8 style application that supports printing, the print setting screen of the DCA 10 is activated via the OS 30.
1.2. The user performs print settings on the print setting screen provided by the print setting processing unit 11.
1.3. When the user instructs completion of print settings, a print setting save instruction event is issued from the OS 30 to the print setting screen.
1.4. The print setting screen stores the current print setting as a temporary print setting in the data storage area of the DCA 10. This data storage area is called temporary print setting storage means 14 in FIG.

2.印刷動作及びバックグラウンドタスク処理手段12の動作
2.1.該印刷設定を用いて印刷が行われた場合、OS30はプリンタ機器のステータスを取得し、DCA10のバックグラウンドタスク処理手段12に対してシステムイベントを発行する。
2.2.バックグラウンドタスク処理手段12は、イベントのデータを解析し、印刷が完了したかどうかを判断する。
2.3.印刷完了と判断された場合、テンポラリ印刷設定記憶手段14に保存されたデータを読み込む。
2.4.読み込んだデータをDCA10のデータ保存領域にある印刷設定統計データベース15に保存し永続化する。
2.5.テンポラリ印刷設定をクリアする。
2. Operation of printing operation and background task processing means 12 2.1. When printing is performed using the print settings, the OS 30 acquires the status of the printer device and issues a system event to the background task processing unit 12 of the DCA 10.
2.2. The background task processing means 12 analyzes the event data and determines whether printing is completed.
2.3. When it is determined that printing is completed, the data stored in the temporary print setting storage unit 14 is read.
2.4. The read data is stored in the print setting statistics database 15 in the data storage area of the DCA 10 and made permanent.
2.5. Clear the temporary print settings.

3.スタートアプリ処理手段13の動作
3.1.ユーザがOS30のスタート画面からDCA10のタイルをクリック又はタップすると、DCA10のスタートアプリ画面が起動する。スタートアプリ画面は、スタートアプリ処理手段13が提供する画面である。
3.2.スタートアプリ画面は印刷設定統計データベース15から保存されたデータを取得する。
3.3.取得したデータを加工した上で表示する。
3. Operation of start application processing means 13 3.1. When the user clicks or taps the tile of DCA 10 from the start screen of OS 30, the start application screen of DCA 10 is activated. The start application screen is a screen provided by the start application processing means 13.
3.2. The start application screen acquires data stored from the print setting statistics database 15.
3.3. The acquired data is processed and displayed.

図4ないし図6を参照しながら、バックグラウンドタスクの詳細な処理を説明する。図4は、バックグラウンドタスク処理手段12の処理の流れを示すフローチャート図である。図示のように、バックグラウンドタスク処理手段12は、OS30からシステムイベントを受信する(S101)。   Detailed processing of the background task will be described with reference to FIGS. FIG. 4 is a flowchart showing the flow of processing of the background task processing means 12. As illustrated, the background task processing unit 12 receives a system event from the OS 30 (S101).

システムイベントは、図5で示したようなXML形式のイベントデータを保持している。バックグラウンドタスク処理手段12は、システムイベントが、印刷完了を示しているものかを判別する(S102)。具体的には、イベントデータの内容からそのイベントが印刷完了イベントか否かを判断する。図5に示す例では、body要素のstringID属性をイベント種別として利用する。イベント種別が図6に示した印刷完了イベント種別一覧16に含まれているならば、印刷完了イベントだと判断する。   The system event holds event data in XML format as shown in FIG. The background task processing means 12 determines whether the system event indicates that printing has been completed (S102). Specifically, it is determined whether the event is a print completion event from the contents of the event data. In the example shown in FIG. 5, the stringID attribute of the body element is used as the event type. If the event type is included in the print completion event type list 16 shown in FIG. 6, it is determined that the event is a print completion event.

図6において、101,102は正常に印刷が完了したことを示すIDで、131,132はトナーやインク残量が少ないことを示すIDであるが、印刷自体は完了しているので印刷完了とみなす。   In FIG. 6, 101 and 102 are IDs indicating that the printing has been normally completed, and 131 and 132 are IDs indicating that the remaining amount of toner and ink is low. However, since the printing itself has been completed, the printing is completed. I reckon.

次に、印刷完了イベントと判断されたら、テンポラリ印刷設定が空かどうかを判断する(S103)。空でなければ、テンポラリ印刷設定記憶手段14の記憶内容を読み込む(S104)。次に、テンポラリ印刷設定記憶領域14の記憶内容を、印刷設定統計データベース15に保存する(S105)。次に、テンポラリ印刷設定記憶手段14をクリアする(S106)。   Next, if it is determined as a print completion event, it is determined whether or not the temporary print setting is empty (S103). If not empty, the contents stored in the temporary print setting storage means 14 are read (S104). Next, the storage contents of the temporary print setting storage area 14 are stored in the print setting statistical database 15 (S105). Next, the temporary print setting storage unit 14 is cleared (S106).

図7に、印刷設定画面の例を示す。図7の左半分が印刷可能アプリケーションの画面である。印刷可能アプリケーションから印刷の設定を行うと、右半分の印刷設定画面が表示される。この画面上でユーザは印刷設定を行い、上部の左矢印ボタンを押すと印刷設定が確定し、OS30から印刷設定処理手段11に対して印刷設定保存指示イベントが発行される。図7に示す設定でテンポラリ印刷設定を保存した場合の例が図8である。図8は、テンポラリ印刷設定記憶手段14の記憶内容の例を示す図である。   FIG. 7 shows an example of the print setting screen. The left half of FIG. 7 is a printable application screen. When printing is set from a printable application, the right half print setting screen is displayed. On this screen, the user makes print settings and presses the upper left arrow button to confirm the print settings, and the print setting save instruction event is issued from the OS 30 to the print setting processing means 11. FIG. 8 shows an example in which temporary print settings are saved with the settings shown in FIG. FIG. 8 is a diagram showing an example of the contents stored in the temporary print setting storage unit 14.

図9に、印刷設定統計データベース15にスタックされる印刷設定の例を示す。上述のような印刷処理が複数回行われることにより、図9に示すような情報が蓄積される。また、図9に示すように、テンポラリ印刷設定の情報が、印刷完了イベントを受け取った日時とともに保存される。つまり、日時情報が印刷設定に紐付けられて保存される。   FIG. 9 shows an example of print settings stacked in the print setting statistics database 15. By performing the printing process as described above a plurality of times, information as shown in FIG. 9 is accumulated. Also, as shown in FIG. 9, the temporary print setting information is stored together with the date and time when the print completion event is received. That is, the date / time information is stored in association with the print setting.

図10に、スタートアプリ処理手段13が提供するスタートアプリ画面の例を示す。図10では、印刷設定統計データベース15から取得したデータを加工して表示している。この例では、データの日時情報から、各月の用紙削減率やトナー削減率を計算して表示している。   FIG. 10 shows an example of a start application screen provided by the start application processing means 13. In FIG. 10, the data acquired from the print setting statistics database 15 is processed and displayed. In this example, the paper reduction rate and toner reduction rate for each month are calculated and displayed from the date / time information of the data.

図10において、用紙削減率は、その月に行われた印刷設定全体から、両面設定やN−Up設定が利用された割合を計算した情報である。トナー削減率は、その月に行われた印刷設定全体から、トナーセーブの設定が利用された割合を計算した情報である。   In FIG. 10, the paper reduction rate is information obtained by calculating a ratio in which the duplex setting and the N-Up setting are used from the entire print settings performed in the month. The toner reduction rate is information obtained by calculating a ratio of using the toner save setting from the entire print settings performed in the month.

以上に述べた実施形態は、Version4ドライバにおける印刷設定を行うUIモジュールDevice Companion Application(DCA)である。しかしながら、印刷設定の保存指示イベントにおいて、現設定の一覧情報をテンポラリに保存し、バックグラウンドタスクの印刷完了イベントにおいて、上記テンポラリ情報を、印刷設定データベースに永続化するので、印刷処理が終了しても印刷設定が蓄積される。蓄積された印刷設定を利用すれば、顧客に最適なカスタマイズされたプリンタドライバを提供することができる。しかも、本実施形態の方法によれば、Windowsロゴプログラムの認証を解除されずに、顧客に最適なカスタマイズされたプリンタドライバを提供することができる。   The embodiment described above is a UI module Device Companion Application (DCA) that performs print settings in the Version 4 driver. However, since the current setting list information is temporarily saved in the print setting save instruction event and the temporary information is made permanent in the print setting database in the background task print completion event, the print processing is completed. Also print settings are accumulated. By using the stored print settings, it is possible to provide a customized printer driver that is optimal for the customer. Moreover, according to the method of the present embodiment, it is possible to provide a customized printer driver that is optimal for the customer without deauthorizing the Windows logo program.

本実施形態によれば、プリンタドライバアプリケーションがアクセスできる記憶領域に制約があるシステムにおいても当該プリンタドライバアプリケーションの最適なカスタマイズを可能にすることが可能となる。   According to the present embodiment, it is possible to enable the printer driver application to be optimally customized even in a system in which the storage area accessible by the printer driver application is limited.

さらに本実施形態においては、「印刷完了イベントか否かを判断」する手段が、システムイベントの所定の識別情報が、予め用意しておいた「印刷完了イベントであることを示す識別情報の一覧(印刷種別完了イベント一覧16)」に含まれるかどうかで判断する。そのため、印刷完了イベントを容易に識別できる。   Furthermore, in the present embodiment, the means for “determining whether or not the event is a print completion event” is a list of identification information indicating that the predetermined identification information of the system event is a “print completion event ( Judgment is made based on whether it is included in the print type completion event list 16). Therefore, the print completion event can be easily identified.

さらに本実施形態においては、印刷設定統計データベース15に、印刷設定に対して印刷された日時を付加してデータを保存する。このように印刷設定と日時を紐づけることで、履歴情報として利用することができる。   Further, in this embodiment, the print setting statistics database 15 adds the date and time of printing to the print settings and saves the data. By associating the print setting with the date and time in this way, it can be used as history information.

さらに本実施形態においては、バックグラウンドタスク処理手段12が、システムイベントが印刷完了イベントだと判断した場合は一時的な保存領域をクリアし(S106)、印刷完了イベントか否かを判断する処理(S102〜S105)において、一時的な保存領域が空な場合は、処理を終了する(S103,Yes)。この構成によれば、システムイベントが複数回呼ばれた場合、同じ設定が複数回永続化されるのを防ぐことができる。   Further, in the present embodiment, when the background task processing unit 12 determines that the system event is a print completion event, the temporary storage area is cleared (S106), and a process for determining whether the event is a print completion event (S106). In S102 to S105), if the temporary storage area is empty, the process is terminated (S103, Yes). According to this configuration, when a system event is called a plurality of times, it is possible to prevent the same setting from being persisted a plurality of times.

さらに本実施形態においては、永続化された印刷設定の情報を加工して表示するスタートアプリ画面が表示される。そのため、収集した情報を利用者に役に立つ形で利用できる。   Further, in the present embodiment, a start application screen for processing and displaying the permanent print setting information is displayed. Therefore, the collected information can be used in a form that is useful to the user.

10 DCA(Device Companion Application)
11 印刷設定処理手段
12 バックグラウンドタスク処理手段
13 スタートアプリ処理手段
14 テンポラリ印刷設定記憶手段
15 印刷設定統計データベース
16 印刷完了イベント種別一覧
20 ランタイム
30 OS
40 描画フィルタ
10 DCA (Device Companion Application)
11 Print setting processing means 12 Background task processing means 13 Start application processing means 14 Temporary print setting storage means 15 Print setting statistical database 16 Print completion event type list 20 Runtime 30 OS
40 Drawing filter

特開2009−058749号公報JP 2009-058849 A 特開2007−094554号公報JP 2007-094554 A

Claims (6)

印刷の設定を行う画面を生成する印刷設定処理手段と、
保存された前記設定を記憶する、印刷処理のために用意されたサンドボックス上のテンポラリ印刷設定記憶手段と、
前記サンドボックス外の印刷設定統計データベースと、
印刷完了後に前記テンポラリ印刷設定記憶手段に記憶されている前記設定を読み出し、前記印刷設定統計データベースに保存するバックグラウンドタスク処理手段と、
を備えることを特徴とする印刷処理装置。
Print setting processing means for generating a screen for performing print settings;
Temporary print setting storage means on a sandbox prepared for print processing, storing the saved settings;
A print setting statistics database outside the sandbox;
A background task processing unit that reads the setting stored in the temporary print setting storage unit after printing is completed and stores the setting in the print setting statistical database;
A print processing apparatus comprising:
前記バックグラウンドタスク処理手段は、オペレーティングシステムから受信するシステムイベントが、
当該システムイベントの識別情報があらかじめ定められた印刷完了イベントであることを示す識別情報の一覧に含まれているか否かを判断することによって、
印刷完了イベントであるか否かを判断することを特徴とする請求項1に記載の印刷処理装置。
The background task processing means has a system event received from an operating system,
By determining whether or not the identification information of the system event is included in a list of identification information indicating a predetermined print completion event,
The print processing apparatus according to claim 1, wherein it is determined whether the event is a print completion event.
前記バックグラウンドタスク処理手段は、
印刷完了イベントであると判断した場合、前記テンポラリ印刷設定記憶手段の記憶内容をクリアし、
システムイベントが印刷完了イベントであるか否か判断する処理において前記テンポラリ印刷設定記憶手段の記憶内容が空の場合は、当該処理を終了することを特徴とする請求項2に記載の印刷処理装置。
The background task processing means includes
If it is determined that the event is a print completion event, the stored content of the temporary print setting storage means is cleared,
3. The print processing apparatus according to claim 2, wherein in the process of determining whether or not the system event is a print completion event, if the stored content of the temporary print setting storage unit is empty, the process is terminated.
前記バックグラウンドタスク処理手段は、前記設定に印刷された日時の情報を紐付けて、前記印刷設定統計データベースに保存することを特徴とする請求項1から3のいずれか1項に記載の印刷処理装置。   The print processing according to any one of claims 1 to 3, wherein the background task processing means associates the date and time information printed with the setting and stores the information in the print setting statistical database. apparatus. 前記印刷設定統計データベースにスタックされた前記設定に基づいて、前記設定の情報を加工して表示するスタートアプリ処理手段を備えることを特徴とする請求項1から4のいずれか1項に記載の印刷処理装置。   5. The printing according to claim 1, further comprising: a start application processing unit that processes and displays the setting information based on the settings stacked in the print setting statistical database. Processing equipment. コンピュータに、
印刷の設定を行う画面を生成する印刷設定処理を実行させ、
前記コンピュータの記憶装置を、
保存された前記設定を記憶する、印刷処理のために用意されたサンドボックス上のテンポラリ印刷設定記憶手段と、
前記サンドボックス外の印刷設定統計データベースとして機能させ、
前記コンピュータに、
印刷完了後に前記テンポラリ印刷設定記憶手段に記憶されている前記設定を読み出し、前記印刷設定統計データベースに保存するバックグラウンドタスク処理を実行させる
ための印刷処理プログラム。
On the computer,
Execute the print setting process to generate the screen for print settings,
A storage device of the computer;
Temporary print setting storage means on a sandbox prepared for print processing, storing the saved settings;
Function as a print setting statistics database outside the sandbox,
In the computer,
A print processing program for executing a background task process of reading the setting stored in the temporary print setting storage unit and storing it in the print setting statistical database after printing is completed.
JP2013096416A 2013-05-01 2013-05-01 Print processing apparatus and program Active JP6127695B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013096416A JP6127695B2 (en) 2013-05-01 2013-05-01 Print processing apparatus and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013096416A JP6127695B2 (en) 2013-05-01 2013-05-01 Print processing apparatus and program

Publications (2)

Publication Number Publication Date
JP2014219730A JP2014219730A (en) 2014-11-20
JP6127695B2 true JP6127695B2 (en) 2017-05-17

Family

ID=51938145

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013096416A Active JP6127695B2 (en) 2013-05-01 2013-05-01 Print processing apparatus and program

Country Status (1)

Country Link
JP (1) JP6127695B2 (en)

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4828296B2 (en) * 2006-04-27 2011-11-30 京セラミタ株式会社 Printing device control system and printer driver
JP4661939B2 (en) * 2008-10-31 2011-03-30 ブラザー工業株式会社 Information processing device
JP5361358B2 (en) * 2008-12-11 2013-12-04 キヤノン株式会社 Information processing apparatus, control method therefor, and program
JP2011066551A (en) * 2009-09-15 2011-03-31 Ricoh Co Ltd Apparatus and system for management of equipment, method and program for proposal of improvement, and recording medium with the program recorded thereon
JP2012146240A (en) * 2011-01-14 2012-08-02 Canon Inc Data communication method between application program and printer driver, and program
JP5787606B2 (en) * 2011-05-02 2015-09-30 キヤノン株式会社 Information processing apparatus, information processing method, and program

Also Published As

Publication number Publication date
JP2014219730A (en) 2014-11-20

Similar Documents

Publication Publication Date Title
US8705125B2 (en) Printing system and print setting proposal method
US8264743B2 (en) Information processor, information processing method, and recording medium
JP6409485B2 (en) Image processing apparatus, information processing system, program, and information processing method
US9386175B2 (en) Image forming apparatus and computer-readable recording medium with group display instruction area
CN102163134B (en) Information processing apparatus and information processing apparatus control method
US8867084B2 (en) Management system for managing an image forming apparatus, control method thereof, print system, and non-transitory computer-readable medium
US8842338B2 (en) Printer driver
US9531893B2 (en) Screen image providing apparatus, screen image providing method, and computer readable medium
CN102572181A (en) Document information display control device, document information display method, and computer program
CN106462365B (en) Output system, terminal installation and output method
US20120236361A1 (en) Printing control apparatus, print setting processing method, and recording medium storing driver program therefor therein
JP2014124775A (en) Image forming device and alarm control method
US20120158956A1 (en) Information processing apparatus, control method thereof and program
EP3312716B1 (en) Printing managing apparatus and program
CN101556531A (en) Information processor, information processing method, and recording medium
US7677820B2 (en) Printing supporting apparatus, printing apparatus selecting apparatus, printing supporting program, printing apparatus selecting program, storage medium, method of selecting printing apparatus, method of supporting printing, and method of creating printing apparatus determining tree
US11650767B2 (en) Information processing apparatus and non-transitory computer readable medium storing information processing program
JP6127695B2 (en) Print processing apparatus and program
US20160224293A1 (en) Information processing apparatus, control method of information processing apparatus, and storage medium
JP5501309B2 (en) Electronic apparatus and image forming apparatus
US8312378B2 (en) Universally accessible printer configuration page
JP5476756B2 (en) Information processing apparatus, information processing system, and program
JP5586970B2 (en) Information processing apparatus, control method, and program
JP4957233B2 (en) Printing system, printing apparatus, printing method, printing program, printing control apparatus, printing control method, and printing control program
JP2015201173A (en) Information processing unit, information processing method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160419

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20161216

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20170228

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: 20170314

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20170327

R151 Written notification of patent or utility model registration

Ref document number: 6127695

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151