JP4661832B2 - Print control device and printer driver program - Google Patents

Print control device and printer driver program Download PDF

Info

Publication number
JP4661832B2
JP4661832B2 JP2007164443A JP2007164443A JP4661832B2 JP 4661832 B2 JP4661832 B2 JP 4661832B2 JP 2007164443 A JP2007164443 A JP 2007164443A JP 2007164443 A JP2007164443 A JP 2007164443A JP 4661832 B2 JP4661832 B2 JP 4661832B2
Authority
JP
Japan
Prior art keywords
filter
functional
processing
unit
configuration
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
JP2007164443A
Other languages
Japanese (ja)
Other versions
JP2009003724A (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.)
Brother Industries Ltd
Original Assignee
Brother Industries 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 Brother Industries Ltd filed Critical Brother Industries Ltd
Priority to JP2007164443A priority Critical patent/JP4661832B2/en
Publication of JP2009003724A publication Critical patent/JP2009003724A/en
Application granted granted Critical
Publication of JP4661832B2 publication Critical patent/JP4661832B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は,印刷制御装置およびプリンタドライバのプログラムに関する。さらに詳細には,印刷ジョブデータを機能フィルタによって加工処理する印刷制御装置およびプリンタドライバのプログラムに関するものである。   The present invention relates to a print control apparatus and a printer driver program. More specifically, the present invention relates to a program for a print control apparatus and a printer driver that process print job data using a functional filter.

プリンタの制御を行う印刷制御装置には,印刷ジョブデータを加工処理する機能を有するプリンタドライバが組み込まれている。印刷ジョブデータを加工処理する機能としては,例えば,印刷される画像の並び順序を変更する並べ替え機能や,複数のページを1枚の用紙に印刷するマルチページ機能や,印刷される画像に透かし文字等の画像を付加して印刷するウォータマーク機能が知られている。   A printer driver having a function of processing print job data is incorporated in a print control apparatus that controls the printer. Functions for processing print job data include, for example, a rearrangement function for changing the order of images to be printed, a multi-page function for printing a plurality of pages on one sheet, and a watermark for images to be printed. A watermark function for printing an image such as a character is known.

従来から,アプリケーションからXML(Extensible Markup Language)形式で出力される文書データを加工処理するプリンタドライバでは,各種の加工処理を実行するモジュールを,プリンタドライバに対して追加したり削除したりすることが可能な「機能フィルタ」として備えている。プリンタドライバは,印刷ジョブを実行する際に機能フィルタを読み出し,文書データを加工処理して印刷データとしてプリンタ等に出力する。   Conventionally, in a printer driver that processes document data output in XML (Extensible Markup Language) format from an application, modules that execute various types of processing can be added to or deleted from the printer driver. It is provided as a possible “functional filter”. The printer driver reads the function filter when executing a print job, processes the document data, and outputs the processed document data to a printer or the like as print data.

前記した機能フィルタを利用するプリンタドライバとしては,例えば特許文献1に,機能フィルタの実行順序を指定できる印刷システムが開示されている。各種の機能の組み合わせによっては,その実行順によって異なる画像が出力される。例えば,マルチページ機能(例えば2in1),ウォータマーク機能の順に加工した印刷データと,ウォータマーク機能,マルチページ機能の順に加工した印刷データとでは,出力画像が異なる。そこで,特許文献1の印刷システムでは,機能フィルタの実行順序を指定可能にすることでユーザの意図通りの画像が得られるとしている。
特開2006−48537号公報
As a printer driver that uses the above-described function filter, for example, Japanese Patent Application Laid-Open No. 2004-228561 discloses a printing system that can specify the execution order of function filters. Depending on the combination of various functions, different images are output depending on the execution order. For example, the output image is different between the print data processed in the order of the multi-page function (for example, 2 in 1) and the watermark function and the print data processed in the order of the watermark function and the multi-page function. Therefore, in the printing system disclosed in Patent Document 1, an image as intended by the user can be obtained by making it possible to specify the execution order of function filters.
JP 2006-48537 A

しかしながら,前記した従来の印刷制御装置には,次のような問題があった。すなわち,プリンタドライバは,所有する機能フィルタの一覧情報をフィルタ設定ファイルとして備えている。そして,プリンタドライバが印刷ジョブデータを加工処理する際には,フィルタ設定ファイルを参照し,当該プリンタドライバが所有する全ての機能フィルタがメモリに読み出される。   However, the above-described conventional print control apparatus has the following problems. In other words, the printer driver has list information of the function filters that it owns as a filter setting file. When the printer driver processes the print job data, the filter setting file is referred to and all the functional filters owned by the printer driver are read into the memory.

つまり,一旦,全ての機能フィルタをメモリに読み出した後に,印刷ジョブ毎に加工処理に必要な機能を選択的に利用している。このことから,利用しない機能フィルタも,印刷ジョブデータの加工処理を行う度にメモリに読み出される。そのため,印刷ジョブデータの加工処理に時間を要する。この加工処理の長時間化は,プリンタドライバが所有する機能フィルタの数が多いほど顕著になる。   That is, once all the function filters are read out to the memory, the functions necessary for the processing process are selectively used for each print job. For this reason, function filters that are not used are also read into the memory each time print job data is processed. Therefore, it takes time to process the print job data. This longer processing time becomes more prominent as the number of functional filters owned by the printer driver increases.

本発明は,前記した従来の印刷制御装置が有する問題点を解決するためになされたものである。すなわちその課題とするところは,印刷ジョブデータの加工処理を短時間で行うことが可能な印刷制御装置およびプリンタドライバのプログラムを提供することにある。   The present invention has been made to solve the problems of the conventional print control apparatus described above. That is, an object of the present invention is to provide a print control apparatus and a printer driver program that can perform processing of print job data in a short time.

この課題の解決を目的としてなされた印刷制御装置は,印刷ジョブデータを加工処理する少なくとも1つの機能フィルタと,所有する機能フィルタの構成情報を記憶するフィルタ構成記憶部と,印刷ジョブデータに付随する加工情報を基に,当該印刷ジョブデータの加工処理に必要な機能フィルタを選択する加工情報解析部と,加工情報解析部の解析結果を基に,フィルタ構成記憶部に記憶された機能フィルタの構成情報を書き換えるフィルタ構成変更部と,フィルタ構成記憶部に記憶された機能フィルタの構成情報を基に機能フィルタをメモリに読み出し,印刷ジョブデータの加工処理を実行するフィルタ実行部とを備えることを特徴としている。 In order to solve this problem, a print control apparatus is provided with at least one functional filter for processing print job data, a filter configuration storage unit for storing configuration information of the owned functional filter, and print job data. Based on the processing information, the processing information analysis unit that selects a functional filter necessary for processing the print job data, and the functional filter configuration stored in the filter configuration storage unit based on the analysis result of the processing information analysis unit A filter configuration changing unit that rewrites information; and a filter execution unit that reads the functional filter into the memory based on the configuration information of the functional filter stored in the filter configuration storage unit and executes the processing of the print job data. It is said.

本発明の印刷制御装置は,少なくとも1つの機能フィルタを備え,フィルタ構成記憶部にて当該機能フィルタ群の構成情報が記憶されている。そして,フィルタ実行部にて加工処理を実行する際には,フィルタ構成記憶部に記憶された構成情報を基に各機能フィルタをメモリ上に読み出し,加工処理を実行する。   The print control apparatus of the present invention includes at least one functional filter, and configuration information of the functional filter group is stored in the filter configuration storage unit. When the filter execution unit executes the processing, each functional filter is read out on the memory based on the configuration information stored in the filter configuration storage unit, and the processing is executed.

さらに,本発明の印刷制御装置では,加工情報解析部が印刷ジョブデータの加工処理に必要な機能フィルタを選択し,フィルタ構成変更部がその選択結果を基にフィルタ構成記憶部に記憶された機能フィルタの構成情報を書き換える。そして,フィルタ実行部では,その書き換えられた機能フィルタの構成情報を基に機能フィルタをメモリに読み出す。つまり,加工情報解析部が印刷ジョブデータの加工処理に必要と判断した機能フィルタのみがメモリに読み出される。そのため,所有する機能フィルタをすべてメモリ上に読み出していた従来の印刷制御装置と比較して不使用の機能フィルタの読み出しがない。従って,機能フィルタの読出し時間が短く,短時間で加工処理を終えることができる。   Further, in the print control apparatus of the present invention, the processing information analysis unit selects a function filter necessary for processing the print job data, and the filter configuration change unit stores the function stored in the filter configuration storage unit based on the selection result. Rewrite the filter configuration information. The filter execution unit reads the functional filter into the memory based on the rewritten functional filter configuration information. That is, only the functional filter that the processing information analysis unit determines to be necessary for the processing of the print job data is read into the memory. For this reason, there is no reading of unused functional filters as compared with the conventional print control apparatus in which all owned functional filters are read out on the memory. Therefore, the readout time of the functional filter is short, and the processing can be completed in a short time.

また,本発明の印刷制御装置では,機能フィルタの基本構成を記憶するバックアップ部を備えることとするとよりよい。   In the print control apparatus of the present invention, it is better to include a backup unit that stores the basic configuration of the functional filter.

バックアップ部を備えることで,フィルタ構成記憶部に記憶された機能フィルタの構成情報を初期化することができる。加工処理の終了後に,フィルタ構成記憶部の構成を基本構成に戻すことで,アプリケーションから機能を問い合わされたときや次の印刷ジョブを実行するときに,前の印刷ジョブの影響を回避することができる。また,加工処理中に障害が生じたとしても,バックアップ部の情報を基に機能フィルタの構成情報を初期状態に回復することができる。   By providing the backup unit, the configuration information of the functional filter stored in the filter configuration storage unit can be initialized. By returning the configuration of the filter configuration storage unit to the basic configuration after the processing is completed, the effect of the previous print job can be avoided when the function is queried from the application or when the next print job is executed. it can. Even if a failure occurs during the processing, the configuration information of the functional filter can be restored to the initial state based on the information of the backup unit.

また,本発明の印刷制御装置は,フィルタ構成変更部が,変更前の機能フィルタの構成情報を記憶し,フィルタ実行部が印刷ジョブデータを加工し終えた後に,機能フィルタの構成情報を変更前の内容に書き換えることとしてもよい。   In the printing control apparatus of the present invention, the filter configuration change unit stores the functional filter configuration information before the change, and the filter execution unit finishes processing the print job data and then changes the functional filter configuration information before the change. It may be rewritten to the contents of.

フィルタ構成変更部が,機能フィルタの構成情報の変更の際に変更前の情報を一時的に記憶し,加工終了後に変更前の状態に戻すことで,機能フィルタの構成情報が維持される。そのため,バックアップ部を有する印刷制御装置と同様に,前の印刷ジョブの影響を回避することができる。また,印刷処理の都度,バックアップを作成するため,バックアップファイル自体の障害に関する問題は生じない。   The filter configuration change unit temporarily stores the information before the change when the configuration information of the function filter is changed, and returns to the state before the change after the processing is completed, so that the configuration information of the function filter is maintained. Therefore, the influence of the previous print job can be avoided as in the print control apparatus having the backup unit. In addition, since a backup is created for each printing process, there is no problem with the failure of the backup file itself.

また,本発明の印刷制御装置は,フィルタ構成記憶部に記憶された各機能フィルタの利用をユーザに選択可能にし,ユーザの選択に従ってフィルタ構成記憶部の構成情報を書き換える手動変更部を備えることとするとよりよい。手動変更部を備えることで,機能フィルタの構成情報の手動操作が可能になる。   The printing control apparatus according to the present invention further includes a manual change unit that allows a user to select use of each functional filter stored in the filter configuration storage unit and rewrites configuration information in the filter configuration storage unit according to the user's selection. Then better. By providing the manual changing unit, it is possible to manually operate the configuration information of the functional filter.

さらに,上記の印刷制御装置は,フィルタ構成記憶部に記憶された機能フィルタの構成情報を取得し,各機能フィルタの利用をユーザに選択可能にするユーザインターフェースを表示する表示部を備え,当該表示部は,フィルタ構成変更部にて読み出しが制限された機能の選択を制限することとするとよりよい。このような表示部を設けることで,ユーザが手動操作で変更された機能フィルタの設定状態を視認し易い。   Furthermore, the printing control apparatus includes a display unit that acquires the configuration information of the functional filter stored in the filter configuration storage unit and displays a user interface that enables the user to select the use of each functional filter. It is better that the unit restricts selection of functions whose reading is restricted by the filter configuration changing unit. By providing such a display unit, it is easy for the user to visually recognize the setting state of the functional filter changed by manual operation.

また,本発明は,印刷制御装置を,印刷ジョブデータを加工処理する少なくとも1つの機能フィルタと,所有する機能フィルタの構成情報を記憶するフィルタ構成記憶手段と,印刷ジョブデータに付随する加工情報を基に,当該印刷ジョブデータの加工処理に必要な機能フィルタを選択する加工情報解析手段と,加工情報解析手段の解析結果を基に,フィルタ構成記憶手段に記憶された機能フィルタの構成情報を書き換えるフィルタ構成変更手段と,フィルタ構成記憶手段に記憶された機能フィルタの構成情報を基に機能フィルタをメモリに読み出し,印刷ジョブデータの加工処理を実行するフィルタ実行手段として機能させることを特徴とするプリンタドライバのプログラムを含んでいる。 According to another aspect of the present invention, the print control apparatus includes at least one functional filter for processing print job data, filter configuration storage means for storing configuration information of the owned functional filter, and processing information associated with the print job data. Based on the analysis result of the processing information analysis means for selecting the functional filter necessary for the processing of the print job data and the processing information analysis means, the function filter configuration information stored in the filter configuration storage means is rewritten. A printer that functions as a filter execution unit that reads out a functional filter from a filter based on the configuration information of the functional filter stored in the filter configuration storage unit and the filter configuration storage unit, and executes processing for processing print job data Contains driver programs.

本発明によれば,印刷ジョブデータの加工処理を短時間で行うことが可能な印刷制御装置およびプリンタドライバのプログラムが実現している。   According to the present invention, a program for a print control apparatus and a printer driver capable of performing processing of print job data in a short time is realized.

以下,本発明にかかる印刷制御装置を具体化した実施の形態について,添付図面を参照しつつ詳細に説明する。本形態は,プリンタドライバがインストールされたパーソナルコンピュータ(以下,単に「PC」とする)に本発明を適用したものである。   DESCRIPTION OF EXEMPLARY EMBODIMENTS Hereinafter, embodiments of a printing control apparatus according to the invention will be described in detail with reference to the accompanying drawings. In this embodiment, the present invention is applied to a personal computer (hereinafter simply referred to as “PC”) in which a printer driver is installed.

[プリントシステムの構成]
本形態のプリントシステム100は,図1に示すように,画像形成装置としてのプリンタ2と,情報端末装置としてのPC1とを備えている。プリントシステム100では,PC1とプリンタ2とがUSBケーブルを介して接続されている。なお,プリントシステム100を構成するプリンタおよびPCは各1台に限るものではなく,それぞれ複数台接続してもよい。また,PC1とプリンタ2との接続は,USBケーブルに限らず,その他のシリアル通信ケーブル,パラレル通信ケーブル,有線LANケーブル,さらには無線LAN等の無線通信経路とすることも可能である。
[Print system configuration]
As shown in FIG. 1, the printing system 100 of this embodiment includes a printer 2 as an image forming apparatus and a PC 1 as an information terminal device. In the print system 100, the PC 1 and the printer 2 are connected via a USB cable. Note that the number of printers and PCs constituting the printing system 100 is not limited to one, and a plurality of printers and PCs may be connected. Further, the connection between the PC 1 and the printer 2 is not limited to a USB cable, and other serial communication cables, parallel communication cables, wired LAN cables, and wireless communication paths such as a wireless LAN can be used.

PC1は,各種処理を実行するCPU11と,当該PC1の起動時にCPU11が行う起動処理のプログラム(BIOS)等を記憶したROM12と,CPU11が各種処理を行う際に一時的な記憶領域として利用されるRAM13と,各種のプログラムやデータを記憶したハードディスクドライブ(HDD)14とを有している。   The PC 1 is used as a temporary storage area when the CPU 11 that executes various processes, a ROM 12 that stores a program (BIOS) of a startup process performed by the CPU 11 when the PC 1 is started, and the CPU 11 performs various processes. A RAM 13 and a hard disk drive (HDD) 14 storing various programs and data are included.

また,PC1は,キーボードやマウス等からなる操作部15と,液晶ディスプレイ等からなる表示部16と,プリンタ2との間で信号のやりとりを行うプリンタポートインターフェース17(本形態では,USBインターフェース等)と,LAN,インターネット等のネットワークを介して信号のやりとりを行うネットワークインターフェース18とを有している。   The PC 1 also has a printer port interface 17 (in this embodiment, a USB interface, etc.) for exchanging signals with the operation unit 15 such as a keyboard and a mouse, a display unit 16 including a liquid crystal display, and the printer 2. And a network interface 18 for exchanging signals via a network such as a LAN or the Internet.

さらに,PC1のHDD14には,オペレーティングシステム(OS)や,画像データを編集可能なアプリケーション(例えば,文書作成ソフト,作図ソフト,表計算ソフト,写真データ編集ソフト等)や,プリンタ2にPDL形式で記述された印刷データを送信するプリンタドライバが記憶されている。   Further, the HDD 14 of the PC 1 has an operating system (OS), an application capable of editing image data (for example, document creation software, drawing software, spreadsheet software, photo data editing software, etc.) and a printer 2 in PDL format. A printer driver that transmits the described print data is stored.

プリンタ2は,各種処理を実行するCPU21と,当該プリンタ2の起動時にCPU21が行う起動処理のプログラム等を記憶したROM22と,CPU21が各種処理を行う際に一時的な記憶領域として利用されるRAM23と,各種のプログラムやデータ等を記憶したハードディスクドライブ(HDD)24とを有している。   The printer 2 includes a CPU 21 that executes various processes, a ROM 22 that stores a program of a startup process performed by the CPU 21 when the printer 2 is started, and a RAM 23 that is used as a temporary storage area when the CPU 21 performs various processes. And a hard disk drive (HDD) 24 that stores various programs and data.

また,プリンタ2は,当該プリンタ2の筐体外部に配設された複数のボタンからなる操作部25と,同じく筐体外部に配設された液晶表示パネル等からなる表示部26と,PC1との間で信号のやりとりを行うプリンタポートインターフェース27(本形態では,USBインターフェース等)と,LAN,インターネット等のネットワークを介して信号のやりとりを行うネットワークインターフェース28とを有している。   In addition, the printer 2 includes an operation unit 25 including a plurality of buttons disposed outside the casing of the printer 2, a display unit 26 including a liquid crystal display panel disposed outside the casing, and the PC 1. A printer port interface 27 (USB interface or the like in this embodiment) and a network interface 28 for exchanging signals via a network such as a LAN or the Internet.

さらに,プリンタ2は,記録媒体としての用紙やOHPシート(以下,単に「用紙」とする)に画像を形成する印字部30を有している。印字部30は,電子写真方式,インクジェット方式,その他の一般的な画像形成方式を採用していればよい。また,カラー画像の形成が可能であっても,モノクロ画像専用であってもよい。   Further, the printer 2 includes a printing unit 30 that forms an image on a sheet as a recording medium or an OHP sheet (hereinafter simply referred to as “sheet”). The printing unit 30 may adopt an electrophotographic method, an ink jet method, or another general image forming method. Further, even if a color image can be formed, it may be dedicated to a monochrome image.

このような構成であるプリンタ2およびPC1を備える本形態のプリントシステム100では,ユーザがPC1を操作し,PC1に組み込まれたアプリケーションを利用して文書,図,表,あるいは写真等の画像データを編集することが可能である。そして,ユーザの指示に従って,PDL形式の印刷データをプリンタ2に送信し,プリンタ2によって画像を出力することが可能である。   In the printing system 100 of this embodiment including the printer 2 and the PC 1 having such a configuration, the user operates the PC 1 and uses the application built in the PC 1 to output image data such as a document, a figure, a table, or a photograph. It is possible to edit. In accordance with a user instruction, print data in PDL format can be transmitted to the printer 2 and an image can be output by the printer 2.

PC1に組み込まれたアプリケーションの一部は,印刷機能を備えており,この印刷機能によって文書データあるいは画像データ等の印刷ジョブデータがプリンタドライバに対して送られる。プリンタドライバは,アプリケーションからの印刷ジョブデータに応じ,文書データや画像データをプリンタ2で印刷するために必要な印刷データを作成する。なお,印刷ジョブデータは,XML形式で記述されている。   Some of the applications installed in the PC 1 have a printing function, and print job data such as document data or image data is sent to the printer driver by this printing function. The printer driver creates print data necessary for printing document data and image data with the printer 2 in accordance with print job data from the application. Note that the print job data is described in the XML format.

プリンタドライバが作成した印刷データは,プリンタポートインターフェース17を経由してプリンタ2へと送信される。プリンタ2は,印刷データを受信することで印字部30を稼働する。そして,印刷データに基づいて,ユーザが選択した用紙にユーザの所望の画像を形成する。   Print data created by the printer driver is transmitted to the printer 2 via the printer port interface 17. The printer 2 operates the printing unit 30 by receiving print data. Then, based on the print data, an image desired by the user is formed on a sheet selected by the user.

また,アプリケーションは,プリンタ2にて画像形成が可能な用紙としてあらかじめ設定されている用紙についての設定情報をプリンタ2用のプリンタドライバから取得する。そして,用紙の設定項目およびサイズ設定項目として登録する。例えば,設定項目の1つである「用紙サイズ」には,用紙サイズの種類となる「A4」,「A5」,「B5」,「ハガキ」等が登録される。さらに,サイズの設定項目として,寸法および印字の向きが登録される。そして,アプリケーションでは,ユーザの選択によって登録された設定情報が反映されたページ設定画面やプレビュー画面を提供する。   In addition, the application acquires setting information about a sheet that is set in advance as a sheet on which an image can be formed by the printer 2 from the printer driver for the printer 2. Then, it is registered as a paper setting item and a size setting item. For example, “A4”, “A5”, “B5”, “postcard”, and the like, which are types of paper sizes, are registered in one of the setting items “paper size”. Furthermore, dimensions and printing directions are registered as size setting items. The application provides a page setting screen and a preview screen reflecting the setting information registered by the user's selection.

また,アプリケーションは,プリンタドライバの機能として提供可能な機能情報をプリンタドライバから取得する。プリンタドライバの機能としては,ウォータマーク,並べ替え,マルチページ等がある。また,機能ごとに設定する項目が異なる。例えば,ウォータマーク機能では,ウォータマークを「使用する」,「使用しない」の設定であったり,ウォータマークの色の種類となる「黒」,「灰色」,「赤」等の項目が設定される。   The application acquires function information that can be provided as a function of the printer driver from the printer driver. Printer driver functions include watermarking, sorting, and multi-page. The items to be set differ depending on the function. For example, in the watermark function, items such as “use” and “do not use” are set for the watermark, and “black”, “gray”, “red”, etc., which are the color types of the watermark, are set. The

[プリンタドライバの構成]
続いて,PC1に組み込まれているプリンタドライバ4について説明する。プリンタ2用のプリンタドライバ4は,各種の加工処理を実行するソフトウェアモジュール(本形態では,DLL)を「機能フィルタ」として備えている。機能フィルタは,バージョンアップやアドイン等を行うことにより,追加したり削除したりあるいは機能を拡張したりすることが可能である。
[Configuration of printer driver]
Next, the printer driver 4 incorporated in the PC 1 will be described. The printer driver 4 for the printer 2 includes a software module (DLL in this embodiment) that executes various types of processing as a “functional filter”. Functional filters can be added, deleted, or expanded in function by version upgrades, add-ins, and the like.

本形態のプリンタドライバ4は,図2に示すように,ドライバ制御部41と,設定情報解析部42(加工情報解析部の一例)と,フィルタ設定ファイル制御部43(フィルタ構成変更部の一例)と,フィルタ部44と,フィルタ実行部45(フィルタ実行部の一例)と,フィルタ手動変更部46(手動変更部の一例)と,フィルタ機能表示部47(表示部の一例)とを有している。   As shown in FIG. 2, the printer driver 4 of this embodiment includes a driver control unit 41, a setting information analysis unit 42 (an example of a processing information analysis unit), and a filter setting file control unit 43 (an example of a filter configuration change unit). A filter unit 44, a filter execution unit 45 (an example of a filter execution unit), a filter manual change unit 46 (an example of a manual change unit), and a filter function display unit 47 (an example of a display unit). Yes.

ドライバ制御部41は,アプリケーション7からの要求を受け付けるとともに必要に応じて情報を送り返す機能を有している。本形態のプリントシステム100としては,アプリケーション7からの印刷ジョブデータを受け付ける。この他,プリンタドライバ4自身が所有する機能の表示指示等を受け付ける。なお,実際には,アプリケーション7から出力される印刷ジョブデータはスプーラに蓄積され,順次にプリンタドライバ4に送り込まれるが,本形態では説明の簡略化のためにスプーラを省略している。   The driver control unit 41 has a function of receiving a request from the application 7 and sending back information as necessary. The print system 100 of this embodiment accepts print job data from the application 7. In addition, it accepts display instructions for functions owned by the printer driver 4 itself. Actually, the print job data output from the application 7 is accumulated in the spooler and sequentially sent to the printer driver 4. However, in this embodiment, the spooler is omitted for the sake of simplicity.

設定情報解析部42は,加工処理に必要な機能フィルタを印刷ジョブデータごとに抽出する機能を有している。すなわち,アプリケーション7から送り込まれる印刷ジョブデータには,印刷対象となる文書データそのものの他,プリンタドライバ4の設定に関するデータが付随している。この付随データとしては,例えば「用紙サイズ」,「用紙向き」,「入力トレイ」といったプリンタ2の基本情報に加え,「倍率150%」,「2in1」,「左右反転」といった加工処理情報が記憶されている。設定情報解析部42では,当該付随データを読み取って所望の加工処理に必要な機能フィルタを解析して抽出する。   The setting information analysis unit 42 has a function of extracting function filters necessary for processing for each print job data. That is, the print job data sent from the application 7 is accompanied by data relating to the setting of the printer driver 4 in addition to the document data itself to be printed. As the accompanying data, for example, in addition to the basic information of the printer 2 such as “paper size”, “paper orientation”, and “input tray”, processing information such as “150% magnification”, “2 in 1”, “horizontal reversal” is stored. Has been. The setting information analysis unit 42 reads the associated data and analyzes and extracts a functional filter necessary for desired processing.

フィルタ設定ファイル制御部43は,プリンタドライバ4が所有する機能フィルタの構成情報を記憶する機能を有している。具体的に,フィルタ設定ファイル制御部43は,フィルタ設定ファイル431(フィルタ構成記憶部の一例)と,フィルタ設定バックアップ432(バックアップ部の一例)とを管理している。図3は,フィルタ設定ファイル制御部43で管理するフィルタ設定ファイル431の一例であり,所有する機能フィルタの一覧がXMLファイルとして記憶されている。   The filter setting file control unit 43 has a function of storing configuration information of functional filters owned by the printer driver 4. Specifically, the filter setting file control unit 43 manages a filter setting file 431 (an example of a filter configuration storage unit) and a filter setting backup 432 (an example of a backup unit). FIG. 3 is an example of the filter setting file 431 managed by the filter setting file control unit 43, and a list of owned functional filters is stored as an XML file.

具体的には,フィルタの種類およびそのフィルタモジュールの参照先が記憶されている。すなわち,本形態では,「ウォータマーク」,「スケーリング」,「レイアウト」,「ミラー」,「RIP」の各機能フィルタがその機能を実行するモジュール名とともに記憶されている。また,図3中のフィルタ構成の各機能フィルタの登録順がそのまま機能フィルタの実行順序を意味している。すなわち,図3の機能フィルタの構成情報によれば,プリンタドライバ4が「ウォータマーク」,「スケーリング」,「レイアウト」,「ミラー」,「RIP」の順に実行することが記憶されている。なお,機能フィルタの構成情報の記憶方法としては,XML形式のファイルに限らず,例えばHTML形式やCSV形式のファイルであってもよい。   Specifically, the type of filter and the reference destination of the filter module are stored. In other words, in this embodiment, “watermark”, “scaling”, “layout”, “mirror”, and “RIP” function filters are stored together with the names of modules that execute the functions. Further, the registration order of the functional filters having the filter configuration in FIG. 3 directly means the execution order of the functional filters. That is, according to the configuration information of the functional filter in FIG. 3, it is stored that the printer driver 4 executes “watermark”, “scaling”, “layout”, “mirror”, and “RIP” in this order. The method for storing the configuration information of the functional filter is not limited to the XML format file, but may be, for example, an HTML format file or a CSV format file.

フィルタ設定バックアップ432は,フィルタ設定ファイル431の初期状態を記憶しており,フィルタ設定ファイル431と同じく所有する機能フィルタの一覧がXMLファイルとして記憶されている。本形態では,図3に示したXMLファイルの内容を初期状態として記憶している。   The filter setting backup 432 stores the initial state of the filter setting file 431, and a list of functional filters owned as with the filter setting file 431 is stored as an XML file. In this embodiment, the contents of the XML file shown in FIG. 3 are stored as an initial state.

フィルタ部44は,プリンタドライバ4が所有する機能フィルタ51〜55のライブラリ群を示している。機能フィルタ51〜55は,DLLとして提供されており,各機能フィルタの利用時には個別にメモリに読み出される。   The filter unit 44 indicates a library group of function filters 51 to 55 owned by the printer driver 4. The functional filters 51 to 55 are provided as DLLs, and are read into the memory individually when each functional filter is used.

具体的に本形態では,機能フィルタ51として透かし文字を付加する「ウォータマークフィルタ」,機能フィルタ52として所定の倍率表示(拡大縮小)を行う「スケーリングフィルタ」,機能フィルタ53として2in1やポスター印刷を行う「レイアウトフィルタ」,機能フィルタ54として左右反転や上下反転を行う「ミラーフィルタ」,機能フィルタ55としてページ記述言語からビットマップデータに展開する「RIPフィルタ」を有している。   Specifically, in this embodiment, a “watermark filter” that adds a watermark character as the function filter 51, a “scaling filter” that displays a predetermined magnification (enlargement / reduction) as the function filter 52, and 2in1 or poster printing as the function filter 53. A “layout filter” to be performed, a “mirror filter” to perform left-right inversion and upside-down inversion as the function filter 54, and a “RIP filter” to develop bitmap data from the page description language as the function filter 55 are provided.

フィルタ実行部45は,印刷ジョブデータに従って文書データに加工処理を施す機能を有している。加工処理を行う際には,フィルター設定ファイル431の内容に従って機能フィルタ51〜55の少なくとも1つをメモリに読み出し,印刷ジョブデータに指示された加工処理を実行する。加工処理が終了した印刷データは,RIPフィルタを介してビットマップデータに展開されてプリンタ2に送られる。   The filter execution unit 45 has a function of processing document data according to print job data. When performing the processing, at least one of the functional filters 51 to 55 is read into the memory in accordance with the contents of the filter setting file 431, and the processing specified in the print job data is executed. The print data that has been processed is expanded into bitmap data via the RIP filter and sent to the printer 2.

フィルタ手動変更部46は,フィルタ設定ファイル431の内容を変更する機能を有している。管理者等のユーザは,フィルタ手動変更部46によって手動でフィルタ設定ファイル431を書き換えることができる。これにより,例えば特定のユーザを対象とするプリントシステムにおいては,機能フィルタによって実現する機能を限定するといったことを実現できる。   The filter manual changing unit 46 has a function of changing the contents of the filter setting file 431. A user such as an administrator can manually rewrite the filter setting file 431 by the filter manual changing unit 46. As a result, for example, in a print system for a specific user, it is possible to limit the functions realized by the function filter.

本形態では,フィルタ設定ファイル431の内容を変更する手段として,図4に示すような専用のユーザインターフェース461を備えている。ユーザインターフェース461は,フィルタ設定ファイル431の内容を参照し,所有する機能を表示する。そして,各機能に対応するチェックボックスを設け,ユーザがそのチェックボックスをオンオフできるようにする。そして,チェックボックスをオフにすることでそのチェックボックスに対応する機能の利用が制限される。   In this embodiment, a dedicated user interface 461 as shown in FIG. 4 is provided as means for changing the contents of the filter setting file 431. The user interface 461 refers to the contents of the filter setting file 431 and displays the functions owned. A check box corresponding to each function is provided so that the user can turn on or off the check box. Then, by turning off the check box, use of the function corresponding to the check box is restricted.

具体的に,機能の利用を制限するようにフィルタ設定ファイル431の内容を変更する方法としては,その機能についての情報をフィルタ設定ファイル431から削除することや,その機能についての情報をコメントアウトすることが適用可能である。また,いずれか一方の方法を選択することができるようにしてもよい。   Specifically, as a method of changing the contents of the filter setting file 431 so as to restrict the use of the function, the information about the function is deleted from the filter setting file 431, or the information about the function is commented out. Is applicable. Moreover, you may enable it to select any one method.

なお,画面構成や表示機能については一例であり,これに限るものではない。また,フィルタ設定ファイル431の内容を変更する手段としては,専用のユーティリティに限るものではない。例えば,機能フィルタの利用の有無をコマンドラインから入力できるようにしてもよい。   The screen configuration and display function are examples, and the present invention is not limited to this. The means for changing the contents of the filter setting file 431 is not limited to a dedicated utility. For example, whether to use a functional filter may be input from the command line.

フィルタ機能表示部47は,フィルター設定ファイルの記憶内容を表示する機能を有している。すなわち,プリンタドライバ4が所有する機能を視認するためのユーザインターフェースを提供する。図5は,フィルタ機能表示部47が表示する表示画面の一例を示している。ユーザは,この画面を通じて利用可能な機能を知ることができる。   The filter function display unit 47 has a function of displaying the stored contents of the filter setting file. That is, a user interface for visually recognizing functions owned by the printer driver 4 is provided. FIG. 5 shows an example of a display screen displayed by the filter function display unit 47. The user can know the available functions through this screen.

さらに,フィルタ機能表示部47は,フィルタ設定ファイル431に記録されていない機能や,記録されている機能のうち,利用が制限されている機能フィルタ,すなわちフィルタ手動変更部46にて利用不可とした機能については,選択を制限するように表示する。図6は,選択が制限された状態の表示例を示している。この表示例では,「ウォータマーク」の選択ボタンの文字に2重取り消し線が引かれ,選択が制限されていることが視認できる。この他,例えばレイアウトの機能フィルタが利用不可になっている場合には,「マルチページ」の文字およびラジオボタンの選択肢の文字に2重取り消し線が引かれた画面になる。   Further, the filter function display unit 47 is disabled in the function filter that is not recorded in the filter setting file 431 and the function that is restricted in use among the recorded functions, that is, the filter manual change unit 46. The function is displayed to limit the selection. FIG. 6 shows a display example in a state where selection is restricted. In this display example, a double strikethrough is drawn on the character of the “watermark” selection button, and it can be visually confirmed that the selection is restricted. In addition, for example, when the layout function filter is not available, a screen in which double strikethrough is drawn on the characters “multi-page” and the radio button option characters is displayed.

なお,画面構成や表示機能については一例であり,これに限るものではない。また,選択が制限された状態の表示についても,2重取り消し線に限るものではなく,例えば,文字を小さくする,文字の色を変える,グレーアウト表示にする等が適用可能である。   The screen configuration and display function are examples, and the present invention is not limited to this. Further, the display in a state where the selection is limited is not limited to the double strikethrough, and for example, it is possible to apply a method of reducing the character, changing the color of the character, displaying in grayout, or the like.

[プリンタドライバの動作]
[ドライバ印刷処理]
プリンタドライバ4が印刷ジョブデータを受け付けたときに実行される印刷処理を説明する。本ドライバの印刷処理では,主としてフィルタ実行部45にてプリンタドライバ4が所有する機能フィルタをメモリに読み出し,印刷ジョブデータに加工処理を施した上で当該印刷データをプリンタ2に送り出す。以下,プリンタドライバ4の印刷処理を,図7のフローチャートを基に説明する。
[Printer Driver Operation]
[Driver print processing]
A printing process executed when the printer driver 4 receives print job data will be described. In the printing process of this driver, the function filter owned by the printer driver 4 is read into the memory mainly by the filter execution unit 45, the print job data is processed, and the print data is sent to the printer 2. Hereinafter, the printing process of the printer driver 4 will be described with reference to the flowchart of FIG.

まず,ドライバ制御部41がアプリケーション7から印刷ジョブデータを取得する(S101)。取得した印刷ジョブデータは,設定情報解析部42およびフィルタ実行部43に送られる。なお,以下の説明では,「倍率150%」,「2in1」,「左右反転」の各加工処理の指示があり,「ウォータマーク」についての指示がない印刷ジョブ例を受け取った場合について例示する。   First, the driver control unit 41 acquires print job data from the application 7 (S101). The acquired print job data is sent to the setting information analysis unit 42 and the filter execution unit 43. In the following description, an example is given in which a print job example is received in which there is an instruction for each processing process of “magnification 150%”, “2 in 1”, and “left-right reversal” and no instruction for “watermark”.

次に,設定情報解析部42が印刷ジョブデータに付随するプリンタドライバ4の設定に関するデータを解析し,当該印刷ジョブデータの加工処理に必要な機能フィルタを抽出する(S102)。抽出結果は,フィルタ設定ファイル制御部43に送られる。本印刷ジョブ例では,150%拡大印刷を行うための「スケーリング」,2in1を行うための「レイアウト」,左右反転処理を行うための「ミラー」の各機能フィルタが抽出される。なお,「RIP」フィルタについてはプリンタ2への出力の際には必ず読み出されるため,すべての印刷ジョブで抽出される。   Next, the setting information analysis unit 42 analyzes data related to the setting of the printer driver 4 attached to the print job data, and extracts function filters necessary for processing the print job data (S102). The extraction result is sent to the filter setting file control unit 43. In this print job example, “scaling” for 150% enlargement printing, “layout” for performing 2 in 1 and “mirror” for performing left / right reversal processing are extracted. Since the “RIP” filter is always read when output to the printer 2, it is extracted in all print jobs.

次に,フィルタ設定ファイル制御部43が設定情報解析部42の解析結果に従ってフィルタ設定ファイル431を変更する(S103)。すなわち,設定情報解析部42にて抽出されなかった機能フィルタの読み出しを制限するようにフィルタ設定ファイル431の内容を変更する。   Next, the filter setting file control unit 43 changes the filter setting file 431 according to the analysis result of the setting information analysis unit 42 (S103). That is, the contents of the filter setting file 431 are changed so as to limit the reading of the function filter that has not been extracted by the setting information analysis unit 42.

具体的に,本印刷ジョブ例では,「スケーリング」,「レイアウト」,「ミラー」,「RIP」の各機能フィルタが抽出され,「ウォータマーク」が抽出されていない。そこで,「ウォータマーク」の機能フィルタの利用を制限するようにフィルタ設定ファイル431の内容を変更する。図8は,変更後のフィルタ設定ファイル431の記憶内容を示している。図8では,フィルタ設定ファイル431の記憶内容から「ウォータマーク」の機能フィルタについての情報が削除されている。そのため,「ウォータマーク」の利用が不可になる。   Specifically, in this print job example, the function filters “scaling”, “layout”, “mirror”, and “RIP” are extracted, but “watermark” is not extracted. Therefore, the contents of the filter setting file 431 are changed so as to limit the use of the “watermark” function filter. FIG. 8 shows the stored contents of the filter setting file 431 after the change. In FIG. 8, the information about the “watermark” functional filter is deleted from the stored contents of the filter setting file 431. Therefore, the “watermark” cannot be used.

なお,機能フィルタの利用を制限する方法としては,該当する機能フィルタの情報を削除する他,当該機能フィルタの情報をコメントアウトしてもよい。図9は,ウォータマークの機能フィルタの情報をコメントアウトした状態を示している。   As a method for restricting the use of the function filter, the function filter information may be commented out in addition to deleting the information of the corresponding function filter. FIG. 9 shows a state in which the information about the function filter of the watermark is commented out.

次に,フィルタ実行部45が印刷ジョブデータの加工処理を行う(S104)。この加工処理では,まず,フィルタ設定ファイル431を参照し,読み出し可能な機能フィルタをすべてメモリに読み出す。本印刷ジョブ例では,「ウォータマーク」の機能フィルタが先のS103の処理でフィルタ設定ファイル431の上では利用不可になっているため,「ウォータマーク」の機能フィルタ51は読み出されず,「スケーリング」,「レイアウト」,「ミラー」,「RIP」の各機能フィルタ52〜55が読み出される。   Next, the filter execution unit 45 processes the print job data (S104). In this processing, first, the filter setting file 431 is referred to, and all readable function filters are read into the memory. In this print job example, since the “watermark” function filter is disabled on the filter setting file 431 in the process of S103, the “watermark” function filter 51 is not read and “scaling” is performed. , “Layout”, “mirror”, and “RIP” function filters 52 to 55 are read out.

その後,「スケーリング」,「レイアウト」,「ミラー」の各加工処理を行って,ユーザの所望する画像を作成する。加工処理された印刷ジョブデータは,「RIP」フィルタによってビットマップデータに変換された後,PDL形式の印刷データとしてプリンタ2へ送られる。   Thereafter, each processing of “scaling”, “layout”, and “mirror” is performed to create an image desired by the user. The processed print job data is converted to bitmap data by the “RIP” filter and then sent to the printer 2 as PDL format print data.

加工処理が終了した後,フィルタ設定ファイル制御部43では,フィルタ設定ファイル431を初期状態に戻す(S105)。すなわち,フィルタ設定バックアップ432を利用して,フィルタ設定ファイル431を初期化する。加工処理の終了後に,フィルタ設定ファイル431の構成を基本構成に戻すことで,アプリケーション7から機能を問い合わされたときや次の印刷時に,前の印刷ジョブの影響を受けない。   After finishing the processing, the filter setting file control unit 43 returns the filter setting file 431 to the initial state (S105). That is, the filter setting file 431 is initialized using the filter setting backup 432. By returning the configuration of the filter setting file 431 to the basic configuration after the processing is completed, the function is not affected by the previous print job when the function is inquired from the application 7 or the next printing.

本印刷ジョブ例では,図8に示したように,「ウォータマーク」の機能フィルタの情報が欠落した状態から,図3に示したような初期状態に戻される。これにより,S103の処理によって削除された機能ファイルの情報が回復し,次の印刷ジョブでは当該機能ファイルの利用が可能になる。S105の処理終了後は,本ドライバ印刷処理を終了する。   In this print job example, as shown in FIG. 8, the function filter information of “watermark” is returned to the initial state as shown in FIG. As a result, the information of the function file deleted by the process of S103 is recovered, and the function file can be used in the next print job. After the process of S105 ends, the driver print process ends.

[応用例]
本形態では,フィルタ設定バックアップ部432を設け,バックアップファイルを基にフィルタ設定ファイル431を初期状態に戻しているが,これに限るものではない。例えば,図10に示すように,フィルタ設定バックアップ部432を備えない構成であってもよい。
[Application example]
In this embodiment, the filter setting backup unit 432 is provided and the filter setting file 431 is returned to the initial state based on the backup file. However, the present invention is not limited to this. For example, as shown in FIG. 10, the filter setting backup unit 432 may not be provided.

この場合,フィルタ設定ファイル制御部430では,S103の処理でフィルタ設定ファイル431の内容を変更する前に,その直前のフィルタ設定ファイル431の内容を一時的にメモリあるいはテンポラリファイルに記憶する。そして,S105の処理では,そのテンポラリ情報433を基に直前の状態に戻す。これにより,バックアップファイルを有する本形態と同様に,アプリケーション7から機能を問い合わされたときや次の印刷時に,前の印刷ジョブの影響を受けなくてすむ。   In this case, before changing the contents of the filter setting file 431 in the process of S103, the filter setting file control unit 430 temporarily stores the contents of the immediately preceding filter setting file 431 in a memory or a temporary file. In the process of S105, the previous state is restored based on the temporary information 433. As a result, as in the case of the present embodiment having the backup file, it is not necessary to be affected by the previous print job when the function is inquired from the application 7 or the next printing.

この応用例のように,テンポラリ情報433によって初期状態に戻す場合には,印刷処理の都度,バックアップを作成するため,バックアップファイル自体の障害の問題は生じない。一方,実施例のようにバックアップファイル432によって初期状態に戻す場合には,加工処理中に障害が生じたとしても,バックアップファイル432の情報を基に初期状態に回復することができる。   As in this application example, when the temporary information 433 is used to restore the initial state, a backup is created every time printing processing is performed, so that the problem of the backup file itself does not occur. On the other hand, when returning to the initial state by the backup file 432 as in the embodiment, even if a failure occurs during the processing, it can be restored to the initial state based on the information in the backup file 432.

また,本形態では,初期状態ではすべての機能フィルタを読み出すように設定しているが,これに限るものではない。例えば,初期状態では,「RIP」フィルタ等の必ず読み出される機能フィルタのみを利用可能とし,他の機能フィルタをコメントアウトした状態としてもよい。すなわち,特殊な加工処理を行う場合にフィルタ設定変更処理(S103)を行い,特殊な加工処理を行わないと判断した場合にはS103の処理を行うことなくS104の処理に移行するとしてもよい。   In this embodiment, the setting is made so that all function filters are read out in the initial state, but the present invention is not limited to this. For example, in the initial state, only a function filter that is always read, such as a “RIP” filter, may be used, and other function filters may be commented out. That is, the filter setting changing process (S103) may be performed when performing a special processing process, and the process may be shifted to the process of S104 without performing the process of S103 when it is determined that the special processing process is not performed.

以上詳細に説明したように本形態のプリンタドライバ4は,複数の機能フィルタ51〜55を備え,フィルタ設定ファイル431にてフィルタ部44の構成情報を記憶している。そして,フィルタ実行部45にて加工処理を実行する際には,フィルタ設定ファイル431に記憶された機能フィルタの構成情報を基に各機能フィルタをメモリ上に読み出し,加工処理を実行する。さらに,本形態のプリンタドライバ4では,設定情報解析部42が印刷ジョブデータの加工処理に必要な機能フィルタを選択し,フィルタ設定ファイル制御部43がその選択結果を基にフィルタ設定ファイル431に記憶された機能フィルタの構成情報を書き換える。   As described in detail above, the printer driver 4 of this embodiment includes a plurality of functional filters 51 to 55, and stores configuration information of the filter unit 44 in the filter setting file 431. When the filter execution unit 45 executes the processing, each function filter is read out on the memory based on the functional filter configuration information stored in the filter setting file 431, and the processing is executed. Further, in the printer driver 4 of this embodiment, the setting information analysis unit 42 selects a functional filter necessary for the processing of the print job data, and the filter setting file control unit 43 stores the filter in the filter setting file 431 based on the selection result. Rewrite the configuration information of the function filter.

そして,フィルタ実行部45では,その書き換えられたフィルタ設定ファイル431を基に機能フィルタをメモリに読み出す。つまり,設定情報解析部42が印刷ジョブデータの加工処理に必要と判断した機能フィルタのみがメモリに読み出される。そのため,所有する機能フィルタをすべてメモリ上に読み出していた従来のプリンタドライバと比較して不使用の機能フィルタの読み出しがない。よって,機能フィルタの読出し時間が短く,短時間で加工処理を終えることができる。従って,印刷ジョブデータの加工処理を短時間で行うことが可能な印刷制御装置およびプリンタドライバのプログラムが実現している。   Then, the filter execution unit 45 reads the functional filter into the memory based on the rewritten filter setting file 431. That is, only the function filter that the setting information analysis unit 42 determines to be necessary for the processing of the print job data is read out to the memory. For this reason, there is no reading of unused functional filters as compared with the conventional printer driver in which all owned functional filters are read out on the memory. Therefore, the readout time of the functional filter is short and the processing can be completed in a short time. Therefore, a print control apparatus and a printer driver program capable of processing print job data in a short time are realized.

なお,本実施の形態は単なる例示にすぎず,本発明を何ら限定するものではない。したがって本発明は当然に,その要旨を逸脱しない範囲内で種々の改良,変形が可能である。例えば,画像形成装置としてはプリンタに限るものではなく,コピー機,FAX,あるいは画像形成機能を有する複合機等であってもよい。また,情報端末装置としてはPCに限るものではなく,ワークステーション,携帯情報端末装置等であってもよい。また,プリントシステムは,画像形成装置と情報端末装置とが別体になっているシステムに限るものではなく,一体となっているものであってもよい。   Note that this embodiment is merely an example, and does not limit the present invention. Therefore, the present invention can naturally be improved and modified in various ways without departing from the gist thereof. For example, the image forming apparatus is not limited to a printer, and may be a copier, a FAX, or a multifunction machine having an image forming function. The information terminal device is not limited to a PC, and may be a workstation, a portable information terminal device, or the like. Further, the print system is not limited to a system in which the image forming apparatus and the information terminal device are separate, and may be an integrated system.

実施の形態に係るプリントシステムの構成を示すブロック図である。1 is a block diagram illustrating a configuration of a print system according to an embodiment. 実施の形態に係るプリンタドライバの機能構成を示すブロック図である。3 is a block diagram illustrating a functional configuration of a printer driver according to an embodiment. FIG. フィルタ情報を記憶したXMLファイルの一例を示す図である。It is a figure which shows an example of the XML file which memorize | stored filter information. 手動変更ユーザインターフェースの表示画面の一例を示す図である。It is a figure which shows an example of the display screen of a manual change user interface. フィルタ機能表示部が表示する表示画面の一例を示す図である。It is a figure which shows an example of the display screen which a filter function display part displays. ウォータマークを使用を制限した表示画面の一例を示す図である。It is a figure which shows an example of the display screen which restrict | limited use of the watermark. 実施の形態に係る印刷処理を示すフローチャートである。6 is a flowchart illustrating print processing according to the embodiment. ウォータマークの設定が行われていない場合のフィルタ設定ファイルの一例(その1:設定除去)を示す図である。It is a figure which shows an example (the 1: setting removal) of a filter setting file when the setting of a watermark is not performed. ウォータマークの設定が行われていない場合のフィルタ設定ファイルの一例(その2:設定コメントアウト)を示す図である。It is a figure which shows an example (the 2: setting comment out) of a filter setting file when the setting of a watermark is not performed. 応用例に係るプリンタドライバの機能構成を示すブロック図である。FIG. 11 is a block diagram illustrating a functional configuration of a printer driver according to an application example.

符号の説明Explanation of symbols

1 パーソナルコンピュータ
2 プリンタ
4 プリンタドライバ
41 ドライバ制御部
42 設定情報解析部
43 フィルタ設定ファイル制御部
431 フィルタ設定ファイル
432 フィルタ設定バックアップ
44 フィルタ部
45 フィルタ実行部
46 フィルタ手動変更部
47 フィルタ機能表示部
51〜55 機能フィルタ
DESCRIPTION OF SYMBOLS 1 Personal computer 2 Printer 4 Printer driver 41 Driver control part 42 Setting information analysis part 43 Filter setting file control part 431 Filter setting file 432 Filter setting backup 44 Filter part 45 Filter execution part 46 Filter manual change part 47 Filter function display part 51- 55 Function Filter

Claims (6)

印刷ジョブデータを加工処理する少なくとも1つの機能フィルタと,
所有する機能フィルタの構成情報を記憶するフィルタ構成記憶部と,
印刷ジョブデータに付随する加工情報を基に,当該印刷ジョブデータの加工処理に必要な機能フィルタを選択する加工情報解析部と,
前記加工情報解析部の解析結果を基に,前記フィルタ構成記憶部に記憶された機能フィルタの構成情報を書き換えるフィルタ構成変更部と,
前記フィルタ構成記憶部に記憶された機能フィルタの構成情報を基に機能フィルタをメモリに読み出し,印刷ジョブデータの加工処理を実行するフィルタ実行部とを備えることを特徴とする印刷制御装置。
At least one functional filter for processing print job data;
A filter configuration storage unit that stores configuration information of the functional filters that it owns;
A processing information analysis unit that selects a function filter necessary for processing the print job data based on the processing information attached to the print job data;
A filter configuration changing unit for rewriting the configuration information of the functional filter stored in the filter configuration storage unit based on the analysis result of the processing information analysis unit;
A print control apparatus comprising: a filter execution unit that reads a functional filter into a memory on the basis of configuration information of the functional filter stored in the filter configuration storage unit, and executes a processing of print job data.
請求項1に記載する印刷制御装置において,
機能フィルタの基本構成を記憶するバックアップ部を備えることを特徴とする印刷制御装置。
The printing control apparatus according to claim 1,
A printing control apparatus comprising a backup unit that stores a basic configuration of a functional filter.
請求項1に記載する印刷制御装置において,
前記フィルタ構成変更部は,変更前の機能フィルタの構成情報を記憶し,前記フィルタ実行部が印刷ジョブデータを加工し終えた後に,機能フィルタの構成情報を変更前の内容に書き換えることを特徴とする印刷制御装置。
The printing control apparatus according to claim 1,
The filter configuration changing unit stores the configuration information of the functional filter before the change, and after the filter execution unit finishes processing the print job data, the configuration information of the functional filter is rewritten with the content before the change. Print control device.
請求項1から請求項3のいずれか1つに記載する印刷制御装置において,
前記フィルタ構成記憶部に記憶された各機能フィルタの利用をユーザに選択可能にし,ユーザの選択に従って前記フィルタ構成記憶部の構成情報を書き換える手動変更部を備えることを特徴とする印刷制御装置。
In the printing control apparatus according to any one of claims 1 to 3,
A printing control apparatus comprising: a manual change unit that allows a user to select use of each functional filter stored in the filter configuration storage unit and rewrites configuration information in the filter configuration storage unit according to the user's selection.
請求項4に記載する印刷制御装置において,
前記フィルタ構成記憶部に記憶された機能フィルタの構成情報を取得し,各機能フィルタの利用をユーザに選択可能にするユーザインターフェースを表示する表示部を備え,
前記表示部は,前記フィルタ構成変更部にて読み出しが制限された機能の選択を制限することを特徴とする印刷制御装置。
The printing control apparatus according to claim 4,
A display unit that displays configuration information of the functional filter stored in the filter configuration storage unit and displays a user interface that enables a user to select use of each functional filter;
The printing control apparatus, wherein the display unit restricts selection of a function whose reading is restricted by the filter configuration changing unit.
印刷制御装置を,
印刷ジョブデータを加工処理する少なくとも1つの機能フィルタと,
所有する機能フィルタの構成情報を記憶するフィルタ構成記憶手段と,
印刷ジョブデータに付随する加工情報を基に,当該印刷ジョブデータの加工処理に必要な機能フィルタを選択する加工情報解析手段と,
前記加工情報解析手段の解析結果を基に,前記フィルタ構成記憶手段に記憶された機能フィルタの構成情報を書き換えるフィルタ構成変更手段と,
前記フィルタ構成記憶手段に記憶された機能フィルタの構成情報を基に機能フィルタをメモリに読み出し,印刷ジョブデータの加工処理を実行するフィルタ実行手段として機能させることを特徴とするプリンタドライバのプログラム。
Print control device
At least one functional filter for processing print job data;
Filter configuration storage means for storing configuration information of the functional filter owned by the device;
Processing information analysis means for selecting a function filter necessary for processing the print job data based on the processing information attached to the print job data;
Filter configuration changing means for rewriting the configuration information of the functional filter stored in the filter configuration storage means based on the analysis result of the processing information analysis means;
A printer driver program for causing a functional filter to be read into a memory on the basis of the functional filter configuration information stored in the filter configuration storage means and to function as a filter execution means for executing processing of print job data.
JP2007164443A 2007-06-22 2007-06-22 Print control device and printer driver program Active JP4661832B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007164443A JP4661832B2 (en) 2007-06-22 2007-06-22 Print control device and printer driver program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007164443A JP4661832B2 (en) 2007-06-22 2007-06-22 Print control device and printer driver program

Publications (2)

Publication Number Publication Date
JP2009003724A JP2009003724A (en) 2009-01-08
JP4661832B2 true JP4661832B2 (en) 2011-03-30

Family

ID=40320039

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007164443A Active JP4661832B2 (en) 2007-06-22 2007-06-22 Print control device and printer driver program

Country Status (1)

Country Link
JP (1) JP4661832B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015080197A1 (en) * 2013-11-27 2015-06-04 京セラ株式会社 Operating terminal, program, and method

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001075758A (en) * 1999-09-02 2001-03-23 Ricoh Co Ltd Host device provided with printer driver and printer system
JP2001154821A (en) * 1999-11-02 2001-06-08 Ricoh Co Ltd Printer driver filter and printing method using printer driver filter
JP2002108580A (en) * 2000-09-26 2002-04-12 Canon Inc Information processing apparatus and printing system and module deciding method
JP2002337400A (en) * 2001-05-17 2002-11-27 Ricoh Co Ltd Image processor
JP2005135326A (en) * 2003-10-31 2005-05-26 Canon Inc Printing controller and its method, and printer driver
JP2006048537A (en) * 2004-08-06 2006-02-16 Canon Inc Printing system and printing processing method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001075758A (en) * 1999-09-02 2001-03-23 Ricoh Co Ltd Host device provided with printer driver and printer system
JP2001154821A (en) * 1999-11-02 2001-06-08 Ricoh Co Ltd Printer driver filter and printing method using printer driver filter
JP2002108580A (en) * 2000-09-26 2002-04-12 Canon Inc Information processing apparatus and printing system and module deciding method
JP2002337400A (en) * 2001-05-17 2002-11-27 Ricoh Co Ltd Image processor
JP2005135326A (en) * 2003-10-31 2005-05-26 Canon Inc Printing controller and its method, and printer driver
JP2006048537A (en) * 2004-08-06 2006-02-16 Canon Inc Printing system and printing processing method

Also Published As

Publication number Publication date
JP2009003724A (en) 2009-01-08

Similar Documents

Publication Publication Date Title
JP5063101B2 (en) Information processing apparatus, information processing method, and program
EP2388685B1 (en) Information processing apparatus and control method thereof, and storage medium
JP4663754B2 (en) Printing system
JP6337748B2 (en) Information processing apparatus, information processing method, and program
JP6575074B2 (en) Information processing apparatus, information processing method, and program
JP4389968B2 (en) Printer driver and information processing system
JP6477002B2 (en) Information processing apparatus, information processing method, and program
US8320001B2 (en) Information processing method and apparatus for banner printing
JP2015187843A (en) Information processing device, information processing method, and program
JP2007233591A (en) Printer driver and its test printing method and printer
US20110286034A1 (en) Information processing apparatus and non-transitory computer-readable recording medium
JP4396749B2 (en) Print control device and printer driver program
JP4675861B2 (en) Printing apparatus, computer program for controlling printing apparatus, and method for controlling printing apparatus
JP4363463B2 (en) Print control device and printer driver program
JP2012018631A (en) Display device, display method, computer program and recording medium
JP4375459B2 (en) Print control device and printer driver program
US10310788B2 (en) Control method for generating data used for printing and information processing apparatus
JP4661832B2 (en) Print control device and printer driver program
JP6354742B2 (en) Information processing apparatus, information processing method, and program
JP7255277B2 (en) Image processing device and image processing system
JP2007026100A (en) Image processing system, image processing method, and image processing program
JP2012141857A (en) Information processor, gui program and recording medium
JP6497308B2 (en) Information processing apparatus, information processing method, and program
JP5044031B2 (en) Information processing apparatus, information processing method, and storage medium
JP5705061B2 (en) Image forming apparatus and image forming program

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100617

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100629

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100805

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20101220

R150 Certificate of patent or registration of utility model

Ref document number: 4661832

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20140114

Year of fee payment: 3