JP2007128216A - Virtual printer driver for controlling print authority - Google Patents

Virtual printer driver for controlling print authority Download PDF

Info

Publication number
JP2007128216A
JP2007128216A JP2005319394A JP2005319394A JP2007128216A JP 2007128216 A JP2007128216 A JP 2007128216A JP 2005319394 A JP2005319394 A JP 2005319394A JP 2005319394 A JP2005319394 A JP 2005319394A JP 2007128216 A JP2007128216 A JP 2007128216A
Authority
JP
Japan
Prior art keywords
printer driver
authority
print
printing
user
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2005319394A
Other languages
Japanese (ja)
Other versions
JP4555208B2 (en
Inventor
Tetsuhiro Someya
哲宏 染矢
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP2005319394A priority Critical patent/JP4555208B2/en
Publication of JP2007128216A publication Critical patent/JP2007128216A/en
Application granted granted Critical
Publication of JP4555208B2 publication Critical patent/JP4555208B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a virtual printer driver easy to mount while preventing information leak by surely applying a countermeasure technique to information leak to a printed matter on which information processed by a computer is printed by a printer. <P>SOLUTION: A printer driver 30 introduced to the computer 2 is set so that a printing user P has print authority in the printer driver 30. The virtual printer driver 20 is set so that a user A who will perform printing has print authority in the virtual printer driver 20. According to this, it is possible to set the printer driver so that only when the user A who will perform printing performs printing by a printer 3 via the virtual printer driver 20, the user can use the printer driver 30 using the authority of the printing user P set to the virtual printer driver 20. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は,印刷権限を制御する仮想プリンタドライバに関する。   The present invention relates to a virtual printer driver that controls printing authority.

近年,重要な情報をコンピュータで処理することが一般化してきている。これに伴い,コンピュータで処理される情報が漏洩してしまうことを防止する必要性も増大している。また,2005年4月からは,個人情報保護法が施行されており,コンピュータにおける情報漏洩の防止対策の必要性は一層増している。   In recent years, it has become common to process important information with a computer. Accordingly, there is an increasing need to prevent information processed by a computer from leaking. In addition, since April 2005, the Personal Information Protection Law has been enacted, and the need for measures to prevent information leakage in computers has further increased.

コンピュータで処理される情報の主たる情報漏洩の経路としては,情報がプリンタによって印刷され,この印刷された印刷物を経由して漏洩する場合が考えられる。このような印刷物経由での情報漏洩を防止する対策技術には,特許文献1に記載の透かし技術等を用いて印刷したユーザの情報等を印刷物に非可視の透かしとして埋込む方法がある。他にも,印刷したユーザの情報等を印刷物の背景,ヘッダ又はフッタ等に可視のウォータマークとして埋込む方法や,印刷内容の縮小画像等を記録として保存しておく方法等がある。   As a main information leakage route of information processed by a computer, it is conceivable that information is printed by a printer and leaked through the printed matter. As a countermeasure technique for preventing such information leakage via a printed material, there is a method of embedding user information printed using the watermark technology described in Patent Document 1 as an invisible watermark in the printed material. In addition, there are a method of embedding printed user information and the like as a visible watermark in the background, header, or footer of the printed material, a method of saving a reduced image of the printed content as a record, and the like.

上述したような情報漏洩の対策技術を実装する場合には,以下の3つの方法のいずれかを用いて実装することが可能である。
(1)プリンタ又はプリンタドライバに,情報漏洩の対策技術を組込む。
(2)印刷を実行するアプリケーションに,情報漏洩の対策技術を組込む。
(3)特許文献2に記載されているような,アプリケーションからの印刷データをプリンタドライバに中継することが可能な仮想プリンタドライバを設け,この仮想プリンタドライバに情報漏洩の対策技術を組込む。印刷は,この仮想プリンタドライバ経由させて行う。
When implementing the information leakage countermeasure technology as described above, it can be implemented using one of the following three methods.
(1) Incorporate information leakage countermeasure technology into the printer or printer driver.
(2) Incorporate information leakage countermeasure technology into applications that execute printing.
(3) A virtual printer driver capable of relaying print data from an application to a printer driver as described in Patent Document 2 is provided, and information leakage countermeasure technology is incorporated into the virtual printer driver. Printing is performed via this virtual printer driver.

しかしながら,上記実装方法(1)及び(2)では,情報漏洩の対策技術を組込むために,プリンタ,プリンタドライバ又はアプリケーションを直接的に加工する必要がある。従って,プリンタ,プリンタドライバ及びアプリケーションによる印刷環境が既に構築されている場合には,後からの実装が困難である。さらに,情報漏洩の対策技術が実装済みのプリンタ,プリンタドライバ又はアプリケーションを,他のプリンタ,プリンタドライバ又はアプリケーションに交換する場合の対応も難しい。   However, in the mounting methods (1) and (2), it is necessary to directly process a printer, a printer driver, or an application in order to incorporate information leakage countermeasure technology. Therefore, when a printing environment using a printer, a printer driver, and an application has already been established, it is difficult to implement later. Furthermore, it is difficult to cope with a case where a printer, printer driver, or application in which information leakage countermeasure technology is already mounted is replaced with another printer, printer driver, or application.

また,上記実装方法(3)では,印刷の際に,アプリケーションからの印刷データがプリンタドライバに直接的に送られてしまうと,仮想プリンタドライバに実装された対策技術が適用されない印刷物が印刷されるため,情報漏洩の対策とならない。図1を用いて,上記実装方法(3)が用いられている従来の印刷システム1について具体的に説明する。図1は,上記実装方法(3)が用いられている従来の印刷システム1の構成図である。従来の印刷システム1において,例えばユーザAが端末Xを通じて,コンピュータ2上で実行されているアプリケーション10の情報を印刷する場合,まず,アプリケーション10からユーザAのユーザ権限データaが仮想プリンタドライバ20に入力される。   In the mounting method (3), if print data from an application is directly sent to the printer driver during printing, a printed matter to which the countermeasure technique implemented in the virtual printer driver is not applied is printed. Therefore, it is not a countermeasure against information leakage. A conventional printing system 1 in which the mounting method (3) is used will be specifically described with reference to FIG. FIG. 1 is a configuration diagram of a conventional printing system 1 in which the mounting method (3) is used. In the conventional printing system 1, for example, when the user A prints the information of the application 10 executed on the computer 2 through the terminal X, first, the user authority data “a” of the user A is sent from the application 10 to the virtual printer driver 20. Entered.

仮想プリンタドライバ20では,印刷権限判定部21が,印刷権限情報データベース23に設定された印刷権限情報を参照し,入力されたユーザ権限データaに基づいてユーザAが仮想プリンタドライバ20における印刷権限を有するか否かを判定する。ユーザAが印刷権限を有すると判定されると,アプリケーション10から仮想プリンタドライバ20の仮想プリンタドライバ制御部22への印刷データdの入力が許可される。これにより,仮想プリンタドライバ制御部22に印刷データdが入力され,仮想プリンタドライバ制御部22は,印刷データdの管理ID等を元にコンピュータ2のオペレーティング・システム(以下,OSと呼ぶ)に問合わせを行い,印刷者であるユーザAの情報等の出所情報を取得する。仮想プリンタドライバ制御部22は,取得したこの出所情報を透かし情報wとして印刷データdに挿入し,透かし入り印刷データDを生成する。   In the virtual printer driver 20, the print authority determining unit 21 refers to the print authority information set in the print authority information database 23, and the user A determines the print authority in the virtual printer driver 20 based on the input user authority data a. It is determined whether or not it has. If it is determined that the user A has print authority, the input of print data d from the application 10 to the virtual printer driver control unit 22 of the virtual printer driver 20 is permitted. As a result, the print data d is input to the virtual printer driver control unit 22, and the virtual printer driver control unit 22 asks the operating system (hereinafter referred to as OS) of the computer 2 based on the management ID of the print data d. The source information such as information of the user A who is the printer is acquired. The virtual printer driver control unit 22 inserts the acquired origin information into the print data d as the watermark information w, and generates the watermarked print data D.

次いで,ユーザAのユーザ権限データaが仮想プリンタドライバ20の印刷権限判定部21からプリンタドライバ30の印刷権限判定部31に入力される。プリンタドライバ30の印刷権限判定部31は,印刷権限情報データベース33に設定された印刷権限情報を参照し,入力されたユーザ権限データaに基づいてユーザAがプリンタドライバ30における印刷権限を有するか否かを判定する。   Next, the user authority data “a” of the user A is input from the printing authority determining unit 21 of the virtual printer driver 20 to the printing authority determining unit 31 of the printer driver 30. The printing authority determination unit 31 of the printer driver 30 refers to the printing authority information set in the printing authority information database 33, and whether or not the user A has the printing authority in the printer driver 30 based on the input user authority data a. Determine whether.

ユーザAがプリンタドライバ30における印刷権限を有すると判定されると,仮想プリンタドライバ20の仮想プリンタドライバ制御部22からプリンタドライバ制御部32への透かし入り印刷データDの入力が許可される。これにより,透かし入り印刷データDが仮想プリンタドライバ制御部22からプリンタドライバ制御部32に入力される。プリンタドライバ制御部32は,入力された透かし入り印刷データDをプリンタ3で印刷できるように加工し,プリンタポートドライバ40を介してプリンタ3に出力する。プリンタ3は,入力された透かし入り印刷データDを印刷する。   When it is determined that the user A has the print authority in the printer driver 30, the watermarked print data D is permitted to be input from the virtual printer driver control unit 22 of the virtual printer driver 20 to the printer driver control unit 32. As a result, the watermarked print data D is input from the virtual printer driver control unit 22 to the printer driver control unit 32. The printer driver control unit 32 processes the input watermarked print data D so that it can be printed by the printer 3, and outputs it to the printer 3 via the printer port driver 40. The printer 3 prints the input watermarked print data D.

特開2003−101762号公報JP 2003-101762 A 特開2004−005687号公報JP 2004-005687 A

上述したように,従来の印刷システム1では,アプリケーション10から仮想プリンタ20の印刷権限判定部21に入力されたユーザ権限データaが,そのまま仮想プリンタドライバ20からプリンタドライバ30の印刷権限判定部31に入力されるように構成されているので,プリンタドライバ30における印刷権限の設定と仮想プリンタドライバ20における印刷権限の設定とが同一である。このため,従来の印刷システム1では,仮想プリンタドライバ20における印刷権限を有するユーザAは,プリンタドライバ30における印刷権限も有するので,ユーザAは,アプリケーション10で処理している情報を印刷する際に,仮想プリンタドライバ20ではなく,プリンタドライバ30を直接選択して印刷することが可能になってしまっている。プリンタドライバ30を直接選択した印刷では,図1の破線で示すように,ユーザAのユーザ権限データa及び印刷データdは,仮想プリンタドライバ20を迂回するので,仮想プリンタドライバ20で行われる情報漏洩の防止のための透かし印刷の埋込みが回避されてしまう。なお,プリンタドライバ30における印刷権限の設定と,仮想プリンタドライバ20における印刷権限の設定とを異なる設定にすると,ユーザAは,仮想プリンタドライバ20を経由したプリンタドライバ30での印刷も禁止されてしまう。   As described above, in the conventional printing system 1, the user authority data a input from the application 10 to the printing authority determination unit 21 of the virtual printer 20 is directly sent from the virtual printer driver 20 to the printing authority determination unit 31 of the printer driver 30. Since it is configured to be input, the setting of the printing authority in the printer driver 30 and the setting of the printing authority in the virtual printer driver 20 are the same. Therefore, in the conventional printing system 1, the user A who has the printing authority in the virtual printer driver 20 also has the printing authority in the printer driver 30, so that the user A prints the information processed by the application 10. , It is now possible to directly select and print the printer driver 30 instead of the virtual printer driver 20. In printing in which the printer driver 30 is directly selected, the user authority data a and print data d of the user A bypass the virtual printer driver 20 as shown by the broken line in FIG. Embedding watermark printing to prevent the occurrence of the problem is avoided. If the print authority setting in the printer driver 30 and the print authority setting in the virtual printer driver 20 are set differently, the user A is also prohibited from printing with the printer driver 30 via the virtual printer driver 20. .

本発明は上記課題に鑑みてなされたものであり,コンピュータで処理されている情報がプリンタで印刷される際に,印刷される印刷物に確実に情報漏洩の対策技術を適用し,情報漏洩を防止することが可能で,実装が容易な仮想プリンタドライバを提供することをその目的とする。   The present invention has been made in view of the above problems, and when information processed by a computer is printed by a printer, the information leakage countermeasure technology is surely applied to the printed matter to be printed to prevent information leakage. An object of the present invention is to provide a virtual printer driver that can be easily implemented.

上記課題を解決するために,本発明によれば,入力された印刷データのうちで第1の印刷権限を有するユーザの印刷データだけをプリンタに出力するプリンタドライバが実装されたコンピュータに導入され,印刷権限を制御する仮想プリンタドライバであって,入力された印刷データのうちで第2の印刷権限を有するユーザの印刷データだけに情報漏洩の対策技術を適用し,当該情報漏洩の対策技術が適用された印刷データだけを,予め設定されたアカウント情報に基づいて,前記第1の印刷権限を有する所定のユーザの印刷データとして,前記プリンタドライバに入力することを特徴とする,印刷権限を制御する仮想プリンタドライバが提供される。   In order to solve the above-described problem, according to the present invention, a printer driver for outputting only print data of a user having the first print authority to the printer among the input print data is installed in a computer. A virtual printer driver that controls the printing authority, and applies the information leakage countermeasure technology only to the print data of the user having the second printing authority among the input print data, and the information leakage countermeasure technology is applied The print authority is controlled by inputting only the print data that has been set to the printer driver as the print data of a predetermined user having the first print authority based on preset account information. A virtual printer driver is provided.

このように,本発明においては,コンピュータで処理されている情報をプリンタで印刷する際の印刷権限を,プリンタドライバと仮想プリンタドライバとで,別個に設定することが可能なので,仮想プリンタドライバを経由して入力された印刷データだけが,プリンタドライバからプリンタに出力されるように設定することができる。これにより,ユーザが印刷を行う際には,印刷データが必ず仮想プリンタドライバを経由するので,情報漏洩の対策技術が全ての印刷物に漏れなく適用される。   As described above, according to the present invention, the print authority for printing information processed by the computer with the printer can be set separately for the printer driver and the virtual printer driver. It is possible to set so that only the print data input in this way is output from the printer driver to the printer. As a result, when the user performs printing, the print data always passes through the virtual printer driver, so that the information leakage countermeasure technology is applied to all printed materials without omission.

上記印刷権限を制御する仮想プリンタドライバにおいて,前記情報漏洩の対策技術は,前記第2の印刷権限を有するユーザの印刷データに,所定の情報を,印刷物の背景,ヘッダ又はフッタのデータとして追加してもよい。   In the virtual printer driver for controlling the print authority, the information leakage countermeasure technology adds predetermined information to the print data of the user having the second print authority as the data of the background, header or footer of the printed matter. May be.

上記印刷権限を制御する仮想プリンタドライバにおいて,前記情報漏洩の対策技術は,前記第2の印刷権限を有するユーザの印刷データに,所定の情報を,可視データとして追加するものであってもよい。   In the virtual printer driver that controls the print authority, the information leakage countermeasure technique may add predetermined information as visible data to print data of a user having the second print authority.

上記印刷権限を制御する仮想プリンタドライバにおいて,前記情報漏洩の対策技術は,前記第2の印刷権限を有するユーザの印刷データに,所定の情報を,非可視データとして追加するものであってもよい。   In the virtual printer driver that controls the printing authority, the information leakage countermeasure technique may add predetermined information as invisible data to the printing data of the user having the second printing authority. .

上記印刷権限を制御する仮想プリンタドライバにおいて,前記情報漏洩の対策技術は,少なくとも前記第2の印刷権限を有するユーザの印刷データの一部を含む所定の情報を,前記コンピュータ又は前記コンピュータにネットワークで接続された別個のコンピュータに記録するものであってもよい。   In the virtual printer driver for controlling the printing authority, the information leakage countermeasure technology is configured to send predetermined information including at least a part of print data of a user having the second printing authority to the computer or the computer via a network. It may be recorded in a separate connected computer.

上記印刷権限を制御する仮想プリンタドライバにおいて,前記所定の情報は,前記コンピュータのコンピュータ名,前記仮想プリンタドライバに印刷データを入力したユーザのログイン名,又は印刷日時を含んでいてもよい。   In the virtual printer driver that controls the printing authority, the predetermined information may include a computer name of the computer, a login name of a user who has input print data to the virtual printer driver, or a printing date and time.

また,本発明は,上記の印刷権限を制御する仮想プリンタドライバをコンピュータにインストールするインストールプログラムであって,前記コンピュータに前記仮想プリンタドライバを導入するドライバ導入手段と,前記プリンタドライバの情報を前記仮想プリンタドライバに設定するプリンタ関連情報設定手段と,前記第1の印刷権限を有するユーザが,前記第2の印刷権限を有するユーザとは異なるように,前記プリンタドライバの印刷権限及び前記仮想プリンタドライバの印刷権限を設定する印刷権限情報設定手段とを,有することを特徴とする。   The present invention also provides an installation program for installing a virtual printer driver for controlling the printing authority in a computer, driver introduction means for introducing the virtual printer driver into the computer, and information on the printer driver as the virtual driver. The printer-related information setting means to be set in the printer driver and the user having the first print authority are different from the user having the second print authority. And a print authority information setting unit for setting the print authority.

本発明によれば,仮想プリンタドライバのインストールがインストールプログラムによって自動的に行われるので,仮想プリンタドライバの導入が高速化される。また,インストールが全自動で行われるので,作業ミスが減少し,さらに,最小の知識で仮想プリンタドライバをインストールすることが可能である。   According to the present invention, the installation of the virtual printer driver is automatically performed by the installation program, so that the introduction of the virtual printer driver is accelerated. In addition, since installation is performed fully automatically, work errors are reduced, and a virtual printer driver can be installed with minimal knowledge.

本発明によれば,コンピュータで処理されている情報をプリンタで印刷する際には,アプリケーションからプリンタドライバに出力される印刷データが,情報漏洩の対策技術を適用する仮想プリンタドライバを必ず経由するので,全ての印刷物に情報漏洩の対策技術を確実に適用することが可能である。   According to the present invention, when information processed by a computer is printed by a printer, the print data output from the application to the printer driver always passes through the virtual printer driver to which the information leakage countermeasure technology is applied. Therefore, it is possible to reliably apply information leakage countermeasure technology to all printed materials.

以下,図面を参照しながら,本発明の好適な実施形態について説明をする。なお,本明細書及び図面において,実質的に同一の機能構成を有する要素については,同一の符号を付することにより重複説明を省略する。   Hereinafter, preferred embodiments of the present invention will be described with reference to the drawings. In the present specification and drawings, elements having substantially the same functional configuration are denoted by the same reference numerals, and redundant description is omitted.

本発明の実施の形態に係る印刷システム1について,図2を用いて説明する。図2は,上述した実装方法(3)によって,情報漏洩を防止するための透かし技術が実装された本発明の実施の形態に係る印刷システム1の構成図である。   A printing system 1 according to an embodiment of the present invention will be described with reference to FIG. FIG. 2 is a configuration diagram of the printing system 1 according to the embodiment of the present invention in which a watermark technique for preventing information leakage is implemented by the mounting method (3) described above.

印刷システム1は,コンピュータ2にプリンタ3及び端末Xが接続された構成を有する。端末Xを通じて,例えばユーザAがコンピュータ2上で実行されるアプリケーション10を操作することが可能である。コンピュータ2は,オペレーティング・システム(以下,OSと呼ぶ)として,例えばWindows(登録商標)等が搭載されていてよい。図2に示すように,コンピュータ2には,アプリケーション10,仮想プリンタドライバ20,プリンタドライバ30及びプリンタポートドライバ40が実装されている。   The printing system 1 has a configuration in which a printer 3 and a terminal X are connected to a computer 2. For example, the user A can operate the application 10 executed on the computer 2 through the terminal X. The computer 2 may be equipped with, for example, Windows (registered trademark) as an operating system (hereinafter referred to as OS). As shown in FIG. 2, an application 10, a virtual printer driver 20, a printer driver 30, and a printer port driver 40 are installed in the computer 2.

アプリケーション10は,コンピュータ2上で実行される,例えば文書の作成及び編集の処理が可能なプログラム等であってよい。アプリケーション10は,例えばユーザAによって,アプリケーション10で処理している情報を印刷するように命令されると,ユーザAのユーザ権限データa及び処理している情報の印刷データdを仮想プリンタドライバ20に出力することが可能である。   The application 10 may be a program or the like that can be executed on the computer 2 and that can create and edit a document, for example. When the application 10 is instructed by the user A to print information processed by the application 10, for example, the user authority data a of the user A and print data d of the information being processed are sent to the virtual printer driver 20. It is possible to output.

仮想プリンタドライバ20は,図1を用いて説明した従来の印刷システム1の仮想プリンタドライバ20と同様に,アプリケーション10から入力されたユーザAのユーザ権限データaに基づいて,仮想プリンタドライバ20に印刷データdを入力しようとするユーザAが仮想プリンタドライバ20における印刷権限を有するか否かを判定可能な印刷権限判定部21と,アプリケーション10から入力された印刷データdに透かし情報wを埋込み,透かし入り印刷データDを生成可能な仮想プリンタドライバ制御部22とを備えている。   Similar to the virtual printer driver 20 of the conventional printing system 1 described with reference to FIG. 1, the virtual printer driver 20 prints on the virtual printer driver 20 based on the user authority data a of the user A input from the application 10. A print authority determination unit 21 that can determine whether or not the user A who wants to input data d has print authority in the virtual printer driver 20, and watermark information w is embedded in the print data d input from the application 10, A virtual printer driver control unit 22 capable of generating the incoming print data D.

また,仮想プリンタドライバ20は,図1を用いて説明した従来の印刷システム1の仮想プリンタドライバ20と同様に,印刷権限判定部21に接続され,仮想プリンタドライバ20における印刷権限の判定に用いる印刷権限情報が設定された印刷権限情報データベース23と,印刷権限判定部31に接続され,プリンタドライバ30における印刷権限の判定に用いる印刷権限情報が設定された印刷権限情報データベース33とを備えている。   Also, the virtual printer driver 20 is connected to the print authority determining unit 21 in the same manner as the virtual printer driver 20 of the conventional printing system 1 described with reference to FIG. A print authority information database 23 in which authority information is set and a print authority information database 33 connected to the print authority determination unit 31 and in which print authority information used for determining the print authority in the printer driver 30 is set.

さらに,仮想プリンタドライバ20は,透かし入り印刷データDをプリンタドライバ30に入力する際に,印刷用ユーザPの印刷用権限データpを生成して,生成した印刷用権限データpをプリンタドライバ30に入力する印刷権限変更部25と,この印刷権限変更部25に接続され,印刷用ユーザPのログイン名とパスワード等の印刷用権限データpの生成に必要なデータが予め設定された印刷用アカウント情報データベース26とを備えている。   Further, when the virtual printer driver 20 inputs the watermarked print data D to the printer driver 30, the virtual printer driver 20 generates the printing authority data p for the printing user P, and the generated printing authority data p is sent to the printer driver 30. The print authority change unit 25 to be input, and the print account information connected to the print authority change unit 25 and pre-set with data necessary for generating the print authority data p such as the login name and password of the print user P And a database 26.

印刷権限判定部21は,印刷データdを入力しようとするユーザAが印刷権限を有すると判定した場合に,アプリケーション10から仮想プリンタドライバ制御部22への印刷データdの入力を許可すると共に,ユーザAが印刷権限を有することを印刷権限変更部25に通知するように構成されている。   The print authority determining unit 21 permits the input of the print data d from the application 10 to the virtual printer driver control unit 22 when the user A who intends to input the print data d determines that the user has the print authority. The printing authority changing unit 25 is notified that A has the printing authority.

仮想プリンタドライバ制御部22は,印刷権限判定部21によって,アプリケーション10から仮想プリンタドライバ制御部22への印刷データdの入力が許可された場合に,入力された印刷データdを受取り,入力された印刷データdに透かし情報wを埋込んで透かし入り印刷データDを生成し,後述するプリンタ関連情報データベース24の情報に基づいて,生成した透かし入り印刷データDをプリンタドライバ30に出力するように構成されている。   The virtual printer driver control unit 22 receives and inputs the input print data d when the print authority determination unit 21 permits the input of the print data d from the application 10 to the virtual printer driver control unit 22. The watermark data w is embedded in the print data d to generate the watermarked print data D, and the generated watermarked print data D is output to the printer driver 30 based on the information in the printer related information database 24 described later. Has been.

印刷権限情報データベース23には,第2の印刷権限としての仮想プリンタドライバ20における印刷権限を有するユーザAが仮想プリンタドライバ20における印刷権限を有するという印刷権限情報が予め格納されている。   The print authority information database 23 stores in advance print authority information that the user A who has the print authority in the virtual printer driver 20 as the second print authority has the print authority in the virtual printer driver 20.

プリンタ関連情報データベース24には,プリンタ3,プリンタドライバ30及びプリンタポートドライバ40等のプリンタ関連情報が設定されている。   In the printer-related information database 24, printer-related information such as the printer 3, the printer driver 30, and the printer port driver 40 is set.

印刷用アカウント情報データベース26には,第1の印刷権限としてのプリンタドライバ30における印刷権限を有する印刷用ユーザPのログイン名とパスワードが予め格納されている。なお,印刷用ユーザPのアカウント情報としてのログイン名とパスワードは,コンピュータ2の管理者のみが設定及び修正を行うことが可能であり,オペレータ等は参照することができないように構成されている。 The printing account information database 26 stores in advance the login name and password of the printing user P who has printing authority in the printer driver 30 as the first printing authority. The login name and password as the account information of the printing user P can be set and modified only by the administrator of the computer 2 and cannot be referred to by an operator or the like.

印刷権限変更部25は,仮想プリンタドライバ20の印刷権限判定部21と,プリンタドライバ30の印刷権限判定部31との間に接続されている。印刷権限変更部25は,仮想プリンタドライバ20からプリンタドライバ制御部32への透かし入り印刷データDの出力と共に,印刷用アカウント情報データベース26に格納されている印刷用ユーザPのログイン名とパスワードを用いて印刷用ユーザPの印刷用権限データpを作成し,プリンタドライバ30に出力するように構成されている。   The print authority changing unit 25 is connected between the print authority determining unit 21 of the virtual printer driver 20 and the print authority determining unit 31 of the printer driver 30. The print authority changing unit 25 uses the login name and password of the printing user P stored in the printing account information database 26 together with the output of the watermarked print data D from the virtual printer driver 20 to the printer driver control unit 32. The printing authority data p of the printing user P is created and output to the printer driver 30.

印刷権限判定部31は,透かし入り印刷データDを入力しようとする印刷用ユーザPが印刷権限を有すると判定した場合に,仮想プリンタドライバ20の仮想プリンタドライバ制御部22からプリンタドライバ制御部32への透かし入り印刷データDの入力を許可するように構成されている。   When it is determined that the printing user P who intends to input the watermarked print data D has the printing authority, the printing authority determination unit 31 transfers from the virtual printer driver control unit 22 of the virtual printer driver 20 to the printer driver control unit 32. The input of the watermarked print data D is permitted.

プリンタドライバ制御部32は,印刷権限判定部31によって,仮想プリンタドライバ20の仮想プリンタドライバ制御部22からプリンタドライバ30のプリンタドライバ制御部32への透かし入り印刷データDの入力が許可された場合に,入力された透かし入り印刷データDを,プリンタ3で印刷できるように加工し,プリンタポートドライバ40に出力するように構成されている。   The printer driver control unit 32, when the printing authority determination unit 31 permits the input of the watermarked print data D from the virtual printer driver control unit 22 of the virtual printer driver 20 to the printer driver control unit 32 of the printer driver 30. The watermarked print data D is processed so that it can be printed by the printer 3 and output to the printer port driver 40.

印刷権限情報データベース33には,ユーザAがプリンタドライバ30における印刷権限を有さないという印刷権限情報と,印刷用ユーザPがプリンタドライバ30における印刷権限を有するという印刷権限情報とが予め設定されている。   In the printing authority information database 33, printing authority information that the user A does not have the printing authority in the printer driver 30 and printing authority information that the printing user P has the printing authority in the printer driver 30 are preset. Yes.

プリンタポートドライバ40は,プリンタ3にアクセスして,プリンタドライバ30のプリンタドライバ制御部32から入力された透かし入り印刷データDをプリンタ3に入力するように構成されている。   The printer port driver 40 is configured to access the printer 3 and input the watermarked print data D input from the printer driver control unit 32 of the printer driver 30 to the printer 3.

プリンタ3は,コンピュータ2のプリンタポートドライバ40から入力された透かし入り印刷データDを例えば紙等に印刷することが可能である。   The printer 3 can print the watermarked print data D input from the printer port driver 40 of the computer 2 on, for example, paper.

以上のように構成された本発明の実施の形態に係る印刷システム1において,ユーザAがアプリケーション10で処理している情報を印刷する場合について,その手順を説明する。ユーザAがアプリケーション10に対して,処理している情報を印刷するように命令することにより,アプリケーション10から,第2の印刷権限としての仮想プリンタドライバ20における印刷権限を有するユーザAのユーザ権限データaが,仮想プリンタドライバ20の印刷権限判定部21に入力される。   In the printing system 1 according to the embodiment of the present invention configured as described above, a procedure for printing information processed by the user A using the application 10 will be described. When the user A instructs the application 10 to print the information being processed, the user authority data of the user A who has the printing authority in the virtual printer driver 20 as the second printing authority from the application 10 a is input to the printing authority determination unit 21 of the virtual printer driver 20.

仮想プリンタドライバ20の印刷権限判定部21は,印刷権限情報データベース23に設定された印刷権限情報を参照し,入力されたユーザ権限データaに基づいて,印刷データdの印刷を実行しようとするユーザAが仮想プリンタドライバ20における印刷権限を有するか否かを判定する。本実施の形態では,ユーザAのユーザIDデータが,印刷権限情報データベース23に印刷権限を有するIDデータとして設定されているので,入力されたユーザ権限データaに含まれるユーザAのユーザIDデータが,設定されているユーザAのユーザIDデータと一致することで,ユーザAは仮想プリンタドライバ20における印刷権限を有すると判定され,印刷権限判定部21はアプリケーション10から仮想プリンタドライバ制御部22への印刷データdの入力を許可する。仮に,印刷権限判定部21によって,ユーザAが印刷権限を有しないと判定された場合には,アプリケーション10から仮想プリンタドライバ制御部22への印刷データdの入力は許可されず,印刷物が印刷されないまま印刷手順が終了する。   The print authority determination unit 21 of the virtual printer driver 20 refers to the print authority information set in the print authority information database 23, and the user who intends to print the print data d based on the input user authority data a. It is determined whether A has print authority in the virtual printer driver 20. In the present embodiment, since the user A user ID data is set as ID data having print authority in the print authority information database 23, the user A user ID data included in the input user authority data a is When the user ID data matches the set user ID data, it is determined that the user A has the print authority in the virtual printer driver 20, and the print authority determination unit 21 sends the application 10 to the virtual printer driver control unit 22. Input of print data d is permitted. If the printing authority determination unit 21 determines that the user A does not have the printing authority, the input of the print data d from the application 10 to the virtual printer driver control unit 22 is not permitted and the printed matter is not printed. The printing procedure ends.

ユーザAが仮想プリンタドライバ20における印刷権限を有すると判定されたことにより,印刷データdがアプリケーション10から仮想プリンタドライバ制御部22に入力されると共に,ユーザAが仮想プリンタドライバ20における印刷権限を有することが仮想プリンタドライバ20の印刷権限変更部25に通知される。仮想プリンタドライバ制御部22は,入力された印刷データdの管理ID情報等に基づいて,コンピュータ2のOSに問合わせを行い,例えば印刷を実行するコンピュータ2のコンピュータ名,印刷者であるユーザAのログイン名又は印刷日時等の出所情報を取得する。仮想プリンタドライバ制御部22は,取得したこの出所情報を透かし情報wとして印刷データdに挿入し,透かし入り印刷データDを生成する。   When it is determined that the user A has the printing authority in the virtual printer driver 20, the print data d is input from the application 10 to the virtual printer driver control unit 22, and the user A has the printing authority in the virtual printer driver 20. Is notified to the printing authority changing unit 25 of the virtual printer driver 20. The virtual printer driver control unit 22 makes an inquiry to the OS of the computer 2 based on the management ID information of the input print data d, for example, the computer name of the computer 2 that executes printing, and the user A who is the printer Get origin information such as login name or print date. The virtual printer driver control unit 22 inserts the acquired origin information into the print data d as the watermark information w, and generates the watermarked print data D.

印刷権限変更部25は,ユーザAが仮想プリンタドライバ20における印刷権限を有すると通知されたことに応じて,印刷用アカウント情報データベース26を参照し,予め設定された印刷用ユーザPのログイン名とパスワードを取得し,これを用いてOSに問合わせを行うことで,印刷用ユーザPのユーザ権限データpを取得する。印刷権限変更部25は,取得した印刷用ユーザPのユーザ権限データpをプリンタドライバ30の印刷権限判定部31に入力する。   The printing authority changing unit 25 refers to the printing account information database 26 in response to the notification that the user A has the printing authority in the virtual printer driver 20, and sets the login name of the printing user P set in advance. The user authority data p of the printing user P is acquired by acquiring the password and making an inquiry to the OS using the password. The print authority changing unit 25 inputs the acquired user authority data p of the printing user P to the print authority determining unit 31 of the printer driver 30.

プリンタドライバ30の印刷権限判定部31は,入力された印刷用権限データpに基づいて印刷権限情報データベース33に設定された印刷権限情報を参照し,印刷用ユーザPがプリンタドライバ30における印刷権限を有するか否かを判定する。本実施の形態では,印刷用ユーザPの印刷用IDデータが,印刷権限情報データベース33に印刷権限を有するIDデータとして予め設定されているので,入力された印刷用権限データpに含まれる印刷用ユーザPの印刷用IDデータが,設定されている印刷用ユーザPの印刷用IDデータと一致することで,印刷用ユーザPはプリンタドライバにおける印刷権限を有すると判定され,印刷権限判定部31は仮想プリンタドライバ20の仮想プリンタドライバ制御部22からプリンタドライバ30のプリンタドライバ制御部32への透かし入り印刷データDの入力を許可する。仮に,印刷権限判定部31によって,ユーザPが印刷権限を有しないと判定された場合には,仮想プリンタドライバ20の仮想プリンタドライバ制御部22からプリンタドライバ30のプリンタドライバ制御部32への透かし入り印刷データDの入力は許可されず,印刷物が印刷されないまま印刷手順が終了する。   The printing authority determination unit 31 of the printer driver 30 refers to the printing authority information set in the printing authority information database 33 based on the input printing authority data p, and the printing user P determines the printing authority in the printer driver 30. It is determined whether or not it has. In the present embodiment, the printing ID data of the printing user P is preset as ID data having printing authority in the printing authority information database 33. Therefore, the printing ID data included in the input printing authority data p is used. When the printing ID data of the user P matches the printing ID data of the printing user P that has been set, it is determined that the printing user P has the printing authority in the printer driver, and the printing authority determination unit 31 Input of watermarked print data D from the virtual printer driver control unit 22 of the virtual printer driver 20 to the printer driver control unit 32 of the printer driver 30 is permitted. If the printing authority determination unit 31 determines that the user P does not have the printing authority, a watermark is added from the virtual printer driver control unit 22 of the virtual printer driver 20 to the printer driver control unit 32 of the printer driver 30. Input of the print data D is not permitted, and the printing procedure ends without printing the printed material.

印刷用ユーザPがプリンタドライバ30における印刷権限を有すると判定されたことにより,透かし入り印刷データDが仮想プリンタドライバ20の仮想プリンタドライバ制御部22からプリンタドライバ制御部32に入力される。プリンタドライバ制御部32は,入力された透かし入り印刷データDをプリンタ3で印刷できるように加工し,プリンタポートドライバ40に出力する。プリンタドライバ40は,プリンタ3にアクセスし,透かし入り印刷データDをプリンタ3に出力する。プリンタ3は,入力された透かし入り印刷データDを印刷する。   When it is determined that the printing user P has printing authority in the printer driver 30, the watermarked print data D is input from the virtual printer driver control unit 22 of the virtual printer driver 20 to the printer driver control unit 32. The printer driver control unit 32 processes the input watermarked print data D so that the printer 3 can print it, and outputs it to the printer port driver 40. The printer driver 40 accesses the printer 3 and outputs watermarked print data D to the printer 3. The printer 3 prints the input watermarked print data D.

以上の実施の形態によれば,ユーザAがアプリケーション10で処理している情報を印刷する場合に,アプリケーション10から仮想プリンタドライバ20に入力されるユーザAのユーザ権限データaとは別個の印刷用ユーザPの印刷用権限データpを仮想プリンタドライバ20からプリンタドライバ30に入力するようにしたので,ユーザAの仮想プリンタドライバ20における印刷権限と,ユーザAのプリンタドライバ30における印刷権限とを異なる設定にすることが可能になる。このようにして印刷権限を制御することより,ユーザAがアプリケーションで処理している情報をプリンタ3で印刷する際に,仮想プリンタドライバ20を経由しての印刷は可能であるが,仮想プリンタドライバ20を迂回してプリンタドライバ30に直接的に接続しての印刷が不可能であるように設定することができ,プリンタ3で印刷される印刷物に確実に透かし情報を埋込み,情報漏洩の対策技術が適用することが可能になる。   According to the above embodiment, when printing information processed by the user A by the user A, printing is performed separately from the user authority data a of the user A input from the application 10 to the virtual printer driver 20. Since the printing authority data p of the user P is input from the virtual printer driver 20 to the printer driver 30, the printing authority in the virtual printer driver 20 of the user A and the printing authority in the printer driver 30 of the user A are set differently. It becomes possible to. By controlling the printing authority in this way, when the information processed by the user A by the application is printed by the printer 3, printing via the virtual printer driver 20 is possible, but the virtual printer driver It is possible to set so that printing by bypassing the printer 20 and directly connecting to the printer driver 30 is impossible, and watermark information is surely embedded in the printed matter printed by the printer 3 to prevent information leakage. Can be applied.

上記の構成の印刷システム1は,例えば次のようにコンピュータ2上でインストールプログラム50を実行することによって,コンピュータ2に仮想プリンタドライバ20をインストールし,構築することが可能である。図3は,印刷システム1を構築するインストールプログラム50の構成を示す構成図である。   The printing system 1 having the above configuration can install and construct the virtual printer driver 20 in the computer 2 by executing the installation program 50 on the computer 2 as follows, for example. FIG. 3 is a configuration diagram showing the configuration of the installation program 50 for constructing the printing system 1.

インストールプログラム50は,図3に示すように,仮想プリンタドライバ20の導入を行うドライバ導入手段51と,プリンタ関連情報データベース24にプリンタ関連情報の設定を行うプリンタ関連情報設定手段52と,印刷権限情報等の設定を行う印刷権限情報設定手段53とから構成される。また,インストールプログラム50は,印刷権限情報設定手段53が印刷権限を設定する際に用いる設定用印刷権限情報データベース54を備えている。   As shown in FIG. 3, the installation program 50 includes a driver introduction unit 51 that installs the virtual printer driver 20, a printer-related information setting unit 52 that sets printer-related information in the printer-related information database 24, and printing authority information. The printing authority information setting unit 53 is configured to set the above. The installation program 50 also includes a setting print authority information database 54 that is used when the print authority information setting unit 53 sets the print authority.

仮想プリンタドライバ20をコンピュータ2にインストールする手順を図4を用いて説明する。図4は,インストールプログラム50によって仮想プリンタドライバ20をコンピュータ2にインストールする際の手順を示すフロー図である。まず,仮想プリンタドライバ20が導入されていないコンピュータ2上で,インストールプログラム50を実行するとインストールが開始され(SP0),図3の点線矢印100に示すように,ドライバ導入手段51によって,仮想プリンタドライバ20がコンピュータ2に導入される(SP1)。   A procedure for installing the virtual printer driver 20 in the computer 2 will be described with reference to FIG. FIG. 4 is a flowchart showing a procedure for installing the virtual printer driver 20 in the computer 2 by the installation program 50. First, when the installation program 50 is executed on the computer 2 in which the virtual printer driver 20 has not been installed, the installation is started (SP0). As shown by the dotted arrow 100 in FIG. 20 is installed in the computer 2 (SP1).

仮想プリンタドライバ20が導入された後,インストールプログラム50のプリンタ関連情報設定手段52によって,既にコンピュータ2に導入されているプリンタドライバ30が検出され,図3の点線矢印101に示すように,検出されたプリンタドライバ30の情報等が仮想プリンタドライバ20のプリンタ関連情報データベース24に設定される(SP2)。   After the virtual printer driver 20 is installed, the printer-related information setting means 52 of the installation program 50 detects the printer driver 30 that has already been installed in the computer 2 and detects it as indicated by the dotted arrow 101 in FIG. The information of the printer driver 30 is set in the printer related information database 24 of the virtual printer driver 20 (SP2).

次に,インストールプログラム50の印刷権限情報設定手段53が,設定用印刷権限情報データベース54に予め設定されている印刷権限情報に基づいて,図3の点線矢印102に示すように,ユーザAが仮想プリンタドライバ20における印刷権限を有するように,仮想プリンタドライバ20の印刷権限情報データベース23にユーザIDデータを設定する。また,印刷権限情報設定手段53は,設定用印刷権限情報データベース54に予め設定されている印刷権限情報に基づいて,図3の点線矢印103に示すように,印刷用ユーザPがプリンタドライバ30における印刷権限を有し,且つユーザAがプリンタドライバ30における印刷権限を有さないように,プリンタドライバ30の印刷権限情報データベース33に印刷用IDデータ及びユーザIDデータを設定する。   Next, the printing authority information setting unit 53 of the installation program 50 uses the printing authority information preset in the setting printing authority information database 54, as shown by the dotted arrow 102 in FIG. User ID data is set in the print authority information database 23 of the virtual printer driver 20 so as to have the print authority in the printer driver 20. Further, the print authority information setting means 53 is based on the print authority information preset in the setting print authority information database 54, and the printing user P uses the printer driver 30 in the printer driver 30 as indicated by the dotted arrow 103 in FIG. Printing ID data and user ID data are set in the printing authority information database 33 of the printer driver 30 so that the user A has the printing authority and the user A does not have the printing authority in the printer driver 30.

さらに,印刷権限情報設定手段53は,設定用印刷権限情報データベース54に予め設定されている印刷権限情報に基づいて,図3の点線矢印104に示すように,仮想プリンタドライバ20の印刷用アカウント情報データベース26に,印刷用ユーザPのログイン名とパスワードを設定する(SP3)。これにより,インストールプログラム50によるインストールが完了(SP4)し,本発明の印刷システム1が構築される。   Further, the print authority information setting means 53, based on the print authority information preset in the setting print authority information database 54, as shown by the dotted arrow 104 in FIG. The login name and password of the printing user P are set in the database 26 (SP3). Thereby, the installation by the installation program 50 is completed (SP4), and the printing system 1 of the present invention is constructed.

以上の実施の形態によれば,コンピュータ2上でインストールプログラム50を実行するだけで,仮想プリンタドライバ20の導入から印刷権限の設定までを自動的に行うことができるので,仮想プリンタドライバ20の導入された印刷システム1を非常に高速に構築することが可能である。また,仮想プリンタドライバ20の導入された印刷システム1を構築する際の作業ミスも減少する。さらに,印刷権限の設定等の知識に精通していない管理者であっても,仮想プリンタドライバ20の導入された印刷システム1を容易に構築することが可能になる。   According to the above embodiment, the installation from the virtual printer driver 20 to the setting of the printing authority can be automatically performed only by executing the installation program 50 on the computer 2, so that the installation of the virtual printer driver 20 is performed. The printed printing system 1 can be constructed at a very high speed. In addition, work errors when constructing the printing system 1 in which the virtual printer driver 20 is introduced are reduced. Furthermore, even an administrator who is not familiar with knowledge such as setting of printing authority can easily construct the printing system 1 in which the virtual printer driver 20 is introduced.

以上,添付図面を参照しながら本発明の好適な実施形態について説明したが,本発明は係る例に限定されない。当業者であれば,特許請求の範囲に記載された技術的思想の範疇内において,各種の変更例又は修正例に想到し得ることは明らかであり,それらについても当然に本発明の技術的範囲に属するものと了解される。   As mentioned above, although preferred embodiment of this invention was described referring an accompanying drawing, this invention is not limited to the example which concerns. It is obvious for those skilled in the art that various changes or modifications can be conceived within the scope of the technical idea described in the claims. It is understood that it belongs to.

上述した実施形態においては,情報漏洩の対策技術として印刷物に透かしを埋込む場合について説明したが,情報漏洩の対策技術として印刷物の背景,ヘッダ又はフッタ等に印刷者情報を埋込んで追加する方法や,印刷者が印刷する印刷データの一部を印刷者情報等の情報と共に,仮想プリンタドライバが導入されたコンピュータ又はネットワーク等で仮想プリンタドライバが導入されたコンピュータに接続された別個のコンピュータに記録する方法等のその他の方法が用いられてもよい。   In the embodiment described above, the case of embedding a watermark in a printed material as a technology for preventing information leakage has been described. Or a part of the print data to be printed by the printer, together with information such as the printer information, is recorded on a computer on which the virtual printer driver is installed or a separate computer connected to the computer on which the virtual printer driver is installed on a network etc. Other methods, such as a method of doing so, may be used.

上述した実施形態においては,印刷するユーザが1人のユーザAだけの場合について説明しているが,複数のユーザに対しても同様に本発明が適用されてよい。   In the above-described embodiment, the case where only one user A prints is described. However, the present invention may be similarly applied to a plurality of users.

上述した実施形態においては,ユーザA及び印刷用ユーザPの権限をユーザIDデータ及び印刷用IDデータ等のIDデータに基づいて設定する場合について説明したが,権限の設定にはIDデータ以外にもログイン名等のその他のデータが用いられてもよい。   In the above-described embodiment, the case where the authority of the user A and the printing user P is set based on the ID data such as the user ID data and the printing ID data has been described. Other data such as a login name may be used.

上述した実施形態においては,出所情報を印刷データdに挿入する際に非可視の透かし情報wとして挿入する場合について説明したが,非可視の透かしの代わりに,可視の例えばウォータマーク等による情報wとして印刷データdに挿入してもよい。   In the embodiment described above, the case where the origin information is inserted into the print data d as the invisible watermark information w has been described. However, instead of the invisible watermark, the visible information w such as a watermark is used. May be inserted into the print data d.

上述した実施形態においては,コンピュータ2に導入されているプリンタドライバ30が1つである場合について説明したが,コンピュータ2に複数のプリンタドライバ30が導入されている場合には,各々のプリンタドライバ30に対して1つずつ仮想プリンタドライバ20が導入されてもよい。   In the embodiment described above, the case where there is one printer driver 30 installed in the computer 2 has been described. However, when a plurality of printer drivers 30 are installed in the computer 2, each printer driver 30 is provided. One virtual printer driver 20 may be introduced for each.

上述した実施形態においては,印刷権限情報データベース23,印刷権限情報データベース33,印刷用アカウント情報データベース26,プリンタ関連情報データベース24及び設定用印刷権限情報データベース54等のように,各情報データをデータベースで格納する場合について説明したが,各情報データは,単純な情報ファイル形式等のその他の方法で格納されていてもよい。   In the above-described embodiment, each information data is stored in a database such as the print authority information database 23, the print authority information database 33, the print account information database 26, the printer related information database 24, and the setting print authority information database 54. Although the case of storing has been described, each information data may be stored by other methods such as a simple information file format.

本発明は,情報漏洩を防止する必要性の高い重要な印刷物が印刷される印刷システムに対して特に有用であるが,その他の印刷システムに対しても有用である。   The present invention is particularly useful for a printing system in which important printed matter that is highly necessary to prevent information leakage is printed, but is also useful for other printing systems.

情報漏洩を防止するための透かし技術が,仮想プリンタドライバに実装された従来の印刷システム1の構成図である。1 is a configuration diagram of a conventional printing system 1 in which a watermark technology for preventing information leakage is implemented in a virtual printer driver. 情報漏洩を防止するための透かし技術が,仮想プリンタドライバに実装された本発明の実施の形態に係る印刷システム1の構成図である。1 is a configuration diagram of a printing system 1 according to an embodiment of the present invention in which a watermark technology for preventing information leakage is implemented in a virtual printer driver. 印刷システム1を構築するインストールプログラム50の構成を示す構成図である。2 is a configuration diagram showing a configuration of an installation program 50 that constructs a printing system 1. FIG. インストールプログラム50によって仮想プリンタドライバ20をコンピュータ2にインストールする際の手順を示すフロー図である。FIG. 6 is a flowchart showing a procedure for installing the virtual printer driver 20 in the computer 2 by the installation program 50.

符号の説明Explanation of symbols

1 印刷システム
2 コンピュータ
3 プリンタ
10 アプリケーション
20 仮想プリンタドライバ
21 印刷権限判定部
22 仮想プリンタドライバ制御部
23 印刷権限制限情報データベース
24 プリンタ関連情報データベース
25 印刷権限変更部
26 印刷用アカウント情報データベース
30 プリンタドライバ
31 印刷権限判定部
32 プリンタドライバ制御部
33 印刷権限情報データベース
40 プリンタポートドライバ
50 インストールプログラム
51 ドライバ導入手段
52 プリンタ関連情報設定手段
53 印刷権限情報設定手段
54 設定用印刷権限情報データベース
A ユーザ
D 透かし入り印刷データ
P 印刷用ユーザ
X 端末
a ユーザ権限データ
d 印刷データ
p 印刷用権限データ
w 透かし情報
DESCRIPTION OF SYMBOLS 1 Printing system 2 Computer 3 Printer 10 Application 20 Virtual printer driver 21 Printing authority determination part 22 Virtual printer driver control part 23 Printing authority restriction | limiting information database 24 Printer related information database 25 Printing authority change part 26 Printing account information database 30 Printer driver 31 Printing authority determination unit 32 Printer driver control unit 33 Printing authority information database 40 Printer port driver 50 Installation program 51 Driver introduction unit 52 Printer related information setting unit 53 Printing authority information setting unit 54 Setting printing authority information database A User D Watermark printing Data P Printing user X Terminal a User authority data d Print data p Printing authority data w Watermark information

Claims (7)

入力された印刷データのうちで第1の印刷権限を有するユーザの印刷データだけをプリンタに出力するプリンタドライバが実装されたコンピュータに導入され,印刷権限を制御する仮想プリンタドライバであって,
入力された印刷データのうちで第2の印刷権限を有するユーザの印刷データだけに情報漏洩の対策技術を適用し,当該情報漏洩の対策技術が適用された印刷データだけを,予め設定されたアカウント情報に基づいて,前記第1の印刷権限を有する所定のユーザの印刷データとして,前記プリンタドライバに入力することを特徴とする,印刷権限を制御する仮想プリンタドライバ。
A virtual printer driver that is installed in a computer on which a printer driver that outputs only print data of a user having the first print authority to the printer among the input print data is installed and controls the print authority,
The information leakage countermeasure technology is applied only to the print data of the user having the second print authority among the input print data, and only the print data to which the information leakage countermeasure technology is applied is set in a preset account. A virtual printer driver for controlling printing authority, which is inputted to the printer driver as print data of a predetermined user having the first printing authority based on the information.
前記情報漏洩の対策技術は,前記第2の印刷権限を有するユーザの印刷データに,所定の情報を,印刷物の背景,ヘッダ又はフッタのデータとして追加することであることを特徴とする,請求項1に記載の印刷権限を制御する仮想プリンタドライバ。 The information leakage countermeasure technique is to add predetermined information as print background data, header data, or footer data to print data of a user having the second print authority. A virtual printer driver that controls the printing authority according to 1. 前記情報漏洩の対策技術は,前記第2の印刷権限を有するユーザの印刷データに,所定の情報を,可視データとして追加するものであることを特徴とする,請求項1に記載の印刷権限を制御する仮想プリンタドライバ。 2. The print authority according to claim 1, wherein the information leakage countermeasure technique is to add predetermined information as visible data to print data of a user having the second print authority. Virtual printer driver to control. 前記情報漏洩の対策技術は,前記第2の印刷権限を有するユーザの印刷データに,所定の情報を,非可視データとして追加するものであることを特徴とする,請求項1に記載の印刷権限を制御する仮想プリンタドライバ。 2. The printing authority according to claim 1, wherein the information leakage countermeasure technique is to add predetermined information as invisible data to the printing data of the user having the second printing authority. Virtual printer driver to control. 前記情報漏洩の対策技術は,少なくとも前記第2の印刷権限を有するユーザの印刷データの一部を含む所定の情報を,前記コンピュータ又は前記コンピュータにネットワークで接続された別個のコンピュータに記録するものであることを特徴とする,請求項1に記載の印刷権限を制御する仮想プリンタドライバ。 The information leakage countermeasure technique records predetermined information including at least a part of print data of a user having the second print authority on the computer or a separate computer connected to the computer via a network. The virtual printer driver for controlling printing authority according to claim 1, wherein: 前記所定の情報は,前記コンピュータのコンピュータ名,前記仮想プリンタドライバに印刷データを入力したユーザのログイン名,又は印刷日時を含むことを特徴とする,請求項2〜5のいずれかに記載の印刷権限を制御する仮想プリンタドライバ。 6. The printing according to claim 2, wherein the predetermined information includes a computer name of the computer, a login name of a user who inputs print data to the virtual printer driver, or a printing date and time. A virtual printer driver that controls permissions. 請求項1〜6のいずれかに記載の印刷権限を制御する仮想プリンタドライバをコンピュータにインストールするインストールプログラムであって,
前記コンピュータに前記仮想プリンタドライバを導入するドライバ導入手段と,
前記プリンタドライバの情報を前記仮想プリンタドライバに設定するプリンタ関連情報設定手段と,
前記第1の印刷権限を有するユーザが,前記第2の印刷権限を有するユーザとは異なるように,前記プリンタドライバの印刷権限及び前記仮想プリンタドライバの印刷権限を設定する印刷権限情報設定手段とを,有することを特徴とするインストールプログラム。
An installation program for installing in a computer a virtual printer driver that controls printing authority according to claim 1,
Driver introduction means for introducing the virtual printer driver into the computer;
Printer-related information setting means for setting the printer driver information in the virtual printer driver;
Print authority information setting means for setting the print authority of the printer driver and the print authority of the virtual printer driver so that the user having the first print authority is different from the user having the second print authority. The installation program characterized by having.
JP2005319394A 2005-11-02 2005-11-02 Virtual printer driver that controls printing authority Expired - Fee Related JP4555208B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005319394A JP4555208B2 (en) 2005-11-02 2005-11-02 Virtual printer driver that controls printing authority

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005319394A JP4555208B2 (en) 2005-11-02 2005-11-02 Virtual printer driver that controls printing authority

Publications (2)

Publication Number Publication Date
JP2007128216A true JP2007128216A (en) 2007-05-24
JP4555208B2 JP4555208B2 (en) 2010-09-29

Family

ID=38150832

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005319394A Expired - Fee Related JP4555208B2 (en) 2005-11-02 2005-11-02 Virtual printer driver that controls printing authority

Country Status (1)

Country Link
JP (1) JP4555208B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH103432A (en) * 1996-06-19 1998-01-06 Nec Corp Data recording and reproducing system
JPH11184657A (en) * 1997-12-25 1999-07-09 Fuji Xerox Co Ltd Print system and data processing method therefor
JP2001256014A (en) * 2000-01-04 2001-09-21 Minolta Co Ltd Output system, output method to be used for the same and recording medium in which program to be executed in output system is recorded
JP2004152262A (en) * 2002-09-13 2004-05-27 Ricoh Co Ltd Document print program, document protection program, and document protection system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH103432A (en) * 1996-06-19 1998-01-06 Nec Corp Data recording and reproducing system
JPH11184657A (en) * 1997-12-25 1999-07-09 Fuji Xerox Co Ltd Print system and data processing method therefor
JP2001256014A (en) * 2000-01-04 2001-09-21 Minolta Co Ltd Output system, output method to be used for the same and recording medium in which program to be executed in output system is recorded
JP2004152262A (en) * 2002-09-13 2004-05-27 Ricoh Co Ltd Document print program, document protection program, and document protection system

Also Published As

Publication number Publication date
JP4555208B2 (en) 2010-09-29

Similar Documents

Publication Publication Date Title
US8564804B2 (en) Information processing apparatus that does not transmit print job data when both encryption and saving in a printing apparatus are designated, and control method and medium therefor
JP4328815B2 (en) Information processing apparatus, control method therefor, computer program, and information processing system
JP4795076B2 (en) Printing function limiting method and printing control apparatus
JP2007179284A (en) Information processing method and device
JP2009217331A (en) Information processor, control method for information processor, program and recording medium
JP2012128837A (en) Universal device driver, device control program, information processor, server device and method
JP2007200140A (en) Document authority management device, document authority management system, document authority management method and computer program
JP3774684B2 (en) Information processing apparatus, printer setting method of information processing apparatus, program, and recording medium
JP4685624B2 (en) Environment setting data setting method, environment setting data setting program, and print data supply device
US7793204B2 (en) Copy protecting documents
JP5294795B2 (en) Print control apparatus, print control method, and computer program
JP2008134820A (en) Print restriction processing program and information processor
CN102999303B (en) The method of signal conditioning package and control information treating apparatus
JP2007183743A (en) Information processor, operation control method, program and storage medium
JP4555208B2 (en) Virtual printer driver that controls printing authority
KR20100074567A (en) Method for producing digital sinature, print controling terminal unit and image forming apparatus
JP2008040796A (en) Program, device, and system for document output control
JP2005056137A (en) Function restricting program, installer creating program, and program recording medium
JP2007293673A (en) Print control method and program
JP4247724B2 (en) Storage driver, electronic device, and access control method
JP6188469B2 (en) Printing system and control method thereof
JP5056598B2 (en) Image forming apparatus, print control apparatus, and print management program
JP2006092115A (en) Printing system, print control program, printing method and electronic device
JP2008072303A (en) Image forming apparatus, image formation method, program, and computer readable recording medium
JP2008046895A (en) Print instruction device, method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080723

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A711

Effective date: 20100210

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20100510

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100701

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20100713

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100715

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

Free format text: PAYMENT UNTIL: 20130723

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4555208

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees