JP2007293673A - Print control method and program - Google Patents

Print control method and program Download PDF

Info

Publication number
JP2007293673A
JP2007293673A JP2006122009A JP2006122009A JP2007293673A JP 2007293673 A JP2007293673 A JP 2007293673A JP 2006122009 A JP2006122009 A JP 2006122009A JP 2006122009 A JP2006122009 A JP 2006122009A JP 2007293673 A JP2007293673 A JP 2007293673A
Authority
JP
Japan
Prior art keywords
print
printing
document
identification information
print job
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.)
Pending
Application number
JP2006122009A
Other languages
Japanese (ja)
Inventor
Kenichi Tsuchida
健一 土田
Yukari Sato
由香里 佐藤
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.)
Hitachi INS Software Ltd
Original Assignee
Hitachi INS Software 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 Hitachi INS Software Ltd filed Critical Hitachi INS Software Ltd
Priority to JP2006122009A priority Critical patent/JP2007293673A/en
Publication of JP2007293673A publication Critical patent/JP2007293673A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide technique for limiting printing with an unauthorized printer or by an unauthorized user regardless of the authorization of an OS or the user. <P>SOLUTION: The input of a print job with respect to a printer spooler is monitored. When the print job is input, it is determined whether the printing of the job is permitted or not. When the printing is permitted, printing is performed based on the print job. When not, the print job is canceled. Consequently, when digital watermark software etc., is installed, setting is performed so as to permit the printing of a document with the digital watermark imparted thereto and not to permit the printing of a document without the digital watermark imparted thereto. The printing with the unauthorized printer or by the unauthorized user is limited without: changing the authorization of the user due to a limit in the OS; performing the addition of the user to a print terminal; and being limited by an environment. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、文書に電子透かしを付与して印刷するシステムなどに適用して好適な印刷制御方法およびプログラムに関する。   The present invention relates to a print control method and a program suitable for being applied to a system for printing a document with a digital watermark.

従来より、文書(ドキュメント)に電子透かしを付与して印刷するシステムが知られている。電子透かしとは、印刷する文書に対して肉眼では分からない加工を加え、作成者や作成日時、著作権の表示などの各種の情報を埋め込む技術である。電子透かしが埋め込まれた印刷物は、スキャナでスキャンし、所定の検証アプリケーションを用いて検証することにより、埋め込まれた情報を読み出すことができる。これにより、当該文書について、いつ誰が印刷したかなどを特定することが可能となる。   2. Description of the Related Art Conventionally, a system that prints a document (document) with a digital watermark is known. Digital watermarking is a technology that embeds various types of information such as the creator, date of creation, and copyright display by adding processing that cannot be seen with the naked eye to the document to be printed. The printed material in which the digital watermark is embedded can be read by scanning with a scanner and verifying using a predetermined verification application. This makes it possible to specify when and who printed the document.

このような電子透かしを付与するソフトウエアを例えば1台の端末にインストールする場合には、その端末のユーザに対して使用制限(印刷制限)をかけたい場合がある。例えば、その端末で任意の文書を印刷する場合には必ず所定の情報を埋め込んだ電子透かしを付与した上で印刷させるものとし、電子透かし無しの文書の印刷を禁止したい場合などである。このような使用制限をかけるため、従来方式では、各ユーザに対して全く印刷が行えないユーザを追加し、通常はその印刷できないユーザIDで強制的にログインさせ、印刷が指示されたときには、特定のプリンタが指定されていれば、印刷できるユーザに切り替えて、電子透かしを付与して印刷させるようにしていた。印刷後は、再び元の印刷できないユーザに戻す。ユーザの切り替えとは、OSの所定のAPIを呼び出すことにより、ログインしている現ユーザを別のユーザに切り替えるものである。ユーザの切り替えにより、印刷の許可/不許可などのユーザ環境を切り替えることができる。以上のようにして、各ユーザが透かし無しで印刷を行うことを制限している。   For example, when software for providing such a digital watermark is installed in one terminal, for example, there are cases where it is desired to restrict use (printing restriction) for the user of the terminal. For example, when printing an arbitrary document on the terminal, it is assumed that printing is performed after adding a digital watermark in which predetermined information is embedded, and printing of a document without a digital watermark is prohibited. In order to place such usage restrictions, in the conventional method, a user who cannot print at all is added to each user. Normally, a user ID that cannot be printed is forcibly logged in and specified when printing is instructed. If a printer is designated, the user is switched to a user who can print, and is printed with a digital watermark. After printing, the user is returned to the original user who cannot print. User switching is to switch the current logged-in user to another user by calling a predetermined API of the OS. By switching the user, it is possible to switch the user environment such as printing permission / non-permission. As described above, each user is restricted from printing without a watermark.

以上のように、印刷時に一時的に印刷できるユーザに切り替えて印刷させ、その後印刷が行えないユーザに戻す方式では、各端末に印刷可能なユーザを追加する作業が必要となり、作業工数がかかるという問題がある。特に、既存の印刷環境が存在するシステムに電子透かしのソフトウエアをインストールするときには、それら既存の端末の1台1台に管理者が出向いて印刷環境を書き替えていく作業を行う必要があった。また、印刷時にユーザを切り替えるため、印刷可能なユーザが印刷することになり、既存のユーザ毎の管理・課金システムが使えなくなるという不具合がある。さらに、ユーザを切り替えるためにOSのセキュリティ機能を使用する必要があり、セキュリティ上の問題が発生する可能性がある。また、ユーザの切り替えを行うためのOSの処理上の性能劣化が発生する。   As described above, in the method of switching to a user who can temporarily print at the time of printing and returning to a user who cannot perform printing thereafter, it is necessary to add a user who can print to each terminal, which requires work man-hours. There's a problem. In particular, when installing digital watermarking software in a system that has an existing printing environment, it was necessary for the administrator to go to each of the existing terminals to rewrite the printing environment. . Further, since the user is switched at the time of printing, a printable user prints, and there is a problem that the existing management / billing system for each user cannot be used. Furthermore, it is necessary to use the security function of the OS to switch users, which may cause a security problem. In addition, there is a performance degradation in the processing of the OS for switching users.

本発明は、以上のような問題点を解決することを目的とし、特に、OSやユーザの権限によらず、許可しないプリンタやユーザが印刷を行うことを制限する技術を提供することを目的とする。   An object of the present invention is to solve the above-described problems, and in particular, to provide a technique for restricting unauthorized printers and users from printing regardless of OS or user authority. To do.

上記目的を達成するため、本発明は、印刷情報一時格納手段(例えばプリンタスプーラ)に対する印刷ジョブの投入を監視し、印刷ジョブが投入されたとき、該印刷ジョブの印刷が許可されているものか否かを判定し、印刷が許可されている場合は当該印刷ジョブに基づいて印刷を実行し、そうでない場合は当該印刷ジョブをキャンセルすることを特徴とする。   In order to achieve the above object, the present invention monitors the input of a print job to a print information temporary storage means (for example, a printer spooler), and is printing permitted when the print job is input? Whether or not printing is permitted, printing is executed based on the print job, and if not, the print job is canceled.

例えば電子透かしなどの識別情報を付与するシステムに適用し、上位アプリケーションから発行された文書データの印刷指示に対し、該文書データに識別情報を付与するか否かを決定し、識別情報を付与すると決定した文書データに識別情報を付与し、識別情報を付与しないと決定された文書データに対して、当該ユーザに識別情報無しの文書の印刷権限があるか否かを判定し、識別情報が付与された文書データ、または、当該ユーザに識別情報無しの文書の印刷権限がある場合における識別情報無しの文書データに、所定の判定情報を付与し、前記文書データの印刷ジョブを印刷情報一時格納手段に投入し、前記印刷情報一時格納手段に投入された印刷ジョブを検出し、検出された印刷ジョブの文書データに前記判定情報が付与されているか否か判定し、前記判定情報が付与されている文書データを印刷し、前記判定情報が付与されていない文書データの印刷ジョブをキャンセルするようにする。   For example, it is applied to a system for giving identification information such as a digital watermark, and in response to a print instruction for document data issued from a higher-level application, it is determined whether or not to give identification information to the document data. Identification information is assigned to the determined document data, and whether or not the user has the authority to print a document without identification information is determined for the document data determined not to be assigned identification information. Predetermined determination information is added to the recorded document data or the document data without identification information when the user has the authority to print the document without identification information, and the print job of the document data is temporarily stored as print information The print job input to the print information temporary storage means is detected, and the determination information is added to the document data of the detected print job. Whether determined, the determination information to print the document data has been granted, so as to cancel the print job of the document data that is not the determination information is granted.

上位アプリケーションから発行された文書データの印刷指示に対し、該文書データに識別情報を付与するか否かを決定する方式としては、例えば、上位アプリケーションで識別情報を付与するか否かをユーザが指定できるようにすればよい。あるいは、本発明に係るプログラムにおいて、動作属性として、識別情報を付与するか否かをユーザに設定させるようにしてもよい。また、管理者により必ず識別情報を付与すると決定されたユーザについては、識別情報を付与しないという選択ができないようにし、必ず識別情報を付与するものとして処理するようにしてもよい。   In response to a print instruction for document data issued from a higher-level application, as a method for determining whether or not to add identification information to the document data, for example, the user specifies whether or not identification information is to be given by the higher-level application. You can do it. Alternatively, in the program according to the present invention, the user may be allowed to set whether or not identification information is given as an operation attribute. In addition, for a user who is determined to always give identification information by the administrator, the user may not be allowed to select not to give identification information, and may be processed so as to always give identification information.

ユーザに識別情報無しの文書の印刷権限があるか否かについては、例えば、管理者により各ユーザ毎に予め当該印刷権限の有無を設定しておけばよい。また、上記判定情報は、例えばフラグのような情報で明示的に印刷許可を示すものでよい。明示的な判定情報のほか、(1)出力先が特定のプリンタである場合に印刷許可とする、(2)当該ユーザが特定のユーザ名である場合に印刷許可とする、(3)印刷文書の名称が特定の文書名である場合に印刷許可とする、などの非明示的な判定情報も本発明の範囲内である。   As to whether or not the user has the authority to print a document without identification information, for example, the administrator may set the presence or absence of the printing authority for each user in advance. The determination information may be information that explicitly indicates printing permission, for example, information such as a flag. In addition to explicit determination information, (1) printing is permitted when the output destination is a specific printer, (2) printing is permitted when the user has a specific user name, and (3) a print document. The implicit determination information such as permitting printing when the name of the document is a specific document name is also within the scope of the present invention.

上記識別情報は、例えば電子透かしや背景文字など、視認できるか否かにかかわらず、当該文書を識別するために付与される任意の情報である。   The identification information is arbitrary information given to identify the document regardless of whether it can be visually recognized, such as a digital watermark or a background character.

本発明によれば、OSによる制限のためにユーザの権限を変更することなく、また印刷端末にユーザの追加を行うことなく、さらに環境に制限されることなく、印刷を許可しないプリンタやユーザが印刷を行うことを制限することが可能となる。従って、例えば電子透かしソフトウェアなどをインストールしたときに、必ず電子透かしが付与された文書しか印刷できないように設定することができる。   According to the present invention, a printer or a user who does not permit printing without changing the user's authority due to restrictions by the OS, without adding a user to the printing terminal, and without being restricted by the environment. It is possible to restrict printing. Accordingly, for example, when digital watermark software or the like is installed, it can be set so that only a document with a digital watermark can be printed.

以下、図面を用いてこの発明を実施するための一形態例を説明する。   An embodiment for carrying out the present invention will be described below with reference to the drawings.

図1は、任意の文書に対し強制的に電子透かしを埋め込んで印刷させ、電子透かし無しの文書の印刷を禁止するようにしたシステムの一例を示すブロック図である。ユーザ端末100は、表示装置101、CPU(中央演算処理装置)102、入力装置103、メモリ104、および通信コントローラ109を備える。これら各部はバスラインなどの通信線115aにより相互に接続されている。表示装置101は、CPU102からの指示に基づいて、与えられた情報を表示する。CPU102は、メモリ104上にロードされた各種のプログラムを実行することにより、この端末全体の処理を制御する。入力装置103は、例えばキーボードやマウスなどである。メモリ104には、CPU102が実行する各種のプログラムがロードされ、ここではサービスプログラム105、アプリケーションプログラム106、プリンタドライバ107、およびプリンタドライバ108を図示した。通信コントローラ109は、LANなどのネットワーク114との間の通信制御を行う。ユーザ端末100は、ネットワーク114を介してサーバ110、スキャナ111、プリンタ112、およびプリンタ113と接続されている。同様の複数のユーザ端末がネットワーク114に接続されるが、ここでは1台のみ図示した。   FIG. 1 is a block diagram showing an example of a system that forcibly embeds and prints an electronic watermark on an arbitrary document and prohibits printing of a document without the electronic watermark. The user terminal 100 includes a display device 101, a CPU (Central Processing Unit) 102, an input device 103, a memory 104, and a communication controller 109. These units are connected to each other by a communication line 115a such as a bus line. The display device 101 displays given information based on an instruction from the CPU 102. The CPU 102 controls processing of the entire terminal by executing various programs loaded on the memory 104. The input device 103 is, for example, a keyboard or a mouse. Various programs executed by the CPU 102 are loaded into the memory 104. Here, the service program 105, the application program 106, the printer driver 107, and the printer driver 108 are illustrated. The communication controller 109 performs communication control with the network 114 such as a LAN. The user terminal 100 is connected to a server 110, a scanner 111, a printer 112, and a printer 113 via a network 114. A plurality of similar user terminals are connected to the network 114, but only one is shown here.

図1のシステムにおいて、印刷する文書に対する電子透かしの付与およびその印刷の制御は、サービスプログラム105およびアプリケーションプログラム106で行っている。逆に言えば、電子透かしのソフトウエアをインストールする前の状態では、これらのプログラム105,106は存在せず、ユーザが実行する任意の上位アプリケーションプログラム(例えば、文書作成ソフトや表計算ソフトなど)から任意の文書の印刷を指示すると、指示されたプリンタに対応するプリンタドライバ107または108にその印刷データが渡され、ドライバ107または108が対応するプリンタ112または113に印刷データを送って印刷する。   In the system shown in FIG. 1, a digital watermark is assigned to a document to be printed and printing is controlled by a service program 105 and an application program 106. In other words, these programs 105 and 106 do not exist before the digital watermark software is installed, and any upper-level application program executed by the user (for example, document creation software or spreadsheet software). When printing of an arbitrary document is instructed, the print data is transferred to the printer driver 107 or 108 corresponding to the instructed printer, and the driver 107 or 108 sends the print data to the corresponding printer 112 or 113 for printing.

これに対し、電子透かしソフトウエアをインストールすると、ユーザ端末100を立ち上げたときにサービスプログラム105が起動され、また上位アプリケーションからの印刷要求があったときアプリケーションプログラム106が起動され、これにより透かし無し文書の印刷が制限できる。なお、具体的には、管理者が電子透かしソフトウエアのインストーラを各ユーザ毎に透かし無し印刷許可/不許可を設定して作成し、各ユーザは自分が使用する端末にそのインストーラで電子透かしソフトウエアをインストールする。管理者が透かし無し印刷を許可したユーザは、透かし付き文書と透かし無し文書の両方を印刷できる。管理者が透かし無し印刷を不許可としたユーザは、透かし付き文書の印刷しかできなくなる。   On the other hand, when the digital watermark software is installed, the service program 105 is started when the user terminal 100 is started up, and the application program 106 is started when a print request is received from a higher-level application. You can restrict printing of documents. Specifically, the administrator creates a digital watermark software installer for each user by setting permission / non-permission of watermarkless printing, and each user uses the installer to install the digital watermark software. Install the software. A user permitted by the administrator to print without a watermark can print both a watermarked document and a watermarkless document. A user who has not permitted watermarkless printing by the administrator can only print a watermarked document.

図2は、図1のシステムにおける印刷制御の流れを示す図である。図1と同じ番号は、同じものを示す。上位アプリケーションプログラム201および205は、図1では不図示であるが、ユーザ200や204が使用する文書作成ソフトや表計算ソフトなどである。ユーザ200が上位アプリケーションプログラム201を使用して文書を作成し印刷を指示したとする。その印刷の指示はアプリケーションプログラム106が受け取る。(通常は、上位アプリケーションプログラム201からの印刷の指示はプリンタドライバが受け取るが、電子透かしソフトウエアをインストールすることにより、上位アプリケーションプログラム201からの印刷の指示はアプリケーションプログラム106で受け取るように印刷指示をフックする仕組みを組み込むものとする。)アプリケーションプログラム106は、与えられた印刷データに対し電子透かしを埋め込みジョブ判定情報216を付与して、その印刷データを所定のプリンタドライバ1(ここでは107)に送る。プリンタドライバ1(107)は、その印刷指示に応じてプリンタドライバ1のスプーラ202に印刷ジョブを投入する。   FIG. 2 is a diagram showing a flow of printing control in the system of FIG. The same numbers as those in FIG. Although not shown in FIG. 1, the upper application programs 201 and 205 are document creation software, spreadsheet software, and the like used by the users 200 and 204. It is assumed that the user 200 creates a document using the upper application program 201 and instructs printing. The application program 106 receives the print instruction. (Normally, the printer driver receives a print instruction from the upper application program 201, but by installing the digital watermark software, a print instruction is received so that the application program 106 receives a print instruction from the upper application program 201. It is assumed that a hooking mechanism is incorporated.) The application program 106 embeds a digital watermark in the given print data, adds job determination information 216, and sends the print data to a predetermined printer driver 1 (107 in this case). send. The printer driver 1 (107) inputs a print job to the spooler 202 of the printer driver 1 according to the print instruction.

一方、サービスプログラム105は、印刷ジョブキャンセル機能211、印刷ジョブ判定機能212、スプール制御機能213、印刷ジョブ監視機能214、およびユーザインタフェース215を備える。サービスプログラム105の印刷ジョブ監視機能214は、当該ユーザ端末における全てのプリンタスプーラを常時監視しており、印刷ジョブの投入を検出する。印刷ジョブが投入されたとき、印刷ジョブ判定機能212により、その印刷データにジョブ判定情報216が付与されているかを判定する。付与されているときは、その文書が印刷許可されているものとし、指定されたプリンタ1(112)に出力し印刷させる。   On the other hand, the service program 105 includes a print job cancel function 211, a print job determination function 212, a spool control function 213, a print job monitoring function 214, and a user interface 215. The print job monitoring function 214 of the service program 105 constantly monitors all printer spoolers in the user terminal and detects the input of a print job. When a print job is input, the print job determination function 212 determines whether job determination information 216 is given to the print data. When it is given, it is assumed that the document is permitted to be printed, and the document is output to the designated printer 1 (112) for printing.

アプリケーションプログラム106は、上位アプリケーションプログラム201からの印刷指示があったとき、その文書に電子透かしを埋め込まないことが指示されているときは、電子透かしを埋め込まない。ただし、当該ユーザの権限として電子透かし無しの文書の印刷権限がある場合にはその文書にジョブ判定情報216を付与するが、そうでない場合にはジョブ判定情報216を付与せずにプリンタドライバに渡す。電子透かし無しの文書の印刷権限があるか否かは、上述したように、管理者がインストーラに設定した各ユーザ毎の透かし無し印刷の許可/不許可により決定される。   The application program 106 does not embed a digital watermark when it is instructed not to embed a digital watermark in the document when there is a print instruction from the upper application program 201. However, if the user has the right to print a document without a digital watermark, the job determination information 216 is assigned to the document. If not, the job determination information 216 is not provided, and the document is passed to the printer driver. . As described above, whether or not there is an authority to print a document without a digital watermark is determined by permission / non-permission of watermarkless printing for each user set by the administrator in the installer.

いま、ユーザ200が電子透かし無しの文書の印刷権限を持たないユーザであり、該ユーザ200が、電子透かし無しの文書の印刷を上位アプリケーションプログラム201から指示したとする。このとき、アプリケーションプログラム106は、電子透かしを埋め込まないことが指示されているので当該印刷データに電子透かしを埋め込まず、また当該ユーザは電子透かし無しの文書の印刷権限を持たないので、当該印刷データにジョブ判定情報216を付与しない。このジョブ判定情報216が付与されていない印刷ジョブは、例えばプリンタドライバ2のスプーラ203に投入される。サービスプログラム105は、スプーラ203へのジョブ投入を検出し、印刷ジョブ判定機能212によりその印刷データにジョブ判定情報216が付与されているか判定する。この場合、ジョブ判定情報216が付与されていないので、スプーラ203からプリンタ113に出力されることは行われず、その印刷ジョブは自動的にキャンセル(スプーラから削除)される。これにより、電子透かし無しの文書の印刷が禁止される。なお、もしユーザ200が電子透かし無しの文書の印刷権限を持っていたとすれば、ユーザ200の指示に応じて電子透かし無しの文書の印刷指示があったとき、アプリケーションプログラム106はその印刷ジョブにジョブ判定情報216を付与する。これにより、ユーザに権限があれば電子透かし無しの文書の印刷も行うことができる。   Now, assume that the user 200 is a user who does not have the authority to print a document without a digital watermark, and that the user 200 instructs the printing of a document without a digital watermark from the upper application program 201. At this time, since the application program 106 is instructed not to embed a digital watermark, the digital watermark is not embedded in the print data, and the user has no print authority for a document without the digital watermark. The job determination information 216 is not assigned to. A print job to which the job determination information 216 is not assigned is input to the spooler 203 of the printer driver 2, for example. The service program 105 detects job input to the spooler 203, and determines whether or not job determination information 216 is given to the print data by the print job determination function 212. In this case, since the job determination information 216 is not given, the print job is not output from the spooler 203 to the printer 113, and the print job is automatically canceled (deleted from the spooler). This prohibits printing of a document without a digital watermark. Note that if the user 200 has the authority to print a document without a digital watermark, the application program 106 applies a job to the print job when the user 200 instructs to print a document without a digital watermark. Determination information 216 is given. Thereby, if the user has authority, a document without a digital watermark can be printed.

なお、電子透かしソフトウエアをインストールした後に、何らかの上位アプリケーションプログラム205がインストールされた場合、その上位アプリケーションプログラム205からの印刷指示は、アプリケーションプログラム106を介さず、直接プリンタドライバ108に渡される場合が考えられる。この場合、プリンタドライバに渡される印刷データにはジョブ判定情報216が付与されることはないので、スプーラ203に投入されるジョブにはジョブ判定情報216が付与されていない。従って、上述したのと同様にジョブ判定情報216が付与されていない印刷データはプリンタに出力されることはない。   Note that if some upper application program 205 is installed after the digital watermark software is installed, the print instruction from the upper application program 205 may be passed directly to the printer driver 108 without going through the application program 106. It is done. In this case, since the job determination information 216 is not added to the print data passed to the printer driver, the job determination information 216 is not added to the job input to the spooler 203. Therefore, as described above, the print data to which the job determination information 216 is not added is not output to the printer.

図3は、アプリケーションプログラム106の処理手順を示す。アプリケーションプログラム106は、ユーザ端末100で動作している上位アプリケーションプログラムからの印刷要求があったときに起動される。ステップ301で、上位アプリケーションプログラムからの印刷要求を受け付ける。ステップ302で、電子透かしを埋め込むか否か判定する。この判定は、上位アプリケーションプログラムからの指示(すなわちユーザからの指示)によって行う。電子透かしを埋め込む場合、ステップ303で、当該印刷データに電子透かしを埋め込む処理を行う。その後、ステップ304でジョブ判定情報を付与する。ステップ305で、指定されたプリンタのプリンタドライバに、ジョブ判定情報付きの印刷データを出力する。ステップ302で、電子透かしを埋め込まない場合は、ステップ306で、電子透かし無しの文書の印刷権限があるか否か判定する。この判定は、電子透かしソフトウエアをインストールするときに、管理者から当該ユーザに対し当該権限が許可されているか否かが指定されているので、その権限があればステップ304に進み、無ければステップ305に進む。これにより、電子透かし無しの文書の印刷権限がないユーザからの印刷要求については、印刷データにジョブ判定情報が付与されずに出力されることになる。   FIG. 3 shows a processing procedure of the application program 106. The application program 106 is activated when there is a print request from a higher-level application program running on the user terminal 100. In step 301, a print request from a higher-level application program is accepted. In step 302, it is determined whether to embed a digital watermark. This determination is performed based on an instruction from the upper application program (that is, an instruction from the user). When embedding a digital watermark, in step 303, a process of embedding the digital watermark in the print data is performed. Thereafter, in step 304, job determination information is added. In step 305, print data with job determination information is output to the printer driver of the designated printer. If it is determined in step 302 that no digital watermark is to be embedded, it is determined in step 306 whether or not there is an authority to print a document without a digital watermark. In this determination, since the administrator specifies whether or not the authority is permitted for the user when installing the digital watermark software, the process proceeds to step 304 if there is the authority, and to step 304 if there is no authority. Proceed to 305. As a result, a print request from a user who does not have the authority to print a document without a digital watermark is output without adding job determination information to the print data.

なお、印刷する全ての文書に電子透かしを埋め込み、電子透かし無しの文書は印刷できないように設定するためには、ステップ302,306は削除し、受け付けた印刷要求の印刷データに必ず電子透かしを埋め込みジョブ判定情報を付与して出力するようにしてもよい。この場合は、ユーザが電子透かし無しの指定をすることはできない。   In order to embed a digital watermark in all documents to be printed and to set so that a document without a digital watermark cannot be printed, steps 302 and 306 are deleted, and a digital watermark is always embedded in the print data of the received print request. Job determination information may be added and output. In this case, the user cannot specify no digital watermark.

また、この実施形態では、文書に電子透かしを埋め込むか否かを上位アプリケーションプログラムから指示する例で説明しているが、そのようにするためには、電子透かしソフトウェアのインストール時に上位アプリケーションに対して所定のアドインソフトなどを組み込み、電子透かしを埋め込むか否かを指定できる機能を付加するものとする。また、電子透かしを埋め込むか否かを上位アプリケーションプログラムから指示する代りに、アプリケーションプログラム106の属性画面で電子透かしを埋め込むか否かをユーザが設定できるようにし、その設定情報に基づいて電子透かしを埋め込むか否かを決定してもよい。   In this embodiment, an example in which whether or not to embed a digital watermark in a document is described from an upper application program is described. In order to do so, the upper application is not installed when digital watermark software is installed. A predetermined add-in software or the like is incorporated, and a function for specifying whether to embed a digital watermark is added. Also, instead of instructing whether to embed a digital watermark from the upper application program, the user can set whether to embed the digital watermark on the attribute screen of the application program 106, and the digital watermark is set based on the setting information. Whether or not to embed may be determined.

図4は、サービスプログラム105の印刷ジョブ判定機能の処理手順を示す。サービスプログラム105は、ユーザ端末100が起動されOSが起動されたとき同時に起動され、印刷ジョブ監視機能で当該端末における全スプーラを監視している。何れかのスプーラに印刷ジョブが投入されたとき、図4の処理が実行される。まず、ステップ401で、印刷許可/不許可判定関数で印刷の許可/不許可を判定する。これは、当該スプーラから取り出した印刷ジョブの印刷データにジョブ判定情報216が付与されているか否かを判定する関数である。ステップ402で、当該文書が印刷許可されているか判定する。これは、ジョブ判定情報が付与されている文書については印刷許可と判定し、そうでない文書については不許可と判定する処理である。印刷許可されていない場合は、ステップ403で印刷許可せず、当該印刷ジョブをキャンセル(スプーラから削除)する。許可されている場合は、ステップ404で指定されたプリンタに当該印刷データを出力し印刷を行う。   FIG. 4 shows the processing procedure of the print job determination function of the service program 105. The service program 105 is activated at the same time when the user terminal 100 is activated and the OS is activated, and monitors all spoolers in the terminal with the print job monitoring function. When a print job is input to any spooler, the processing in FIG. 4 is executed. First, in step 401, whether printing is permitted / not permitted is determined by a printing permission / not permission determination function. This is a function for determining whether or not the job determination information 216 is added to the print data of the print job extracted from the spooler. In step 402, it is determined whether the document is permitted to be printed. This is a process for determining that printing is permitted for a document to which job determination information is assigned, and not permitting a document that is not. If printing is not permitted, printing is not permitted in step 403, and the print job is canceled (deleted from the spooler). If permitted, the print data is output to the printer designated in step 404 and printed.

なお、ここではステップ403で印刷ジョブをキャンセルしているが、とりあえず印刷は行い、(1)印刷者に警告メッセージを通知する、(2)管理者にメールで通知する、(3)印刷ログに記録する、などの処理を行うようにしてもよい。また、印刷ジョブをキャンセルして、(1)〜(3)の処理を行ってもよい。   Here, the print job is canceled in step 403, but printing is performed for the time being, (1) a warning message is notified to the printer, (2) a notification is sent to the administrator by e-mail, and (3) a print log is displayed. Processing such as recording may be performed. Alternatively, the print job may be canceled and the processes (1) to (3) may be performed.

図5は、印刷処理の全体的な流れを示す。ユーザ端末が起動されOSが起動されると(500)、サービスプログラム105が起動される(501)。これによりスプール制御機能も起動される(502)。ユーザは、任意の上位アプリケーションプログラムから任意の文書の印刷を指示する。これによりアプリケーションプログラム106が起動され、アプリケーションプログラム106はその印刷要求を受け、図3で説明したような印刷処理を実行する(511)。これにより、プリンタドライバに出力された印刷ジョブは例えばプリンタスプーラ1にスプール処理される(512)。一方、サービスプログラム105が起動されているので、印刷ジョブ監視機能(513)により、プリンタスプーラ1に投入された印刷ジョブが検出される。その印刷ジョブについて、図4で説明した処理が行われ(514)、印刷許可される場合(515)は、当該印刷ジョブがプリンタ1に出力され印刷される(516,517)。   FIG. 5 shows the overall flow of the printing process. When the user terminal is activated and the OS is activated (500), the service program 105 is activated (501). As a result, the spool control function is also activated (502). The user instructs printing of an arbitrary document from an arbitrary upper application program. As a result, the application program 106 is activated, and the application program 106 receives the print request and executes the print processing as described in FIG. 3 (511). As a result, the print job output to the printer driver is spooled, for example, by the printer spooler 1 (512). On the other hand, since the service program 105 is activated, the print job input to the printer spooler 1 is detected by the print job monitoring function (513). The processing described in FIG. 4 is performed for the print job (514), and when printing is permitted (515), the print job is output to the printer 1 and printed (516, 517).

一方、ユーザが上位アプリケーションプログラムから電子透かし無しの文書の印刷指示を行ったとする。アプリケーションプログラム106はその印刷要求を受け、図3の印刷処理を行い(521)、当該印刷ジョブが例えばプリンタスプーラ2に投入される(522)。このとき、当該ユーザに電子透かし無しの文書の印刷権限が無ければ、ジョブ判定情報は付与されずにプリンタスプーラ2に印刷ジョブが投入される(522)。サービスプログラム105は、印刷ジョブ監視機能(523)により当該ジョブの投入を検出し、図4の処理を行う(524)。この場合、ジョブ判定情報が付与されていないので、当該印刷ジョブはキャンセルされ(526)、プリンタに出力されることはない。なお、当該ユーザに電子透かし無し文書の印刷権限が与えられていれば、電子透かし無しの印刷データにジョブ判定情報が付与されてスプールされるので、印刷されることになる。   On the other hand, it is assumed that the user gives an instruction to print a document without a digital watermark from the upper application program. The application program 106 receives the print request, performs the printing process of FIG. 3 (521), and the print job is input to the printer spooler 2, for example (522). At this time, if the user is not authorized to print a document without a digital watermark, the job determination information is not given and the print job is input to the printer spooler 2 (522). The service program 105 detects the input of the job by the print job monitoring function (523), and performs the processing of FIG. 4 (524). In this case, since no job determination information is given, the print job is canceled (526) and is not output to the printer. If the user is authorized to print a document without a digital watermark, the job determination information is added to the print data without the digital watermark and spooled, so printing is performed.

なお、上記実施形態では、ジョブ判定情報を付与し、あるいは付与しないことで、印刷の許可/不許可を示したが、ジョブ判定情報を用いる代りに、(1)出力先が特定のプリンタである場合に印刷許可とする、(2)当該ユーザが特定のユーザ名である場合に印刷許可とする、(3)印刷文書の名称が特定の文書名である場合に印刷許可とする、などの方式で印刷の許可/不許可を決定してもよい。   In the above embodiment, whether or not to permit printing is indicated by adding or not adding job determination information. Instead of using job determination information, (1) the output destination is a specific printer. (2) Print permission when the user has a specific user name, (3) Print permission when the print document name is a specific document name, etc. The print permission / non-permission may be determined.

上記実施形態では、上位アプリケーションとプリンタドライバの間にアプリケーション106を配置したが、このアプリケーション106の機能をプリンタドライバに含ませるようにしてもよい。   In the above embodiment, the application 106 is arranged between the host application and the printer driver. However, the function of the application 106 may be included in the printer driver.

なお、上記実施形態では文書に電子透かしを付与する例で説明したが、本発明は電子透かしに限らず任意の識別情報を付与するものに適用可能である。例えば、電子透かしの代わりに、視認できる背景文字を文書に付与する場合に適用することもできる。   In the above-described embodiment, an example in which a digital watermark is added to a document has been described. However, the present invention is not limited to a digital watermark, and can be applied to a document to which arbitrary identification information is added. For example, the present invention can be applied to a case in which a visible background character is added to a document instead of a digital watermark.

本発明の実施形態に係る印刷制御方法を組み込んだ電子透かし印刷システムの全体構成を示す図1 is a diagram showing an overall configuration of a digital watermark printing system incorporating a printing control method according to an embodiment of the present invention. 図1のシステムにおける印刷の流れを示す図The figure which shows the flow of printing in the system of FIG. アプリケーションプログラムの動作手順例を示すフローチャートFlow chart showing an example of operation procedure of application program サービスプログラムの動作手順を示すフローチャートFlow chart showing operation procedure of service program 本システムにおける印刷の全体的な流れを示す図Diagram showing the overall flow of printing in this system

符号の説明Explanation of symbols

100…ユーザ端末、101…表示装置、102…CPU、103…入力装置、104…メモリ、105…サービスプログラム、106…アプリケーションプログラム、107…プリンタドライバ1、108…プリンタドライバ2、109…通信コントローラ、110…サーバ、111…スキャナ、112…プリンタ1、113…プリンタ2、114…ネットワーク。   DESCRIPTION OF SYMBOLS 100 ... User terminal, 101 ... Display apparatus, 102 ... CPU, 103 ... Input device, 104 ... Memory, 105 ... Service program, 106 ... Application program, 107 ... Printer driver 1, 108 ... Printer driver 2, 109 ... Communication controller, 110 ... server, 111 ... scanner, 112 ... printer 1, 113 ... printer 2, 114 ... network.

Claims (4)

印刷機能付きのコンピュータにより文書を印刷する際の印刷制御方法であって、
ジョブ監視手段により、印刷情報一時格納手段に対する印刷ジョブの投入を監視するステップと、
ジョブ判定手段により、印刷ジョブが投入されたとき、該印刷ジョブの印刷が許可されているものか否かを判定するステップと、
印刷制御手段により、印刷が許可されている場合は当該印刷ジョブに基づいて印刷を実行し、そうでない場合は当該印刷ジョブをキャンセルするステップと
を備えることを特徴とする印刷制御方法。
A printing control method for printing a document by a computer with a printing function,
Monitoring the input of a print job to the print information temporary storage means by the job monitoring means;
A step of determining whether or not printing of the print job is permitted by the job determination means when the print job is submitted;
A print control method comprising: a step of executing printing based on the print job when printing is permitted by the print control means; and canceling the print job otherwise.
印刷機能付きのコンピュータにより文書を印刷する際の印刷制御プログラムであって、
前記コンピュータを、
印刷情報一時格納手段に対する印刷ジョブの投入を監視する手段、
印刷ジョブが投入されたとき、該印刷ジョブの印刷が許可されているものか否かを判定する手段、および、
印刷が許可されている場合は当該印刷ジョブに基づいて印刷を実行し、そうでない場合は当該印刷ジョブをキャンセルする手段
として機能させることを特徴とする印刷制御プログラム。
A print control program for printing a document by a computer with a print function,
The computer,
Means for monitoring the input of a print job to the print information temporary storage means;
Means for determining whether printing of the print job is permitted when the print job is submitted; and
A print control program that executes printing based on the print job when printing is permitted, and functions as means for canceling the print job otherwise.
印刷機能付きのコンピュータにより識別情報付き文書または識別情報無し文書を印刷する際の印刷制御方法であって、
識別情報付与決定手段が、上位アプリケーションから発行された文書データの印刷指示に対し、該文書データに識別情報を付与するか否かを決定するステップと、
識別情報付与手段が、識別情報を付与すると決定した文書データに識別情報を付与するステップと、
識別情報を付与しないと決定された文書データに対して、ユーザ権限判定手段が、当該ユーザに識別情報無しの文書の印刷権限があるか否かを判定するステップと、
判定情報付与手段が、識別情報が付与された文書データ、または、当該ユーザに識別情報無しの文書の印刷権限がある場合における識別情報無しの文書データに、所定の判定情報を付与するステップと、
印刷ジョブ投入手段が、前記文書データの印刷ジョブを印刷情報一時格納手段に投入するステップと、
印刷ジョブ監視手段が、前記印刷情報一時格納手段に投入された印刷ジョブを検出するステップと、
印刷ジョブ判定手段が、検出された印刷ジョブの文書データに前記判定情報が付与されているか否か判定するステップと、
印刷実行手段が、前記判定情報が付与されている文書データを印刷するステップと、
印刷ジョブキャンセル手段が、前記判定情報が付与されていない文書データの印刷ジョブをキャンセルするステップと
を備えることを特徴とする印刷制御方法。
A printing control method for printing a document with identification information or a document without identification information by a computer with a printing function,
A step of determining whether or not to add identification information to the document data in response to a print instruction of the document data issued from the higher-level application;
The step of giving the identification information to the document data determined by the identification information giving means to give the identification information;
A step of determining whether or not the user authority has a print authority for a document having no identification information with respect to document data determined not to be given identification information;
A step of adding predetermined determination information to document data without identification information when the determination information adding means has document data with identification information or when the user has a print authority for a document without identification information;
A step of submitting a print job of the document data to a print information temporary storage unit;
A step in which a print job monitoring unit detects a print job input to the print information temporary storage unit;
A step of determining whether or not the determination information is added to the document data of the detected print job;
Printing execution means printing the document data to which the determination information is attached;
And a step of canceling the print job of the document data to which the determination information is not given.
印刷機能付きのコンピュータにより識別情報付き文書または識別情報無し文書を印刷する際の印刷制御プログラムであって、
前記コンピュータを、
上位アプリケーションから発行された文書データの印刷指示に対し、該文書データに識別情報を付与するか否かを決定する手段、
識別情報を付与すると決定した文書データに識別情報を付与する手段、
識別情報を付与しないと決定された文書データに対して、当該ユーザに識別情報無しの文書の印刷権限があるか否かを判定する手段、
識別情報が付与された文書データ、または、当該ユーザに識別情報無しの文書の印刷権限がある場合における識別情報無しの文書データに、所定の判定情報を付与する手段、
前記文書データの印刷ジョブを印刷情報一時格納手段に投入する手段、
前記印刷情報一時格納手段に投入された印刷ジョブを検出する手段、
検出された印刷ジョブの文書データに前記判定情報が付与されているか否か判定する手段、
前記判定情報が付与されている文書データを印刷する手段、および、
前記判定情報が付与されていない文書データの印刷ジョブをキャンセルする手段
として機能させることを特徴とする印刷制御プログラム。
A printing control program for printing a document with identification information or a document without identification information by a computer with a printing function,
The computer,
Means for determining whether or not to add identification information to the document data in response to a print instruction of the document data issued from the upper application;
Means for giving identification information to document data determined to be given identification information;
Means for determining whether the user has the authority to print a document without identification information for document data determined not to be given identification information;
Means for giving predetermined determination information to document data to which identification information is given, or to document data without identification information when the user has the authority to print a document without identification information;
Means for submitting a print job of the document data to a print information temporary storage means;
Means for detecting a print job submitted to the print information temporary storage means;
Means for determining whether or not the determination information is given to the document data of the detected print job;
Means for printing document data to which the determination information is attached; and
A print control program which functions as means for canceling a print job of document data to which the determination information is not given.
JP2006122009A 2006-04-26 2006-04-26 Print control method and program Pending JP2007293673A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006122009A JP2007293673A (en) 2006-04-26 2006-04-26 Print control method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006122009A JP2007293673A (en) 2006-04-26 2006-04-26 Print control method and program

Publications (1)

Publication Number Publication Date
JP2007293673A true JP2007293673A (en) 2007-11-08

Family

ID=38764242

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006122009A Pending JP2007293673A (en) 2006-04-26 2006-04-26 Print control method and program

Country Status (1)

Country Link
JP (1) JP2007293673A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010271851A (en) * 2009-05-20 2010-12-02 Canon Imaging Systems Inc Apparatus, method and system for sharing of device
US8228558B2 (en) 2008-06-05 2012-07-24 Hitachi Ins Software, Ltd. Printed matter managing system
JP2014178881A (en) * 2013-03-14 2014-09-25 Canon Electronics Inc Information processing device and information processing method
CN115659382A (en) * 2022-12-28 2023-01-31 北京志翔科技股份有限公司 Control method and device for printing operation and electronic equipment

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001318771A (en) * 2000-05-10 2001-11-16 Fuji Xerox Co Ltd Image processor
JP2003134327A (en) * 2001-10-30 2003-05-09 Fuji Xerox Co Ltd Image reading apparatus and program
JP2005182747A (en) * 2003-11-27 2005-07-07 Ricoh Co Ltd Apparatus, system, method, and program for document management
JP2005229335A (en) * 2004-02-13 2005-08-25 Ricoh Co Ltd Image forming device and image processing apparatus
JP2005292877A (en) * 2004-03-31 2005-10-20 Canon Inc Image formation apparatus, information processor, and terminal
JP2006076034A (en) * 2004-09-07 2006-03-23 Ricoh Co Ltd Image forming apparatus

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001318771A (en) * 2000-05-10 2001-11-16 Fuji Xerox Co Ltd Image processor
JP2003134327A (en) * 2001-10-30 2003-05-09 Fuji Xerox Co Ltd Image reading apparatus and program
JP2005182747A (en) * 2003-11-27 2005-07-07 Ricoh Co Ltd Apparatus, system, method, and program for document management
JP2005229335A (en) * 2004-02-13 2005-08-25 Ricoh Co Ltd Image forming device and image processing apparatus
JP2005292877A (en) * 2004-03-31 2005-10-20 Canon Inc Image formation apparatus, information processor, and terminal
JP2006076034A (en) * 2004-09-07 2006-03-23 Ricoh Co Ltd Image forming apparatus

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8228558B2 (en) 2008-06-05 2012-07-24 Hitachi Ins Software, Ltd. Printed matter managing system
JP2010271851A (en) * 2009-05-20 2010-12-02 Canon Imaging Systems Inc Apparatus, method and system for sharing of device
JP2014178881A (en) * 2013-03-14 2014-09-25 Canon Electronics Inc Information processing device and information processing method
CN115659382A (en) * 2022-12-28 2023-01-31 北京志翔科技股份有限公司 Control method and device for printing operation and electronic equipment

Similar Documents

Publication Publication Date Title
US8804162B2 (en) Information processing apparatus, printing system, monitoring method, program, and storage medium
JP4810318B2 (en) Port monitor program, data processing method, information processing apparatus, and storage medium
JP4745822B2 (en) Information processing method and apparatus
JP5299398B2 (en) Printing system and printer
US8094332B2 (en) Print processing utilizing multiple printer drivers
US8269999B2 (en) Information processing apparatus, information processing system, and method of controlling such information processing apparatus
US20050128514A1 (en) Information processing apparatus, print job management method, information processing program, and recording medium
JP2009266118A (en) Image forming system, image forming apparatus, and restriction changing program
US8726370B2 (en) Controlling image forming function
JP5732902B2 (en) Image processing apparatus, output control system, output control method, and output control program
JP4616158B2 (en) Print control apparatus, program, and recording medium
JP2009169504A (en) Information processing system, image processor ,and image processing program
JP2007293673A (en) Print control method and program
JP5034798B2 (en) Printing apparatus, printing system, and printing apparatus control method
US7649639B2 (en) Device usage limiting method, apparatus and program
JP2012128703A (en) Image processing apparatus, unauthorized utilization prevention method, unauthorized utilization prevention program and recording medium with the program recorded thereon
JP2008134820A (en) Print restriction processing program and information processor
JP2009148963A (en) Image formation device and image forming program
JP2005151149A (en) Image forming apparatus
JP2000158761A (en) Image output unit, image processing system, image output control method and memory medium
JP2007264779A (en) Unit for controlling use of authentication printing
US20090254987A1 (en) Information processing apparatus, computer-readable recording medium, output control method and system
JP4612792B2 (en) Image forming apparatus, control method therefor, and program
JP2006252407A (en) Image-processing device and image-processing method
JP2009040010A (en) Network printer

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080603

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100430

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100510

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100709

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100827

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20101221