JP2020198109A - Printer, control method thereof, program, and print system - Google Patents

Printer, control method thereof, program, and print system Download PDF

Info

Publication number
JP2020198109A
JP2020198109A JP2020131902A JP2020131902A JP2020198109A JP 2020198109 A JP2020198109 A JP 2020198109A JP 2020131902 A JP2020131902 A JP 2020131902A JP 2020131902 A JP2020131902 A JP 2020131902A JP 2020198109 A JP2020198109 A JP 2020198109A
Authority
JP
Japan
Prior art keywords
user
printer
registration
request
print service
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
JP2020131902A
Other languages
Japanese (ja)
Other versions
JP6873301B2 (en
Inventor
律人 佐光
Norihito Sako
律人 佐光
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP2020131902A priority Critical patent/JP6873301B2/en
Publication of JP2020198109A publication Critical patent/JP2020198109A/en
Application granted granted Critical
Publication of JP6873301B2 publication Critical patent/JP6873301B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)
  • Facsimiles In General (AREA)

Abstract

To provide a print service which transmits print data to a registered printer via the Internet and a printer which communicates with a client terminal.SOLUTION: The print service transmits print data to the registered printer via the Internet. The printer communicates with the client terminal and includes user ID management means which manages user IDs of at least two users of a user having manager authority and a user not having manager authority as user IDs of log-in user for the printer, receiving means which receives a request for registration for the printer from the client terminal, and registration means which performs the process of requesting printer registration for registering the printer to the print service upon approval of the request via a registration window for receiving an indication for approving the request. Only the user having the manager authority is allowed to perform the process of requesting printer registration upon the approval.SELECTED DRAWING: Figure 5

Description

本発明は、プリンタ、その制御方法、プログラム、及びプリントシステムに関するものである。 The present invention relates to a printer, a control method thereof, a program, and a printing system.

これまでの印刷サービスでは、ユーザがPC等のクライアント端末から印刷装置に直接印刷ジョブを送信することによって印刷を行っていた。 In conventional printing services, a user prints by directly sending a print job from a client terminal such as a PC to a printing device.

一方、近年、Google社が構想しているGoogle Cloud Printのように、インターネット上で提供されるクラウドプリントサービスが提案されている。 On the other hand, in recent years, a cloud print service provided on the Internet has been proposed, such as Google Cloud Print, which is envisioned by Google.

図1は、このGoogle Cloud Printの処理シーケンスを説明する図である。印刷装置1010はGoogle Cloud Print機能をサポートし、クライアント端末1000は、Google Cloud Printクライアント機能をサポートしているものとする。また、クラウドプリントサービス1020は、インターネット上のクラウドプリントサービスを表す。 FIG. 1 is a diagram illustrating a processing sequence of this Google Cloud Print. It is assumed that the printing device 1010 supports the Google Cloud Print function, and the client terminal 1000 supports the Google Cloud Print client function. Further, the cloud print service 1020 represents a cloud print service on the Internet.

ここでユーザは、まずクライアント端末1000から印刷装置1010にクラウドプリントサービス登録要求1110を送信する。この登録要求1110には、そのサービスを要求しているユーザの識別情報であるユーザIDが含まれる。印刷装置1010は、この登録要求1110を受信すると、クラウドプリントサービス1020にクラウドプリントサービス登録要求1120を送信する。このクラウドプリントサービス登録要求1120には、クライアント端末1000からの登録要求1110に含まれていたユーザIDと、印刷装置1010が持つ一意なPrinterIDとが含まれる。クラウドプリントサービス1020は、印刷装置1010からの登録要求1120を受信すると、これに含まれるユーザIDとPrinterIDとを紐づけてGoogle Cloud Print実行可能な印刷装置として印刷装置1010を登録する。そして、クラウドプリントサービス1020は、クラウドプリントサービス登録応答1130により、その登録結果を印刷装置1010に応答する。印刷装置1010は、この応答1130を受信すると、クライアント端末1000に、その内容をクラウドプリントサービス登録応答1140として応答する。クライアント端末1000は、その応答1140を受信すると、印刷装置1010をGoogle Cloud Printが実行可能な印刷装置として認識する。 Here, the user first transmits the cloud print service registration request 1110 from the client terminal 1000 to the printing device 1010. The registration request 1110 includes a user ID which is identification information of a user requesting the service. Upon receiving the registration request 1110, the printing device 1010 transmits the cloud print service registration request 1120 to the cloud print service 1020. The cloud print service registration request 1120 includes a user ID included in the registration request 1110 from the client terminal 1000 and a unique Printer ID included in the printing device 1010. When the cloud print service 1020 receives the registration request 1120 from the printing device 1010, the cloud print service 1020 registers the printing device 1010 as a printing device that can execute Google Cloud Print by associating the user ID and the printer ID included in the registration request 1120. Then, the cloud print service 1020 responds to the printing device 1010 with the registration result by the cloud print service registration response 1130. Upon receiving this response 1130, the printing device 1010 responds to the client terminal 1000 with its contents as a cloud print service registration response 1140. Upon receiving the response 1140, the client terminal 1000 recognizes the printing device 1010 as an executable printing device by Google Cloud Print.

次に、ユーザはクラウドプリントサービス1020の印刷装置1010に対応した論理プリンタに印刷データ1150を送信する。これによりクラウドプリントサービス1020は、受信した印刷データ1150を印刷装置1010が印刷可能なフォーマットの印刷データ1160に変換する。そして、クラウドプリントサービス1020は、その変換した印刷データ1160を印刷装置1010に送信することにより、印刷装置1010は受信した印刷データ1160に基づいて印刷を実行する。特許文献1は、上述したクラウドプリントサービスの構成を記載している。 Next, the user transmits the print data 1150 to the logical printer corresponding to the printing device 1010 of the cloud print service 1020. As a result, the cloud print service 1020 converts the received print data 1150 into print data 1160 in a format that can be printed by the printing device 1010. Then, the cloud print service 1020 transmits the converted print data 1160 to the printing device 1010, and the printing device 1010 executes printing based on the received print data 1160. Patent Document 1 describes the configuration of the cloud print service described above.

米国特許第8867070号公報U.S. Pat. No. 8867070

登録済みプリンタへインターネットを介して印刷データを送信するプリントサービス、およびクライアント端末と通信するプリンタであって、前記プリンタのログインユーザのユーザIDとして、管理者権限を有するユーザと管理者権限を有さないユーザの少なくとも2人のユーザのユーザIDを管理するユーザID管理手段と、プリンタ登録に関わる要求を前記クライアント端末から受信する受信手段と、前記要求を承認する指示を受け付ける登録画面を介して前記要求が承認されたことにより前記プリントサービスへ前記プリンタを登録するプリンタ登録依頼処理を実行する登録手段と、を有し、前記承認を契機とした前記プリンタ登録依頼処理は前記管理者権限を有するユーザにのみ実行させることができることを特徴とするプリンタを提供することが課題である。 A print service that sends print data to a registered printer via the Internet, and a printer that communicates with a client terminal, and has administrator privileges as the user ID of the login user of the printer. The user ID management means for managing the user IDs of at least two users of no user, the receiving means for receiving the request related to printer registration from the client terminal, and the registration screen for receiving the instruction to approve the request. A user who has a registration means for executing a printer registration request process for registering the printer to the print service upon approval of the request, and the printer registration request process triggered by the approval has the administrator authority. It is an issue to provide a printer characterized in that it can be executed only by a printer.

本発明の一実施形態に係るプリンタは、登録済みプリンタへインターネットを介して印刷データを送信するプリントサービス、およびクライアント端末と通信するプリンタであって、前記プリンタのログインユーザのユーザIDとして、管理者権限を有するユーザと管理者権限を有さないユーザの少なくとも2人のユーザのユーザIDを管理するユーザID管理手段と、プリンタ登録に関わる要求を前記クライアント端末から受信する受信手段と、前記要求を承認する指示を受け付ける登録画面を介して前記要求が承認されたことにより前記プリントサービスへ前記プリンタを登録するプリンタ登録依頼処理を実行する登録手段と、を有し、前記承認を契機とした前記プリンタ登録依頼処理は前記管理者権限を有するユーザにのみ実行させることができることを特徴とする。 The printer according to an embodiment of the present invention is a print service that transmits print data to a registered printer via the Internet, and a printer that communicates with a client terminal, and is an administrator as a user ID of a login user of the printer. A user ID management means for managing the user IDs of at least two users, an authorized user and a non-administrator user, a receiving means for receiving a request related to printer registration from the client terminal, and the request. The printer has a registration means for executing a printer registration request process for registering the printer in the print service when the request is approved via a registration screen for accepting an instruction for approval, and the printer triggered by the approval. The registration request process can be executed only by a user having the administrator authority.

登録済みプリンタへインターネットを介して印刷データを送信するプリントサービス、およびクライアント端末と通信するプリンタであって、前記プリンタのログインユーザのユーザIDとして、管理者権限を有するユーザと管理者権限を有さないユーザの少なくとも2人のユーザのユーザIDを管理するユーザID管理手段と、プリンタ登録に関わる要求を前記クライアント端末から受信する受信手段と、前記要求を承認する指示を受け付ける登録画面を介して前記要求が承認されたことにより前記プリントサービスへ前記プリンタを登録するプリンタ登録依頼処理を実行する登録手段と、を有し、前記承認を契機とした前記プリンタ登録依頼処理は前記管理者権限を有するユーザにのみ実行させることができることを特徴とするプリンタを提供できる。 A print service that sends print data to a registered printer via the Internet, and a printer that communicates with a client terminal, and has administrator privileges as the user ID of the login user of the printer. The user ID management means for managing the user IDs of at least two users of no user, the receiving means for receiving the request related to printer registration from the client terminal, and the registration screen for receiving the instruction to approve the request. A user who has a registration means for executing a printer registration request process for registering the printer to the print service upon approval of the request, and the printer registration request process triggered by the approval has the administrator authority. It is possible to provide a printer characterized in that it can be executed only by a printer.

本発明のその他の特徴及び利点は、添付図面を参照とした以下の説明により明らかになるであろう。なお、添付図面においては、同じ若しくは同様の構成には、同じ参照番号を付す。 Other features and advantages of the present invention will become apparent in the following description with reference to the accompanying drawings. In the attached drawings, the same or similar configurations are designated by the same reference numbers.

添付図面は明細書に含まれ、その一部を構成し、本発明の実施形態を示し、その記述と共に本発明の原理を説明するために用いられる。
Google Cloud Printの処理シーケンスを説明する図。 本発明の実施形態に係る印刷装置のハードウェア構成を説明するブロック図。 実施形態に係る印刷装置のソフトウェア構成を説明する機能ブロック図。 実施形態に係る印刷装置の操作パネルの上面図。 本発明の実施形態1に係る印刷システムにおける処理シーケンスを説明する図。 本発明の実施形態1に係る印刷装置が、クライアント端末からクラウドプリントサービス登録要求を受信したときの処理を説明するフローチャート(ID管理設定がオフの場合)。 本発明の実施形態1に係る印刷装置が、クライアント端末からクラウドプリントサービス登録要求を受信したときの処理を説明するフローチャート(ID管理設定がオンの場合)。 図6で説明したクラウドプリントサービス登録要求を受信したときの印刷装置の処理を表したフローチャート(ID管理がオフの場合)に伴う画面遷移図。 図7で説明したクラウドプリントサービス登録要求を受信したときの印刷装置の処理を表したフローチャート(ID管理がオンの場合)に伴う画面遷移図。 実施形態1に係る印刷装置がクラウドプリント処理を実行するときの処理を説明するフローチャート。 本発明の実施形態2に係る印刷装置の処理を説明するフローチャート。 本発明の実施形態2に係る印刷装置の処理を説明するフローチャート。 実施形態2に係る印刷装置が保持するID管理DBを説明する図。
The accompanying drawings are included in the specification and are used to form a part thereof, show an embodiment of the present invention, and explain the principle of the present invention together with the description thereof.
The figure explaining the processing sequence of Google Cloud Print. The block diagram explaining the hardware configuration of the printing apparatus which concerns on embodiment of this invention. The functional block diagram explaining the software structure of the printing apparatus which concerns on embodiment. The top view of the operation panel of the printing apparatus which concerns on embodiment. The figure explaining the processing sequence in the printing system which concerns on Embodiment 1 of this invention. A flowchart illustrating processing when the printing apparatus according to the first embodiment of the present invention receives a cloud print service registration request from a client terminal (when the ID management setting is off). A flowchart illustrating processing when the printing apparatus according to the first embodiment of the present invention receives a cloud print service registration request from a client terminal (when the ID management setting is on). The screen transition diagram associated with the flowchart (when ID management is off) showing the processing of the printing apparatus when the cloud print service registration request described with reference to FIG. 6 is received. The screen transition diagram associated with the flowchart (when ID management is on) showing the processing of the printing apparatus when the cloud print service registration request described with reference to FIG. 7 is received. The flowchart explaining the process when the printing apparatus which concerns on Embodiment 1 executes a cloud print process. The flowchart explaining the processing of the printing apparatus which concerns on Embodiment 2 of this invention. The flowchart explaining the processing of the printing apparatus which concerns on Embodiment 2 of this invention. The figure explaining the ID management DB held by the printing apparatus which concerns on Embodiment 2. FIG.

以下、添付図面を参照して本発明の実施形態を詳しく説明する。尚、以下の実施形態は特許請求の範囲に係る本発明を限定するものでなく、また本実施形態で説明されている特徴の組み合わせの全てが本発明の解決手段に必須のものとは限らない。 Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings. It should be noted that the following embodiments do not limit the present invention according to the claims, and not all combinations of features described in the present embodiment are essential for the means for solving the present invention. ..

図2は、本発明の実施形態に係る印刷装置100のハードウェア構成を説明するブロック図である。尚、ここで印刷装置100は、後述の図5に示すようなシステムに含まれ、ネットワークを介してクライアント端末やクラウドプリントサービスに接続されているものとする。 FIG. 2 is a block diagram illustrating a hardware configuration of the printing apparatus 100 according to the embodiment of the present invention. Here, it is assumed that the printing device 100 is included in a system as shown in FIG. 5 described later and is connected to a client terminal or a cloud print service via a network.

CPU202を含む制御部201は、印刷装置100全体の動作を制御する。CPU202は、ROM204或いはHDD214に記憶された制御プログラムを読み出して通信制御などの各種制御を行う。RAM203は、CPU201の主メモリ、ワークエリア等の一時記憶領域として用いられる。HDD214は、データや各種プログラム、或いは各種情報テーブルを記憶する。プリンタI/F206は、プリンタ207(プリンタエンジン)に画像信号を出力するインターフェースを担う。スキャナI/F208は、スキャナ209(スキャナエンジン)からの画像信号を入力するインターフェースを担う。コピー動作時、CPU202は、スキャナI/F208を介して入力された画像信号を処理し、記録画像信号としてプリンタI/F206へ出力する。操作パネルI/F210は、操作パネル211と制御部201とを接続する。操作パネル211には、タッチパネル機能を有する表示部やキーボードなどが備えられている。ネットワークI/F212は、クライアント端末やクラウドプリントサービスなどの外部端末に情報を送信したり、或いはそれら外部装置から各種情報を受信したりする。制御部201内の各ブロックは、システムバス205を介して相互に接続されている。 The control unit 201 including the CPU 202 controls the operation of the entire printing device 100. The CPU 202 reads a control program stored in the ROM 204 or the HDD 214 and performs various controls such as communication control. The RAM 203 is used as a temporary storage area for the main memory of the CPU 201, a work area, and the like. HDD 214 stores data, various programs, and various information tables. The printer I / F 206 serves as an interface for outputting an image signal to the printer 207 (printer engine). The scanner I / F 208 serves as an interface for inputting an image signal from the scanner 209 (scanner engine). During the copy operation, the CPU 202 processes the image signal input via the scanner I / F 208 and outputs the recorded image signal to the printer I / F 206. The operation panel I / F 210 connects the operation panel 211 and the control unit 201. The operation panel 211 is provided with a display unit having a touch panel function, a keyboard, and the like. The network I / F212 transmits information to an external terminal such as a client terminal or a cloud print service, or receives various information from those external devices. The blocks in the control unit 201 are connected to each other via the system bus 205.

図3は、実施形態に係る印刷装置100のソフトウェア構成を説明する機能ブロック図である。尚、図3に示す各機能部は、印刷装置100が有しているCPU202が、ROM204或いはHDD214からRAM203に展開したプログラムを実行することにより実現される。 FIG. 3 is a functional block diagram illustrating a software configuration of the printing apparatus 100 according to the embodiment. Each functional unit shown in FIG. 3 is realized by the CPU 202 of the printing apparatus 100 executing a program developed from the ROM 204 or the HDD 214 to the RAM 203.

操作制御部300は、操作パネル211を制御し、操作パネル211に操作メニューを表示してユーザからの指示入力を待ち受け、受け付けた指示内容を他の機能部に通知する。また、その指示に従って他の機能部で実行された処理の結果を操作パネル211に表示する。クラウドプリントサービスへの登録を制御する登録制御部301は、クライアント端末から受信したクラウドプリントサービス登録要求を解析し、クラウドプリントサービスに登録要求を送信する。これにより、クラウドプリントサービスへの登録処理を制御する。 The operation control unit 300 controls the operation panel 211, displays an operation menu on the operation panel 211, waits for an instruction input from the user, and notifies another function unit of the received instruction content. Further, the result of the processing executed by the other functional unit according to the instruction is displayed on the operation panel 211. The registration control unit 301 that controls registration to the cloud print service analyzes the cloud print service registration request received from the client terminal and transmits the registration request to the cloud print service. This controls the registration process for the Cloud Print service.

クラウドプリント制御部302は、クラウドプリントサービスから受信した印刷データを画像処理部306に印刷指示と共に転送するように制御する。ID管理制御部303は、記憶部305に記憶されたID管理設定、また、現在のIDログイン状況を管理する。管理者権限制御部304は、記憶部305に記憶された管理者の権限設定を管理する。記憶部305は、他の機能部からの指示により、指定されたデータをRAM203やHDD214に記憶し、また記憶しているデータを読み出す。記憶部305が管理するデータの例として、印刷装置100のID管理DB、管理者設定情報がある。画像処理部306は、印刷ジョブを印刷用の画像データにレンダリングする処理を行う。印刷処理部306は、画像処理部306によるレンダリング処理で生成された画像データをプリンタI/F206を介してプリンタ207に画像信号として送信して印刷させる処理を行う。 The cloud print control unit 302 controls to transfer the print data received from the cloud print service to the image processing unit 306 together with the print instruction. The ID management control unit 303 manages the ID management settings stored in the storage unit 305 and the current ID login status. The administrator authority control unit 304 manages the administrator authority settings stored in the storage unit 305. The storage unit 305 stores the designated data in the RAM 203 or the HDD 214 according to an instruction from another functional unit, and reads out the stored data. Examples of the data managed by the storage unit 305 include the ID management DB of the printing device 100 and the administrator setting information. The image processing unit 306 performs a process of rendering a print job into image data for printing. The print processing unit 306 performs a process of transmitting the image data generated by the rendering process by the image processing unit 306 to the printer 207 via the printer I / F 206 as an image signal for printing.

図4は、実施形態に係る印刷装置100の操作パネル211の上面図である。 FIG. 4 is a top view of the operation panel 211 of the printing apparatus 100 according to the embodiment.

操作パネル211は、例えば液晶などの表示部405を有し、タッチパネル機能も備えている。コピーボタン401は、印刷装置100にコピー操作を指示するボタンであり、ユーザがこのボタン401を押下すると、表示部405にコピー操作画面が表示される。図4は、コピーボタン401が押下されて表示部405にコピーのメニュー画面が表示された状態を示している。FAXボタン402は、印刷装置100にFAX送信を行うように指示するボタンで、ユーザがこのボタン402を押下すると、表示部405にFAX操作画面が表示される。スキャンボタン402は、印刷装置100にスキャン操作を指示するボタンで、ユーザがこのボタン403を押下すると、表示部405にスキャン操作画面が表示される。テンキー408は、ユーザが数字等を入力する際に使用される。OKキー407は、ユーザが表示部405の表示内容を決定する時などに使用する。方向キー406は、上下左右方向へのカーソルの移動キーを含み、表示部405に表示されたメニューなどをユーザが選択する際に使用される。白黒コピーキー409、カラーコピーキー410は、それぞれ白黒モード或いはカラーモードでのコピーの開始を指示するのに使用される。ストップキー411は、実行中の処理を停止させるために使用される。メニューキー412は、ユーザが、印刷装置100の設定を行うためのメニュー画面を表示させるときに使用される。 The operation panel 211 has a display unit 405 such as a liquid crystal, and also has a touch panel function. The copy button 401 is a button for instructing the printing device 100 to perform a copy operation, and when the user presses the button 401, the copy operation screen is displayed on the display unit 405. FIG. 4 shows a state in which the copy button 401 is pressed and the copy menu screen is displayed on the display unit 405. The FAX button 402 is a button instructing the printing device 100 to perform FAX transmission. When the user presses this button 402, the FAX operation screen is displayed on the display unit 405. The scan button 402 is a button that instructs the printing device 100 to perform a scan operation, and when the user presses this button 403, the scan operation screen is displayed on the display unit 405. The numeric keypad 408 is used when the user inputs numbers and the like. The OK key 407 is used when the user determines the display content of the display unit 405. The direction key 406 includes a key for moving the cursor in the up / down / left / right directions, and is used when the user selects a menu or the like displayed on the display unit 405. The black-and-white copy key 409 and the color copy key 410 are used to indicate the start of copying in the black-and-white mode or the color mode, respectively. The stop key 411 is used to stop the processing being executed. The menu key 412 is used when the user displays a menu screen for setting the printing device 100.

次に、この印刷装置100が、後述する図5で説明するクラウドプリントサービス登録要求を受信したときの動作について2つの実施形態1,2を用いて説明する。尚、実施形態2は、実施形態1を包含するものであるため、実施形態1との差分のみを説明する。 Next, the operation when the printing device 100 receives the cloud print service registration request described with reference to FIG. 5 to be described later will be described with reference to the two embodiments 1 and 2. Since the second embodiment includes the first embodiment, only the difference from the first embodiment will be described.

[実施形態1]
図5は、本発明の実施形態1に係る印刷システムにおける処理シーケンスを説明する図である。ここで印刷装置100は、例えば前述のGoogle Cloud Print機能をサポートし、クライアント端末101は、Google Cloud Printクライアント機能をサポートしているものとする。また、クラウドプリントサービス102は、インターネット上のクラウドプリントサービスを表す。
[Embodiment 1]
FIG. 5 is a diagram illustrating a processing sequence in the printing system according to the first embodiment of the present invention. Here, it is assumed that the printing apparatus 100 supports, for example, the Google Cloud Print function described above, and the client terminal 101 supports the Google Cloud Print client function. Further, the cloud print service 102 represents a cloud print service on the Internet.

ここでユーザは、まずクライアント端末101から印刷装置100にクラウドプリントサービス登録要求111を送信する。この登録要求111には、そのサービスのユーザIDが含まれる。印刷装置100は、この登録要求111を受信するとS501で、後述する図6或いは図7のフローチャートで示す処理を実行し、S502でクラウドプリントサービス102への登録処理を実行するかどうか判定する。ここで登録処理を実行しないと判定すると、そのまま処理を終了するが、S502で登録処理を実行すると判定すると、クラウドプリントサービス102にクラウドプリントサービス登録要求112を送信する。このクラウドプリントサービス登録要求112には、クライアント端末101からの登録要求111に含まれていたユーザIDと、印刷装置100が持つ一意なPrinterIDとが含まれる。これによりクラウドプリントサービス102は、印刷装置100からの登録要求112を受信すると、これに含まれるユーザIDとPrinterIDとを紐づけてGoogle Cloud Print実行可能な印刷装置として印刷装置100を登録する。そして、クラウドプリントサービス102は、クラウドプリントサービス登録応答113により、その登録結果を印刷装置100に応答する。印刷装置100は、この応答113を受信すると、クライアント端末101にその内容をクラウドプリントサービス登録応答114として応答する。クライアント端末101は、その応答114を受信すると、印刷装置100をGoogle Cloud Printが実行可能な印刷装置として認識する。 Here, the user first transmits the cloud print service registration request 111 from the client terminal 101 to the printing device 100. The registration request 111 includes a user ID of the service. Upon receiving the registration request 111, the printing apparatus 100 executes the process shown in the flowchart of FIG. 6 or FIG. 7 described later in S501, and determines whether to execute the registration process in the cloud print service 102 in S502. If it is determined that the registration process is not executed here, the process ends as it is, but if it is determined that the registration process is executed in S502, the cloud print service registration request 112 is transmitted to the cloud print service 102. The cloud print service registration request 112 includes a user ID included in the registration request 111 from the client terminal 101 and a unique printer ID of the printing device 100. As a result, when the cloud print service 102 receives the registration request 112 from the printing device 100, the cloud print service 102 registers the printing device 100 as a printing device that can execute Google Cloud Print by associating the user ID and the printer ID included in the registration request 112. Then, the cloud print service 102 responds to the printing device 100 with the registration result by the cloud print service registration response 113. Upon receiving this response 113, the printing device 100 responds to the client terminal 101 with its contents as a cloud print service registration response 114. Upon receiving the response 114, the client terminal 101 recognizes the printing device 100 as a printing device that can be executed by Google Cloud Print.

次に、ユーザはクラウドプリントサービス102の印刷装置100に対応した論理プリンタに印刷データ115を送信する。これによりクラウドプリントサービス102は、受信した印刷データ115を印刷装置100が印刷可能なフォーマットの印刷データ1160に変換する。そして、クラウドプリントサービス102は、その変換した印刷データ116を印刷装置100に送信することにより、印刷装置100は受信した印刷データ116に基づいて印刷を実行することができる。 Next, the user transmits the print data 115 to the logical printer corresponding to the printing device 100 of the cloud print service 102. As a result, the cloud print service 102 converts the received print data 115 into print data 1160 in a format that can be printed by the printing device 100. Then, the cloud print service 102 transmits the converted print data 116 to the printing device 100, so that the printing device 100 can execute printing based on the received print data 116.

以上が本発明の実施形態1に係る処理の概要である。 The above is the outline of the process according to the first embodiment of the present invention.

図6は、本発明の実施形態1に係る印刷装置100が、クライアント端末101からクラウドプリントサービス登録要求111を受信したときの処理を説明するフローチャート(ID管理設定がオフの場合)である。尚、この処理を実行するプログラムは、例えばROM204或いはHDD214に格納されており、実行時、RAM203に展開され、CPU202の制御の下に実行されることにより、この処理が実現される。 FIG. 6 is a flowchart (when the ID management setting is off) for explaining the process when the printing device 100 according to the first embodiment of the present invention receives the cloud print service registration request 111 from the client terminal 101. The program that executes this process is stored in, for example, ROM 204 or HDD 214, is expanded in RAM 203 at the time of execution, and is executed under the control of CPU 202 to realize this process.

この処理は、印刷装置100がクライアント端末101からクラウドプリントサービス登録要求111を受信することにより開始され、先ずS601でCPU202は、ID管理の設定がオンかオフかを判定する。ここで、ID管理の設定がオンの場合の処理は図7を参照して後述する。 This process is started when the printing device 100 receives the cloud print service registration request 111 from the client terminal 101. First, in S601, the CPU 202 determines whether the ID management setting is on or off. Here, the process when the ID management setting is on will be described later with reference to FIG.

ここではID管理の設定がオフであると判定するとS602に進みCPU202は、システム管理設定がオンかオフか判定する。ここでシステム管理設定がオフであると判定するとS603に進みCPU202は、例えば図8に示すようなGoogleCloudPrint登録画面802を操作パネル211に表示する。次にS605に進みCPU202は、登録画面802で「はい」ボタン810が押下されたかどうかを判定し、登録を続行するように指示する「はい」ボタン810が押下されるとS607に進む。S607でCPU202は、クラウドプリントサービス102にクラウドプリントサービス登録要求112を送信して、クラウドプリントサービスの登録を実行して、この処理を終了する。一方、S605で「いいえ」ボタン811が押下されると、そのままこの処理を終了する。この場合の処理は、図1を参照して説明した従来の処理と同様である。 Here, if it is determined that the ID management setting is off, the process proceeds to S602, and the CPU 202 determines whether the system management setting is on or off. If it is determined that the system management setting is off, the process proceeds to S603, and the CPU 202 displays, for example, the Google Cloud Print registration screen 802 as shown in FIG. 8 on the operation panel 211. Next, the process proceeds to S605, and the CPU 202 determines whether or not the "Yes" button 810 is pressed on the registration screen 802, and proceeds to S607 when the "Yes" button 810 instructing to continue the registration is pressed. In S607, the CPU 202 transmits the cloud print service registration request 112 to the cloud print service 102, executes the registration of the cloud print service, and ends this process. On the other hand, when the "No" button 811 is pressed in S605, this process ends as it is. The processing in this case is the same as the conventional processing described with reference to FIG.

一方、S602でCPU202が、システム管理設定がオンであると判定したときはS604に進み、CPU202は、例えば図8に示すGoogleCloudPrint登録画面802を操作パネル211に表示する。次にS606に進みCPU202は、その登録画面802で「はい」ボタン810が押下されたかどうか判定し、登録を続行するように指示する「はい」ボタン810が押下されるとS608に進む。S608でCPU202は、例えば図8に示すシステム管理者ログイン画面804を操作パネル211に表示する。ここで管理者が管理者IDと暗証番号(パスワード)を入力する。 On the other hand, when the CPU 202 determines in S602 that the system management setting is on, the process proceeds to S604, and the CPU 202 displays, for example, the Google Cloud Print registration screen 802 shown in FIG. 8 on the operation panel 211. Next, the process proceeds to S606, and the CPU 202 determines whether or not the "Yes" button 810 is pressed on the registration screen 802, and proceeds to S608 when the "Yes" button 810 instructing to continue the registration is pressed. In S608, the CPU 202 displays, for example, the system administrator login screen 804 shown in FIG. 8 on the operation panel 211. Here, the administrator inputs the administrator ID and the personal identification number (password).

次にS609に進みCPU202は、ユーザ(管理者)によるログインが成功したかどうか判定し、ログインに成功したと判定するとS610に進む。S610でCPU202は、クラウドプリントサービス102にクラウドプリントサービス登録要求112を送信してクラウドプリントサービス102への登録処理を実行して、この処理を終了する。一方、S609でCPU202は、ログインに失敗したと判定したときは、このまま処理を終了する。またS606でCPU202は、登録画面802で「いいえ」ボタン811が押下されたと判定したときも、このまま処理を終了する。 Next, the process proceeds to S609, and the CPU 202 determines whether or not the login by the user (administrator) is successful, and if it is determined that the login is successful, the process proceeds to S610. In S610, the CPU 202 transmits the cloud print service registration request 112 to the cloud print service 102, executes the registration process to the cloud print service 102, and ends this process. On the other hand, when the CPU 202 determines in S609 that the login has failed, the process ends as it is. Further, even when the CPU 202 determines in S606 that the "No" button 811 is pressed on the registration screen 802, the CPU 202 ends the process as it is.

以上説明したように、ID管理設定がオフ、即ち、ユーザのIDに応じた処理を実行しないときは、システム管理設定がオフ、即ち、ユーザが管理者でなくても登録できる場合は、GoogleCloudPrint登録画面を表示して登録できる。一方、システム管理設定がオン、即ち、管理者がログインして初めて登録ができる場合は、登録画面802で登録が指示されるとログイン画面804を表示し、そこで管理者がログインに成功して初めてクラウドプリントサービス102への登録処理を実行できる。これによりID管理設定がオフであっても、システム管理者としてログインすることを条件に、クラウドプリントサービス102への登録処理を実行することができるようになる。 As described above, when the ID management setting is off, that is, when the process according to the user's ID is not executed, the system management setting is off, that is, when the user can be registered even if he / she is not an administrator, Google Cloud Print registration You can register by displaying the screen. On the other hand, when the system management setting is on, that is, when the administrator can log in and register for the first time, the login screen 804 is displayed when registration is instructed on the registration screen 802, and the administrator only successfully logs in there. The registration process to the cloud print service 102 can be executed. As a result, even if the ID management setting is off, the registration process to the cloud print service 102 can be executed on condition that the user logs in as a system administrator.

図7は、本発明の実施形態1に係る印刷装置100が、クライアント端末101からクラウドプリントサービス登録要求111を受信したときの処理を説明するフローチャート(ID管理設定がオンの場合)である。尚、この処理を実行するプログラムは、例えばROM204或いはHDD214に格納されており、実行時、RAM203に展開され、CPU202の制御の下に実行されることにより、この処理が実現される。この処理は、図6のS601でID管理設定がオンと判定された場合に実行される。 FIG. 7 is a flowchart (when the ID management setting is on) for explaining the process when the printing device 100 according to the first embodiment of the present invention receives the cloud print service registration request 111 from the client terminal 101. The program that executes this process is stored in, for example, ROM 204 or HDD 214, and at the time of execution, it is expanded in RAM 203 and executed under the control of CPU 202 to realize this process. This process is executed when it is determined in S601 of FIG. 6 that the ID management setting is ON.

まずS702でCPU202は、ログイン状態か否かを判定する。ここで非ログイン状態であると判定するとS703に進みCPU202は、例えば図9に示すようなログイン要求メッセージ画面905を操作パネル211に表示して、この処理を終了する。一方、S702でCPU202がログイン状態であると判定した場合はS704に進み、CPU202はシステム管理設定がオンかオフかを判定する。ここでCPU202が、システム管理設定がオフであると判定するとS705に進み、CPU202は、例えば図9に示すようなGoogleCloudPrint登録画面902を操作パネル211に表示する。次にS706に進みCPU202は、登録画面902で登録実行を指示する「はい」ボタン910が押下されたかどうかを判定する。ここで「はい」ボタン910が押下されたときはS707に進んで、クラウドプリントサービス102にクラウドプリントサービス登録要求112を送信して、このクラウドプリントサービス登録を実行する。一方、S706で「いいえ」ボタン911が押下されたときは、このままこの処理を終了する。 First, in S702, the CPU 202 determines whether or not the user is logged in. If it is determined that the user is not logged in, the process proceeds to S703, and the CPU 202 displays, for example, the login request message screen 905 as shown in FIG. 9 on the operation panel 211, and ends this process. On the other hand, if it is determined in S702 that the CPU 202 is in the logged-in state, the process proceeds to S704, and the CPU 202 determines whether the system management setting is on or off. If the CPU 202 determines that the system management setting is off, the process proceeds to S705, and the CPU 202 displays the Google Cloud Print registration screen 902 as shown in FIG. 9, for example, on the operation panel 211. Next, the process proceeds to S706, and the CPU 202 determines whether or not the "Yes" button 910 instructing the registration execution is pressed on the registration screen 902. Here, when the "Yes" button 910 is pressed, the process proceeds to S707, the cloud print service registration request 112 is transmitted to the cloud print service 102, and the cloud print service registration is executed. On the other hand, when the "No" button 911 is pressed in S706, this process ends as it is.

またS704でCPU202は、システム管理設定がオンであると判定するとS708に進み、システム管理者でログインしているか否かを判定する。ここでシステム管理者でログインしていないと判定するとS709に進みCPU202は、システム管理者でログインするように要求する、例えば図9のメッセージ画面904を操作パネル211に表示して、この処理を終了する。 Further, in S704, when the CPU 202 determines that the system management setting is on, it proceeds to S708 and determines whether or not the system administrator is logged in. If it is determined that the system administrator has not logged in, the process proceeds to S709, and the CPU 202 requests that the system administrator log in. For example, the message screen 904 of FIG. 9 is displayed on the operation panel 211, and this process ends. To do.

S708でCPU202が、システム管理者でログインしていると判定するとS710に進み、CPU202は、例えば図9のGoogleCloudPrint登録画面902を操作パネル211に表示する。次にS711に進みCPU202は、登録画面902で登録実行を指示する「はい」ボタン910が押下されたかどうかを判定する。「はい」ボタン910が押下されたと判定するとS712に進み、CPU202は、クラウドプリントサービス102にクラウドプリントサービス登録要求112を送信して、クラウドプリントサービス102への登録を実行して、この処理を終了する。一方、S711で「いいえ」ボタン911が押下されたと判定したときは、このまま処理を終了する。 If the CPU 202 determines in S708 that the system administrator is logged in, the process proceeds to S710, and the CPU 202 displays, for example, the Google Cloud Print registration screen 902 of FIG. 9 on the operation panel 211. Next, the process proceeds to S711, and the CPU 202 determines whether or not the "Yes" button 910 instructing the registration execution is pressed on the registration screen 902. When it is determined that the "Yes" button 910 is pressed, the process proceeds to S712, and the CPU 202 sends the cloud print service registration request 112 to the cloud print service 102, executes registration to the cloud print service 102, and ends this process. To do. On the other hand, when it is determined in S711 that the "No" button 911 has been pressed, the process ends as it is.

以上説明したように、ID管理設定がオン、即ち、ユーザのIDに応じた処理を実行しているときは、システム管理設定がオフ、即ち、ユーザが管理者でなくても登録できる場合は、GoogleCloudPrint登録画面を表示して登録できる。 As described above, when the ID management setting is on, that is, when the process corresponding to the user's ID is being executed, the system management setting is off, that is, when the user can be registered even if he / she is not an administrator. You can register by displaying the Google Cloud Print registration screen.

一方、システム管理設定がオン、即ち、管理者がログインして初めて登録ができる場合は、登録画面902で登録が指示されるとシステム管理者でログインするように要求する画面904を表示する。これによりID管理設定がオンのとき、システム管理の設定が無ければ、ログインしているユーザがクラウドプリントサービス102に登録できる。またシステム管理の設定がオンであれば、システムの管理者としてログインして初めて、クラウドプリントサービス102への登録処理を実行することができるようになる。 On the other hand, when the system management setting is on, that is, when the administrator can log in for the first time, the screen 904 for requesting the system administrator to log in is displayed when the registration is instructed on the registration screen 902. As a result, when the ID management setting is on, the logged-in user can register to the cloud print service 102 if there is no system management setting. If the system management setting is turned on, the registration process for the cloud print service 102 can be executed only after logging in as the system administrator.

図8は、図6で説明したクラウドプリントサービス登録要求111を受信したときの印刷装置100の処理を表したフローチャート(ID管理がオフの場合)に伴う画面遷移図である。 FIG. 8 is a screen transition diagram accompanying a flowchart (when ID management is off) showing the processing of the printing device 100 when the cloud print service registration request 111 described with reference to FIG. 6 is received.

画面801は、印刷装置100でコピーボタン401が押下されたときに表示されるコピーの初期画面である。ここで印刷装置100がクライアント端末101からクラウドプリントサービス登録要求111を受信するとCPU202は、操作パネル211の表示部405にGoogleCloudPrint登録画面802を表示する。このGoogleCloudPrint登録画面802で、ユーザが「いいえ」ボタン811を選択するとCPU202は、デフォルト画面801の表示に戻る。一方、GoogleCloudPrint登録画面802でユーザが「はい」ボタン810を選択し、そのときシステム管理設定がオフの場合、CPU202は、表示部405にGoogleCloudPrint登録開始画面803を表示する。そしてクラウドプリントサービス102へ印刷装置100を登録処理を実行する。 The screen 801 is an initial copy screen displayed when the copy button 401 is pressed on the printing device 100. Here, when the printing device 100 receives the cloud print service registration request 111 from the client terminal 101, the CPU 202 displays the Google Cloud Print registration screen 802 on the display unit 405 of the operation panel 211. When the user selects the "No" button 811 on the Google Cloud Print registration screen 802, the CPU 202 returns to the display of the default screen 801. On the other hand, if the user selects the "Yes" button 810 on the Google Cloud Print registration screen 802 and the system management setting is off at that time, the CPU 202 displays the Google Cloud Print registration start screen 803 on the display unit 405. Then, the printing device 100 is registered in the cloud print service 102.

またシステム管理設定がオンの場合は、CPU202は、操作パネル211の表示部405にシステム管理者ログイン画面804を表示する。システム管理者ログイン画面804でユーザ(管理者)がログインに成功すると、CPU202は、表示部405にGoogleCloudPrint登録開始画面803を表示して、クラウドプリントサービス102へ印刷装置100を登録する。 When the system management setting is on, the CPU 202 displays the system administrator login screen 804 on the display unit 405 of the operation panel 211. When the user (administrator) succeeds in logging in on the system administrator login screen 804, the CPU 202 displays the Google Cloud Print registration start screen 803 on the display unit 405 and registers the printing device 100 in the cloud print service 102.

図9は、図7で説明したクラウドプリントサービス登録要求を受信したときの印刷装置100の処理を表したフローチャート(ID管理がオンの場合)に伴う画面遷移図である。 FIG. 9 is a screen transition diagram accompanying a flowchart (when ID management is on) showing the processing of the printing device 100 when the cloud print service registration request described with reference to FIG. 7 is received.

画面906は、印刷装置100でユーザが未ログイン時のデフォルト画面である。ユーザがログインを行うとCPU202は、操作パネル211の表示部405にログイン時のデフォルト画面901を表示する。またユーザが未ログイン時のデフォルト画面である画面906で、印刷装置100がクライアント端末101からクラウドプリントサービス登録要求111を受信する。これによりCPU202は、操作パネル211の表示部405にログイン要求メッセージ画面905を表示する。この画面905では、ユーザがログインしていないために、クラウドプリントサービス登録要求に対する処理が実行できない旨を通知している。更に、システム管理の設定がオンであれば、システム管理者がログインするように要求している。 The screen 906 is a default screen when the user has not logged in to the printing device 100. When the user logs in, the CPU 202 displays the default screen 901 at the time of login on the display unit 405 of the operation panel 211. Further, the printing device 100 receives the cloud print service registration request 111 from the client terminal 101 on the screen 906, which is the default screen when the user is not logged in. As a result, the CPU 202 displays the login request message screen 905 on the display unit 405 of the operation panel 211. On this screen 905, it is notified that the process for the cloud print service registration request cannot be executed because the user is not logged in. In addition, if the system administration setting is on, the system administrator is required to log in.

またログイン時のデフォルト画面901で、印刷装置100がクライアント端末101からクラウドプリントサービス登録要求111を受信すると、ログイン中のユーザが管理者権限を有するかどうかを判定する。そしてCPU202は、ログイン中のユーザが管理者権限を有していると判定すると操作パネル211にGoogleCloudPrint登録画面902を表示する。このGoogleCloudPrint登録画面902でユーザが「いいえ」ボタン911を選択すると、CPU202は操作パネル211にログイン時のデフォルト画面901を表示する。一方、GoogleCloudPrint登録画面902でユーザが「はい」ボタン910を選択すると、CPU202は操作パネル211にGoogleCloudPrint登録開始画面903を表示する。そしてクラウドプリントサービス102へ印刷装置100を登録処理を開始する。 Further, when the printing device 100 receives the cloud print service registration request 111 from the client terminal 101 on the default screen 901 at the time of login, it is determined whether or not the logged-in user has the administrator authority. Then, when the CPU 202 determines that the logged-in user has the administrator authority, the CPU 202 displays the Google Cloud Print registration screen 902 on the operation panel 211. When the user selects the "No" button 911 on the Google Cloud Print registration screen 902, the CPU 202 displays the default screen 901 at the time of login on the operation panel 211. On the other hand, when the user selects the "Yes" button 910 on the Google Cloud Print registration screen 902, the CPU 202 displays the Google Cloud Print registration start screen 903 on the operation panel 211. Then, the printing device 100 is registered in the cloud print service 102, and the process of registering the printing device 100 is started.

また、ログイン時のデフォルト画面901で、印刷装置100がクラウドプリントサービス登録要求111を受信し、ログイン中のユーザが管理者権限を有していない場合、CPU202は、表示部405にログイン要求メッセージ画面904を表示する。このログイン要求メッセージ画面904では、システム管理者がログインするように要求している。 Further, when the printing device 100 receives the cloud print service registration request 111 on the default screen 901 at the time of login and the logged-in user does not have the administrator authority, the CPU 202 displays the login request message screen on the display unit 405. Display 904. On the login request message screen 904, the system administrator requests to log in.

図10は、実施形態1に係る印刷装置100がクラウドプリント処理を実行するときの処理を説明するフローチャートである。尚、この処理を実行するプログラムは、例えばROM204或いはHDD214に格納されており、実行時、RAM203に展開され、CPU202の制御の下に実行されることにより、この処理が実現される。 FIG. 10 is a flowchart illustrating a process when the printing device 100 according to the first embodiment executes a cloud print process. The program that executes this process is stored in, for example, ROM 204 or HDD 214, and at the time of execution, it is expanded in RAM 203 and executed under the control of CPU 202 to realize this process.

CPU202は、一度、クラウドプリントサービス102にクラウドプリントサービスの登録が完了すると、クラウドプリントサービス102からのジョブの受信通知を受信するためにクラウドプリントサービス102とXMPPプロトコルで接続している。そして、これを保持し続ける。クラウドプリントサービス102は、クライアント端末101から印刷データ115を受信すると、そのXMPPプロトコルによって印刷装置100にジョブを受信したことを通知する。こうして図10のフローチャートで示す処理が開始される。 Once the registration of the cloud print service with the cloud print service 102 is completed, the CPU 202 is connected to the cloud print service 102 by the XMPP protocol in order to receive the job reception notification from the cloud print service 102. And keep holding this. When the cloud print service 102 receives the print data 115 from the client terminal 101, the cloud print service 102 notifies the printing device 100 that the job has been received by the XMPP protocol. In this way, the process shown in the flowchart of FIG. 10 is started.

まずS1001でCPU202は、クラウドプリントサービス102がジョブを受信したことを通知するジョブ受信通知を受信する。次にS1002に進みCPU202は、HTTPプロトコルを使用してクラウドプリントサービス102と接続し、そのジョブの一覧を取得する。そしてS1003以降のS1004,S1005の処理は、ジョブの一覧に含まれるジョブの数分繰り返し実行される。そしてS1004でCPU202は、HTTPプロトコルを使用してクラウドプリントサービス102と接続し、そのジョブで指示された印刷データをクラウドプリントサービス102からダウンロードする。次にS1005に進みCPU202は、そのダウンロードした印刷データを画像処理部306に転送し、S1006で画像処理部306により、その印刷データに対する画像処理を実行させる。こうしてS1006で画像処理部306は、その印刷データを、この印刷装置100が印刷可能なデータに変換する。そしてS1007に進みCPU202は、画像処理が完了した印刷データをプリンタI/F206を介してプリンタ207に出力して印刷させる。S1003とS1008との間の処理は、S1002で取得したジョブリストに含まれるジョブの数分、繰り返し実行される。 First, in S1001, the CPU 202 receives a job reception notification notifying that the cloud print service 102 has received the job. Next, the process proceeds to S1002, and the CPU 202 connects to the cloud print service 102 using the HTTP protocol and acquires a list of the jobs. Then, the processes of S1003 and S1003 and S1005 are repeatedly executed for the number of jobs included in the job list. Then, in S1004, the CPU 202 connects to the cloud print service 102 using the HTTP protocol, and downloads the print data instructed by the job from the cloud print service 102. Next, the process proceeds to S1005, and the CPU 202 transfers the downloaded print data to the image processing unit 306, and the image processing unit 306 causes the image processing unit 306 to execute image processing on the print data in S1006. In this way, in S1006, the image processing unit 306 converts the print data into data that can be printed by the printing device 100. Then, the process proceeds to S1007, and the CPU 202 outputs the print data for which the image processing is completed to the printer 207 via the printer I / F 206 for printing. The processing between S1003 and S1008 is repeatedly executed for the number of jobs included in the job list acquired in S1002.

こうしてクライアント端末101のユーザは、クラウドプリントサービス102に登録した印刷装置100を使用して、クラウドプリントサービス102による印刷を実行させることができる。 In this way, the user of the client terminal 101 can execute printing by the cloud print service 102 by using the printing device 100 registered in the cloud print service 102.

[実施形態2]
次に本発明の実施形態2について説明をする。実施形態2は、実施形態1におけるログイン処理を省略することで、ユーザに更なる利便性を提供するものである。これは実施形態1を包含した内容であり、実施形態1との差分は、図7で説明したフローチャートにおいてS702とS708でNOとなった後の処理である。これら処理において実施形態1では、CPU202がS703とS709でそれぞれメッセージ画面を表示して処理を終了していた。しかし実施形態2ではケースによって、CPU202がクラウドプリントサービス102への登録を実行することを可能とする。これについて以下に説明する。尚、実施形態2に係る印刷システム及び印刷装置100の構成は、前述の実施形態1と同様であるため、それらの説明を省略する。
[Embodiment 2]
Next, Embodiment 2 of the present invention will be described. The second embodiment provides the user with further convenience by omitting the login process in the first embodiment. This is the content including the first embodiment, and the difference from the first embodiment is the processing after NO in S702 and S708 in the flowchart described with reference to FIG. In these processes, in the first embodiment, the CPU 202 displays a message screen in S703 and S709, respectively, and ends the process. However, in the second embodiment, depending on the case, the CPU 202 can execute the registration to the cloud print service 102. This will be described below. Since the configurations of the printing system and the printing apparatus 100 according to the second embodiment are the same as those of the first embodiment, the description thereof will be omitted.

図11は、本発明の実施形態2に係る印刷装置の処理を説明するフローチャートで、ここでは前述の実施形態1の図7のフローチャートで、S702でNO(ログイン状態でない)と判定した後の処理を説明するフローチャートである。尚、この処理を実行するプログラムは、例えばROM204或いはHDD214に格納されており、実行時、RAM203に展開され、CPU202の制御の下に実行されることにより、この処理が実現される。 FIG. 11 is a flowchart for explaining the processing of the printing apparatus according to the second embodiment of the present invention. Here, in the flowchart of FIG. 7 of the first embodiment, the processing after determining NO (not in the logged-in state) in S702. It is a flowchart explaining. The program that executes this process is stored in, for example, ROM 204 or HDD 214, is expanded in RAM 203 at the time of execution, and is executed under the control of CPU 202 to realize this process.

まずS1101でCPU202は、記憶部305に格納されたID管理DB1300(図13)を読み出す。そしてS1102に進みCPU202は、クラウドプリントサービス登録要求111に含まれていたユーザIDが、そのID管理DB1300のGoogleCloudPrintのユーザIDに含まれているか否か判定する。ここで、そのユーザIDがID管理DB1300に含まれていると判定すると、そのユーザにシステム管理者権限があるか否かを判定する。ここでそのユーザにシステム管理者権限があると判定するとS1103に進みCPU202は、表示部405に例えばGoogleCloudPrint登録開始画面903を表示する。そしてクラウドプリントサービス102にクラウドプリントサービス登録要求112を送信しクラウドプリントサービス登録を実行する。 First, in S1101, the CPU 202 reads out the ID management DB 1300 (FIG. 13) stored in the storage unit 305. Then, the process proceeds to S1102, and the CPU 202 determines whether or not the user ID included in the cloud print service registration request 111 is included in the user ID of the Google Cloud Print of the ID management DB 1300. Here, if it is determined that the user ID is included in the ID management DB 1300, it is determined whether or not the user has system administrator authority. If it is determined that the user has the system administrator authority, the process proceeds to S1103, and the CPU 202 displays, for example, the Google Cloud Print registration start screen 903 on the display unit 405. Then, the cloud print service registration request 112 is transmitted to the cloud print service 102 to execute the cloud print service registration.

一方、S1102でCPU202は、そのユーザにシステム管理者権限がないと判定した場合はS1104に進み、操作パネル211の表示部405に、例えば図9に示すログイン要求メッセージ905を表示して、この処理を終了する。 On the other hand, if the CPU 202 determines in S1102 that the user does not have the system administrator authority, the process proceeds to S1104 and displays, for example, the login request message 905 shown in FIG. 9 on the display unit 405 of the operation panel 211. To finish.

以上の処理により、印刷装置100にユーザがログインしていない状態でも、クライアント端末101で登録を要求したユーザが、印刷装置100のシステム管理者権限を有していれば、クラウドプリントサービスへの登録処理を実行するようにできる。 By the above processing, even if the user is not logged in to the printing device 100, if the user who requested the registration on the client terminal 101 has the system administrator authority of the printing device 100, the user can be registered in the cloud print service. You can make it execute the process.

図12は、本発明の実施形態2に係る印刷装置の処理を説明するフローチャートで、実施形態1の印刷装置100が図7のフローチャートでS708でNO(システム管理者以外でログイン状態)と判定した後の処理を説明するフローチャートである。尚、この処理を実行するプログラムは、例えばROM204或いはHDD214に格納されており、実行時、RAM203に展開され、CPU202の制御の下に実行されることにより、この処理が実現される。 FIG. 12 is a flowchart for explaining the processing of the printing apparatus according to the second embodiment of the present invention, and the printing apparatus 100 of the first embodiment is determined to be NO (logged in by a person other than the system administrator) in S708 in the flowchart of FIG. It is a flowchart explaining the post-processing. The program that executes this process is stored in, for example, ROM 204 or HDD 214, and at the time of execution, it is expanded in RAM 203 and executed under the control of CPU 202 to realize this process.

先ずS1201でCPU202は、記憶部305に格納されたID管理DB1300を読み出す。次にS1202に進みCPU202は、クライアント端末101からのクラウドプリントサービス登録要求111に含まれていたユーザIDが、ID管理DB1300のGoogleCloudPrintのユーザIDに含まれているか検索する。ここでユーザIDが含まれていると判定すると、そのユーザにシステム管理者権限があるか否かを判定する。ここで、そのユーザにシステム管理者権限があると判定した場合はS1203に進みCPU202は、クラウドプリントサービス102にクラウドプリントサービス登録要求112を送信して、クラウドプリントサービスへの登録処理を実行する。 First, in S1201, the CPU 202 reads out the ID management DB 1300 stored in the storage unit 305. Next, the process proceeds to S1202, and the CPU 202 searches whether the user ID included in the cloud print service registration request 111 from the client terminal 101 is included in the user ID of the Google Cloud Print of the ID management DB 1300. If it is determined that the user ID is included here, it is determined whether or not the user has system administrator authority. Here, if it is determined that the user has the system administrator authority, the process proceeds to S1203, and the CPU 202 sends the cloud print service registration request 112 to the cloud print service 102 to execute the registration process to the cloud print service.

一方、S1202でCPU202は、そのユーザにシステム管理者権限がないと判定した場合はS1204に進む。S1204でCPU202は、表示部405に、例えば図9のシステム管理者でログインするように要求するログイン要求メッセージ画面904を表示して、この処理を終了する。 On the other hand, if the CPU 202 determines in S1202 that the user does not have the system administrator authority, the CPU 202 proceeds to S1204. In S1204, the CPU 202 displays a login request message screen 904 requesting the system administrator of FIG. 9, for example, to log in to the display unit 405, and ends this process.

以上の処理により、印刷装置100に、管理者以外のユーザがログインしている状態であっても、クライアント端末101のユーザに応じて、クラウドプリントサービスへの登録処理を実行できる。即ち、クライアント端末101のユーザがクラウドプリントサービスに登録できるユーザで、かつ印刷装置100のシステム管理者権限を有している場合に、クラウドプリントサービスへの登録処理を実行するようにできる。 By the above processing, even if a user other than the administrator is logged in to the printing device 100, the registration process for the cloud print service can be executed according to the user of the client terminal 101. That is, when the user of the client terminal 101 is a user who can register to the cloud print service and has the system administrator authority of the printing device 100, the registration process to the cloud print service can be executed.

図13は、実施形態2に係る印刷装置100が保持するID管理DBを説明する図である。 FIG. 13 is a diagram illustrating an ID management DB held by the printing apparatus 100 according to the second embodiment.

このID管理DB1300は、ユーザのID情報がDBとして管理され記憶部305に保存されている。ID情報としては、ユーザ名1301と、GoogleCloudPrintユーザID1302と、システム管理者権限1303がある。ユーザ名1301は、印刷装置100でユーザを一意に識別するためのユーザIDである。GoogleCloudPrintユーザID1302は、ユーザ名1301に紐づいてGoogleCloudPrintへ登録できる権限を有していることを示すユーザIDである。システム管理者権限1303は、各ユーザに対応して、システム管理者権限を有しているか否かを示す情報である。このように、ユーザIDと、クラウドプリントサービスに登録できるユーザID、及び管理者の権限の有無とを関連付けて記憶することにより、ユーザIDだけでクラウドプリントサービスへの登録処理を行うかどうか判断できる。 In this ID management DB 1300, user ID information is managed as a DB and stored in the storage unit 305. The ID information includes a user name 1301, a Google Cloud Print user ID 1302, and a system administrator authority 1303. The user name 1301 is a user ID for uniquely identifying the user on the printing device 100. The Google Cloud Print user ID 1302 is a user ID indicating that the user has the authority to register with the Google Cloud Print in association with the user name 1301. The system administrator authority 1303 is information indicating whether or not the system administrator authority is possessed corresponding to each user. In this way, by associating and storing the user ID, the user ID that can be registered in the cloud print service, and the presence or absence of administrator authority, it is possible to determine whether or not to perform the registration process in the cloud print service using only the user ID. ..

(その他の実施形態)
本発明は、上述の実施形態の1以上の機能を実現するプログラムを、ネットワーク又は記憶媒体を介してシステム又は装置に供給し、そのシステム又は装置のコンピュータにおける1つ以上のプロセッサーがプログラムを読出し実行する処理でも実現可能である。また、1以上の機能を実現する回路(例えば、ASIC)によっても実現可能である。
(Other embodiments)
The present invention supplies a program that realizes one or more functions of the above-described embodiment to a system or device via a network or storage medium, and one or more processors in the computer of the system or device reads and executes the program. It can also be realized by the processing to be performed. It can also be realized by a circuit (for example, ASIC) that realizes one or more functions.

本発明は上記実施形態に制限されるものではなく、本発明の精神及び範囲から離脱することなく、様々な変更及び変形が可能である。従って、本発明の範囲を公にするために、以下の請求項を添付する。 The present invention is not limited to the above embodiments, and various modifications and modifications can be made without departing from the spirit and scope of the present invention. Therefore, in order to make the scope of the present invention public, the following claims are attached.

100…印刷装置、101…クライアント端末、102…クライアントプリントサービス、202…CPU、204…ROM、211…操作部、301…登録制御部、302…クラウドプリント制御部、405…表示部 100 ... printing device, 101 ... client terminal, 102 ... client print service, 202 ... CPU, 204 ... ROM, 211 ... operation unit, 301 ... registration control unit, 302 ... cloud print control unit, 405 ... display unit

Claims (19)

登録済みプリンタへインターネットを介して印刷データを送信するプリントサービス、およびクライアント端末と通信するプリンタであって、
前記プリンタのログインユーザのユーザIDとして、管理者権限を有するユーザと管理者権限を有さないユーザの少なくとも2人のユーザのユーザIDを管理するユーザID管理手段と、
プリンタ登録に関わる要求を前記クライアント端末から受信する受信手段と、
前記要求を承認する指示を受け付ける登録画面を介して前記要求が承認されたことにより前記プリントサービスへ前記プリンタを登録するプリンタ登録依頼処理を実行する登録手段と、を有し、
前記承認を契機とした前記プリンタ登録依頼処理は前記管理者権限を有するユーザにのみ実行させることができることを特徴とするプリンタ。
A print service that sends print data to registered printers via the Internet, and a printer that communicates with client terminals.
As the user ID of the login user of the printer, a user ID management means for managing the user IDs of at least two users, a user having administrator authority and a user not having administrator authority,
A receiving means for receiving a request related to printer registration from the client terminal, and
It has a registration means for executing a printer registration request process for registering the printer in the print service when the request is approved via a registration screen for accepting an instruction for approving the request.
A printer characterized in that the printer registration request process triggered by the approval can be executed only by a user having the administrator authority.
管理者権限を有さないユーザは前記プリンタに前記プリンタ登録依頼処理を実行させることができないことを特徴とする請求項1に記載のプリンタ。 The printer according to claim 1, wherein a user who does not have administrator authority cannot cause the printer to execute the printer registration request process. 前記受信手段が前記要求を受信すれば、コピーのメニュー画面が表示されている状態から前記登録画面を介して前記要求を承認する指示を受け付け可能となることを特徴とする請求項1または2に記載のプリンタ。 According to claim 1 or 2, when the receiving means receives the request, it is possible to receive an instruction to approve the request from the state where the copy menu screen is displayed via the registration screen. The printer described. 前記コピーのメニュー画面はユーザのログイン時のデフォルト画面であることを特徴とする請求項3に記載のプリンタ。 The printer according to claim 3, wherein the copy menu screen is a default screen when a user logs in. 前記受信手段が前記クライアント端末から受信した要求には前記プリントサービスにおけるユーザIDが含まれており、前記登録手段は、前記要求に含まれるユーザIDを前記プリンタとともに前記プリントサービスへ登録する登録処理を実行することを特徴とする請求項1乃至4の何れか1項に記載のプリンタ。 The request received by the receiving means from the client terminal includes a user ID in the print service, and the registration means performs a registration process for registering the user ID included in the request in the print service together with the printer. The printer according to any one of claims 1 to 4, wherein the printer is executed. 前記登録画面はタッチ操作が可能な操作部に表示され、前記要求を承認する指示を受け付けるソフトキーが前記登録画面に含まれることを特徴とする請求項1乃至5の何れか1項に記載のプリンタ。 The registration screen is displayed on an operation unit capable of touch operation, and the registration screen includes a soft key for receiving an instruction to approve the request, according to any one of claims 1 to 5. Printer. ユーザID管理手段は、管理者権限と、前記プリンタのログインユーザのユーザIDと、前記プリントサービスにおけるユーザIDとを関連付けて記憶することを特徴とする請求項1乃至6の何れか1項に記載のプリンタ。 The user ID management means according to any one of claims 1 to 6, wherein the user ID management means stores the administrator authority, the user ID of the login user of the printer, and the user ID in the print service in association with each other. Printer. 管理者権限を有するユーザが承認しない場合、要求を受信する前の表示に戻ることを特徴とする請求項1乃至7の何れか1項に記載のプリンタ。 The printer according to any one of claims 1 to 7, wherein if the user having administrator authority does not approve, the display returns to the display before receiving the request. 登録済みプリンタへインターネットを介して印刷データを送信するプリントサービス、およびクライアント端末と通信するプリンタの制御方法あって、
ユーザID管理手段が、前記プリンタのログインユーザのユーザIDとして、管理者権限を有するユーザと管理者権限を有さないユーザの少なくとも2人のユーザのユーザIDを管理するユーザID管理工程と、
受信手段が、プリンタ登録に関わる要求を前記クライアント端末から受信する受信工程と、
登録手段が、前記要求を承認する指示を受け付ける登録画面を介して前記要求が承認されたことにより前記プリントサービスへ前記プリンタを登録するプリンタ登録依頼処理を実行する登録工程と、を含み、
前記承認を契機とした前記プリンタ登録依頼処理は前記管理者権限を有するユーザにのみ実行させることができることを特徴とするプリンタの制御方法。
There is a print service that sends print data to registered printers via the Internet, and a printer control method that communicates with client terminals.
A user ID management step in which the user ID management means manages the user IDs of at least two users, a user having administrator authority and a user not having administrator authority, as the user ID of the login user of the printer.
A receiving process in which the receiving means receives a request related to printer registration from the client terminal, and
The registration means includes a registration step of executing a printer registration request process for registering the printer to the print service when the request is approved via a registration screen for accepting an instruction to approve the request.
A printer control method, characterized in that the printer registration request process triggered by the approval can be executed only by a user having the administrator authority.
登録済みプリンタへインターネットを介して印刷データを送信するプリントサービス、およびクライアント端末と通信するプリンタの制御方法における各工程をコンピュータに実行させるためのプログラムであって、前記制御方法は、
ユーザID管理手段が、前記プリンタのログインユーザのユーザIDとして、管理者権限を有するユーザと管理者権限を有さないユーザの少なくとも2人のユーザのユーザIDを管理するユーザID管理工程と、
受信手段が、プリンタ登録に関わる要求を前記クライアント端末から受信する受信工程と、
登録手段が、前記要求を承認する指示を受け付ける登録画面を介して前記要求が承認されたことにより前記プリントサービスへ前記プリンタを登録するプリンタ登録依頼処理を実行する登録工程と、を含み、
前記承認を契機とした前記プリンタ登録依頼処理は前記管理者権限を有するユーザにのみ実行させることができることを特徴とするプログラム。
A program for causing a computer to execute each process in a print service for transmitting print data to a registered printer via the Internet and a control method for a printer communicating with a client terminal.
A user ID management step in which the user ID management means manages the user IDs of at least two users, a user having administrator authority and a user not having administrator authority, as the user ID of the login user of the printer.
A receiving process in which the receiving means receives a request related to printer registration from the client terminal, and
The registration means includes a registration step of executing a printer registration request process for registering the printer to the print service when the request is approved via a registration screen for accepting an instruction to approve the request.
A program characterized in that the printer registration request process triggered by the approval can be executed only by a user having the administrator authority.
登録済みプリンタへインターネットを介して印刷データを送信するプリントサービス、およびクライアント端末と通信するプリンタであって、
前記プリンタのログインユーザのユーザIDとして、管理者権限を有するユーザと管理者権限を有さないユーザの少なくとも2人のユーザのユーザIDを管理するユーザID管理手段と、
プリンタ登録に関わる要求を前記クライアント端末から受信する受信手段と、
前記要求を承認する指示を受け付ける登録画面を介して前記要求が承認されたことにより前記プリントサービスへ前記プリンタを登録するプリンタ登録依頼処理を実行する登録手段と、を有し、
前記プリンタ登録依頼処理は前記管理者権限を有するユーザの承認によってのみ実行させることができることを特徴とするプリンタ。
A print service that sends print data to registered printers via the Internet, and a printer that communicates with client terminals.
As the user ID of the login user of the printer, a user ID management means for managing the user IDs of at least two users, a user having administrator authority and a user not having administrator authority,
A receiving means for receiving a request related to printer registration from the client terminal, and
It has a registration means for executing a printer registration request process for registering the printer in the print service when the request is approved via a registration screen for accepting an instruction for approving the request.
A printer characterized in that the printer registration request process can be executed only with the approval of the user having administrator authority.
登録済みプリンタへインターネットを介して印刷データを送信するプリントサービス、クライアント端末、プリンタを含むプリントシステムであって、
前記プリンタのログインユーザのユーザIDとして、管理者権限を有するユーザと管理者権限を有さないユーザの少なくとも2人のユーザのユーザIDを管理するユーザID管理手段と、
プリンタ登録に関わる要求を前記プリンタに送信する送信手段と、
プリンタ登録に関わる要求を前記クライアント端末から受信する受信手段と、
前記要求を承認する指示を受け付ける登録画面を表示する表示手段と、
前記要求の承認により前記プリントサービスへ前記プリンタを登録するプリンタ登録依頼処理を実行する登録手段と、を有し、
前記承認を契機とした前記プリンタ登録依頼処理は前記管理者権限を有するユーザにのみ実行させることができることを特徴とするプリントシステム。
A print system that includes print services, client terminals, and printers that send print data to registered printers via the Internet.
As the user ID of the login user of the printer, a user ID management means for managing the user IDs of at least two users, a user having administrator authority and a user not having administrator authority,
A transmission means for transmitting a request related to printer registration to the printer, and
A receiving means for receiving a request related to printer registration from the client terminal, and
A display means for displaying a registration screen that accepts an instruction to approve the request,
It has a registration means for executing a printer registration request process for registering the printer in the print service upon approval of the request.
A printing system characterized in that the printer registration request processing triggered by the approval can be executed only by a user having the administrator authority.
管理者権限を有さないユーザは前記プリンタに前記プリンタ登録依頼処理を実行させることができないことを特徴とする請求項12に記載のプリントシステム。 The printing system according to claim 12, wherein a user who does not have administrator authority cannot cause the printer to execute the printer registration request processing. 前記受信手段が前記要求を受信すれば、コピーのメニュー画面が表示されている状態から前記登録画面を介して前記要求を承認する指示を受け付け可能となることを特徴とする請求項12または13に記載のプリントシステム。 According to claim 12 or 13, when the receiving means receives the request, it is possible to receive an instruction to approve the request from the state where the copy menu screen is displayed via the registration screen. The printed system described. 前記コピーのメニュー画面はユーザのログイン時のデフォルト画面であることを特徴とする請求項14に記載のプリントシステム。 The printing system according to claim 14, wherein the copy menu screen is a default screen when a user logs in. 前記受信手段が前記クライアント端末から受信した要求には前記プリントサービスにおけるユーザIDが含まれており、前記登録手段は、前記要求に含まれるユーザIDを前記プリンタとともに前記プリントサービスへ登録する登録処理を実行することを特徴とする請求項12乃至15の何れか1項に記載のプリントシステム。 The request received by the receiving means from the client terminal includes a user ID in the print service, and the registration means performs a registration process for registering the user ID included in the request in the print service together with the printer. The printing system according to any one of claims 12 to 15, wherein the printing system is executed. 前記登録画面はタッチ操作が可能な操作部に表示され、前記要求を承認する指示を受け付けるソフトキーが前記登録画面に含まれることを特徴とする請求項12乃至16の何れか1項に記載のプリントシステム。 The registration screen is displayed on an operation unit capable of touch operation, and the registration screen includes a soft key for receiving an instruction to approve the request, according to any one of claims 12 to 16. Print system. ユーザID管理手段は、管理者権限と、前記プリンタのログインユーザのユーザIDと、前記プリントサービスにおけるユーザIDとを関連付けて記憶することを特徴とする請求項12乃至17の何れか1項に記載のプリントシステム。 The user ID management means according to any one of claims 12 to 17, wherein the user ID management means stores the administrator authority, the user ID of the login user of the printer, and the user ID in the print service in association with each other. Printing system. 管理者権限を有するユーザが承認しない場合、要求を受信する前の表示に戻ることを特徴とする請求項12乃至18の何れか1項に記載のプリントシステム。 The printing system according to any one of claims 12 to 18, wherein if a user having administrator authority does not approve, the display returns to the display before receiving the request.
JP2020131902A 2020-08-03 2020-08-03 Print system Active JP6873301B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020131902A JP6873301B2 (en) 2020-08-03 2020-08-03 Print system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020131902A JP6873301B2 (en) 2020-08-03 2020-08-03 Print system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2019226782A Division JP6755379B2 (en) 2019-12-16 2019-12-16 Printers and their control methods and programs

Publications (2)

Publication Number Publication Date
JP2020198109A true JP2020198109A (en) 2020-12-10
JP6873301B2 JP6873301B2 (en) 2021-05-19

Family

ID=73648110

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020131902A Active JP6873301B2 (en) 2020-08-03 2020-08-03 Print system

Country Status (1)

Country Link
JP (1) JP6873301B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010160579A (en) * 2009-01-06 2010-07-22 Canon Inc Print system, print server, control method thereof, and program
JP2013522774A (en) * 2010-03-16 2013-06-13 グーグル インコーポレイテッド Cloud-based printing service
JP2013149103A (en) * 2012-01-19 2013-08-01 Canon Inc Printing system, image forming apparatus, intermediate processing device, web service providing device, method for controlling printing system, and computer program
JP6755379B2 (en) * 2019-12-16 2020-09-16 キヤノン株式会社 Printers and their control methods and programs

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010160579A (en) * 2009-01-06 2010-07-22 Canon Inc Print system, print server, control method thereof, and program
JP2013522774A (en) * 2010-03-16 2013-06-13 グーグル インコーポレイテッド Cloud-based printing service
JP2013149103A (en) * 2012-01-19 2013-08-01 Canon Inc Printing system, image forming apparatus, intermediate processing device, web service providing device, method for controlling printing system, and computer program
JP6755379B2 (en) * 2019-12-16 2020-09-16 キヤノン株式会社 Printers and their control methods and programs

Also Published As

Publication number Publication date
JP6873301B2 (en) 2021-05-19

Similar Documents

Publication Publication Date Title
JP6637690B2 (en) Printing apparatus, control method therefor, and program
US7865933B2 (en) Authentication agent apparatus, authentication method, and program product therefor
CN107102828B (en) Multifunction device, multifunction device control system, and multifunction device management method
JP6942541B2 (en) Image forming device, its control method, and program
US8630007B2 (en) Image forming apparatus, method for managing print job, and computer-readable storage medium for computer program
JP2015170117A (en) Information processing device, control method and program
JP2019215673A (en) Image forming apparatus, its control method and program
JP6762823B2 (en) Image forming apparatus, control method of image forming apparatus, and program
JP6993910B2 (en) Information processing equipment, its control method, and programs
US20240048663A1 (en) Image forming system and image forming apparatus
JP6755379B2 (en) Printers and their control methods and programs
JP6282081B2 (en) Image processing apparatus, image processing apparatus control method, and program
JP7324048B2 (en) PRINTING DEVICE, PRINTING SYSTEM, PRINTING DEVICE REGISTRATION METHOD, AND PROGRAM
JP6570669B2 (en) Image processing apparatus, image processing apparatus control method, and program
JP4837475B2 (en) Method, system, and server device for reducing the number of times authentication information data is input
JP6873301B2 (en) Print system
JP2012190372A (en) Print system, print server, printing method and program
JP7490405B2 (en) Image forming apparatus, printing system, control method, and program
JP2017033102A (en) Information processing apparatus, control method thereof, and program
JP6481451B2 (en) Image processing system, information processing apparatus, image processing apparatus, and program
JP2004118313A (en) Network printer
JP4534556B2 (en) Service provision system
JP6986874B2 (en) Image processing device and its control method and program
JP2022076370A (en) Print system, printer and information processor that constitute the same, control method of them, and program
JP7167247B2 (en) IMAGE PROCESSING DEVICE, CONTROL METHOD AND PROGRAM OF IMAGE PROCESSING DEVICE

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200807

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20200807

A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20201007

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A132

Effective date: 20201009

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20201113

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20210103

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210113

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210420

R151 Written notification of patent or utility model registration

Ref document number: 6873301

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151