JP2007086887A - Image processing apparatus - Google Patents

Image processing apparatus Download PDF

Info

Publication number
JP2007086887A
JP2007086887A JP2005272166A JP2005272166A JP2007086887A JP 2007086887 A JP2007086887 A JP 2007086887A JP 2005272166 A JP2005272166 A JP 2005272166A JP 2005272166 A JP2005272166 A JP 2005272166A JP 2007086887 A JP2007086887 A JP 2007086887A
Authority
JP
Japan
Prior art keywords
filter
notice
filter setting
setting change
image processing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
JP2005272166A
Other languages
Japanese (ja)
Inventor
Toshihisa Okutsu
俊久 奥津
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP2005272166A priority Critical patent/JP2007086887A/en
Publication of JP2007086887A publication Critical patent/JP2007086887A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide an image processing apparatus that prepares a notice period before filter settings are changed and give notice of the filter setting change to general users. <P>SOLUTION: The image processing apparatus comprises a filter means for substituting input PDL data, a substitution detection flag means for detecting that the filter means performs substitution, a filter setting holding means for controlling the validation/invalidation of the filter means, a notice period timer means for managing the time to announce filter setting change, a flag means for controlling whether or not to announce filter setting change, and a notice output means for giving a notice output. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は画像処理システム、画像処理装置、画像処理方法及び記憶媒体に関し、特にファームウェア上に実装したフィルタ処理機能の設定変更制御に関するものである。   The present invention relates to an image processing system, an image processing apparatus, an image processing method, and a storage medium, and more particularly to setting change control of a filter processing function implemented on firmware.

従来、画像処理装置のソフトウェアはリアルタイムオペレーティングシステム(OS)の上に静的かつ固定的ないわゆるファームウェアとして構築されることが主流であった。このようなファームウェアは内部的に複数のモジュールから構成されている場合でも全体が単一のロードモジュールに静的にリンクされた状態で装置の不揮発性メモリに記憶され、ファームウェアはシステムの起動時にハードディスクなどの不揮発性メモリからRAMにロードされ実行されるか、または、ROMなどの不揮発性メモリ上で直接実行される。特に低価格な画像処理装置のような組み込みシステムを構成するファームウェアは一般に、その経済性や安全性などのために部分的なモジュールの動的なロードやリンクを行わないように構成されている。   Conventionally, software of an image processing apparatus has been mainly constructed as so-called firmware that is static and fixed on a real-time operating system (OS). Such firmware is stored in the device's non-volatile memory in a state where it is statically linked to a single load module even if it is internally composed of multiple modules, and the firmware is stored on the hard disk at system startup. The program is loaded into a RAM from a nonvolatile memory such as a ROM and executed, or directly executed on a nonvolatile memory such as a ROM. In particular, firmware constituting an embedded system such as a low-cost image processing apparatus is generally configured not to dynamically load or link a partial module because of its economic efficiency and safety.

すなわち、ダイナミックリンクを実現するために必要なシンボルテーブルの記憶容量やシンボルのアドレスへの解決を行うための処理に関するオーバヘッドなどが、装置のコストパフォーマンスを悪化させ、また、追加してロードおよびリンクされるサブモジュールによってそのサブモジュールをリンクする以前には十分に評価され達成されていたシステム全体の品質やセキュリティが脅かされる危険があるためである。   In other words, the storage capacity of the symbol table necessary for realizing dynamic linking and the overhead related to the processing for resolving the symbol address deteriorates the cost performance of the device, and is additionally loaded and linked. This is because there is a risk that the quality and security of the entire system, which have been fully evaluated and achieved before linking the submodule by the submodule, are threatened.

従来、組み込みシステムのファームウェアのリアルタイムOS上にさらにもう一層のソフトウェア動作環境を設け、追加で設けたソフトウェア動作環境においてダイナミックローディングやダイナミックリンキングや動的なメモリ操作などのソフトウェアの動的な特性をサポートする画像処理装置が開発されている。追加で設けられたソフトウェア動作環境は、インタプリタとひとそろいのアプリケーションプログラミングインタフェース(API)群やフレームワーク群から構成され、その上で動作するソフトウェアのために一種のOSあるいはコンピューティングプラットフォームというべきものを提供する。   Conventionally, an additional software operating environment has been provided on the real-time OS of embedded system firmware, and the software dynamic characteristics such as dynamic loading, dynamic linking and dynamic memory operation are supported in the additional software operating environment. An image processing apparatus has been developed. The additional software operating environment consists of an interpreter and a set of application programming interfaces (APIs) and frameworks, and what is supposed to be a kind of OS or computing platform for the software that runs on it. provide.

インタプリタは、所定の命令セットに含まれる命令からなる一連の命令列を逐次的に読み出し解釈し実行する。この命令セットをハードウェアのCPUのための命令セットと同等の位置づけに捉える場合、インタプリタは特に仮想マシン(virtual machine)と呼ばれることもある。ひとそろいのAPI群およびフレームワーク群は、このソフトウェア動作環境の下層に内在する実際のリアルタイムOSが提供する資源やハードウェア資源を抽象化した各種の資源群に対するアクセスを、ソフトウェア動作環境上で動作するソフトウェアのために提供する。資源にはプロセッサによる命令実行コンテクストやメモリ、ファイルシステム、ネットワークインタフェースを含む各種入出力(I/O)などがある。   The interpreter sequentially reads, interprets and executes a series of instruction sequences including instructions included in a predetermined instruction set. When this instruction set is regarded as being equivalent to the instruction set for the hardware CPU, the interpreter is sometimes called a virtual machine (virtual machine). A set of APIs and frameworks operate on the software operating environment to access various resource groups that abstract the resources and hardware resources provided by the actual real-time OS underlying the software operating environment. Provide for software to do. The resources include an instruction execution context by a processor, various inputs / outputs (I / O) including a memory, a file system, and a network interface.

特に、命令実行コンテクストは実際のCPUとリアルタイムOSが提供するマルチタスク機構とは独立に、ソフトウェア動作環境が独自にインタプリタ上の命令実行コンテクストを管理できる。また、メモリも同様にソフトウェア動作環境が独自のメモリ管理を提供できる。   In particular, the instruction execution context can independently manage the instruction execution context on the interpreter independently of the multitask mechanism provided by the actual CPU and the real-time OS. Similarly, the memory can also provide its own memory management for the software operating environment.

このようなソフトウェア実行環境上で動作するソフトウェアはインタプリタによって逐次的に読み込み解釈実行されるため、これらの処理の過程で命令列を監視しシステムに悪影響を与える動作を除外できる可能性がある。また、ソフトウェア実行環境上のソフトウェアから各種資源に対するアクセスは、ソフトウェア実行環境が提供するAPI群やフレームワーク群を経由して間接的に資源を操作するため、この過程でシステムに悪影響を与える動作を除外できる可能性がある。したがって、ファームウェア内部にインタプリタおよびAPI群とフレームワーク群からなるソフトウェア実行環境の階層を設けるアプローチは、基本的には静的かつ固定的に構成されるべき低コスト組み込みシステムのファームウェアにおいて、ソフトウェアの動的な特性を部分的に導入するために非常に有効である(例えば、特許文献1、特許文献2を参照。)。   Since software operating in such a software execution environment is sequentially read and interpreted and executed by an interpreter, there is a possibility that an operation that adversely affects the system can be excluded by monitoring the instruction sequence in the course of these processes. In addition, since access to various resources from software on the software execution environment operates the resources indirectly via the API group and framework group provided by the software execution environment, operations that adversely affect the system in this process are performed. May be excluded. Therefore, the approach of providing a hierarchy of software execution environments consisting of an interpreter, API group, and framework group inside the firmware is basically the operation of software in the firmware of a low-cost embedded system that should be configured statically and fixedly. It is very effective for partially introducing the characteristic (for example, refer to Patent Document 1 and Patent Document 2).

上記アプローチにおいて、ソフトウェア実行環境の階層を実現するためにインタプリタとしてJava(登録商標)仮想マシンを採用し、Java(登録商標)に関連するAPI群やフレームワーク群を採用することができ、本出願人は2003年に、画像処理装置のファームウェア内部にJava(登録商標)プラットフォームを内蔵した複合機であるMEAPを製品化している。   In the above approach, a Java (registered trademark) virtual machine can be adopted as an interpreter to realize a hierarchy of software execution environments, and APIs and frameworks related to Java (registered trademark) can be adopted. In 2003, a person commercialized MEAP, which is a multifunction machine having a Java (registered trademark) platform built in the firmware of an image processing apparatus.

従来、内部にネットワークコンピュータを備えたアプリケーションダウンロード型プリンタを用い、コンピュータネットワークから、印刷すべきデータファイルと該データファイルに対応したアプリケーションとを上記プリンタ内にダウンロードし、上記ネットワークコンピュータ上で上記アプリケーションを立ち上げることにより該データファイルを開いてラスタイメージに変換し、印刷するネットワークコンピュータ内蔵プリンタおよびこれを備えたコンピュータネットワークシステムが開示されている。アプリケーションが「Java(登録商標)アプレット」である場合も開示されている。アプリケーションは印刷データファイルとともにクライアントからプッシュされる場合も、プリンタがアプリケーションサーバなどからプルする場合も開示されている(例えば、特許文献3を参照。)。   2. Description of the Related Art Conventionally, using an application download type printer having a network computer inside, a data file to be printed and an application corresponding to the data file are downloaded from the computer network into the printer, and the application is downloaded on the network computer. A printer with a built-in network computer that opens, converts the data file into a raster image by printing, and prints it, and a computer network system having the printer are disclosed. A case where the application is a “Java (registered trademark) applet” is also disclosed. The case where the application is pushed from the client together with the print data file and the case where the printer pulls from the application server or the like are disclosed (see, for example, Patent Document 3).

従来、複数の周辺機器および周辺機器を動作させるソフトウェアを搭載した複数の端末装置および少なくとも周辺装置を動作させるソフトウェアに関するデータベースを備えたサーバ装置を伝送路に接続させ、所定の通信プロトコルに基づいてネットワーク通信を行うネットワーク通信システムであって、周辺機器は、サーバ装置から周辺機器を動作させるソフトウェアの全部/一部、あるいはソフトウェアが使用するモジュールに対応する最新モジュール情報を要求・獲得するクライアント制御部と、獲得した最新モジュールを端末装置に配付するソフトウェア配信エージェントと、を備えたネットワーク通信システムが開示されている。周辺機器を操作するソフトウェアが使用するクライアント側モジュールとして、「java(登録商標)アプレット」や「java(登録商標)アプリケーション」が供給可能であることも開示されている(例えば、特許文献4を参照。)。   2. Description of the Related Art Conventionally, a plurality of terminal devices equipped with a plurality of peripheral devices and software for operating the peripheral devices and a server device including at least a database relating to software for operating the peripheral devices are connected to a transmission line, and a network is formed based on a predetermined communication protocol. A network communication system for performing communication, wherein the peripheral device requests / acquires all / a part of software for operating the peripheral device from the server device, or latest module information corresponding to a module used by the software, and a client control unit A network communication system including a software distribution agent that distributes the acquired latest module to a terminal device is disclosed. It is also disclosed that “java (registered trademark) applet” and “java (registered trademark) application” can be supplied as client side modules used by software for operating peripheral devices (see, for example, Patent Document 4). .)

一方、上記従来例を基にすることで、本出願人は以下の技術を開示している。   On the other hand, based on the above conventional example, the present applicant discloses the following technique.

多種多様の顧客のプリンティング環境および様々な環境における要求が存在している。特に基幹系の業務システムでは、ひとたび正常に稼働しはじめたシステム全体の安定性を維持したいという要望はとても強く、プリンタドライバやアプリケーションを簡単に変更することは許されないことがある。このような現実のプリンティング環境の制約の中で、プリンタのベンダは顧客環境の側に対応を求めるのではなくプリンタ側の対応によって各種の顧客要望に応えるべき使命がある。たとえば、プリンタの新製品が提供する新しい機能として両面印刷や製本などのフィニッシング機能があった場合、同時に開発された専用のプリンタドライバ経由で新規機能を使用するコマンド列が含まれるプリントジョブを生成する、もしくは顧客の業務アプリケーションが新規追加されたコマンド列を含むプリントジョブを生成するように更新を行うことで、これらの新機能を使いこなせることは当然である。しかしながら、前述のように顧客システムに影響をおよぼさずプリンタ側の対応によって装置の新機能を利用可能とすることが求められている。   There is a wide variety of customer printing environments and requirements in various environments. Especially in mission-critical business systems, there is a strong demand for maintaining the stability of the entire system once it has started operating normally, and it may not be allowed to easily change printer drivers and applications. Under such restrictions of the actual printing environment, printer vendors have a mission to respond to various customer demands by responding to the printer side rather than requesting response from the customer environment side. For example, if there are finishing functions such as double-sided printing and bookbinding as a new function provided by a new printer product, a print job including a command sequence that uses the new function is generated via a dedicated printer driver developed at the same time. Or, it is natural that the customer's business application can make full use of these new functions by updating so that a print job including a newly added command sequence is generated. However, as described above, it is required that the new functions of the apparatus can be used by responding to the printer side without affecting the customer system.

顧客システム側に影響を与えずプリンタ側でこれらの要望に対応するためには、プリンタを構成するファームウェアを改造して個別対応リリースする方法があり実際にこの方法がとられている場合もある。しかし、ファームウェアの改造による個別対応は装置全体の品質の再評価を含め開発期間や開発費などが多くかかり、また顧客環境に納品した装置に組み込まれたファームウェアの更新にはフィールドエンジニアなどによる高度なメンテナンスの手間を要するため、顧客要望に速やかに応えるためにもまた費用対効果の面でも課題を残している。   In order to respond to these demands on the printer side without affecting the customer system side, there is a method of revising the firmware constituting the printer and releasing it individually, and this method may actually be taken. However, individual handling by remodeling the firmware requires a lot of development period and development costs including re-evaluation of the quality of the entire device, and advanced update by field engineers etc. for updating the firmware incorporated in the device delivered to the customer environment Since maintenance work is required, there is still a problem in terms of cost effectiveness in order to respond quickly to customer requests.

実際には、これらの要望のうちの一部はプリンタのファームウェア全体を変更するまでもなく、受信したプリントデータストリームを解釈する前の前処理を追加してそこでプリントデータストリームそのものに変換を施すことによって対応できる。したがって、受信したプリントデータストリームを解釈する前の前処理を実現するソフトウェアだけを他のファームウェアとは独立に柔軟かつ拡張可能に追加できるより動的な機構が求められる。   In fact, some of these requests don't change the entire printer firmware, but add pre-processing before interpreting the received print data stream and then convert the print data stream itself. Can respond. Therefore, there is a need for a more dynamic mechanism that can add only software that implements pre-processing before interpreting a received print data stream, in a flexible and expandable manner independent of other firmware.

組み込みシステムのファームウェア内にJava(登録商標)プラットフォームのようなソフトウェア動作環境階層を内蔵するMEAPのような従来例では、ソフトウェア動作環境上にファームウェアと独立した新たな装置組み込みアプリケーションを開発可能であり、APIによってJava(登録商標)アプリケーションから装置のプリント機能にアクセスすることはできた。   In a conventional example such as MEAP in which a software operation environment layer such as a Java (registered trademark) platform is embedded in the firmware of an embedded system, a new device embedded application independent of the firmware can be developed on the software operation environment. It was possible to access the print function of the apparatus from a Java (registered trademark) application via the API.

しかしながら、Java(登録商標)プラットフォームがファームウェア内の組み込みアプリケーション階層に位置づけられているため、同階層においてネイティブの組み込みアプリケーションとして実現されているプリントデータ受信機能やプリントサーバ機能をJava(登録商標)アプリケーションのために流用できなかった。   However, since the Java (registered trademark) platform is positioned in the embedded application layer in the firmware, the print data receiving function and the print server function realized as a native embedded application in the same layer are not included in the Java (registered trademark) application. It was not possible to divert.

すなわち、たとえばネットワーク経由でプリントデータを受信するための各種プリントサービスプロトコルを実装したプリントサーバ機能をJava(登録商標)側にも再実装する必要があり、開発負荷や評価負荷ならびに実行時のメモリ面などでも非効率であった。   That is, for example, it is necessary to re-implement a print server function that implements various print service protocols for receiving print data via a network on the Java (registered trademark) side, and development load, evaluation load, and memory area at the time of execution. It was inefficient.

一方、その他の組み込みシステムのファームウェア内にソフトウェア動作環境階層を持たない従来例においては、組み込みシステム全体がダイナミックリンクやプラグイン可能な構成になっておりシステム全体が動的な構成になってしまっていた。動的な特性が求められる部分が、受信したPDLデータストリームを解釈する前の前処理を柔軟かつ拡張可能に追加する機構だけであることを前提とした場合には、これらの従来例のアプローチはシステム全体を動的なソフトウェアとして構成するためのオーバヘッドに伴うコストアップや品質保証の難しさから低価格の小規模システムには向かなかった。   On the other hand, in the conventional example that does not have a software operating environment hierarchy in the firmware of other embedded systems, the entire embedded system has a configuration that can be dynamically linked and plugged in, and the entire system has a dynamic configuration. It was. If it is assumed that the only part where dynamic characteristics are required is a mechanism that flexibly and extensiblely adds preprocessing before interpreting the received PDL data stream, these conventional approaches are It was not suitable for low-priced small-scale systems because of the cost increase associated with the overhead of configuring the entire system as dynamic software and the difficulty of quality assurance.

そこでプリンタが受信したPDLデータストリームに対する解釈前の前処理を行うフィルタ部を柔軟かつ拡張可能なソフトウェアとして実装し、安定性が求められるプリンタファームウェアのその他の部分の実装と明確に分離する構成をとることによって、PDLプリンタのカスタマイズの生産性が向上される。
特開平11−282684号公報 特開2003−256216号公報 特開平11−53132号公報 特開平11−306107号公報
Therefore, a filter unit that performs pre-interpretation processing on the PDL data stream received by the printer is implemented as flexible and expandable software, and is configured to be clearly separated from other parts of the printer firmware that require stability. As a result, the productivity of customization of the PDL printer is improved.
Japanese Patent Laid-Open No. 11-282684 JP 2003-256216 A Japanese Patent Laid-Open No. 11-53132 JP-A-11-306107

上記従来例のフィルタ部の処理機能は主として機器設置時にユーザーの使用環境にあわせてフィルタをインストールし設定を有効化するものである。   The processing function of the filter unit of the above-described conventional example mainly installs a filter according to the user's use environment at the time of equipment installation and validates the setting.

フィルタの種類は多種多様であるが、複数(n)のページデータを一枚に集約させて印刷用紙を節約するようなフィルタ処理を行うn in 1フィルタといったものも考えられる。   There are various types of filters, but it is also possible to consider a n in 1 filter that performs a filtering process that consolidates a plurality of (n) page data into one sheet to save printing paper.

例えば機器管理者は、印刷枚数が増加する期間のみn in 1フィルタを有効化することで印刷に関わるトータルコストを容易に管理するような運用を行うことが可能になる。   For example, the device administrator can easily manage the total cost related to printing by enabling the n in 1 filter only during the period when the number of printed sheets increases.

しかしながらフィルタ設定を機器管理者が定期的に変更するような運用システムにおいては機器を使用する一般ユーザーがフィルタ設定の変更に気が付かず、結果としてユーザーが意図する印刷出力が得られないという状況が発生することが考えられる。そのため機器に設定されたフィルタの設定を一般ユーザーに対して浸透させる必要があるという課題があった。   However, in an operation system in which the device administrator periodically changes the filter settings, a general user who uses the device is not aware of the change in the filter settings, and as a result, the print output intended by the user cannot be obtained. It is possible to do. For this reason, there is a problem that it is necessary for the general user to permeate the filter setting set in the device.

本発明は上記の課題を解決するためになされたもので、フィルタ設定を変更する前に予告期間を設け、一般ユーザーに対してフィルタ設定変更の予告を発生するような画像処理装置を提供することを目的とする。   The present invention has been made to solve the above problems, and provides an image processing apparatus that provides a notice period before changing filter settings and generates a notice of change of filter settings for general users. With the goal.

上記の課題を解決するために本発明は以下の手段を持つことを特徴とする。   In order to solve the above problems, the present invention has the following means.

入力したPDLデータの置換処理を行うフィルタ手段と、フィルタ手段により置換処理が行われたことを検出するための置換検出フラグ手段と、前記フィルタ手段の有効・無効を制御するためのフィルタ設定保持手段と、フィルタ設定変更の予告を発生する時間を管理する予告期間タイマー手段と、フィルタ設定変更の予告を発生するか否かを制御するフラグ手段と、予告出力を発生する予告出力手段から構成されることを特徴とする。   Filter means for performing replacement processing of input PDL data, replacement detection flag means for detecting that replacement processing has been performed by the filter means, and filter setting holding means for controlling validity / invalidity of the filter means And a notice period timer means for managing the time for generating the filter setting change notice, a flag means for controlling whether or not the filter setting change notice is generated, and a notice output means for generating the notice output. It is characterized by that.

前記フィルタ手段のデータ処理は、PDLデータ中に現れる特定データパターンを発見するパターンマッチングと、パターンにマッチした部分に対応する新たなデータを生成し置換する処理を含むことを特徴とする。   The data processing of the filter means includes pattern matching for finding a specific data pattern appearing in PDL data, and processing for generating and replacing new data corresponding to a portion matching the pattern.

前記置換検出フラグ手段は、前記フィルタ手段のデータ処理においてパターンマッチングし、新たなデータを生成し置換処理を行った場合にフラグの状態を変化させることを特徴とする。   The replacement detection flag means is characterized in that pattern matching is performed in the data processing of the filter means, and the state of the flag is changed when new data is generated and replacement processing is performed.

前記フィルタ手段の有効・無効を制御するためのフィルタ設定保持手段は、現在の設定と、次の設定の2種類の設定情報を保持することを特徴とする。   The filter setting holding means for controlling the validity / invalidity of the filtering means holds two types of setting information, a current setting and a next setting.

前記フィルタ設定保持手段は、前記予告期間タイマーの状態に応じて、次のフィルタ設定を現在のフィルタ設定にロードすることを特徴とする。   The filter setting holding means loads the next filter setting to the current filter setting according to the state of the notice period timer.

入力したPDLデータの置換処理を行うフィルタ手段と、フィルタ手段により置換処理が行われたことを検出するための置換検出フラグ手段と、前記フィルタ手段の有効・無効を制御するためのフィルタ設定保持手段と、フィルタ設定変更の予告を発生する時間を管理する予告期間タイマー手段と、フィルタ設定変更の予告を発生するか否かを制御するフラグ手段と、予告を発生したか否かをユーザー毎に管理する予告発生済み情報保持手段と予告出力を発生する予告出力手段から構成されることを特徴とする。   Filter means for performing replacement processing of input PDL data, replacement detection flag means for detecting that replacement processing has been performed by the filter means, and filter setting holding means for controlling validity / invalidity of the filter means And a notice period timer means for managing the time when the filter setting change notice is generated, a flag means for controlling whether or not the filter setting change notice is generated, and whether or not the notice is generated is managed for each user. And a notice output means for generating a notice output.

前記フィルタ設定変更の予告を発生するか否かを制御するフラグは、前記予告発生済み情報保持手段は予告を発生したユーザーの情報を元に状態を変化させることを特徴とする。   The flag for controlling whether or not the filter setting change notice is generated is characterized in that the notice occurrence information holding unit changes the state based on the information of the user who issued the notice.

本発明によって、一定の予告期間中には一般ユーザーに対してフィルタ設定変更の予告を発生することが可能になり、フィルタ設定変更をスムースに浸透させることが可能になるという効果がある。   According to the present invention, it is possible to generate a filter setting change notice for a general user during a certain notice period, and it is possible to smoothly penetrate the filter setting change.

その上で、ユーザー毎に予告を発生したか否かの情報を管理することで、予告発生済みであればフィルタ設定を速やかに有効化することが可能になるという効果もある。   In addition, by managing information on whether or not a notice has been generated for each user, there is also an effect that the filter setting can be quickly activated if the notice has been generated.

以下、本発明にかかる一実施例の画像処理装置を図面を参照して説明する。   An image processing apparatus according to an embodiment of the present invention will be described below with reference to the drawings.

図1は本発明のプリンタの詳細ブロック図である。   FIG. 1 is a detailed block diagram of the printer of the present invention.

同図に示した通り100のプリンタは以下のブロックから構成され、内部メインバス101で接続される。   As shown in the figure, 100 printers are composed of the following blocks and are connected by an internal main bus 101.

102は全体を制御する制御部である。メモリとCPUにて構成される。   Reference numeral 102 denotes a control unit that controls the whole. It consists of memory and CPU.

103は操作パネルである。操作パネルはオペレーターがプリンタの動作モードや各種設定を指示する物である。また本発明においてはフィルタ設定変更の予告を表示するものである。   Reference numeral 103 denotes an operation panel. The operation panel is used by the operator to instruct the printer operation mode and various settings. In the present invention, a notice of filter setting change is displayed.

104はホストインターフェースコントローラである。ホストインターフェースコントローラはイーサネット(登録商標)等のコンピュータネットワーク通信機能を備えるものである。コンピュータネットワークを介して接続されたホストコンピュータからプリントジョブを転送するのに用いるものである。   Reference numeral 104 denotes a host interface controller. The host interface controller has a computer network communication function such as Ethernet (registered trademark). It is used to transfer a print job from a host computer connected via a computer network.

インターフェース方式はコンピュータと接続される方式であれば特に限定するものではない。受信したプリントジョブは105のフィルタ部に転送される。   The interface method is not particularly limited as long as it is a method connected to a computer. The received print job is transferred to the filter unit 105.

105は本発明の特徴的な部分であるフィルタ部である。フィルタ部は受信したPDL形式のプリントジョブのデータに対して特定のデータパターンマッチングなどの方法でデータの置換すなわちフィルタ処理を行うものである。本フィルタ部においては1つ以上の複数のフィルタを連結することが可能な構成とする。フィルタ処理されたPDL形式のプリントジョブは106のトランスレータへ転送される。   A filter unit 105 is a characteristic part of the present invention. The filter unit performs data substitution, that is, filter processing, on the received PDL format print job data by a method such as specific data pattern matching. In this filter part, it is set as the structure which can connect one or more some filters. The filtered PDL format print job is transferred to the translator 106.

なおフィルタ部の詳細は図2にて説明する。   Details of the filter unit will be described with reference to FIG.

106はトランスレータである。トランスレータはPDLによって記述された印刷データを解釈して、レンダリング処理に適した印刷用中間言語の記述に変換する。レンダリング処理に適した印刷用中間言語によるプリントデータの記述をディスプレイリストと呼ぶ。トランスレータ106は各種のPDL仕様毎にそれぞれ異なる固有の実装を持ち、どのトランスレータもそれぞれのPDLをレンダラーに固有のディスプレイリストへと変換する。   Reference numeral 106 denotes a translator. The translator interprets the print data described in PDL and converts it into a description in an intermediate language for printing suitable for rendering processing. A description of print data in an intermediate language for printing suitable for rendering processing is called a display list. The translator 106 has a unique implementation that is different for each type of PDL specification, and every translator converts each PDL into a renderer-specific display list.

変換されたディスプレイリストは107のレンダラーへ転送される。   The converted display list is transferred to the 107 renderer.

107はレンダラーである。レンダラーはディスプレイリストをラスタ画像に展開し108の展開メモリに格納する。   Reference numeral 107 denotes a renderer. The renderer develops the display list into a raster image and stores it in the development memory 108.

108は展開メモリである。107のレンダラーにより展開されたラスタ画像を格納するための画像をメモリである。   Reference numeral 108 denotes a development memory. An image for storing a raster image developed by the renderer 107 is a memory.

109は記録紙等に永久可視像を形成するプリンタエンジンである。   A printer engine 109 forms a permanent visible image on recording paper or the like.

図2はフィルタ部の詳細ブロック図である。   FIG. 2 is a detailed block diagram of the filter unit.

フィルタ部は前述のとおり1つ以上複数のフィルタを連結することが可能な構成とする。同図では3つのフィルタを連結した場合を示しているが、フィルタの数は限定されるものではなく同形式の構成のフィルタであれば何個でも連結可能である。   As described above, the filter unit is configured to be capable of connecting one or more filters. Although the figure shows a case where three filters are connected, the number of filters is not limited, and any number of filters having the same configuration can be connected.

同図に示した通り105のフィルタ部は以下のブロックで構成される。   As shown in the figure, the filter unit 105 includes the following blocks.

1000はフィルタバスIFである。フィルタバスIFはプリンタの内部バス101を介して他のブロックとデータの入出力を行うものである。具体的にはフィルタ部はホストインターフェース104で受信したPDL形式のプリントジョブをフィルタバスIFを介して入力し、フィルタ部でフィルタ処理したPDL形式のプリントジョブをフィルタバスIFを介して次段の106トランスレータへ出力する。   Reference numeral 1000 denotes a filter bus IF. The filter bus IF performs data input / output with other blocks via the internal bus 101 of the printer. Specifically, the filter unit inputs a PDL-format print job received by the host interface 104 via the filter bus IF, and the PDL-format print job filtered by the filter unit passes through the filter bus IF to the next 106. Output to translator.

1100はフィルタ処理部である。同図に示したとおり個別の複数のフィルタプログラム1110,1111,1112で構成される。各フィルタプログラムは入力したPDL形式のプリントジョブのデータに対して特定のデータパターンマッチングなどの方法でデータの置換すなわちフィルタ処理を行うものである。 フィルタ内部の処理に関してはフローチャートを用いて後述する。   Reference numeral 1100 denotes a filter processing unit. As shown in the figure, it comprises a plurality of individual filter programs 1110, 1111 and 1112. Each filter program performs data substitution, that is, filter processing, on the input PDL format print job data by a method such as specific data pattern matching. The processing inside the filter will be described later using a flowchart.

1200は予告期間タイマーである。予告を発生する期間の時間情報を計時するものである。   1200 is a notice period timer. Time information for the period for generating the notice is counted.

1201はカレントフィルタ設定保持部である。現在のフィルタ設定情報を保持するものである。   Reference numeral 1201 denotes a current filter setting holding unit. Holds current filter setting information.

1202はネクストフィルタ設定保持部である。予告期間終了後に有効になるフィルタ情報を保持するものである。   Reference numeral 1202 denotes a next filter setting holding unit. It holds filter information that becomes valid after the notice period ends.

なお、1200の予告期間タイマーが計時を終了すると、1201のカレントフィルタ設定保持部には1202ネクストフィルタ設定保持部の情報をロードする構成とする。   Note that when the notice period timer of 1200 finishes timing, the information of the 1202 next filter setting holding unit is loaded into the current filter setting holding unit of 1201.

1203はフィルタ設定変更予告フラグである。フィルタ設定変更の予告を発生するか否かを制御するためのフラグである。trueの場合に予告発生の判断処理をフィルタプログラムにて実行する。   Reference numeral 1203 denotes a filter setting change notice flag. This is a flag for controlling whether or not to notify the filter setting change. In the case of “true”, the process for determining the occurrence of a notice is executed by the filter program.

1204はフィルタ処理検出フラグである。フィルタプログラムにおいて置換処理が行われたかの状態を保持するものである。フィルタ処理に先立ちfalseにセットされ、フィルタ処理中に置換処理が行われるとtrueにセットされる。   Reference numeral 1204 denotes a filter processing detection flag. This holds the state as if the replacement process was performed in the filter program. Set to false prior to filtering, and set to true if replacement processing is performed during filtering.

1300は予告メッセージ出力部である。操作パネル103に対してフィルタ設定変更予告を表示するためのメッセージを生成するものである。   Reference numeral 1300 denotes a notice message output unit. A message for displaying a filter setting change notice on the operation panel 103 is generated.

図3はカレントフィルタセットアップの手順を示す図である。   FIG. 3 is a diagram showing a procedure of current filter setup.

機器の設置時には1201カレントフィルタ設定保持部も一度だけ初期化する必要がある。   When the device is installed, the 1201 current filter setting holding unit needs to be initialized only once.

同図はその手順を示したものである。   This figure shows the procedure.

同図は印刷装置の操作パネル103の表示部を示したものである。   This figure shows the display unit of the operation panel 103 of the printing apparatus.

401はプリンタにインストールされたフィルタの一覧リストであり、403と404の上下ボタンでフィルタ名称を選択する。402の矢印で指し示されたフィルタが設定対象であり、405の有効無効ボタンでフィルタ機能の有効化を選択する構成である。   Reference numeral 401 denotes a list of filters installed in the printer, and a filter name is selected with the up and down buttons 403 and 404. The filter indicated by the arrow 402 is a setting target, and the filter function is selected to be enabled by the enable / disable button 405.

図4はネクストフィルタセットアップの手順を示す図である。   FIG. 4 is a diagram showing a procedure for setting up the next filter.

1202のネクストフィルタ設定保持部の設定と、1200予告期間タイマーの予告期間計時時間を設定する様子を示す図である。   It is a figure which shows a mode that the setting of the 1202 next filter setting holding | maintenance part of 1202 and the notice period measurement time of a 1200 notice period timer are set.

フィルタの有効化に関しては図3のカレントフィルタ設定と同一である。   The validation of the filter is the same as the current filter setting in FIG.

407は予告期間を示している。同図は予告期間を3日に設定する場合を示している。予告期間は408と409の上下ボタンで選択可能である。   Reference numeral 407 denotes a notice period. This figure shows a case where the notice period is set to 3 days. The notice period can be selected with the up and down buttons 408 and 409.

ネクストフィルタ設定と予告期間の選択が終了したならば406終了ボタンを押して、処理を終了する。   When the next filter setting and the selection of the notice period are completed, the 406 end button is pressed to end the processing.

本処理が完了した時点から予告期間タイマーは計時を開始し、残り時間がゼロになるまでの期間を予告期間とする。   The notice period timer starts counting from the time when this process is completed, and the period until the remaining time becomes zero is set as the notice period.

図5は従来のフィルタ処理を示す図である。   FIG. 5 is a diagram showing a conventional filter process.

同図は機器管理者の印刷ポリシーが2in1(2ページのデータを1ページにまとめる印刷)であり、印刷装置には2in1フィルタがインストールされONに設定された状態を示す。   This figure shows a state where the printing policy of the device administrator is 2in1 (printing that combines data of two pages into one page), and the 2in1 filter is installed and set to ON in the printing apparatus.

この状態で一般ユーザーが印刷データをホストコンピュータから送信すると、2in1フィルタ処理により2ページデータが1ページにまとめられて印刷出力される。   When a general user transmits print data from the host computer in this state, the 2-page data is combined into one page and printed out by the 2-in-1 filter processing.

一般ユーザーが印刷装置のフィルタ設定を知らない場合には意図した印刷出力と異なると思い込んでしまう。   If the general user does not know the filter setting of the printing apparatus, it is assumed that it is different from the intended print output.

本発明はこの様な状況を想定し、フィルタの設定変更の予告期間を設け予告期間中には予告を発生することで機器管理者の印刷ポリシーを一般ユーザーに浸透させるものである。   In the present invention, assuming such a situation, a notice period for changing the setting of the filter is provided, and a notice is generated during the notice period, so that the printing policy of the device manager is instilled to general users.

図6は本発明のフィルタ設定変更予告処理を示す図である。   FIG. 6 is a diagram showing filter setting change notice processing of the present invention.

同図は機器管理者の予告期間終了後の印刷ポリシーが2in1に変更される場合の例である。印刷装置には2in1フィルタがインストールされ現在はOFFで予告期間終了後にONに設定されるという状況を示している。即ち2in1フィルタのカレント設定はOFF、ネクスト設定はONである。   This figure shows an example in which the printing policy after the end of the notice period of the device manager is changed to 2 in 1. This shows a situation in which a 2-in-1 filter is installed in the printing apparatus and is currently turned off and set to on after the notice period ends. That is, the current setting of the 2 in 1 filter is OFF and the next setting is ON.

この状態で一般ユーザーが印刷データをホストコンピュータから送信すると、印刷装置は2in1フィルタ処理を行うが、予告期間中であるためPDLデータの置換は行わず、予告を発生するにとどまる。印刷出力はユーザーが送付したPDLデータそのままの印刷出力が行われ、操作パネルに「次予告:2in1」という予告メッセージが出力される。   In this state, when a general user transmits print data from the host computer, the printing apparatus performs a 2-in-1 filter process. However, since it is during the notice period, the PDL data is not replaced and only the notice is generated. The print output is the same as the PDL data sent by the user, and a notice message “Next notice: 2 in 1” is output on the operation panel.

図7はフィルタプログラムの処理手順を示すフローチャートである。   FIG. 7 is a flowchart showing the processing procedure of the filter program.

本フローチャートは図2で説明したフィルタ部105の中のフィルタプログラム1110,1111,1112の内部処理を説明するものである。各フィルタ内での処理は全て同一である。   This flowchart describes the internal processing of the filter programs 1110, 1111 and 1112 in the filter unit 105 described in FIG. All processes in each filter are the same.

本処理は入力ストリームとしてPDLジョブを入力し、順次パターンマッチングを行い、マッチングした箇所のデータをあらかじめ決められた方法で置換を行い、出力ストリームへ出力するまでの処理を示す。   This process shows a process from input of a PDL job as an input stream, sequential pattern matching, replacement of the matched portion data by a predetermined method, and output to the output stream.

本発明の特徴のひとつはフィルタ処理においてパターンマッチングがなされた場合、予告フラグ、カレント設定、ネクスト設定をそれぞれ評価し、評価結果に応じて置換処理や置換検出フラグの制御を行うことである。   One of the features of the present invention is that when pattern matching is performed in the filter processing, the notice flag, the current setting, and the next setting are evaluated, and the replacement processing and the replacement detection flag are controlled according to the evaluation result.

置換検知フラグをtrueにすることでユーザーに対してフィルタ設定変更予告の出力制御を促す。   Setting the replacement detection flag to true prompts the user to output the filter setting change notice.

ステップS3000では、必要な前処理を行う。前処理には、フィルタが内部的に利用する属性の初期化や、パターンマッチングに使用するパターン記述に対する前処理などが含まれる。   In step S3000, necessary preprocessing is performed. The preprocessing includes initialization of attributes used internally by the filter, preprocessing for a pattern description used for pattern matching, and the like.

ステップS3001では、入力ストリームからパターンマッチング処理に必要な量のデータを読み出す。   In step S3001, an amount of data necessary for pattern matching processing is read from the input stream.

ステップS3002では、入力のデータストリーム中からこのフィルタが操作するべきデータパターンの出現を発見するためにパターンマッチングを行う。フィルタが操作するべきデータパターンは固定のデータ列そのものでもよいし、正規表現(regular expression)などの形式言語による記述でもよい。パターン記述に合致するデータの出現をデータストリーム中から発見する各種の実装が広く知られている(grep、sed、AWK、Perlなどが有名である)。   In step S3002, pattern matching is performed in order to find the appearance of a data pattern to be operated by this filter from the input data stream. The data pattern to be manipulated by the filter may be a fixed data string itself or a description in a formal language such as a regular expression. Various implementations for finding the appearance of data matching the pattern description from the data stream are widely known (grep, sed, AWK, Perl, etc. are famous).

ステップS3003では、パターンマッチングの結果を判定しパターン記述に合致するデータをデータストリーム中に発見した場合はステップ3004に進む。そうでなければステップS3007に進む。   In step S3003, if the pattern matching result is determined and data matching the pattern description is found in the data stream, the process proceeds to step 3004. Otherwise, the process proceeds to step S3007.

ステップS3004では、フィルタ設定変更予告フラグの状態を判定し、trueであればステップS3005へ、falseであればステップS3009へ進む。   In step S3004, the state of the filter setting change notice flag is determined. If true, the process proceeds to step S3005, and if false, the process proceeds to step S3009.

ステップS3005では、カレントフィルタ設定の状態を判定し、OFFであればそのままステップS3007に進み、ONであればステップS3006に進み、パターン記述に合致したデータストリーム中の部分データ列に対してこのフィルタの目的に応じた操作を施しその結果で置き換える。ステップS3007に進む。   In step S3005, the current filter setting state is determined. If it is OFF, the process proceeds to step S3007, and if it is ON, the process proceeds to step S3006, and this filter is applied to the partial data string in the data stream that matches the pattern description. Perform the operation according to the purpose and replace with the result. The process proceeds to step S3007.

ステップS3009では、ネクストフィルタ設定の状態を判定し、OFFであればそのままステップS3007に進み、ONであればステップS3010に進み、置換検出フラグの状態をtrueにする。ステップS3007に進む。   In step S3009, the state of the next filter setting is determined. If it is OFF, the process proceeds to step S3007, and if it is ON, the process proceeds to step S3010, and the state of the replacement detection flag is set to true. The process proceeds to step S3007.

ステップS3007では、処理済の部分データ列(すなわち、監視しているパターンが現れなかったデータ列、あるいは、監視しているパターンを含むデータ列に対してステップS3005の処理を施したデータ列)を出力ストリームに書き込む。   In step S3007, a processed partial data string (that is, a data string in which the monitored pattern does not appear or a data string in which the process in step S3005 is performed on the data string including the monitored pattern) is performed. Write to the output stream.

ステップS3008では、入力ストリームが終了したかどうかを判定し、終端を迎えた場合は終了する。そうでなければステップS3001に戻り、上記の手順を繰り返す。   In step S3008, it is determined whether or not the input stream has ended. If the end has been reached, the process ends. Otherwise, the process returns to step S3001 and the above procedure is repeated.

図8は受信ジョブの処理手順を示すフローチャートである。   FIG. 8 is a flowchart showing the processing procedure of the received job.

本フローチャートは図6で説明した一般ユーザーの印刷手順における内部処理を説明するものである。   This flowchart explains the internal processing in the printing procedure of the general user described in FIG.

ユーザーが送付した印刷ジョブが機器管理者の印刷ポリシーに合致しない場合には、フィルタ設定変更予告を操作パネルに表示出力するまでの処理を示す。   When the print job sent by the user does not match the print policy of the device administrator, the processing until the filter setting change notice is displayed on the operation panel is shown.

ステップS4000では、印刷装置が印刷ジョブを受信しステップS4001に進む。   In step S4000, the printing apparatus receives a print job, and the process advances to step S4001.

ステップS4001では、制御部102がフィルタ設定変更予告フラグをfalse、フィルタ処理検出フラグをfalseに初期化し、ステップS4002に進む。   In step S4001, the control unit 102 initializes the filter setting change notice flag to false and the filter processing detection flag to false, and the process proceeds to step S4002.

ステップS4002では、予告期間タイマーの状態から予告期間中であるかを判定し、falseであればステップS4004へ進み、trueであればステップS4003に進みフィルタ設定変更予告フラグをtrueにセットする。ステップS4004に進む。   In step S4002, it is determined from the state of the notice period timer whether the notice period is in progress. If false, the process proceeds to step S4004. If true, the process proceeds to step S4003, and the filter setting change notice flag is set to true. The process proceeds to step S4004.

ステップS4004では、フィルタ部105に受信したPDLデータを入力しPDLフィルタ処理を行いステップS4005へ進む。   In step S4004, the received PDL data is input to the filter unit 105, PDL filter processing is performed, and the process proceeds to step S4005.

ステップS4005では、フィルタ設定変更予告フラグの状態を判定し、falseであればステップS4008に進み、印刷出力する。フィルタ設定変更予告出力は行われない。   In step S4005, the state of the filter setting change notice flag is determined. If false, the process advances to step S4008 to print out. Filter setting change notice output is not performed.

一方フィルタ設定変更予告フラグの状態がtrueであった場合はステップS4006に進む。   On the other hand, if the state of the filter setting change notice flag is true, the process proceeds to step S4006.

ステップS4006では、フィルタ処置検出フラグの状態を判定し、falseであればステップS4008に進み、印刷出力する。フィルタ設定変更予告出力は行われない。   In step S4006, the state of the filter treatment detection flag is determined. If false, the process proceeds to step S4008 to print out. Filter setting change notice output is not performed.

一方フィルタ処理検出フラグの状態がtrueであった場合はステップS4007に進み、フィルタ設定変更予告を行ったうえでステップS4008に進み、印刷出力する。   On the other hand, if the state of the filter processing detection flag is true, the process proceeds to step S4007, a filter setting change notice is given, and then the process proceeds to step S4008 to print out.

本構成の場合、図2における1300予告メッセージ出力部がパネルに対して表示するメッセージを生成し、フィルタ設定変更予告を行う。   In the case of this configuration, the 1300 notice message output unit in FIG. 2 generates a message to be displayed on the panel, and performs a filter setting change notice.

本実施例によれば以下の効果がある。   According to this embodiment, there are the following effects.

本発明によって、一定の予告期間中には一般ユーザーに対してフィルタ設定変更の予告を発生することが可能になり、フィルタ設定変更をスムースに浸透させることが可能になるという効果がある。また、機器管理者は予告期間を設定した上でフィルタ設定変更予約を容易に行うことが可能になり機器管理負荷を軽減することも可能という効果もある。   According to the present invention, it is possible to generate a filter setting change notice for a general user during a certain notice period, and it is possible to smoothly penetrate the filter setting change. In addition, the device administrator can easily make a filter setting change reservation after setting the advance notice period, which can also reduce the device management load.

実施例1においてはフィルタ設定変更予告を操作パネル上に出力する構成であったが、予告メッセージを印刷用紙に直接印刷する構成も考えられる。   In the first embodiment, the filter setting change notice is output on the operation panel, but a structure in which the notice message is directly printed on the printing paper is also conceivable.

以下実施の形態を説明する。   Embodiments will be described below.

図9は実施例2におけるフィルタ設定変更予告処理を示す図である。   FIG. 9 is a diagram illustrating filter setting change notice processing in the second embodiment.

同図は機器管理者の予告期間終了後の印刷ポリシーが2in1に変更される場合の例である。印刷装置には2in1フィルタがインストールされ現在はOFFで予告期間終了後にONに設定されるという状況を示している。即ち2in1フィルタのカレント設定はOFF、ネクスト設定はONである。   This figure shows an example in which the printing policy after the end of the notice period of the device manager is changed to 2 in 1. This shows a situation in which a 2-in-1 filter is installed in the printing apparatus and is currently turned off and set to on after the notice period ends. That is, the current setting of the 2 in 1 filter is OFF and the next setting is ON.

この状態で一般ユーザーが印刷データをホストコンピュータから送信すると、印刷装置は2in1フィルタ処理を行うが、予告期間中であるためPDLデータの置換は行わず、予告を発生するにとどまる。印刷出力はユーザーが送付したPDLデータに対して用紙上に“next:2in1”と各ページの右下に印刷出力する(出力例A)。   In this state, when a general user transmits print data from the host computer, the printing apparatus performs a 2-in-1 filter process. However, since it is during the notice period, the PDL data is not replaced and only the notice is generated. For printout, “next: 2 in 1” is printed on the paper with respect to the PDL data sent by the user (output example A).

また印刷装置に自動両面印刷ユニットが装着されている場合には自動的に両面印刷を行い、裏面に“next:2in1”と各ページの裏面右下に印刷出力する(出力例B)。   When an automatic duplex printing unit is installed in the printing apparatus, duplex printing is automatically performed, and “next: 2 in 1” is printed on the back side and printed on the lower right side of the back side of each page (output example B).

図10は実施例2のフィルタ部の詳細ブロック図である。   FIG. 10 is a detailed block diagram of the filter unit of the second embodiment.

実施例1における図2との差分は1300予告メッセージ出力部の代わりに1400予告付加フィルタ処理部が備えられる点である。   The difference from FIG. 2 in the first embodiment is that a 1400 notice addition filter processing unit is provided instead of the 1300 notice message output unit.

1400予告付加フィルタ処理部は入力PDLに対して予告メッセージを印刷出力するようなPDLを付加するものである。本モジュールを備えることで図9で説明した印刷出力への予告メッセージ出力を実現する。   The 1400 notice addition filter processing unit adds PDL for printing out a notice message to the input PDL. By providing this module, a notice message output to the print output described in FIG. 9 is realized.

処理フローは図8で説明した実施例1と同じである。   The processing flow is the same as that of the first embodiment described with reference to FIG.

ステップS4007のフィルタ設定変更予告において操作パネルへのメッセージ出力に代わりフィルタ設定変更予告を印刷出力に反映する。   Instead of outputting a message to the operation panel in the filter setting change notice in step S4007, the filter setting change notice is reflected in the print output.

本実施例によれば以下の効果がある。   According to this embodiment, there are the following effects.

実施例1では操作パネルにフィルタ設定変更予告をメッセージ出力する構成であったが、実施例2には印刷物に直接メッセージを出力するためユーザーに対してより警告度の高い予告を出力することが可能になる。また、確実に印刷ジョブ個別に予告メッセージを出力することが可能になる。   In the first embodiment, the filter setting change notice is output to the operation panel as a message. However, in the second embodiment, a message having a higher warning level can be output to the user because the message is directly output to the printed matter. become. In addition, it is possible to reliably output a notice message for each print job.

実施例1,2においてはフィルタ設定変更予告は予告期間であるか否かで判断していたが、印刷ジョブにユーザー情報が含まれる場合にはユーザー毎にフィルタ設定変更予告を出力するかを判断構成も考えられる。   In the first and second embodiments, the filter setting change notice is determined based on whether the notice period is the notice period. However, if user information is included in the print job, it is determined whether the filter setting change notice is output for each user. Configuration is also conceivable.

以下実施の形態を説明する。   Embodiments will be described below.

図11は実施例3におけるフィルタ設定変更予告処理を示す図である。   FIG. 11 is a diagram illustrating filter setting change notice processing in the third embodiment.

同図は機器管理者の予告期間終了後の印刷ポリシーが2in1に変更される場合の例である。印刷装置には2in1フィルタがインストールされ現在はOFFで予告期間終了後にONに設定されるという状況を示している。即ち2in1フィルタのカレント設定はOFF、ネクスト設定はONである。   This figure shows an example in which the printing policy after the end of the notice period of the device manager is changed to 2 in 1. This shows a situation in which a 2-in-1 filter is installed in the printing apparatus and is currently turned off and set to on after the notice period ends. That is, the current setting of the 2 in 1 filter is OFF and the next setting is ON.

最初にuser A JOB(1回目)の場合の説明を行う。   First, the case of user A JOB (first time) will be described.

この状態でユーザーが印刷データをホストコンピュータから送信すると、印刷装置は2in1フィルタ処理を行うが、当該ユーザー最初の一回目の印刷時には予告期間中であるためPDLデータの置換は行わず、予告を発生するにとどまる。印刷出力はユーザーが送付したPDLデータに対して用紙上に“next:2in1”と各ページの右下に印刷出力する。   When the user sends print data from the host computer in this state, the printing device performs 2-in-1 filter processing. However, since the notice period is in effect during the first printing of the user, PDL data is not replaced and a notice is generated. Stay on. The printout prints out “next: 2 in 1” on the paper and PDL data sent by the user at the lower right of each page.

次に、一度予告を発生したユーザーの2回目の印刷処理の場合を説明する。
user A JOB(2回目)に相当する。
Next, the case of the second printing process of the user who once generated a notice will be described.
It corresponds to user A JOB (second time).

この状態でユーザーが印刷データをホストコンピュータから送信すると、予告は発生済みであるため、予告期間中であっても予告期間終了後のネクストフィルタ設定で印刷出力を行う。結果としてフィルタ処理された印刷出力が得られる。   When the user transmits print data from the host computer in this state, since the advance notice has already been generated, print output is performed with the next filter setting after the end of the advance notice period even during the advance notice period. The result is a filtered print output.

次に、新たなユーザーの1回目の印刷処理の場合を説明する。   Next, the case of the first printing process of a new user will be described.

user B JOB(1回目)に相当する。   It corresponds to user B JOB (first time).

この状態でユーザーが印刷データをホストコンピュータから送信すると、印刷装置は2in1フィルタ処理を行うが、当該ユーザー最初の一回目の印刷時には予告期間中であるためPDLデータの置換は行わず、予告を発生するにとどまる。印刷出力はユーザーが送付したPDLデータに対して用紙上に“next:2in1”と各ページの右下に印刷出力する。   When the user sends print data from the host computer in this state, the printing device performs 2-in-1 filter processing. However, since the notice period is in effect during the first printing of the user, PDL data is not replaced and a notice is generated. Stay on. The printout prints out “next: 2 in 1” on the paper and PDL data sent by the user at the lower right of each page.

図12は実施例3のフィルタ部の詳細ブロック図である。   FIG. 12 is a detailed block diagram of the filter unit of the third embodiment.

実施例2における図10との差分は1500予告発生済みテーブル保持部が備えられる点である。   The difference from FIG. 10 in the second embodiment is that a 1500-notification-completed table holding unit is provided.

予告発生済みテーブルは予告を発生したユーザーのユーザー名を保持するテーブルである。予告を発生したユーザーの情報を蓄積するものである。本テーブルは予告期間中はフィルタ設定変更予告を出力したユーザー情報を蓄積し、予告期間タイマーの計時終了時点で内容をクリアする構成とする。   The notice occurrence completed table is a table holding the user name of the user who has issued the notice. It accumulates information about the user who issued the notice. This table is configured to accumulate user information that outputs a filter setting change notice during the notice period, and to clear the contents when the notice period timer ends.

図13は実施例3におけるフィルタ設定変更予告発生済みテーブルの構成を示す図である。   FIG. 13 is a diagram illustrating the configuration of a filter setting change notice occurrence table in the third embodiment.

同図に示した通り、フィルタ設定変更予告を発生したユーザー名を追加していく構成のテーブルである。   As shown in the figure, it is a table configured to add a user name that has issued a filter setting change notice.

図14は実施例3における受信ジョブの処理手順を示すフローチャートである。   FIG. 14 is a flowchart illustrating a processing procedure of a reception job according to the third embodiment.

本フローチャートは図11で説明した一般ユーザーの印刷手順における内部処理を説明するものである。   This flowchart explains the internal processing in the printing procedure of the general user described in FIG.

フィルタ設定変更予告を発生したユーザーは予告発生済み情報を蓄積し、予告期間中であっても予告を発生済みの場合には予告期間終了後のフィルタ設定で印刷出力を行う処理を示す。   The user who issued the filter setting change notice accumulates the notice occurrence information, and when the notice has been issued even during the notice period, the user performs print output with the filter setting after the notice period ends.

ステップS5000では、印刷装置が印刷ジョブを受信しステップS5001に進む。   In step S5000, the printing apparatus receives a print job, and the process advances to step S5001.

ステップS5001では、制御部102がフィルタ設定変更予告フラグをfalse、フィルタ処理検出フラグをfalseに初期化し、ステップS5002に進む。   In step S5001, the control unit 102 initializes the filter setting change notice flag to false and the filter processing detection flag to false, and the process proceeds to step S5002.

ステップS5002では、予告期間タイマーの状態から予告期間中であるかを判定し、falseであればステップS5007へ進み、trueであればステップS5003に進み印刷ジョブからユーザー名を取り出す。ステップS5004に進む。   In step S5002, it is determined from the state of the notice period timer whether the notice period is in progress. If false, the process proceeds to step S5007, and if true, the process proceeds to step S5003 to extract the user name from the print job. The process proceeds to step S5004.

ステップS5004では、予告発生済みテーブルを参照しステップS5005に進む。   In step S5004, the advance notice generated table is referred to and the process proceeds to step S5005.

ステップS5005では、ステップS5003で取り出した印刷ジョブ中のユーザー名がステップS5004で参照した予告発生済みテーブルに含まれているかを判定し、trueであればそのままステップS5007に進む。falseであれば当該ユーザーには予告を発生していないのでステップS5006に進みフィルタ設定変更予告フラグをtrueにセットする。ステップS5007に進む。   In step S5005, it is determined whether the user name in the print job extracted in step S5003 is included in the notice occurrence completed table referenced in step S5004. If true, the process proceeds to step S5007. If false, no notice is generated for the user, and the process advances to step S5006 to set the filter setting change notice flag to true. The process proceeds to step S5007.

ステップS5007では、フィルタ部105に受信したPDLデータを入力しPDLフィルタ処理を行いステップS5008へ進む。   In step S5007, the received PDL data is input to the filter unit 105, PDL filter processing is performed, and the process proceeds to step S5008.

ステップS5008では、フィルタ設定変更予告フラグの状態を判定し、falseであればステップS5011に進み、印刷出力する。フィルタ設定変更予告出力は行われない。   In step S5008, the state of the filter setting change notice flag is determined. If false, the process proceeds to step S5011 to print out. Filter setting change notice output is not performed.

一方フィルタ設定変更予告フラグの状態がtrueであった場合はステップS5009に進む。   On the other hand, if the state of the filter setting change notice flag is true, the process proceeds to step S5009.

ステップS5009では、フィルタ処置検出フラグの状態を判定し、falseであればステップS5011に進み、印刷出力する。フィルタ設定変更予告出力は行われない。   In step S5009, the state of the filter treatment detection flag is determined. If false, the process advances to step S5011 to print out. Filter setting change notice output is not performed.

一方フィルタ処理検出フラグの状態がtrueであった場合はステップS5010に進み、フィルタ設定変更予告を行ったうえでステップS5011に進み、印刷出力する。   On the other hand, if the state of the filter processing detection flag is true, the process proceeds to step S5010, a filter setting change notice is performed, and then the process proceeds to step S5011 to print out.

本実施例によれば以下の効果がある。   According to this embodiment, there are the following effects.

実施例3においては予告を発生したユーザーに対しては2回目の印刷からは予告ではなく、予告期間中であっても予告期間終了後のフィルタ設定でフィルタ処理を行い印刷出力するのでより短期間・効率的に機器管理者の印刷ポリシーを浸透させることが可能となる。   In the third embodiment, for the user who has issued a notice, the second printing is not a notice from the second printing, and even during the notice period, the filter processing is performed with the filter setting after the notice period ends, and the printout is performed for a shorter period of time. -Efficiently infiltrate the printing policy of device managers.

本発明のプリンタの詳細ブロック図Detailed block diagram of the printer of the present invention フィルタ部の詳細ブロック図Detailed block diagram of filter section カレントフィルタセットアップの手順を示す図Diagram showing the current filter setup procedure ネクストフィルタセットアップの手順を示す図Diagram showing next filter setup procedure 従来のフィルタ処理を示す図Diagram showing conventional filter processing 本発明のフィルタ設定変更予告処理を示す図The figure which shows the filter setting change notice process of this invention フィルタプログラムの処理手順を示すフローチャートFlow chart showing processing procedure of filter program 受信ジョブの処理手順を示すフローチャートFlow chart showing processing procedure of received job 実施例2におけるフィルタ設定変更予告処理を示す図The figure which shows the filter setting change notice process in Example 2. 実施例2のフィルタ部の詳細ブロック図Detailed block diagram of filter section of embodiment 2 実施例3におけるフィルタ設定変更予告処理を示す図The figure which shows the filter setting change notice process in Example 3. 実施例3のフィルタ部の詳細ブロック図Detailed block diagram of filter section of embodiment 3 実施例3におけるフィルタ設定変更予告発生済みテーブルの構成を示す図The figure which shows the structure of the filter setting change notice generation completion table in Example 3. FIG. 実施例3における受信ジョブの処理手順を示すフローチャートFlowchart illustrating a processing procedure for a reception job according to the third embodiment.

符号の説明Explanation of symbols

100 プリンタ
200 ホストコンピュータ
300 ホストインターフェース通信経路
101 内部メインバス
102 制御部
103 操作パネル
104 ホストインターフェースコントローラ
105 フィルタ部
106 トランスレータ
107 レンダラー
108 展開メモリ
109 プリンタエンジン
1000 フィルタバスインターフェース
1100 フィルタ処理部
1110,1111,1112 フィルタプログラム
1200 予告期間タイマー
1201 カレントフィルタ設定保持部
1202 ネクストフィルタ設定保持部
1203 フィルタ設定変更予告フラグ
1204 フィルタ処理検出フラグ
1300 予告メッセージ出力部
1400 予告付加フィルタ処理部
1500 予告発生済みテーブル保持部
DESCRIPTION OF SYMBOLS 100 Printer 200 Host computer 300 Host interface communication path 101 Internal main bus 102 Control part 103 Operation panel 104 Host interface controller 105 Filter part 106 Translator 107 Renderer 108 Deployment memory 109 Printer engine 1000 Filter bus interface 1100 Filter processing part 1110, 1111, 1112 Filter program 1200 Notice period timer 1201 Current filter setting holding part 1202 Next filter setting holding part 1203 Filter setting change notice flag 1204 Filter processing detection flag 1300 Notice message output part 1400 Notice addition filter processing part 1500 Notice occurrence table holding part

Claims (7)

入力したPDLデータの置換処理を行うフィルタ手段と、フィルタ手段により置換処理が行われたことを検出するための置換検出フラグ手段と、前記フィルタ手段の有効・無効を制御するためのフィルタ設定保持手段と、フィルタ設定変更の予告を発生する時間を管理する予告期間タイマー手段と、フィルタ設定変更の予告を発生するか否かを制御するフラグ手段と、予告出力を発生する予告出力手段から構成されることを特徴とする画像処理装置。   Filter means for performing replacement processing of input PDL data, replacement detection flag means for detecting that replacement processing has been performed by the filter means, and filter setting holding means for controlling validity / invalidity of the filter means And a notice period timer means for managing the time for generating the filter setting change notice, a flag means for controlling whether or not the filter setting change notice is generated, and a notice output means for generating the notice output. An image processing apparatus. 前記フィルタ手段のデータ処理は、PDLデータ中に現れる特定データパターンを発見するパターンマッチングと、パターンにマッチした部分に対応する新たなデータを生成し置換する処理を含むことを特徴とする請求項1に記載の画像処理装置。   2. The data processing of the filter means includes pattern matching for finding a specific data pattern appearing in PDL data, and processing for generating and replacing new data corresponding to a portion matching the pattern. An image processing apparatus according to 1. 前記置換検出フラグ手段は、前記フィルタ手段のデータ処理においてパターンマッチングし、新たなデータを生成し置換処理を行った場合にフラグの状態を変化させることを特徴とする請求項1に記載の画像処理装置。   The image processing according to claim 1, wherein the replacement detection flag unit performs pattern matching in the data processing of the filter unit, and changes the flag state when new data is generated and the replacement processing is performed. apparatus. 前記フィルタ手段の有効・無効を制御するためのフィルタ設定保持手段は、現在の設定と、次の設定の2種類の設定情報を保持することを特徴とする請求項1に記載の画像処理装置。   The image processing apparatus according to claim 1, wherein the filter setting holding unit for controlling validity / invalidity of the filter unit holds two types of setting information, a current setting and a next setting. 前記フィルタ設定保持手段は、前記予告期間タイマーの状態に応じて、次のフィルタ設定を現在のフィルタ設定にロードすることを特徴とする請求項1に記載の画像処理装置。   The image processing apparatus according to claim 1, wherein the filter setting holding unit loads a next filter setting to a current filter setting according to a state of the notice period timer. 入力したPDLデータの置換処理を行うフィルタ手段と、フィルタ手段により置換処理が行われたことを検出するための置換検出フラグ手段と、前記フィルタ手段の有効・無効を制御するためのフィルタ設定保持手段と、フィルタ設定変更の予告を発生する時間を管理する予告期間タイマー手段と、フィルタ設定変更の予告を発生するか否かを制御するフラグ手段と、予告を発生したか否かをユーザー毎に管理する予告発生済み情報保持手段と予告出力を発生する予告出力手段から構成されることを特徴とする画像処理装置。   Filter means for performing replacement processing of input PDL data, replacement detection flag means for detecting that replacement processing has been performed by the filter means, and filter setting holding means for controlling validity / invalidity of the filter means In addition, a notice period timer means for managing the time when the filter setting change notice is generated, a flag means for controlling whether or not the filter setting change notice is generated, and whether or not the notice occurs is managed for each user. An image processing apparatus comprising: a notice generation information holding means for generating a notice output and a notice output means for generating a notice output. 前記フィルタ設定変更の予告を発生するか否かを制御するフラグは、前記予告発生済み情報保持手段は予告を発生したユーザーの情報を元に状態を変化させることを特徴とする請求項6に記載の画像処理装置。   The flag for controlling whether or not the filter setting change notice is generated changes the state based on the information of the user who has issued the notice. Image processing apparatus.
JP2005272166A 2005-09-20 2005-09-20 Image processing apparatus Withdrawn JP2007086887A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005272166A JP2007086887A (en) 2005-09-20 2005-09-20 Image processing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005272166A JP2007086887A (en) 2005-09-20 2005-09-20 Image processing apparatus

Publications (1)

Publication Number Publication Date
JP2007086887A true JP2007086887A (en) 2007-04-05

Family

ID=37973839

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005272166A Withdrawn JP2007086887A (en) 2005-09-20 2005-09-20 Image processing apparatus

Country Status (1)

Country Link
JP (1) JP2007086887A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010009602A (en) * 2008-06-27 2010-01-14 Xerox Corp Dynamic xps filter

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010009602A (en) * 2008-06-27 2010-01-14 Xerox Corp Dynamic xps filter
JP2014075151A (en) * 2008-06-27 2014-04-24 Xerox Corp Dynamic xps filter

Similar Documents

Publication Publication Date Title
JP4761533B2 (en) Information processing apparatus, workflow generation method and program
EP1892616B1 (en) Document processing apparatus and document processing method
US20090281862A1 (en) Job editor interface based on dynamic device capabilities
US7777904B2 (en) Coordinated concurrent printing of print jobs containing pages that are incompatible with a single printer
US20110242565A1 (en) Printer control system, printing method, and storage medium
CN103309630A (en) Information processing apparatus and information processing method
US9715358B2 (en) Information processing apparatus, information processing method, and recording medium
JP4343604B2 (en) Printing system, information processing apparatus, installation method, and program
US20070206210A1 (en) Image forming apparatus, information processing apparatus, printing system, and image forming method
US10261737B1 (en) Print management method, apparatus, and computer-readable medium
CN102681803A (en) Print job editing apparatus, print job editing method and printing system
KR100734446B1 (en) Image processing apparatus and control method thereof, processing module drive control method, and data processing apparatus
JP2003271354A (en) Substitute print processor, substitute print processing method, its program and storage medium
EP2388685B1 (en) Information processing apparatus and control method thereof, and storage medium
CN103019630B (en) Print system, printing equipment and Method of printing
US20120120443A1 (en) Information processing apparatus, information processing system, and storage medium
CN110456992A (en) Recording medium, control method and information processing unit
US20080250430A1 (en) Method and corresponding apparatus for creation of print drivers in a network
JP4174381B2 (en) Information processing apparatus, distributed printing control method, and distributed printing control program
JP2012178141A (en) Print control program, print controller, print control method, and print system
JP6282099B2 (en) Printing system, control method therefor, program, and image forming apparatus
US20130258377A1 (en) Printer control system, printing method, and storage medium
JP2007086887A (en) Image processing apparatus
JP2009214333A (en) Printer, print job management method, and print job management program
JP5967956B2 (en) Information processing apparatus, information processing method, and program

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20081202