JP2012159950A - Printing system, printer driver, printer and printing program - Google Patents

Printing system, printer driver, printer and printing program Download PDF

Info

Publication number
JP2012159950A
JP2012159950A JP2011018134A JP2011018134A JP2012159950A JP 2012159950 A JP2012159950 A JP 2012159950A JP 2011018134 A JP2011018134 A JP 2011018134A JP 2011018134 A JP2011018134 A JP 2011018134A JP 2012159950 A JP2012159950 A JP 2012159950A
Authority
JP
Japan
Prior art keywords
printer
data
print
authentication
security level
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
JP2011018134A
Other languages
Japanese (ja)
Other versions
JP5488485B2 (en
Inventor
Yoshihiro Itokawa
喜裕 糸川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Brother Industries Ltd
Original Assignee
Brother Industries Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Brother Industries Ltd filed Critical Brother Industries Ltd
Priority to JP2011018134A priority Critical patent/JP5488485B2/en
Publication of JP2012159950A publication Critical patent/JP2012159950A/en
Application granted granted Critical
Publication of JP5488485B2 publication Critical patent/JP5488485B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To achieve both protection of confidential data and reduction of time for printing appropriately in a secure printing.SOLUTION: The printing system is configured to include as below. A printer 2 executes printing of an authenticated secure printing job among secure printing jobs associated with predetermined authentication information. A personal computer 3 configures a security level for a secure printing job, transmits data of the secure printing job to the printer 2 according to the security level. The personal computer 3, when the security level is high, transmits printing data to the printer 2 so that ratio of printing data which is transmitted in advance of authentication of a secure printing job becomes smaller compared with the case when the security level is low. The printer 2, when there is non-received data among the printing data at the time the printing job was successfully authenticated, receives the non-received data from the personal computer after the successful authentication to execute printing.

Description

本発明は、セキュア印刷機能を備えた印刷システム、プリンタドライバ、プリンタ及び印刷プログラムに関する。   The present invention relates to a printing system having a secure printing function, a printer driver, a printer, and a printing program.

プリンタはネットワークに接続して多数のユーザで共有することが一般的になっているが、その場合には印刷した文書を他人に見られるという状況が多くなる。機密性の高い文書はプリンタで出力する際に他人に見られないようにする必要がある。そこで、プリンタドライバにて印刷ジョブにパスワードを付加し、プリンタでパスワード入力されて認証が成立すると当該印刷ジョブの印刷を実行するセキュア印刷が提案されている(例えば、特許文献1参照)。   In general, a printer is connected to a network and shared by a large number of users. In this case, however, a situation in which a printed document can be seen by others is increased. It is necessary to prevent a highly confidential document from being seen by others when it is output by a printer. Therefore, secure printing has been proposed in which a password is added to a print job by a printer driver, and when the password is input by the printer and authentication is established, printing of the print job is executed (for example, see Patent Document 1).

特開平6−103008号公報JP-A-6-103008

ところが、パソコン等で印刷ジョブが発生してからプリンタでパスワードが入力されるまでの間に印刷ジョブをプリンタに予め送信しておくと、プリンタのストレージに印刷データが保存されることとなる。その場合には、プリンタのストレージが盗難等にあうと、機密データが漏洩する可能性がある。その対策としては、特許文献1のようにプリンタでパスワードが入力されるまでは印刷データをプリンタに送信せず、認証が成立してから印刷データをプリンタに送信することが考えられる。そうすると、印刷データを極力ストレージに保存せずに印刷を実行することができ、機密データの漏洩リスクを低減できる。しかし、その場合にはユーザがプリンタにパスワードを入力してから印刷データがプリンタへ送信されるので、実際に印刷が完了するまでの時間が長くなり、ユーザの利便性が低下してしまう。   However, if the print job is transmitted to the printer in advance from the time when the print job is generated in the personal computer or the like until the password is input in the printer, the print data is saved in the printer storage. In that case, if the storage of the printer is stolen, confidential data may be leaked. As a countermeasure, it is conceivable that the print data is not transmitted to the printer until the password is input by the printer as in Patent Document 1, and the print data is transmitted to the printer after the authentication is established. Then, printing can be executed without saving the print data in the storage as much as possible, and the risk of leakage of confidential data can be reduced. However, in that case, since the print data is transmitted to the printer after the user inputs the password to the printer, the time until the printing is actually completed becomes long, and the convenience for the user is lowered.

そこで本発明は、セキュア印刷において機密データ保護と印刷時間短縮とを好適に両立することを目的とする。   Accordingly, an object of the present invention is to suitably achieve both confidential data protection and printing time reduction in secure printing.

本発明に係る印刷システムは、所定の認証情報が対応付けられたセキュア印刷ジョブのうち認証が成立したセキュア印刷ジョブの印刷を実行するプリンタと、前記セキュア印刷ジョブのセキュリティレベルを設定するレベル設定装置と、前記セキュリティレベルに基づいて前記セキュア印刷ジョブのデータを前記プリンタに送信するデータ送信装置と、を備え、前記データ送信装置は、前記セキュリティレベルが高レベルである場合には、前記セキュリティレベルが低レベルである場合に比べて、前記セキュア印刷ジョブの印刷データのうち認証成立前に予め送信しておくデータの割合が小さくなるようにして前記印刷データを前記プリンタに送信し、前記プリンタは、認証成立時に前記印刷データのうち未受信データがある場合に、認証成立後に当該未受信データを前記データ送信装置から受信して印刷を実行するよう構成されている。   A printing system according to the present invention includes a printer that executes printing of a secure print job that has been authenticated among secure print jobs associated with predetermined authentication information, and a level setting device that sets a security level of the secure print job And a data transmission device that transmits the data of the secure print job to the printer based on the security level. When the security level is high, the data transmission device has a security level of Compared to the case of a low level, the print data is transmitted to the printer in such a manner that the ratio of data to be transmitted in advance before authentication is established in the print data of the secure print job is reduced. If there is unreceived data among the print data when authentication is established, The unreceived data is configured to perform printing by receiving from said data transmitting device after.

また、本発明に係るプリンタドライバは、所定の認証情報が対応付けられたセキュア印刷ジョブのうち認証が成立したセキュア印刷ジョブの印刷を実行するプリンタに接続された情報処理装置で実行されるプリンタドライバであって、前記セキュア印刷ジョブのセキュリティレベルを設定するレベル設定処理と、前記レベル設定処理で設定される前記セキュリティレベルが高レベルである場合には、前記セキュリティレベルが低レベルである場合に比べて、前記セキュア印刷ジョブの印刷データのうち認証成立前に予め送信しておくデータの割合が小さくなるようにして前記印刷データを前記プリンタに送信する印刷データ送信処理と、を前記情報処理装置に実行させる。   The printer driver according to the present invention is a printer driver that is executed by an information processing apparatus connected to a printer that executes printing of a secure print job for which authentication has been established among secure print jobs associated with predetermined authentication information. The level setting process for setting the security level of the secure print job and the security level set by the level setting process are high compared to the case where the security level is low. Print data transmission processing for transmitting the print data to the printer in such a manner that the ratio of data transmitted in advance before authentication is established in the print data of the secure print job is reduced to the information processing apparatus. Let it run.

また、本発明に係るプリンタは、所定の認証情報が対応付けられたセキュア印刷ジョブのうち認証が成立したセキュア印刷ジョブの印刷を実行するプリンタであって、前記セキュア印刷ジョブのセキュリティレベルを判別可能な印刷付加情報を受信して前記印刷付加情報を登録する登録手段と、前記セキュア印刷ジョブの前記セキュリティレベルが高レベルである場合には、前記セキュリティレベルが低レベルである場合に比べて、前記セキュア印刷ジョブの印刷データのうち認証成立前に予め受信しておくデータの割合が小さくなるようにして前記印刷データを受信して印刷を行う印刷制御手段と、を備えている。   The printer according to the present invention is a printer that executes printing of a secure print job for which authentication has been established among secure print jobs associated with predetermined authentication information, and can determine the security level of the secure print job Registration means for receiving the additional print information and registering the additional print information, and when the security level of the secure print job is high, the security level is lower than when the security level is low. Print control means for receiving and printing the print data in such a manner that the ratio of the data received in advance of the secure print job before the authentication is established is reduced.

また、本発明に係る印刷プログラムは、所定の認証情報が対応付けられたセキュア印刷ジョブのうち認証が成立したセキュア印刷ジョブの印刷を実行するプリンタと、前記プリンタに接続されたサーバと、前記サーバに接続されたクライアントとを備えた印刷システムの前記サーバで実行される印刷プログラムであって、前記クライアントで設定された前記セキュア印刷ジョブのセキュリティレベルを認識するレベル認識処理と、前記レベル認識処理で認識された前記セキュリティレベルが高レベルである場合には、前記セキュリティレベルが低レベルである場合に比べて、前記セキュア印刷ジョブの印刷データのうち認証成立前に予め送信しておくデータの割合が小さくなるようにして認証成立前に前記印刷データを前記プリンタに送信する認証前送信処理と、認証成立時に前記印刷データのうち未送信データがある場合に、認証成立後に当該未送信データを前記プリンタに送信する認証後送信処理と、を前記サーバに実行させる。   The printing program according to the present invention includes a printer that executes printing of a secure print job that has been authenticated among secure print jobs associated with predetermined authentication information, a server connected to the printer, and the server And a level recognition process for recognizing a security level of the secure print job set by the client, and a level recognition process. When the recognized security level is a high level, the ratio of data to be transmitted in advance before authentication is established in the print data of the secure print job, compared to the case where the security level is a low level. Send the print data to the printer before authentication is established An authentication before sending process, if there is untransmitted data of the print data at the time of authentication satisfied, to perform the post-authentication transmitting process of transmitting the unsent data after authentication is established to the printer, to the server.

以上のような印刷システム、プリンタドライバ、プリンタ及び印刷プログラムによれば、セキュリティレベルの高いセキュア印刷時には、プリンタにおける認証前データ受信率(印刷データのうち認証成立前にプリンタが予め受信しておくデータの割合)が低くなるので、セキュリティレベルの高い印刷ジョブの印刷データがプリンタのストレージに保存されにくくなり、セキュリティレベルに応じて機密データの漏洩リスクを好適に低減することができる。しかも、セキュリティレベルの低いセキュア印刷時には、認証前データ受信率が高くなるので、認証成立後にプリンタが印刷データを受信するための時間が削減され、認証成立から印刷完了までの時間を短縮することができる。よって、セキュア印刷において機密データ保護と印刷時間短縮とを好適に両立することが可能となる。   According to the above printing system, printer driver, printer, and printing program, during secure printing with a high security level, the pre-authentication data reception rate in the printer (the data that the printer receives in advance before authentication is established among the print data) Therefore, the print data of a print job with a high security level is not easily stored in the storage of the printer, and the risk of leakage of confidential data can be suitably reduced according to the security level. In addition, during secure printing with a low security level, the pre-authentication data reception rate increases, so the time for the printer to receive print data after authentication is established can be reduced, and the time from establishment of authentication to completion of printing can be shortened. it can. Therefore, it is possible to suitably achieve both confidential data protection and printing time reduction in secure printing.

以上の説明から明らかなように、本発明によれば、セキュア印刷において機密データ保護と印刷時間短縮とを好適に両立することが可能となる。   As is apparent from the above description, according to the present invention, it is possible to suitably achieve both confidential data protection and printing time reduction in secure printing.

本発明の第1実施形態に係る印刷システムのブロック図である。1 is a block diagram of a printing system according to a first embodiment of the present invention. 図1に示すプリンタのブロック図である。FIG. 2 is a block diagram of the printer shown in FIG. 1. 図1に示すパソコンのブロック図である。It is a block diagram of the personal computer shown in FIG. 図3に示すパソコンから送信されるデータのフォーマートを説明する図面である。It is drawing explaining the format of the data transmitted from the personal computer shown in FIG. 図1に示す印刷システムにおけるセキュリティレベルが「高」であるときの印刷動作のフローチャートである。2 is a flowchart of a printing operation when a security level is “high” in the printing system shown in FIG. 1. 図1に示す印刷システムにおけるセキュリティレベルが「低」であるときの印刷動作のフローチャートである。2 is a flowchart of a printing operation when the security level in the printing system shown in FIG. 1 is “low”. 図1に示す印刷システムにおけるセキュリティレベルが「中」であるときの印刷動作のフローチャートである。2 is a flowchart of a printing operation when a security level is “medium” in the printing system shown in FIG. 1. 本発明の第2実施形態に係る印刷システムのブロック図である。It is a block diagram of the printing system which concerns on 2nd Embodiment of this invention. 図8に示すパソコンのブロック図である。It is a block diagram of the personal computer shown in FIG. 図8に示すサーバのブロック図である。It is a block diagram of the server shown in FIG. 図8に示す印刷システムにおけるセキュリティレベルが「高」であるときの印刷動作のフローチャートである。FIG. 9 is a flowchart of a printing operation when the security level in the printing system shown in FIG. 8 is “high”. 図8に示す印刷システムにおけるセキュリティレベルが「低」であるときの印刷動作のフローチャートである。FIG. 9 is a flowchart of a printing operation when the security level in the printing system shown in FIG. 8 is “low”. 図8に示す印刷システムにおけるセキュリティレベルが「中」であるときの印刷動作のフローチャートである。FIG. 9 is a flowchart of a printing operation when the security level is “medium” in the printing system shown in FIG. 8.

以下、本発明に係る実施形態を図面を参照して説明する。   Embodiments according to the present invention will be described below with reference to the drawings.

(第1実施形態)
図1は、本発明の第1実施形態に係る印刷システム1のブロック図である。図2は、図1に示すプリンタ2のブロック図である。図3は、図1に示すパソコン3のブロック図である。図1〜3に示すように、本実施形態の印刷システム1は、LAN等のネットワークNで互いに接続された複数のパソコン3(情報処理装置)と、ネットワークNに接続されて複数のパソコン3で共有されるプリンタ2とを備えている。印刷システム1では、パスワード(認証情報)が対応付けられてセキュリティレベルが設定されたセキュア印刷ジョブをパソコン3で生成し、認証が成立したセキュア印刷ジョブの印刷がプリンタ2で実行される。
(First embodiment)
FIG. 1 is a block diagram of a printing system 1 according to the first embodiment of the present invention. FIG. 2 is a block diagram of the printer 2 shown in FIG. FIG. 3 is a block diagram of the personal computer 3 shown in FIG. As shown in FIGS. 1 to 3, the printing system 1 according to the present embodiment includes a plurality of personal computers 3 (information processing apparatuses) connected to each other via a network N such as a LAN, and a plurality of personal computers 3 connected to the network N. And a shared printer 2. In the printing system 1, a secure print job in which a password (authentication information) is associated and a security level is set is generated by the personal computer 3, and the secure print job that has been authenticated is printed by the printer 2.

プリンタ2は、表示部11、操作部12、一次記憶部13、二次記憶部14、ジョブ登録部15、暗号化/復号化処理部16、通信入出力部17及び印刷制御部18を備えている。表示部11は、ユーザに表示画面を提供するディスプレイ装置等である。操作部12は、ユーザが入力操作を行うためのボタン及びタッチパネル等である。一次記憶部13は、プリンタ2の電源がシャットダウンされると記憶データを失う記憶装置(例えば、揮発性メモリ)である。二次記憶部14は、プリンタ2の電源がシャットダウンされても記憶データを保持する記憶装置(例えば、ハードディスク等のストレージ)である。ジョブ登録部15は、パソコン3から受信した印刷ジョブを登録して管理するものである。暗号化/復号化処理部16は、パソコン3から受信したセキュア印刷ジョブに関するデータのうち二次記憶部14に記憶されるデータを暗号化し、その暗号化されたデータを復号化するものである。通信入出力部17は、ネットワークNを介してパソコン3と通信するためのインターフェースである。印刷制御部18は、セキュティレベルが設定されない通常印刷及びセキュリティレベルが設定されたセキュア印刷を制御する。   The printer 2 includes a display unit 11, an operation unit 12, a primary storage unit 13, a secondary storage unit 14, a job registration unit 15, an encryption / decryption processing unit 16, a communication input / output unit 17, and a print control unit 18. Yes. The display unit 11 is a display device or the like that provides a display screen to the user. The operation unit 12 is a button, a touch panel, or the like for the user to perform an input operation. The primary storage unit 13 is a storage device (for example, a volatile memory) that loses stored data when the power supply of the printer 2 is shut down. The secondary storage unit 14 is a storage device (for example, a storage such as a hard disk) that retains stored data even when the power of the printer 2 is shut down. The job registration unit 15 registers and manages print jobs received from the personal computer 3. The encryption / decryption processing unit 16 encrypts data stored in the secondary storage unit 14 among the data related to the secure print job received from the personal computer 3, and decrypts the encrypted data. The communication input / output unit 17 is an interface for communicating with the personal computer 3 via the network N. The print control unit 18 controls normal printing in which a security level is not set and secure printing in which a security level is set.

パソコン3は、表示部21、操作部22、記憶部23、レベル設定部24、補正部25、待ち時間判定部26、通信入出力部27及び印刷制御部28を備え、記憶部23にはプリンタドライバがインストールされている。即ち、パソコン3におけるプリンタ2を利用した各種印刷機能は、そのインストールされたプリンタドライバを読み出して実行される。表示部21は、ユーザに表示画面を提供するディスプレイ装置等である。操作部22は、ユーザが入力操作を行うためのキーボード及びマウス等である。記憶部23は、メモリ及びハードディスク等の記憶装置である。レベル設定部24は、セキュア印刷ジョブのセキュリティレベルを複数段階(例えば、「高」「中」「低」)から選択して設定する。補正部25は、パソコン3で生成されるセキュア印刷ジョブの印刷データ量とプリンタ2の一次記憶部13の空き容量とに応じて、レベル設定部24で設定されたセキュリティレベルを補正する。   The personal computer 3 includes a display unit 21, an operation unit 22, a storage unit 23, a level setting unit 24, a correction unit 25, a waiting time determination unit 26, a communication input / output unit 27, and a print control unit 28. The storage unit 23 includes a printer. The driver is installed. That is, various printing functions using the printer 2 in the personal computer 3 are executed by reading the installed printer driver. The display unit 21 is a display device that provides a display screen to the user. The operation unit 22 is a keyboard, a mouse, and the like for a user to perform an input operation. The storage unit 23 is a storage device such as a memory and a hard disk. The level setting unit 24 selects and sets the security level of the secure print job from a plurality of levels (for example, “high”, “medium”, and “low”). The correction unit 25 corrects the security level set by the level setting unit 24 according to the print data amount of the secure print job generated by the personal computer 3 and the free capacity of the primary storage unit 13 of the printer 2.

具体的には、補正部25は、レベル設定部24で設定されたセキュリティレベルが「中」「低」である場合に、印刷データ量が第1閾値X1未満であるときには、セキュリティレベルを一段階上げるように補正する。また、補正部25は、レベル設定部24で設定されたセキュリティレベルが「低」である場合に、印刷データ量が第2閾値X2未満であるときには(X2<X1)、セキュリティレベルを二段階上げるように補正する。なお、補正部25は、レベル設定部24で設定されたセキュリティレベルが「中」「低」である場合に、印刷データ量が第1閾値X1以上であるときには、セキュリティレベルを補正しない。   Specifically, when the security level set by the level setting unit 24 is “medium” and “low” and the print data amount is less than the first threshold value X1, the correction unit 25 sets the security level to one level. Correct to raise. Further, when the security level set by the level setting unit 24 is “low” and the print data amount is less than the second threshold value X2 (X2 <X1), the correction unit 25 increases the security level by two levels. Correct as follows. The correction unit 25 does not correct the security level when the security level set by the level setting unit 24 is “medium” or “low” and the print data amount is equal to or greater than the first threshold value X1.

さらに、補正部25は、レベル設定部24で設定されたセキュリティレベルが「中」「低」である場合に、印刷データ量が第1閾値X1以上であるときには、プリンタ2と通信して一次記憶部13の空き容量の情報を取得する。そして、補正部25は、当該空き容量が所定の閾値X3未満であるときには、セキュリティレベルを一段階上げるように補正し、当該空き容量が所定の閾値X3以上であるときには、セキュリティレベルを補正しない。   Further, when the security level set by the level setting unit 24 is “medium” or “low” and the print data amount is equal to or greater than the first threshold value X1, the correction unit 25 communicates with the printer 2 to perform primary storage. Information on the free capacity of the unit 13 is acquired. Then, the correction unit 25 corrects the security level to be increased by one step when the free space is less than the predetermined threshold value X3, and does not correct the security level when the free space is equal to or greater than the predetermined threshold value X3.

待ち時間判定部26は、ネットワークNの通信トラフィックを計算して、後述する認証成立からプリンタ2で印刷が開始されるまでの待ち時間をセキュリティレベル毎に判定(予測)する。通信入出力部27は、ネットワークNを介してプリンタ2と通信するためのインターフェースである。印刷制御部28は、セキュティレベルが設定されない通常印刷及びセキュリティレベルが設定されたセキュア印刷を制御する。なお、本実施形態では、パソコン3が、セキュア印刷ジョブのセキュリティレベルを設定するレベル設定装置と、セキュリティレベルに基づいてセキュア印刷ジョブのデータをプリンタに送信するデータ送信装置とを兼ねている。   The waiting time determination unit 26 calculates communication traffic of the network N, and determines (predicts) a waiting time from the establishment of authentication, which will be described later, until the printer 2 starts printing for each security level. The communication input / output unit 27 is an interface for communicating with the printer 2 via the network N. The print control unit 28 controls normal printing in which a security level is not set and secure printing in which a security level is set. In this embodiment, the personal computer 3 serves as both a level setting device that sets the security level of the secure print job and a data transmission device that transmits the data of the secure print job to the printer based on the security level.

図4は、図3に示すパソコン3から送信されるデータのフォーマートを説明する図面である。図4に示すように、パソコン3からプリンタ2に送信される印刷ジョブのデータ30は、ジョブ番号、ジョブ名称、パスワード及びセキュリティレベル等からなる印刷付加情報(ヘッダ情報)の領域と印刷データ(画像データ)の領域とを有している。ジョブ番号は、印刷ジョブを特定するためのシリアル番号である。ジョブ名称は、プリンタ2の表示部11にジョブ一覧を表示するためなどの名称であり、パソコン3で印刷を実行したファイルの名称又はパソコン3の登録名などを用い得る。パスワードは、ユーザがパソコン3上で印刷ジョブ毎に設定したパスワード又はパソコン3毎に予め設定されたパスワードなどを用い得る。セキュリティレベルは、セキュア印刷ジョブ毎にレベル設定部24で設定されたセキュリティレベル(例えば、「高」「中」「低」など)である。なお、セキュア印刷ではない通常の印刷ジョブの場合は、印刷付加情報のセキュリティレベルの欄にはヌルが付与される。   FIG. 4 is a diagram for explaining the format of data transmitted from the personal computer 3 shown in FIG. As shown in FIG. 4, the print job data 30 transmitted from the personal computer 3 to the printer 2 includes a print additional information (header information) area including a job number, job name, password, security level, and the like, and print data (image). Data) area. The job number is a serial number for specifying a print job. The job name is a name for displaying a job list on the display unit 11 of the printer 2, and a name of a file that has been printed on the personal computer 3 or a registered name of the personal computer 3 can be used. As the password, a password set by the user for each print job on the personal computer 3 or a password preset for each personal computer 3 can be used. The security level is a security level (for example, “high”, “medium”, “low”, etc.) set by the level setting unit 24 for each secure print job. In the case of a normal print job that is not secure printing, null is assigned to the security level column of the print additional information.

図5は、図1に示す印刷システム1におけるセキュリティレベルが「高」であるときの印刷動作のフローチャートである。以下、図2及び3の構成を参照しつつ、図5のフローチャートに沿って説明する。ユーザがパソコン3の表示部21を見ながら操作部22を操作し、あるファイルについて印刷設定を要求すると(ステップA1)、印刷制御部28は印刷設定画面を表示部21に表示させる(ステップA2)。そのとき、パソコン3は、待ち時間判定部26にて後述する認証成立からプリンタ2で印刷が開始されるまでの待ち時間をセキュリティレベル毎に判定し、セキュリティレベル毎の待ち時間を前記印刷設定画面に表示する(ステップA3)。   FIG. 5 is a flowchart of a printing operation when the security level in the printing system 1 shown in FIG. 1 is “high”. Hereinafter, description will be made along the flowchart of FIG. 5 with reference to the configuration of FIGS. When the user operates the operation unit 22 while looking at the display unit 21 of the personal computer 3 and requests print settings for a certain file (step A1), the print control unit 28 causes the display unit 21 to display a print setting screen (step A2). . At that time, the personal computer 3 determines, for each security level, a waiting time from the authentication establishment described later to when printing is started by the printer 2 by the waiting time determination unit 26, and the waiting time for each security level is set as the print setting screen. (Step A3).

ユーザが操作部22を操作して前記印刷設定画面でセキュリティレベルを「高」に指定すると、レベル設定部24が当該印刷ジョブをセキュリティレベルが「高」であるセキュア印刷ジョブに設定する(ステップA4)。そして、ユーザが操作部22を操作して最終的にセキュア印刷指示を行うと、印刷制御部28は、そのセキュア印刷ジョブの印刷データ(画像データ)を送信せずに、その印刷付加情報のみをプリンタ2に送信する(ステップA5:認証前送信処理)。   When the user operates the operation unit 22 and designates a security level “high” on the print setting screen, the level setting unit 24 sets the print job as a secure print job with a security level “high” (step A4). ). When the user finally operates the operation unit 22 to give a secure print instruction, the print control unit 28 transmits only the print additional information without transmitting print data (image data) of the secure print job. Transmit to the printer 2 (step A5: pre-authentication transmission process).

プリンタ2は、その受信した印刷付加情報をジョブ登録部15で登録する(ステップB1)。ユーザは、パソコン3からプリンタ2まで移動してプリンタ2の操作部12を操作し、表示部11にジョブ一覧を表示させ、その中から印刷を実行したいセキュア印刷ジョブを選択し、パスワードを入力する(ステップB2)。そして、その入力されたパスワードがジョブ登録部15に登録された印刷付加情報のパスワードと一致する場合には、プリンタ2は、そのセキュア印刷ジョブについて認証成立と判断する(ステップB3)。認証が成立すると、プリンタ2の印刷制御部18は、そのセキュア印刷ジョブのジョブ番号を含む要求信号を、そのセキュア印刷ジョブを生成したパソコン3に送信する(ステップB4)。   The printer 2 registers the received additional print information in the job registration unit 15 (step B1). The user moves from the personal computer 3 to the printer 2, operates the operation unit 12 of the printer 2, displays a job list on the display unit 11, selects a secure print job to be printed from among them, and inputs a password. (Step B2). If the input password matches the password of the print additional information registered in the job registration unit 15, the printer 2 determines that authentication has been established for the secure print job (step B3). When the authentication is established, the print control unit 18 of the printer 2 transmits a request signal including the job number of the secure print job to the personal computer 3 that generated the secure print job (step B4).

パソコン3は、その受信した要求信号に含まれるジョブ番号のセキュア印刷ジョブを検索し(ステップA6)、そのセキュア印刷ジョブのジョブ番号及び印刷データ(画像データ)を含む応答信号をプリンタ2に送信する(ステップA7::認証後送信処理)。即ち、パソコン3は、セキュリティレベルが「高」の場合には、認証成立前にはセキュア印刷ジョブの印刷データ(画像データ)を予め送信せず、認証成立後に印刷データ(画像データ)の全部をプリンタ2に送信する。プリンタ2で受信された印刷データは、一次記憶部13に記憶され、印刷制御部18により印刷用の画素データに変換されて紙に印刷される(ステップB5)。そして、印刷終了後には、ジョブ登録部15は、通常は、ジョブ番号、ジョブ名称、印刷日時、印刷枚数などを履歴情報として二次記憶部14に保存するが、セキュリティレベルが「高」のセキュア印刷ジョブの場合は、印刷内容を第三者に推測されないために履歴情報からジョブ名称を削除する(ステップB6)。   The personal computer 3 searches for the secure print job of the job number included in the received request signal (step A6), and transmits a response signal including the job number of the secure print job and the print data (image data) to the printer 2. (Step A7 :: Post-authentication transmission process). That is, when the security level is “high”, the personal computer 3 does not transmit the print data (image data) of the secure print job in advance before the authentication is established, and the entire print data (image data) is established after the authentication is established. Send to printer 2. The print data received by the printer 2 is stored in the primary storage unit 13, converted into pixel data for printing by the print control unit 18, and printed on paper (step B5). After the printing is completed, the job registration unit 15 normally stores the job number, job name, printing date and time, number of printed sheets, and the like as history information in the secondary storage unit 14, but the secure level is “high”. In the case of a print job, the job name is deleted from the history information because the print contents are not guessed by a third party (step B6).

図6は、図1に示す印刷システム1におけるセキュリティレベルが「低」であるときの印刷動作のフローチャートである。以下、図2及び3の構成を参照しつつ、図6のフローチャートに沿って説明する。図6のステップA1〜A3は、図5のA1〜A3と同様であるため説明を省略する。ユーザが操作部22を操作して印刷設定画面でセキュリティレベルを「低」に指定すると、レベル設定部24が当該印刷ジョブをセキュリティレベルが「低」であるセキュア印刷ジョブに設定する(ステップA11)。補正部25は、前述したように、パソコン3で生成されるセキュア印刷ジョブの印刷データ量と、プリンタ2の一次記憶部13の空き容量とに応じて、レベル設定部24で設定されたセキュリティレベルを補正する(ステップA12)。   FIG. 6 is a flowchart of the printing operation when the security level in the printing system 1 shown in FIG. 1 is “low”. Hereinafter, description will be made along the flowchart of FIG. 6 with reference to the configuration of FIGS. Steps A1 to A3 in FIG. 6 are the same as A1 to A3 in FIG. When the user operates the operation unit 22 to designate “low” as the security level on the print setting screen, the level setting unit 24 sets the print job as a secure print job with the security level “low” (step A11). . As described above, the correction unit 25 determines the security level set by the level setting unit 24 according to the print data amount of the secure print job generated by the personal computer 3 and the free capacity of the primary storage unit 13 of the printer 2. Is corrected (step A12).

具体的には、補正部25は、印刷データ量が第1閾値X1未満であるときには、セキュリティレベルを「中」に上げるように補正し、後述する図7のフローチャートの「II」に移動する。補正部25は、印刷データ量が第2閾値X2未満であるときには(X2<X1)、セキュリティレベルを「高」に上げるように補正し、図5のフローチャートの「I」に移動する。但し、補正部25は、印刷データ量が第1閾値X1以上であるときには、セキュリティレベルを補正しない。さらに、補正部25は、印刷データ量が第1閾値X1以上であるときに、プリンタ2の一次記憶部13の空き容量が所定の閾値X3未満であるときには、セキュリティレベルを「中」に上げるように補正し、後述する図7のフローチャートの「II」に移動する。但し、当該空き容量が所定の閾値X3以上であるときには、セキュリティレベルを補正しない。なお、第1閾値X1及び第2閾値X2については、印刷システムにおける通信速度により適宜設定される。また、所定の閾値X3については、空き容量そのものだけでなく、空き容量と印刷データ量を比較(例えば、印刷データが空き容量の半分以上のデータ量である等)を考慮して設定されてもよい。   Specifically, when the print data amount is less than the first threshold value X1, the correction unit 25 corrects the security level to “medium” and moves to “II” in the flowchart of FIG. When the print data amount is less than the second threshold value X2 (X2 <X1), the correction unit 25 corrects the security level to be “high” and moves to “I” in the flowchart of FIG. However, the correction unit 25 does not correct the security level when the print data amount is equal to or greater than the first threshold value X1. Further, the correction unit 25 increases the security level to “medium” when the amount of print data is equal to or greater than the first threshold value X1 and the free capacity of the primary storage unit 13 of the printer 2 is less than the predetermined threshold value X3. And move to “II” in the flowchart of FIG. However, when the free space is equal to or greater than the predetermined threshold value X3, the security level is not corrected. The first threshold value X1 and the second threshold value X2 are appropriately set according to the communication speed in the printing system. Further, the predetermined threshold value X3 may be set in consideration of not only the free space itself but also a comparison between the free space and the print data amount (for example, the print data has a data amount that is half or more of the free space). Good.

そして、ステップA12においてセキュリティレベルの補正がされなかった場合には、ユーザが操作部22を操作して最終的にセキュア印刷指示を行うと、印刷制御部28は、そのセキュア印刷ジョブの全データをプリンタ2に送信する(ステップA13::認証前送信処理)。即ち、パソコン3は、セキュリティレベルが「低」の場合には、印刷付加情報のみならず印刷データ(画像データ)の全部を認証成立前にプリンタ2に予め送信する。   When the security level is not corrected in step A12, when the user finally operates the operation unit 22 to give a secure print instruction, the print control unit 28 stores all data of the secure print job. Transmit to the printer 2 (step A13 :: pre-authentication transmission process). That is, when the security level is “low”, the personal computer 3 transmits not only the print additional information but also all print data (image data) to the printer 2 before the authentication is established.

プリンタ2は、その受信した印刷付加情報をジョブ登録部15で登録し、その印刷データを一次記憶部13及び/又は二次記憶部14に記憶する(ステップB11)。この際、印刷データは、一次記憶部13のうち印刷データ一次記憶用に確保された領域に優先的に記憶され、その領域が不足したときに二次記憶部14に記憶される。即ち、印刷データが一次記憶部13と二次記憶部14とのどちらに記憶されるかは、その印刷ジョブのデータ量やプリンタ2に既に蓄積している印刷ジョブ量などの状況に応じて適宜変化する。そして、暗号化/復号化処理部16は、一次記憶部13に記憶される印刷データは暗号化せず、二次記憶部14に記憶される印刷データを暗号化する。   The printer 2 registers the received print additional information in the job registration unit 15 and stores the print data in the primary storage unit 13 and / or the secondary storage unit 14 (step B11). At this time, the print data is preferentially stored in an area reserved for primary storage of the print data in the primary storage unit 13 and is stored in the secondary storage unit 14 when the area is insufficient. That is, whether the print data is stored in the primary storage unit 13 or the secondary storage unit 14 is appropriately determined according to the situation such as the data amount of the print job or the print job amount already accumulated in the printer 2. Change. Then, the encryption / decryption processing unit 16 encrypts the print data stored in the secondary storage unit 14 without encrypting the print data stored in the primary storage unit 13.

ユーザがプリンタ2でセキュア印刷ジョブのパスワードを入力し(ステップB2)、認証成立すると(ステップB3)、プリンタ2の印刷制御部18は、そのセキュア印刷ジョブの印刷データを一次記憶部13及び/又は二次記憶部14から読み出して、印刷用の画素データに変換して紙に印刷する(ステップB12)。その際、印刷データが二次記憶部14に暗号化されて記憶されている場合には、当該印刷データを暗号化/復号化処理部16にて復号化する。   When the user inputs the password of the secure print job with the printer 2 (step B2) and authentication is established (step B3), the print control unit 18 of the printer 2 stores the print data of the secure print job in the primary storage unit 13 and / or The data is read from the secondary storage unit 14, converted into pixel data for printing, and printed on paper (step B12). At this time, if the print data is encrypted and stored in the secondary storage unit 14, the print data is decrypted by the encryption / decryption processing unit 16.

図7は、図1に示す印刷システム1におけるセキュリティレベルが「中」であるときの印刷動作のフローチャートである。以下、図2及び3の構成を参照しつつ、図7のフローチャートに沿って説明する。図7のステップA1〜A3は、図5のA1〜A3と同様であるため説明を省略する。ユーザが操作部22を操作して印刷設定画面でセキュリティレベルを「中」に指定すると、レベル設定部24が当該印刷ジョブをセキュリティレベルが「中」であるセキュア印刷ジョブに設定する(ステップA11)。補正部25は、前述したように、パソコン3で生成されるセキュア印刷ジョブの印刷データ量と、プリンタ2の一次記憶部13の空き容量とに応じて、レベル設定部24で設定されたセキュリティレベルを補正する(ステップA22)。   FIG. 7 is a flowchart of the printing operation when the security level in the printing system 1 shown in FIG. 1 is “medium”. Hereinafter, description will be made along the flowchart of FIG. 7 with reference to the configuration of FIGS. Steps A1 to A3 in FIG. 7 are the same as A1 to A3 in FIG. When the user operates the operation unit 22 and designates the security level “medium” on the print setting screen, the level setting unit 24 sets the print job as a secure print job with the security level “medium” (step A11). . As described above, the correction unit 25 determines the security level set by the level setting unit 24 according to the print data amount of the secure print job generated by the personal computer 3 and the free capacity of the primary storage unit 13 of the printer 2. Is corrected (step A22).

具体的には、補正部25は、印刷データ量が第1閾値X1未満であるときには、セキュリティレベルを「高」に上げるように補正し、図5のフローチャートの「I」に移動する。但し、補正部25は、印刷データ量が第1閾値X1以上であるときには、セキュリティレベルを補正しない。さらに、補正部25は、印刷データ量が第1閾値X1以上であるときに、プリンタ2の一次記憶部13の空き容量が所定の閾値X3未満であるときには、セキュリティレベルを「高」に上げるように補正し、図5のフローチャートの「I」に移動する。但し、当該空き容量が所定の閾値X3以上であるときには、セキュリティレベルを補正しない。   Specifically, when the print data amount is less than the first threshold X1, the correction unit 25 corrects the security level to be “high” and moves to “I” in the flowchart of FIG. However, the correction unit 25 does not correct the security level when the print data amount is equal to or greater than the first threshold value X1. Further, the correction unit 25 increases the security level to “high” when the print data amount is equal to or larger than the first threshold value X1 and the free capacity of the primary storage unit 13 of the printer 2 is less than the predetermined threshold value X3. To “I” in the flowchart of FIG. However, when the free space is equal to or greater than the predetermined threshold value X3, the security level is not corrected.

そして、ステップA22においてセキュリティレベルの補正がされなかった場合には、ユーザが操作部22を操作して最終的にセキュア印刷指示を行うと、印刷制御部28は、そのセキュア印刷ジョブの印刷付加情報を印刷データの一部とともにプリンタ2に送信する(ステップA23:認証前送信処理)。即ち、パソコン3は、セキュリティレベルが「中」の場合には、印刷付加情報のみならず印刷データ(画像データ)の一部を認証成立前にプリンタ2に予め送信する。   If the security level is not corrected in step A22, when the user finally operates the operation unit 22 to give a secure print instruction, the print control unit 28 prints additional information on the secure print job. Is transmitted to the printer 2 together with a part of the print data (step A23: pre-authentication transmission process). That is, when the security level is “medium”, the personal computer 3 transmits not only the print additional information but also a part of the print data (image data) to the printer 2 before the authentication is established.

プリンタ2は、その受信した印刷付加情報をジョブ登録部15で登録し、その受信した一部の印刷データを一次記憶部13及び/又は二次記憶部14に記憶する(ステップB21)。この際、予め受信する印刷データは、全印刷データのうち一部のデータであるので、二次記憶部14に記憶されずに一次記憶部13に記憶される可能性が高くなる。しかも、仮に二次記憶部14に記憶されたとしても、全印刷データ(画像データ)のうち一部のみが記憶されることとなる。   The printer 2 registers the received print additional information in the job registration unit 15, and stores the received partial print data in the primary storage unit 13 and / or the secondary storage unit 14 (step B21). At this time, since the print data received in advance is a part of all the print data, there is a high possibility that the print data is stored in the primary storage unit 13 without being stored in the secondary storage unit 14. Moreover, even if it is stored in the secondary storage unit 14, only a part of the entire print data (image data) is stored.

ユーザがプリンタ2でセキュア印刷ジョブのパスワードを入力し(ステップB2)、認証成立すると(ステップB3)、プリンタ2の印刷制御部18は、そのセキュア印刷ジョブのジョブ番号を含む要求信号を、そのセキュア印刷ジョブを生成したパソコン3に送信する(ステップB22)。パソコン3は、その受信した要求信号に含まれるジョブ番号のセキュア印刷ジョブを検索し(ステップA24)、そのセキュア印刷ジョブのジョブ番号と、ステップA23で送信していなかった残りの印刷データとを含む応答信号をプリンタ2に送信する(ステップA25:認証後送信処理)。即ち、パソコン3は、セキュリティレベルが「中」の場合には、認証成立前にはセキュア印刷ジョブの印刷データの一部のみを予め送信し、プリンタ2が受信していなかった残りの未受信データを認証成立後にプリンタ2に送信する。そして、プリンタ2は、認証成立前に予め受信していた一部の印刷データを一次記憶部13に読み出し、その一部の印刷データに対して認証成立後に受信した残りの印刷データを一次記憶部13上で補完し、印刷制御部18により印刷用の画素データに変換して紙に印刷する(ステップB23)。   When the user inputs the password of the secure print job with the printer 2 (step B2) and authentication is established (step B3), the print control unit 18 of the printer 2 sends a request signal including the job number of the secure print job to the secure print job. The print job is transmitted to the generated personal computer 3 (step B22). The personal computer 3 searches for the secure print job of the job number included in the received request signal (step A24), and includes the job number of the secure print job and the remaining print data that has not been transmitted in step A23. A response signal is transmitted to the printer 2 (step A25: post-authentication transmission process). That is, when the security level is “medium”, the personal computer 3 transmits in advance only a part of the print data of the secure print job before the authentication is established, and the remaining unreceived data that the printer 2 has not received. Is transmitted to the printer 2 after the authentication is established. Then, the printer 2 reads a part of the print data received in advance before the authentication is established to the primary storage unit 13, and the remaining print data received after the authentication is established for the part of the print data is a primary storage unit. 13 is complemented, and is converted into pixel data for printing by the print control unit 18 and printed on paper (step B23).

以上に説明した構成によれば、セキュリティレベルの高いセキュア印刷時には、プリンタ2の認証前データ受信率(印刷データのうち認証成立前に予め受信しておくデータの割合)が小さくなるので、セキュリティレベルの高い印刷ジョブの印刷データがプリンタ2のストレージ等の二次記憶部14に保存されにくくなり、セキュリティレベルに応じて機密データの漏洩リスクを好適に低減することができる。しかも、セキュリティレベルの低いセキュア印刷時には、認証前データ受信率が大きくなるので、認証成立後に印刷データを受信する時間が削減され、認証成立から印刷完了までの時間を短縮することができる。よって、セキュア印刷において機密データ保護と印刷時間短縮とを好適に両立することが可能となる。   According to the configuration described above, during secure printing with a high security level, the pre-authentication data reception rate of the printer 2 (the proportion of print data received in advance before authentication is established) becomes small. Print data of a high print job is not easily stored in the secondary storage unit 14 such as the storage of the printer 2, and the risk of leakage of confidential data can be suitably reduced according to the security level. In addition, during secure printing with a low security level, since the pre-authentication data reception rate increases, the time for receiving print data after the authentication is established is reduced, and the time from the establishment of authentication to the completion of printing can be shortened. Therefore, it is possible to suitably achieve both confidential data protection and printing time reduction in secure printing.

また、セキュリティレベルが低いセキュア印刷時には、セキュア印刷ジョブの印刷データが認証成立前に予め全てプリンタ2に送信されるので、認証後の印刷時にパソコン3がシャットダウンされている又は不具合がある場合でも、プリンタ2は独立して印刷を続けることが可能となる。また、セキュリティレベルが高いセキュア印刷時には、セキュア印刷ジョブの印刷データが認証成立前に全く送信されないので、機密データの漏洩リスクを十分に抑制することができる。   Also, during secure printing with a low security level, all print data of a secure print job is transmitted to the printer 2 in advance before authentication is established, so even if the personal computer 3 is shut down or has a problem during printing after authentication, The printer 2 can continue printing independently. Also, during secure printing with a high security level, the print data of the secure print job is not transmitted at all before the authentication is established, so that the risk of leakage of confidential data can be sufficiently suppressed.

さらに、シャットダウン後にも記憶データを保持する二次記憶部14に保存される印刷データは暗号化されるので、盗難等による機密データの漏洩リスクを更に低減することができる。しかも、シャットダウン後には記憶データを失う一次記憶部13に保存される印刷データは暗号化しないので、復号処理が必要なく高速に印刷を行うことができる。よって、セキュア印刷において機密データ保護と印刷時間短縮とを更に好適に両立することが可能となる。   Furthermore, since the print data stored in the secondary storage unit 14 that retains the stored data after the shutdown is encrypted, the risk of leakage of confidential data due to theft or the like can be further reduced. In addition, since the print data stored in the primary storage unit 13 that loses the stored data after the shutdown is not encrypted, it is possible to perform printing at high speed without the need for decryption processing. Therefore, it is possible to more suitably achieve both confidential data protection and printing time reduction in secure printing.

また、セキュア印刷ジョブの印刷データ量が閾値X1,X2未満である場合には、印刷データ量が閾値X1,X2以上である場合に比べて、認証前データ受信率を小さくするようにセキュリティレベルが補正される。即ち、セキュア印刷ジョブのデータ量が小さい時には、認証前データ受信率を低くしても認証成立後にプリンタ2が印刷データを受信する時間があまり長くならないため、印刷速度が遅くなることを抑えながら機密データ保護機能を更に向上させることが可能となる。   Further, when the print data amount of the secure print job is less than the threshold values X1 and X2, the security level is set so as to reduce the pre-authentication data reception rate compared to the case where the print data amount is greater than or equal to the threshold values X1 and X2. It is corrected. That is, when the data amount of the secure print job is small, even if the pre-authentication data reception rate is lowered, the time for the printer 2 to receive the print data after the authentication is established does not become so long. The data protection function can be further improved.

さらに、プリンタ2の一次記憶部13の空き容量が所定の閾値X3未満である場合には、空き容量が閾値X3以上である場合に比べて、認証前データ受信率を小さくするようにセキュリティレベルが補正される。即ち、プリンタ2の一次記憶部13の空き容量が少ない時には、認証成立前に予めプリンタ2に送信しておくデータ量を少なくするため、プリンタ2の一次記憶部13へのアクセス機能の低下が抑制され、円滑な印刷処理を保つことが可能となる。   Further, when the free capacity of the primary storage unit 13 of the printer 2 is less than the predetermined threshold value X3, the security level is set so as to reduce the pre-authentication data reception rate compared to the case where the free capacity is equal to or greater than the threshold value X3. It is corrected. That is, when the free capacity of the primary storage unit 13 of the printer 2 is small, the amount of data to be transmitted to the printer 2 in advance before the authentication is established is reduced, so that the deterioration of the access function to the primary storage unit 13 of the printer 2 is suppressed. This makes it possible to maintain a smooth printing process.

また、認証成立からプリンタ2で印刷が開始されるまでの待ち時間をセキュリティレベル毎に印刷設定画面に表示するので、ユーザがセキュア印刷ジョブのセキュリティレベルをパソコン3に入力しようとする際に、ユーザは認証成立から実際に印刷開始されるまでの待ち時間を参考にすることができるので、ユーザの利便性を向上させることができる。   In addition, since the waiting time from the authentication establishment until the printer 2 starts printing is displayed on the print setting screen for each security level, when the user tries to input the security level of the secure print job to the personal computer 3, Since it is possible to refer to the waiting time from when the authentication is established until when printing is actually started, the convenience of the user can be improved.

(第2実施形態)
図8は、本発明の第2実施形態に係る印刷システム50のブロック図である。図9は、図8に示すパソコン51のブロック図である。図10は、図8に示すサーバ52のブロック図である。なお、第1実施形態と共通する構成については同一符号を付して説明を省略する。図8〜10に示すように、本実施形態の印刷システム50は、LAN等のネットワークNに接続されたクライアントである複数のパソコン51(レベル設定装置)と、ネットワークNに接続されたサーバ52(データ送信装置)と、サーバ52を介してネットワークNに接続されて複数のパソコン51で共有されるプリンタ2とを備えている。印刷システム50では、パスワード(認証情報)が対応付けられてセキュリティレベルが設定されたセキュア印刷ジョブをパソコン51で生成してサーバ52に送信し、認証が成立したセキュア印刷ジョブの印刷がプリンタ2で実行される。
(Second Embodiment)
FIG. 8 is a block diagram of a printing system 50 according to the second embodiment of the present invention. FIG. 9 is a block diagram of the personal computer 51 shown in FIG. FIG. 10 is a block diagram of the server 52 shown in FIG. In addition, the same code | symbol is attached | subjected about the same structure as 1st Embodiment, and description is abbreviate | omitted. As shown in FIGS. 8 to 10, the printing system 50 according to the present embodiment includes a plurality of personal computers 51 (level setting devices) that are clients connected to a network N such as a LAN, and a server 52 ( Data transmission device) and a printer 2 connected to a network N via a server 52 and shared by a plurality of personal computers 51. In the printing system 50, a secure print job in which a password (authentication information) is associated and a security level is set is generated by the personal computer 51 and transmitted to the server 52, and the secure print job for which authentication has been established is printed by the printer 2. Executed.

パソコン51は、表示部21、操作部22、記憶部23、レベル設定部24、待ち時間判定部26、通信入出力部27及び印刷制御部61を備え、記憶部23には所定のプリンタドライバがインストールされている。サーバ52は、記憶部71、ジョブ登録部72、補正部73、通信入出力部74及び印刷制御部75を備え、記憶部71には所定の印刷プログラムがインストールされている。   The personal computer 51 includes a display unit 21, an operation unit 22, a storage unit 23, a level setting unit 24, a waiting time determination unit 26, a communication input / output unit 27, and a print control unit 61, and a predetermined printer driver is stored in the storage unit 23. Installed. The server 52 includes a storage unit 71, a job registration unit 72, a correction unit 73, a communication input / output unit 74, and a print control unit 75, and a predetermined print program is installed in the storage unit 71.

図11は、図8に示す印刷システム50におけるセキュリティレベルが「高」であるときの印刷動作のフローチャートである。以下、図2,9及び10の構成を参照しつつ、図11のフローチャートに沿って説明する。図11のステップC1〜C4は、図5のステップA1〜A4と略同一であるため説明を省略する。ユーザがパソコン51の操作部22を操作してセキュリティレベルが「高」であるセキュア印刷指示を行うと、印刷制御部61は、そのセキュア印刷ジョブの印刷付加情報と印刷データ(画像データ)の全部とをサーバ52に送信する(ステップC5)。   FIG. 11 is a flowchart of a printing operation when the security level in the printing system 50 shown in FIG. 8 is “high”. Hereinafter, description will be made along the flowchart of FIG. 11 with reference to the configurations of FIGS. Steps C1 to C4 in FIG. 11 are substantially the same as steps A1 to A4 in FIG. When the user operates the operation unit 22 of the personal computer 51 to give a secure print instruction with a security level “high”, the print control unit 61 prints all of the additional print information and print data (image data) of the secure print job. Are transmitted to the server 52 (step C5).

サーバ52は、その受信した印刷付加情報をジョブ登録部72で登録してセキュリティレベルが「高」であると認識し、その受信した印刷データを記憶部71に記憶する(ステップD1)。そして、サーバ52の印刷制御部75は、印刷データ(画像データ)は送信せず、印刷付加情報のみをプリンタ2に送信する(ステップD2:認証前送信処理)。プリンタ2は、その受信した印刷付加情報をジョブ登録部15で登録する(ステップE1)。そして、ユーザは、パソコン51からプリンタ2まで移動してプリンタ2の操作部12を操作し、表示部11にジョブ一覧を表示させ、その中から印刷を実行したいセキュア印刷ジョブを選択し、パスワードを入力する(ステップE2)。そして、その入力されたパスワードがジョブ登録部15に登録された印刷付加情報のパスワードと一致する場合には、プリンタ2は、そのセキュア印刷ジョブについて認証成立と判断する(ステップE3)。認証が成立すると、プリンタ2の印刷制御部18は、そのセキュア印刷ジョブのジョブ番号を含む要求信号をサーバ52に送信する(ステップE4)。   The server 52 registers the received print additional information in the job registration unit 72, recognizes that the security level is “high”, and stores the received print data in the storage unit 71 (step D1). Then, the print control unit 75 of the server 52 does not transmit the print data (image data), but transmits only the print additional information to the printer 2 (step D2: pre-authentication transmission process). The printer 2 registers the received additional print information in the job registration unit 15 (step E1). Then, the user moves from the personal computer 51 to the printer 2 and operates the operation unit 12 of the printer 2 to display a job list on the display unit 11, selects a secure print job to be printed from the list, and sets a password. Input (step E2). If the input password matches the password of the print additional information registered in the job registration unit 15, the printer 2 determines that authentication is established for the secure print job (step E3). When the authentication is established, the print control unit 18 of the printer 2 transmits a request signal including the job number of the secure print job to the server 52 (step E4).

サーバ52は、その受信した要求信号に含まれるジョブ番号のセキュア印刷ジョブを検索し(ステップD3)、そのセキュア印刷ジョブのジョブ番号及び印刷データ(画像データ)を含む応答信号をプリンタ2に送信する(ステップD4:認証後送信処理)。即ち、サーバ52は、セキュリティレベルが「高」の場合には、認証成立前にはセキュア印刷ジョブの印刷データ(画像データ)を予めプリンタ2に送信せず、認証成立後に印刷データ(画像データ)の全部をプリンタ2に送信する。プリンタ2で受信された印刷データは、一次記憶部13に記憶され、印刷制御部18により印刷用の画素データに変換されて紙に印刷される(ステップE5)。そして、印刷終了後には、ジョブ登録部15は、セキュリティレベルが「高」のセキュア印刷ジョブの場合は、印刷内容を第三者に推測されないために履歴情報からジョブ名称を削除する(ステップE6)。   The server 52 searches for the secure print job having the job number included in the received request signal (step D3), and transmits a response signal including the job number of the secure print job and print data (image data) to the printer 2. (Step D4: Post-authentication transmission process). That is, when the security level is “high”, the server 52 does not transmit the print data (image data) of the secure print job to the printer 2 before the authentication is established, and the print data (image data) after the authentication is established. Are all transmitted to the printer 2. The print data received by the printer 2 is stored in the primary storage unit 13, converted into pixel data for printing by the print control unit 18, and printed on paper (step E5). After the printing is completed, the job registration unit 15 deletes the job name from the history information because the print content is not guessed by a third party in the case of a secure print job with a security level of “high” (step E6). .

図12は、図8に示す印刷システム50におけるセキュリティレベルが「低」であるときの印刷動作のフローチャートである。以下、図2,9及び10の構成を参照しつつ、図12のフローチャートに沿って説明する。図12のステップC1〜C3は、図11のC11〜C3と同様である。ユーザが操作部22を操作して印刷設定画面でセキュリティレベルを「低」に指定すると、レベル設定部24が当該印刷ジョブをセキュリティレベルが「低」であるセキュア印刷ジョブに設定する(ステップC11)。ユーザがパソコン51の操作部22を操作してセキュリティレベルが「低」であるセキュア印刷指示を行うと、印刷制御部61は、そのセキュア印刷ジョブの印刷付加情報と印刷データ(画像データ)の全部とをサーバ52に送信する(ステップC12)。   FIG. 12 is a flowchart of the printing operation when the security level in the printing system 50 shown in FIG. 8 is “low”. Hereinafter, description will be made along the flowchart of FIG. 12 with reference to the configurations of FIGS. Steps C1 to C3 in FIG. 12 are the same as C11 to C3 in FIG. When the user operates the operation unit 22 and designates a security level “low” on the print setting screen, the level setting unit 24 sets the print job as a secure print job with a security level “low” (step C11). . When the user operates the operation unit 22 of the personal computer 51 to give a secure print instruction with a security level “low”, the print control unit 61 prints all of the additional print information and print data (image data) of the secure print job. Are transmitted to the server 52 (step C12).

サーバ52は、その受信した印刷付加情報をジョブ登録部72で登録してセキュリティレベルが「低」であると認識し、その受信した印刷データを記憶部71に記憶する(ステップD11)。補正部73は、第1実施形態の補正部25と同様に、セキュア印刷ジョブの印刷データ量とプリンタ2の一次記憶部13の空き容量とに応じて、セキュリティレベルを補正する(ステップD12)。そして、ステップD12においてセキュリティレベルの補正がされなかった場合には、サーバ52の印刷制御部75は、そのセキュア印刷ジョブの全データをプリンタ2に送信する(ステップD13:認証前送信処理)。即ち、サーバ52は、セキュリティレベルが「低」の場合には、印刷付加情報のみならず印刷データ(画像データ)の全部を認証成立前にプリンタ2に予め送信する。   The server 52 registers the received print additional information in the job registration unit 72, recognizes that the security level is “low”, and stores the received print data in the storage unit 71 (step D11). Similar to the correction unit 25 of the first embodiment, the correction unit 73 corrects the security level according to the print data amount of the secure print job and the free capacity of the primary storage unit 13 of the printer 2 (step D12). If the security level is not corrected in step D12, the print control unit 75 of the server 52 transmits all data of the secure print job to the printer 2 (step D13: pre-authentication transmission process). That is, when the security level is “low”, the server 52 transmits not only the print additional information but also all print data (image data) to the printer 2 before the authentication is established.

プリンタ2は、その受信した印刷付加情報をジョブ登録部15で登録し、その印刷データを一次記憶部13及び/又は二次記憶部14に記憶する(ステップE11)。ユーザがプリンタ2でセキュア印刷ジョブのパスワードを入力し(ステップE2)、認証成立すると(ステップE3)、プリンタ2の印刷制御部18は、そのセキュア印刷ジョブの印刷データを一次記憶部13及び/又は二次記憶部14から読み出して、印刷用の画素データに変換して紙に印刷する(ステップE12)。   The printer 2 registers the received print additional information in the job registration unit 15, and stores the print data in the primary storage unit 13 and / or the secondary storage unit 14 (step E11). When the user inputs the password of the secure print job with the printer 2 (step E2) and authentication is established (step E3), the print control unit 18 of the printer 2 stores the print data of the secure print job in the primary storage unit 13 and / or The data is read from the secondary storage unit 14, converted into pixel data for printing, and printed on paper (step E12).

図13は、図8に示す印刷システム50におけるセキュリティレベルが「中」であるときの印刷動作のフローチャートである。以下、図2,9及び10の構成を参照しつつ、図13のフローチャートに沿って説明する。図13のステップC1〜C3は、図11のC11〜C3と同様である。ユーザが操作部22を操作して印刷設定画面でセキュリティレベルを「中」に指定すると、レベル設定部24が当該印刷ジョブをセキュリティレベルが「中」であるセキュア印刷ジョブに設定する(ステップC21)。ユーザがパソコン51の操作部22を操作してセキュリティレベルが「中」であるセキュア印刷指示を行うと、印刷制御部61は、そのセキュア印刷ジョブの印刷付加情報と印刷データ(画像データ)の全部とをサーバ52に送信する(ステップC12)。   FIG. 13 is a flowchart of a printing operation when the security level in the printing system 50 shown in FIG. 8 is “medium”. Hereinafter, description will be made along the flowchart of FIG. 13 with reference to the configurations of FIGS. Steps C1 to C3 in FIG. 13 are the same as C11 to C3 in FIG. When the user operates the operation unit 22 and designates the security level “medium” on the print setting screen, the level setting unit 24 sets the print job as a secure print job with the security level “medium” (step C21). . When the user operates the operation unit 22 of the personal computer 51 to give a secure print instruction with a security level of “medium”, the print control unit 61 prints all of the additional print information and print data (image data) of the secure print job. Are transmitted to the server 52 (step C12).

サーバ52は、その受信した印刷付加情報をジョブ登録部72で登録してセキュリティレベルが「中」であると認識し、その受信した印刷データを記憶部71に記憶する(ステップD21)。補正部73は、第1実施形態の補正部25と同様に、セキュア印刷ジョブの印刷データ量とプリンタ2の一次記憶部13の空き容量とに応じて、セキュリティレベルを補正する(ステップD22)。そして、ステップD22においてセキュリティレベルの補正がされなかった場合には、サーバ52の印刷制御部75は、そのセキュア印刷ジョブの印刷付加情報を印刷データの一部とともにプリンタ2に送信する(ステップD23:認証前送信処理)。即ち、サーバ52は、セキュリティレベルが「中」の場合には、印刷付加情報のみならず印刷データ(画像データ)の一部を認証成立前にプリンタ2に予め送信する。   The server 52 registers the received print additional information in the job registration unit 72, recognizes that the security level is “medium”, and stores the received print data in the storage unit 71 (step D21). Similar to the correction unit 25 of the first embodiment, the correction unit 73 corrects the security level according to the print data amount of the secure print job and the free capacity of the primary storage unit 13 of the printer 2 (step D22). If the security level is not corrected in step D22, the print control unit 75 of the server 52 transmits the print additional information of the secure print job together with a part of the print data to the printer 2 (step D23: Pre-authentication transmission process). That is, when the security level is “medium”, the server 52 transmits not only the print additional information but also a part of the print data (image data) to the printer 2 before the authentication is established.

プリンタ2は、その受信した印刷付加情報をジョブ登録部15で登録し、その受信した一部の印刷データを一次記憶部13及び/又は二次記憶部14に記憶する(ステップE21)。ユーザがプリンタ2でセキュア印刷ジョブのパスワードを入力し(ステップE2)、認証成立すると(ステップE3)、プリンタ2の印刷制御部18は、そのセキュア印刷ジョブのジョブ番号を含む要求信号をサーバ52に送信する(ステップE22)。サーバ52は、その受信した要求信号に含まれるジョブ番号のセキュア印刷ジョブを検索し(ステップD24)、そのセキュア印刷ジョブのジョブ番号と、ステップD23で送信していなかった残りの印刷データとを含む応答信号をプリンタ2に送信する(ステップD25:認証後送信処理)。即ち、サーバ52は、セキュリティレベルが「中」の場合には、認証成立前にはセキュア印刷ジョブの印刷データの一部のみを予め送信し、認証成立後にその残りのデータをプリンタ2に送信する。そして、プリンタ2は、認証成立前に予め受信していた一部の印刷データを一次記憶部13に読み出し、その一部の印刷データに認証成立後に受信した残りの印刷データを一次記憶部13上で補完し、印刷制御部18により印刷用の画素データに変換して紙に印刷する(ステップE23)。   The printer 2 registers the received print additional information in the job registration unit 15, and stores the received partial print data in the primary storage unit 13 and / or the secondary storage unit 14 (step E21). When the user inputs the password of the secure print job with the printer 2 (step E2) and authentication is established (step E3), the print control unit 18 of the printer 2 sends a request signal including the job number of the secure print job to the server 52. Transmit (step E22). The server 52 searches for the secure print job of the job number included in the received request signal (step D24), and includes the job number of the secure print job and the remaining print data that has not been transmitted in step D23. A response signal is transmitted to the printer 2 (step D25: post-authentication transmission process). That is, when the security level is “medium”, the server 52 transmits in advance only a part of the print data of the secure print job before the authentication is established, and transmits the remaining data to the printer 2 after the authentication is established. . Then, the printer 2 reads a part of print data received in advance before the authentication is established to the primary storage unit 13, and the remaining print data received after the authentication is established in the part of the print data on the primary storage unit 13. And the print control unit 18 converts the pixel data for printing and prints it on paper (step E23).

なお、前述した各実施形態では、プリンタ2で認証処理を行っているが、パソコン3,51又はサーバ52で行ってもよい。また、セキュリティレベルが所定よりも高い場合は、プリンタ2に送信するデータを暗号化してもよい。また、暗号化/復号化処理部16は、セキュリティレベルが高くなるにつれて暗号化の強度を上げるようにしてもよい。また、二次記憶部14に印刷データが保存される際には、当該印刷データを複数に分割して記憶領域を分散させて記憶させるようにしてもよい。また、レベル設定部24により設定できるセキュリティレベルの選択肢は、その印刷ジョブを生成するユーザの権限に応じて制限してもよい。   In each of the above-described embodiments, the authentication process is performed by the printer 2, but may be performed by the personal computer 3, 51 or the server 52. If the security level is higher than a predetermined level, the data to be transmitted to the printer 2 may be encrypted. Further, the encryption / decryption processing unit 16 may increase the encryption strength as the security level increases. Further, when the print data is stored in the secondary storage unit 14, the print data may be divided into a plurality of storage areas and stored. The security level options that can be set by the level setting unit 24 may be limited according to the authority of the user who generates the print job.

(変形例)
前述した実施形態においては、セキュリティレベルが「高」のセキュア印刷ジョブの場合は、印刷内容を第三者に推測されないために履歴情報からジョブ名称を削除(ステップE6、ステップB6)しているが、ジョブ名称以外であっても、印刷内容が推定できる情報については、削除するようにしてもよい。さらに、ジョブ名称を削除するのではなく、印刷内容が推定できないような名称に変更するようにしてもよい。ジョブ名称を完全に削除してしまうと、印刷管理システム(例えば、課金管理システム)に影響する場合など、ジョブ名称を削除せず変更することが有効な場合がある。
(Modification)
In the above-described embodiment, in the case of a secure print job with a security level of “high”, the job name is deleted from the history information because the print contents are not guessed by a third party (step E6, step B6). Even information other than the job name may be deleted for information whose print content can be estimated. Further, instead of deleting the job name, the job name may be changed to a name that cannot be estimated. If the job name is completely deleted, it may be effective to change the job name without deleting it, for example, when it affects a print management system (for example, a charging management system).

本発明におけるプリンタについては、記録媒体に画像を形成するものであれば構成は問わない。例えば、インクジェットプリンタ、レーザプリンタ、複合機、ファクシミリ及びコピー機等のような形態も含まれる。   The printer according to the present invention may be configured as long as it forms an image on a recording medium. For example, forms such as an ink jet printer, a laser printer, a multi-function machine, a facsimile machine, and a copier are also included.

以上のように、本発明に係る印刷システム、プリンタドライバ、プリンタ及び印刷プログラムは、セキュア印刷において機密データ保護と印刷時間短縮とを好適に両立することが可能となる優れた効果を有し、セキュア印刷機能を備えた印刷装置等に広く適用すると有益である。   As described above, the printing system, the printer driver, the printer, and the printing program according to the present invention have an excellent effect that it is possible to suitably achieve both confidential data protection and printing time reduction in secure printing. It is beneficial to apply widely to a printing apparatus or the like having a printing function.

1,50 印刷システム
2 プリンタ
3,51 パソコン(レベル設定装置、データ送信装置、情報処理装置)
13 一次記憶部
14 二次記憶部
15 ジョブ登録部(登録手段)
16 暗号化/復号化処理部
18 印刷制御部(印刷制御手段)
24 レベル設定部
25 補正部
26 待ち時間判定部
52 サーバ(データ送信装置)
1,50 Printing system 2 Printer 3,51 Personal computer (level setting device, data transmission device, information processing device)
13 Primary storage unit 14 Secondary storage unit 15 Job registration unit (registration means)
16 Encryption / Decryption Processing Unit 18 Print Control Unit (Print Control Unit)
24 level setting unit 25 correction unit 26 waiting time determination unit 52 server (data transmission device)

Claims (11)

所定の認証情報が対応付けられたセキュア印刷ジョブのうち認証が成立したセキュア印刷ジョブの印刷を実行するプリンタと、
前記セキュア印刷ジョブのセキュリティレベルを設定するレベル設定装置と、
前記セキュリティレベルに基づいて前記セキュア印刷ジョブのデータを前記プリンタに送信するデータ送信装置と、を備え、
前記データ送信装置は、前記セキュリティレベルが高レベルである場合には、前記セキュリティレベルが低レベルである場合に比べて、前記セキュア印刷ジョブの印刷データのうち認証成立前に予め送信しておくデータの割合が小さくなるようにして前記印刷データを前記プリンタに送信し、
前記プリンタは、認証成立時に前記印刷データのうち未受信データがある場合に、認証成立後に当該未受信データを前記データ送信装置から受信して印刷を実行するよう構成されている、印刷システム。
A printer that executes printing of a secure print job for which authentication has been established among secure print jobs associated with predetermined authentication information;
A level setting device for setting a security level of the secure print job;
A data transmission device that transmits data of the secure print job to the printer based on the security level,
When the security level is high, the data transmission device transmits data that is transmitted in advance before the authentication is established, among the print data of the secure print job, compared to the case where the security level is low. The print data is transmitted to the printer so that the ratio of
The printing system is configured to execute printing by receiving the unreceived data from the data transmitting apparatus after the authentication is established, when there is unreceived data among the print data when the authentication is established.
前記データ送信装置は、前記セキュリティレベルが高レベルの場合には、前記セキュア印刷ジョブの印刷データを認証成立前に前記プリンタに予め送信せずに認証成立後に送信する一方、前記セキュリティレベルが低レベルの場合には、前記セキュア印刷ジョブの印刷データを認証成立前に前記プリンタに予め全て送信する、請求項1に記載の印刷システム。   When the security level is high, the data transmission device transmits the secure print job print data after the authentication is established without transmitting the print data to the printer before the authentication is established, while the security level is low. In this case, the print system according to claim 1, wherein all print data of the secure print job is transmitted in advance to the printer before authentication is established. 前記プリンタは、前記プリンタがシャットダウンされると記憶データを失う一次記憶手段と、前記プリンタがシャットダウンされても記憶データを保持する二次記憶手段と、前記データ送信装置から受信した前記印刷データを暗号化するための暗号化処理手段と、をさらに備え、
前記暗号化処理手段は、前記一次記憶手段に記憶される前記印刷データは暗号化せず、前記二次記憶手段に記憶される前記印刷データを暗号化する、請求項1又は2に記載の印刷システム。
The printer includes a primary storage unit that loses stored data when the printer is shut down, a secondary storage unit that retains stored data even when the printer is shut down, and encrypts the print data received from the data transmission device. Encryption processing means for converting to
3. The printing according to claim 1, wherein the encryption processing unit encrypts the print data stored in the secondary storage unit without encrypting the print data stored in the primary storage unit. system.
前記データ送信装置は、前記セキュア印刷ジョブの印刷データ量が所定の閾値未満である場合には、前記印刷データ量が前記閾値以上である場合に比べて、前記割合を小さくするよう補正した状態で前記印刷データを前記プリンタに送信する、請求項1乃至3のいずれかに記載の印刷システム。   The data transmission device is in a state in which the ratio is reduced when the print data amount of the secure print job is less than a predetermined threshold, compared to the case where the print data amount is equal to or greater than the threshold. The printing system according to claim 1, wherein the print data is transmitted to the printer. 前記データ送信装置は、前記プリンタのメモリの空き容量が所定の閾値未満である場合には、前記空き容量が前記閾値以上である場合に比べて、前記割合を小さくするように補正した状態で前記印刷データを前記プリンタに送信する、請求項1乃至4のいずれかに記載の印刷システム。   The data transmission device may be configured to correct the ratio to be smaller when the free space of the memory of the printer is less than a predetermined threshold as compared to when the free space is equal to or larger than the threshold. The printing system according to claim 1, wherein print data is transmitted to the printer. 所定の認証情報が対応付けられたセキュア印刷ジョブのうち認証が成立したセキュア印刷ジョブの印刷を実行するプリンタに接続された情報処理装置で実行されるプリンタドライバであって、
前記セキュア印刷ジョブのセキュリティレベルを設定するレベル設定処理と、
前記レベル設定処理で設定される前記セキュリティレベルが高レベルである場合には、前記セキュリティレベルが低レベルである場合に比べて、前記セキュア印刷ジョブの印刷データのうち認証成立前に予め送信しておくデータの割合が小さくなるようにして前記印刷データを前記プリンタに送信する印刷データ送信処理と、
を前記情報処理装置に実行させる、プリンタドライバ。
A printer driver that is executed by an information processing apparatus connected to a printer that executes printing of a secure print job for which authentication has been established among secure print jobs associated with predetermined authentication information,
Level setting processing for setting a security level of the secure print job;
When the security level set in the level setting process is high, it is transmitted in advance before authentication is established in the print data of the secure print job, compared to when the security level is low. Print data transmission processing for transmitting the print data to the printer in such a manner that the ratio of data to be kept is small;
A printer driver that causes the information processing apparatus to execute
前記印刷データ送信処理は、前記セキュリティレベルが高レベルの場合には、前記セキュア印刷ジョブの印刷データを認証成立前に予め送信せずに認証成立後に送信する一方、前記セキュリティレベルが低レベルである場合には、前記セキュア印刷ジョブの印刷データを認証成立前に予め全て送信する、請求項6に記載のプリンタドライバ。   In the print data transmission process, when the security level is high, the print data of the secure print job is transmitted in advance after the authentication is established without being transmitted in advance before the authentication is established, while the security level is low. The printer driver according to claim 6, wherein all the print data of the secure print job is transmitted in advance before authentication is established. 前記セキュア印刷ジョブの印刷データ量が所定の閾値未満である場合には、前記印刷データ量が前記閾値以上である場合に比べて、前記割合を小さくするように補正する補正処理を、前記情報処理装置にさらに実行させる、請求項6又は7に記載のプリンタドライバ。   When the print data amount of the secure print job is less than a predetermined threshold value, a correction process for correcting the ratio to be smaller than that in the case where the print data amount is equal to or greater than the threshold value is performed as the information processing. The printer driver according to claim 6, further causing the apparatus to execute the printer driver. 認証成立から前記プリンタで印刷が開始されるまでの待ち時間を前記セキュリティレベル毎に判定する待ち時間判定処理と、
前記レベル設定処理の前に、前記待ち時間判定処理で判定された前記セキュリティレベル毎の待ち時間を表示する待ち時間表示処理と、
を前記情報処理装置にさらに実行させる、請求項6乃至8のいずれかに記載のプリンタドライバ。
A waiting time determination process for determining, for each security level, a waiting time from when authentication is established until printing is started by the printer;
Before the level setting process, a waiting time display process for displaying the waiting time for each security level determined in the waiting time determination process,
The printer driver according to claim 6, further causing the information processing apparatus to execute.
所定の認証情報が対応付けられたセキュア印刷ジョブのうち認証が成立したセキュア印刷ジョブの印刷を実行するプリンタであって、
前記セキュア印刷ジョブのセキュリティレベルを判別可能な印刷付加情報を受信して前記印刷付加情報を登録する登録手段と、
前記セキュア印刷ジョブの前記セキュリティレベルが高レベルである場合には、前記セキュリティレベルが低レベルである場合に比べて、前記セキュア印刷ジョブの印刷データのうち認証成立前に予め受信しておくデータの割合が小さくなるようにして前記印刷データを受信して印刷を行う印刷制御手段と、
を備えている、プリンタ。
A printer that executes printing of a secure print job for which authentication has been established among secure print jobs associated with predetermined authentication information,
Registration means for receiving print additional information capable of determining a security level of the secure print job and registering the print additional information;
Compared to the case where the security level of the secure print job is high, compared to the case where the security level is low, the data of the print data of the secure print job received in advance before authentication is established. Print control means for receiving and printing the print data such that the ratio is reduced; and
Equipped with a printer.
所定の認証情報が対応付けられたセキュア印刷ジョブのうち認証が成立したセキュア印刷ジョブの印刷を実行するプリンタと、前記プリンタに接続されたサーバと、前記サーバに接続されたクライアントとを備えた印刷システムの前記サーバで実行される印刷プログラムであって、
前記クライアントで設定された前記セキュア印刷ジョブのセキュリティレベルを認識するレベル認識処理と、
前記レベル認識処理で認識された前記セキュリティレベルが高レベルである場合には、前記セキュリティレベルが低レベルである場合に比べて、前記セキュア印刷ジョブの印刷データのうち認証成立前に予め送信しておくデータの割合が小さくなるようにして認証成立前に前記印刷データを前記プリンタに送信する認証前送信処理と、
認証成立時に前記印刷データのうち未送信データがある場合に、認証成立後に当該未送信データを前記プリンタに送信する認証後送信処理と、
を前記サーバに実行させる、印刷プログラム。
Printing comprising a printer that executes printing of a secure print job that has been authenticated among secure print jobs associated with predetermined authentication information, a server connected to the printer, and a client connected to the server A printing program executed on the server of the system,
Level recognition processing for recognizing the security level of the secure print job set by the client;
When the security level recognized in the level recognition process is high, it is transmitted in advance before authentication is established in the print data of the secure print job, compared to when the security level is low. A pre-authentication transmission process for transmitting the print data to the printer before authentication is established so that the ratio of data to be kept is small;
If there is untransmitted data among the print data when authentication is established, post-authentication transmission processing for transmitting the untransmitted data to the printer after authentication is established;
A print program for causing the server to execute.
JP2011018134A 2011-01-31 2011-01-31 Printing system, printer driver, printer and printing program Active JP5488485B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011018134A JP5488485B2 (en) 2011-01-31 2011-01-31 Printing system, printer driver, printer and printing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011018134A JP5488485B2 (en) 2011-01-31 2011-01-31 Printing system, printer driver, printer and printing program

Publications (2)

Publication Number Publication Date
JP2012159950A true JP2012159950A (en) 2012-08-23
JP5488485B2 JP5488485B2 (en) 2014-05-14

Family

ID=46840448

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011018134A Active JP5488485B2 (en) 2011-01-31 2011-01-31 Printing system, printer driver, printer and printing program

Country Status (1)

Country Link
JP (1) JP5488485B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20160113023A (en) * 2015-03-18 2016-09-28 캐논 가부시끼가이샤 Image forming apparatus capable of ensuring high security level, method of controlling image forming apparatus, information processing apparatus, method of controlling information processing apparatus, and storage medium
US9648209B2 (en) 2014-10-14 2017-05-09 Brother Kogyo Kabushiki Kaisha Information processing apparatus, image forming system, and computer-readable medium therefor
JP2019176268A (en) * 2018-03-27 2019-10-10 コニカミノルタ株式会社 Server, image processing apparatus, custom screen display method, and custom screen display program

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002370407A (en) * 2001-06-18 2002-12-24 Murata Mach Ltd Recorder and recording system
JP2007013417A (en) * 2005-06-29 2007-01-18 Canon Inc Image processor and image processing method
JP2008155599A (en) * 2006-12-26 2008-07-10 Sharp Corp Printing device
JP2008234603A (en) * 2007-03-23 2008-10-02 Sharp Corp Image forming system, portable terminal unit, computer program, recording medium and image forming method
JP2009217306A (en) * 2008-03-07 2009-09-24 Seiko Epson Corp Printing system, printer, server, computer program, and print method
JP2009237842A (en) * 2008-03-27 2009-10-15 Seiko Epson Corp Printing device, printing system, and print execution method
JP2009297983A (en) * 2008-06-12 2009-12-24 Konica Minolta Business Technologies Inc Image forming apparatus, image forming method, and image forming program

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002370407A (en) * 2001-06-18 2002-12-24 Murata Mach Ltd Recorder and recording system
JP2007013417A (en) * 2005-06-29 2007-01-18 Canon Inc Image processor and image processing method
JP2008155599A (en) * 2006-12-26 2008-07-10 Sharp Corp Printing device
JP2008234603A (en) * 2007-03-23 2008-10-02 Sharp Corp Image forming system, portable terminal unit, computer program, recording medium and image forming method
JP2009217306A (en) * 2008-03-07 2009-09-24 Seiko Epson Corp Printing system, printer, server, computer program, and print method
JP2009237842A (en) * 2008-03-27 2009-10-15 Seiko Epson Corp Printing device, printing system, and print execution method
JP2009297983A (en) * 2008-06-12 2009-12-24 Konica Minolta Business Technologies Inc Image forming apparatus, image forming method, and image forming program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9648209B2 (en) 2014-10-14 2017-05-09 Brother Kogyo Kabushiki Kaisha Information processing apparatus, image forming system, and computer-readable medium therefor
KR20160113023A (en) * 2015-03-18 2016-09-28 캐논 가부시끼가이샤 Image forming apparatus capable of ensuring high security level, method of controlling image forming apparatus, information processing apparatus, method of controlling information processing apparatus, and storage medium
JP2019176268A (en) * 2018-03-27 2019-10-10 コニカミノルタ株式会社 Server, image processing apparatus, custom screen display method, and custom screen display program

Also Published As

Publication number Publication date
JP5488485B2 (en) 2014-05-14

Similar Documents

Publication Publication Date Title
JP6399730B2 (en) Image forming apparatus and image forming method
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
US7535586B2 (en) Information processing device, printing device, print data transmission method, printing method, print data transmitting program, and recording medium
US8289555B2 (en) Print system, recording medium that stores printing program codes and method of printing
US8054970B2 (en) Image forming apparatus, image forming method, information processing apparatus and information processing method
US8948383B2 (en) Printing system, printing method, terminal, and computer-readable storage medium for computer program
JP5642562B2 (en) Image forming apparatus, image forming processing method, and computer-readable recording medium on which program is recorded
US20120162681A1 (en) Pull printing system and recording medium
JP2020182212A (en) Image forming system, server, image forming apparatus, and image forming method
US20050197967A1 (en) Secure printing
JP5246238B2 (en) Printing system, printing control apparatus, and printing management system
JP2007323186A (en) Apparatus for creating print control data, print management device, and printer
JP2015532742A (en) Print control apparatus and method using virtual printer, authentication server and authentication method thereof
KR20070065428A (en) Printing system and host apparatus
JP2006224550A (en) Image forming apparatus, information processor and image forming system
JP5488485B2 (en) Printing system, printer driver, printer and printing program
US20080198410A1 (en) Print Management Device and Print Management Method
US9013735B2 (en) Image forming system and image forming method providing controls of settings of image position and restriction
US9372647B2 (en) Image forming apparatus capable of printing image data associated with print right, method of controlling the same, and storage medium
US20120117383A1 (en) System and Method for Secure Device Configuration Cloning
JP6234011B2 (en) Image forming apparatus, image forming apparatus control method, and program
US20200201585A1 (en) Information processing apparatus, method of controlling same, and storage medium
CN112055127B (en) Image formation control method, terminal device, and readable storage medium
JP2006350689A (en) Client driver program and computer for controlling image forming apparatus, and method for controlling operation screen for image processing apparatus operation
JP6567151B2 (en) Printing apparatus, printing apparatus control method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130326

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

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20140129

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140210

R150 Certificate of patent or registration of utility model

Ref document number: 5488485

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150