JP7298037B2 - PRINTING APPARATUS, PRINTING APPARATUS CONTROL METHOD AND PROGRAM - Google Patents

PRINTING APPARATUS, PRINTING APPARATUS CONTROL METHOD AND PROGRAM Download PDF

Info

Publication number
JP7298037B2
JP7298037B2 JP2023013782A JP2023013782A JP7298037B2 JP 7298037 B2 JP7298037 B2 JP 7298037B2 JP 2023013782 A JP2023013782 A JP 2023013782A JP 2023013782 A JP2023013782 A JP 2023013782A JP 7298037 B2 JP7298037 B2 JP 7298037B2
Authority
JP
Japan
Prior art keywords
print
job
printing
print job
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.)
Active
Application number
JP2023013782A
Other languages
Japanese (ja)
Other versions
JP2023057089A (en
Inventor
剛 井上
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
Priority claimed from JP2018104909A external-priority patent/JP7034836B2/en
Priority claimed from JP2022024427A external-priority patent/JP7225451B2/en
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP2023013782A priority Critical patent/JP7298037B2/en
Publication of JP2023057089A publication Critical patent/JP2023057089A/en
Priority to JP2023093755A priority patent/JP2023118719A/en
Application granted granted Critical
Publication of JP7298037B2 publication Critical patent/JP7298037B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Description

本発明は、印刷装置、印刷装置の制御方法及びプログラムに関する。 The present invention relates to a printing apparatus, a printing apparatus control method, and a program.

近年の印刷方式は、クライアントが直接画像データを印刷装置に送信する方式に加えて、クラウド等のネットワーク上の印刷サーバが提供する印刷サービスから印刷データをダウンロードすることで印刷装置が印刷する方式が普及している。具体的には、モバイル等のクライアント端末が印刷サービスに印刷データを送信し、その印刷データを印刷サービスが印刷装置の形式の印刷データに変換し、この変換された印刷データを印刷装置がダウンロードすることで印刷が行われる。例えば、図1において102がクライアント端末、101が印刷サービス、100が印刷装置として構成される。このような構成の場合、印刷サービスはクラウドでもオンプレミスでもどちらでも構わない。 In recent years, in addition to a method in which a client sends image data directly to a printing device, there is a method in which a printing device prints by downloading print data from a printing service provided by a print server on a network such as the cloud. Widespread. Specifically, a client terminal such as a mobile device transmits print data to a print service, the print service converts the print data into print data in the format of the printing device, and the printing device downloads the converted print data. Printing is done by For example, in FIG. 1, 102 is a client terminal, 101 is a print service, and 100 is a printer. In such a configuration, the print service can be either in the cloud or on-premises.

図1のような構成でプル印刷する場合、例えばユーザが印刷装置の目の前に来て、ユーザIDおよびパスワードを使用して印刷装置にログインし、印刷サービスにそのユーザのジョブがあるかどうかを問い合わせる。印刷サービスからの応答に基づいてそのユーザのジョブ一覧が印刷装置の操作パネルに表示されたら、ユーザは印刷したいジョブを選択し、「印刷」ボタンを選択することで印刷装置が印刷サービスから該当のジョブを取得して印刷する方法がある。 In the case of pull printing with the configuration shown in FIG. 1, for example, a user comes in front of a printing device, logs in to the printing device using a user ID and password, and checks whether the print service has a job for that user. inquire. After the user's job list is displayed on the operation panel of the printing device based on the response from the printing service, the user selects the job to be printed and selects the "Print" button, and the printing device receives the corresponding job from the printing service. There is a way to get the job and print it.

一方、ユーザが印刷をキャンセルしたい場合、ユーザのジョブ一覧から消去したいジョブを選択し、キャンセル指示することで、印刷装置から印刷サービスにキャンセルコマンドが送信され、印刷サービス側で該当のジョブを消去する方法がある(特許文献1)。 On the other hand, when the user wants to cancel printing, the user selects the job to be deleted from the user's job list and instructs the user to cancel the job. Then, the printing device sends a cancel command to the print service, and the print service deletes the corresponding job. There is a method (Patent Document 1).

このようなネットワーク構成からなる印刷システムの例として、PWG5100.18では印刷プロトコルにIPP(Internet Printing Protocol)を使用したIPP-Infraという構成が提案されている。IPPとは、インターネットで用いられるHTTPプロトコルを利用して遠隔地にあるコンピュータと印刷装置との間で印刷データのやりとりを行うための印刷プロトコルである。
(https://ftp.pwg.org/pub/pwg/candidates/cs-ippinfra10-20150619-5100.18.pdf)
IPP-Infraでは、画像データを送信するClient、画像データを保持するInfrastructure、画像データを取得するProxy、画像データを印刷するOutput Deviceが定義されている。ここでProxyとOutput Deviceは同一端末でもよい。IPP-Infraの構成を図1にあてはめると、Infrastructureは101の印刷サービス、Proxy兼Output Deviceは100の印刷装置、そしてClientは102のクライアント端末に相当する構成となる。
As an example of a printing system having such a network configuration, PWG5100.18 proposes a configuration called IPP-Infra using IPP (Internet Printing Protocol) as a printing protocol. IPP is a printing protocol for exchanging print data between a remote computer and a printing apparatus using the HTTP protocol used on the Internet.
(https://ftp.pwg.org/pub/pwg/candidates/cs-ippinfra10-20150619-5100.18.pdf)
IPP-Infra defines Client for transmitting image data, Infrastructure for holding image data, Proxy for acquiring image data, and Output Device for printing image data. Here, the Proxy and Output Device may be the same terminal. If the configuration of IPP-Infra is applied to FIG. 1, Infrastructure corresponds to 101 printing services, Proxy/Output Device to 100 printing devices, and Client to 102 client terminals.

特開2017-170895号公報JP 2017-170895 A

しかしながら、IPP-Infraの構成で、ユーザが印刷ジョブをキャンセル(消去)したい場合、IPP-Infraでは印刷装置が印刷サービスにジョブキャンセルコマンドを送信することができないという制約がある。 However, in the configuration of IPP-Infra, when a user wants to cancel (delete) a print job, IPP-Infra has a limitation that the printing device cannot send a job cancellation command to the print service.

図3は、IPP-Infra仕様で定義された、オペレーションとそれを対応すべき主体を示す図である。MUSTは「実装しなければいけない」を、MUST NOTは「実装してはいけない」、MAYは「実装してもしなくても、どちらでもよい」を意味する。例えば、「Create-Job」というオペレーションは、印刷ジョブを生成するオペレーションを意味し、本オペレーションはClientとInfrastructureは実装しなければならず、Proxyは実装してはいけない、ことを意味する。 FIG. 3 is a diagram showing operations and entities that should correspond to them, defined in the IPP-Infra specifications. MUST means "must be implemented", MUST NOT means "must not be implemented", and MAY means "whether or not it is implemented". For example, an operation "Create-Job" means an operation to generate a print job, and means that this operation must be implemented by Client and Infrastructure, but not by Proxy.

これによると、印刷装置に相当するProxyは、ジョブキャンセルをするためのCancel-Jobオペレーションを実行してはいけない(MUST NOT)と規定されている。 According to this, it is stipulated that a Proxy corresponding to a printing device must not execute a Cancel-Job operation for canceling a job (MUST NOT).

よって、ユーザが印刷装置の目の前に来て、任意のジョブをキャンセルしたくてもキャンセルできず、わざわざクライアント端末を起動してキャンセルするか、印刷サービスの管理者に依頼してキャンセルしてもらうしかない。その為、ユーザによってジョブをキャンセルするのに手間がかかるという問題があった。 Therefore, even if the user comes to the printer and wants to cancel an arbitrary job, he or she cannot cancel the job. I have no choice but to get it. Therefore, there is a problem that it takes time for the user to cancel the job.

本発明は、IPP(Internet Printing Protocol)を用いて印刷サービスから印刷データを受信して印刷を行うことが可能な印刷装置において、印刷ジョブの消去にかかるユーザの手間を軽減することを目的とする。 SUMMARY OF THE INVENTION It is an object of the present invention to reduce the user's trouble in deleting a print job in a printing apparatus that can receive print data from a print service using IPP (Internet Printing Protocol) and perform printing. .

本発明の一実施形に係る印刷装置は、IPP(Internet Printing Protocol)を用いて印刷サービスから印刷ジョブを受信して印刷を実行することが可能な印刷装置であって、前記印刷サービスにおいて保持された印刷ジョブの一覧を表示手段に表示させる表示制御手段と、表示された一覧から選択された印刷ジョブの印刷指示を受け付ける受付手段と、前記印刷指示が受け付けられると、前記印刷指示の対象として選択された印刷ジョブをIPPを用いて前記印刷サービスに要求し、印刷手段に当該印刷ジョブの印刷を実行させる印刷制御手段と、を有し、前記表示された一覧から選択された印刷ジョブのキャンセル指示が受け付けられると、前記印刷制御手段は前記キャンセル指示の対象として選択された印刷ジョブをIPPを用いて前記印刷サービスに要求し、前記キャンセル指示を受け付けて前記印刷サービスに要求した印刷ジョブを前記印刷サービスから受信はするものの印刷は実行しないことを特徴とするA printing device according to an embodiment of the present invention is a printing device that can receive a print job from a print service using IPP (Internet Printing Protocol) and execute printing, and is held in the print service. display control means for displaying a list of print jobs on a display means ; acceptance means for accepting a print instruction for a print job selected from the displayed list; and selection as a target of the print instruction when the print instruction is accepted. a print control means for requesting the print service to use the IPP for the print job thus received, and causing the printing means to execute printing of the print job, and instructing to cancel the print job selected from the displayed list. is received, the print control means uses IPP to request the print job selected as the target of the cancellation instruction from the print service , and receives the cancellation instruction and requests the print job to the print service. It is characterized by receiving from the print service but not printing .

本発明によれば、IPP(Internet Printing Protocol)を用いて印刷サービスから印刷データを受信して印刷を行うことが可能な印刷装置において、印刷ジョブの消去にかかるユーザの手間を軽減することができる。 According to the present invention, in a printing apparatus that can receive print data from a print service using IPP (Internet Printing Protocol) and perform printing, it is possible to reduce the user's trouble in deleting a print job. .

本実施例におけるネットワークの構成を示す図である1 is a diagram showing the configuration of a network in this embodiment; FIG. 本実施例における印刷装置のハードウェア構成図である2 is a hardware configuration diagram of a printing apparatus according to the embodiment; FIG. PWGで定義されるオペレーションの一例であるAn example of an operation defined by PWG 本実施例1における印刷データ投入のシーケンス図であるFIG. 10 is a sequence diagram for inputting print data in the first embodiment; 本実施例1におけるジョブ印刷のシーケンス図である4 is a sequence diagram of job printing in the first embodiment; FIG. 本実施例1におけるジョブキャンセルのシーケンス図である4 is a sequence diagram of job cancellation in the first embodiment; FIG. 本実施例1におけるクラウド管理者がジョブキャンセルするシーケンス図であるFIG. 10 is a sequence diagram of a cloud administrator canceling a job according to the first embodiment; 本実施例1におけるクライアント端末からジョブキャンセルするシーケンス図である8 is a sequence diagram of job cancellation from the client terminal in the first embodiment; FIG. 本実施例1におけるジョブ印刷中にジョブキャンセルするシーケンス図であるFIG. 10 is a sequence diagram for canceling a job during job printing according to the first embodiment; 本実施例1におけるジョブ一覧表示するフローチャートである4 is a flowchart for displaying a job list according to the first embodiment; 本実施例1におけるジョブ印刷するフローチャートである6 is a flowchart for job printing in the first embodiment; 本実施例1におけるジョブキャンセルするフローチャートである4 is a flowchart for canceling a job in the first embodiment; 本実施例1における印刷装置の操作パネルの画面例である4 is an example of a screen of the operation panel of the printing apparatus according to the first embodiment; 本実施例1におけるクラウドの操作パネルの画面例である4 is an example of a screen of a cloud operation panel in the first embodiment; 本実施例2におけるジョブキャンセルのフローチャートであるFIG. 10 is a flowchart of job cancellation in the second embodiment; FIG. 本実施例2におけるジョブキャンセルのシーケンス図であるFIG. 11 is a sequence diagram of job cancellation in the second embodiment; 本実施例における印刷装置のソフトウェア構成図であるFIG. 2 is a software configuration diagram of the printing apparatus according to the embodiment; 本実施例3におけるジョブキャンセルのシーケンス図であるFIG. 11 is a sequence diagram of job cancellation in the third embodiment; 本実施例4における印刷処理のシーケンス図であるFIG. 12 is a sequence diagram of print processing in the fourth embodiment; 本実施例4におけるジョブキャンセルのシーケンス図であるFIG. 14 is a sequence diagram of job cancellation in the fourth embodiment;

以下、本発明を実施するための最良の形態について図面を用いて説明する。なお、以下の実施の形態は特許請求の範囲に係る発明を限定するものでなく、また実施の形態で説明されている特徴の組み合わせの全てが発明の解決手段に必須のものとは限らない。 BEST MODE FOR CARRYING OUT THE INVENTION The best mode for carrying out the present invention will be described below with reference to the drawings. It should be noted that the following embodiments do not limit the invention according to the claims, and not all combinations of features described in the embodiments are essential to the solution of the invention.

(実施形態1)
本実施例では、IPP(Internet Printing Protocol)-Infraを使用して、クラウド上の印刷サービスからの印刷データを取得して印刷する例を用いて説明する。
(Embodiment 1)
In this embodiment, IPP (Internet Printing Protocol)-Infra is used to obtain print data from a print service on the cloud and print it.

<ハートウェア構成>
図1は、本実施形態のクラウドプリントシステムの一例を示す。100は印刷装置である。101は、インターネット上で提供される印刷サービスである。102はユーザの操作端末としてのクライアント端末である。印刷装置100は、予め印刷装置100のオーナーによって印刷サービス101に登録される。ユーザは、クライアント端末102から印刷サービス101に登録された印刷装置100を選択し、印刷データをアクセスポイントや携帯基地局を介して印刷サービス101に送信する。印刷装置100は印刷サービス101を介して、ユーザが送信した印刷データを受信して、印刷を行う。不図示であるが、ユーザが操作するクライアント端末は、クライアント端末102のみならず、汎用のパーソナルコンピュータやスマートフォンなどの複数のクライアント端末から印刷サービス101を利用することができる。なお、印刷装置100およびクライアント端末102は、印刷サービス101とインターネットを介して接続されている。上述したとおり、図1の印刷システムはIPP-Infraの構成が適用されており、印刷装置100はProxy兼Output Device、印刷サービス101はInfrastructure、クライアント端末はClientに相当する。
<Hardware configuration>
FIG. 1 shows an example of a cloud print system according to this embodiment. 100 is a printer. A printing service 101 is provided on the Internet. A client terminal 102 is a user's operation terminal. The printing device 100 is registered with the printing service 101 in advance by the owner of the printing device 100 . The user selects the printing apparatus 100 registered with the print service 101 from the client terminal 102, and transmits print data to the print service 101 via an access point or mobile base station. The printing apparatus 100 receives print data transmitted by the user via the print service 101 and performs printing. Although not shown, the client terminal operated by the user can use the print service 101 not only from the client terminal 102 but also from a plurality of client terminals such as general-purpose personal computers and smart phones. The printing device 100 and the client terminal 102 are connected to the printing service 101 via the Internet. As described above, the IPP-Infra configuration is applied to the printing system in FIG. 1, where the printing apparatus 100 corresponds to Proxy and Output Device, the printing service 101 corresponds to Infrastructure, and the client terminal corresponds to Client.

次に図2を用いて、印刷装置100の構成を説明する。 Next, the configuration of the printing apparatus 100 will be described using FIG.

CPU201はROM203が記憶している制御プログラムを読み出して、印刷装置100の動作を制御するための様々な処理を実行する。ROM203は、制御プログラムを記憶している。RAM202は、CPU201の主メモリ、ワークエリア等の一時記憶領域として用いられる。HDD204は、印刷データやスキャン画像等の様々なデータを記憶する。 The CPU 201 reads control programs stored in the ROM 203 and executes various processes for controlling the operation of the printing apparatus 100 . The ROM 203 stores control programs. A RAM 202 is used as a main memory of the CPU 201 and a temporary storage area such as a work area. The HDD 204 stores various data such as print data and scanned images.

なお、印刷装置100の場合、1つのCPU201が後述するフローチャートに示す各処理を実行するものとするが、他の態様であっても構わない。例えば、複数のCPUが協働して後述するフローチャートに示す各処理を実行するようにすることもできる。 Note that in the case of the printing apparatus 100, one CPU 201 is assumed to execute each process shown in a flowchart to be described later, but other modes may be used. For example, a plurality of CPUs may work together to execute each process shown in a flowchart to be described later.

印刷装置100は、外部装置から受信した印刷データやスキャナ213よって生成されたスキャン画像等に基づいて、プリンタ206によって印刷処理が実行される。スキャナ213は、原稿を読み取ってスキャン画像を生成する。スキャナ213によって生成されたスキャン画像は、プリンタ206によって印刷されたり、HDD204に記憶される。 In the printing apparatus 100 , the printer 206 executes print processing based on print data received from an external device, a scanned image generated by the scanner 213 , and the like. A scanner 213 reads a document and generates a scanned image. A scanned image generated by the scanner 213 is printed by the printer 206 or stored in the HDD 204 .

操作部209は、タッチパネル機能を有する液晶表示部やキーボードを備え、後述する各種画面を表示する。ユーザは、操作部209を介して印刷装置100に対して指示や情報を入力することができる。 An operation unit 209 includes a liquid crystal display unit having a touch panel function and a keyboard, and displays various screens to be described later. A user can input instructions and information to the printing apparatus 100 via the operation unit 209 .

無線LANチップ211は無線LAN通信で外部装置との通信を実現し、無線LANの接続種別として無線インフラや無線ダイレクトのような接続種別を有する。 The wireless LAN chip 211 realizes communication with an external device by wireless LAN communication, and has connection types such as wireless infrastructure and wireless direct as wireless LAN connection types.

有線LANインターフェース214は、PC端末等の外部装置との間で有線LANチップ215を介して有線LANで通信を実行する。 The wired LAN interface 214 communicates with an external device such as a PC terminal via a wired LAN chip 215 via a wired LAN.

<ソフトウェア構成>
図17は本実施形態における印刷装置100のソフトウェア構成の一例を示す簡略図であり、ROM203に記憶されたプログラムをRAM202に展開しCPU201がプログラムを実行することで実現されるソフトウェア構成である。1701はUI処理部であり、図14のようなジョブ一覧表示画面や、ジョブ履歴画面を表示するための画像を生成する。また、UI処理部1701は、ユーザからの「印刷」ボタンや「キャンセル」ボタン押下のイベントを、ジョブ処理部1703やネットワーク通信処理部1702に通知する。さらに、UI処理部1701は、ジョブ処理部1703からジョブ状況の変化に関する通知を受け取り、ジョブ一覧表示画面やジョブ履歴画面に反映する。1702はネットワーク通信処理部であり、印刷サービス101を提供するサーバなどの外部端末と無線LANや有線LANを通じてIPP等のネットワーク通信を行うための制御を行う。例えば印刷サービスから印刷ジョブを取得し、受信した画像データをジョブ処理部1703に転送する処理を行う。1703はジョブ処理部であり、受信した画像データを解釈し印字処理を実行する。また、ジョブの完了やエラーのイベントをUI処理部1701に通知する。
<Software configuration>
FIG. 17 is a simplified diagram showing an example of the software configuration of the printing apparatus 100 according to the present embodiment, which is realized by developing the program stored in the ROM 203 in the RAM 202 and executing the program by the CPU 201. FIG. A UI processing unit 1701 generates an image for displaying a job list display screen and a job history screen as shown in FIG. The UI processing unit 1701 also notifies the job processing unit 1703 and the network communication processing unit 1702 of an event in which the user presses a “print” button or a “cancel” button. Furthermore, the UI processing unit 1701 receives a notification about a change in job status from the job processing unit 1703, and reflects it on the job list display screen and the job history screen. A network communication processing unit 1702 controls network communication such as IPP with an external terminal such as a server that provides the print service 101 through a wireless LAN or a wired LAN. For example, it acquires a print job from a print service and transfers the received image data to the job processing unit 1703 . A job processing unit 1703 interprets received image data and executes print processing. Also, the UI processing unit 1701 is notified of job completion and error events.

また、不図示ではあるが、クライアント端末102にはHTMLのリクエストを送信しレスポンスで受信したHTMLに基づいて画面を表示するWebブラウザが備わっている。また、印刷サービス101には、印刷装置100を登録する機能と、クライアント端末102から印刷指定された印刷データを印刷ジョブに変換し、登録された複数台の印刷装置100の中から選択された印刷装置100に対し印刷ジョブを提供する機能を備える。更に、印刷サービス101はWebサーバ機能を有し、印刷サービス101に保存されているジョブ状況や印刷サービスの負荷状況などをWebブラウザ経由で参照および設定するためのユーザインタフェースを提供する。これらの機能もソフトウェア構成により提供される機能であり、そのソフトウェア構成はROMに記憶されたプログラムをRAMに展開しCPUがプログラムを実行することで実現される。 Although not shown, the client terminal 102 is equipped with a web browser that transmits an HTML request and displays a screen based on the HTML received as a response. The print service 101 also has a function for registering the printing apparatus 100, a function for converting print data designated for printing from the client terminal 102 into a print job, and a print job selected from among the plurality of registered printing apparatuses 100. It has the ability to provide print jobs to the device 100 . Further, the print service 101 has a web server function, and provides a user interface for referring to and setting job statuses saved in the print service 101 and load statuses of the print service via a web browser. These functions are also functions provided by a software configuration, and the software configuration is realized by expanding a program stored in ROM into RAM and executing the program by the CPU.

<ジョブ投入手順>
図4はクライアント端末102から印刷サービス101へ印刷データを投入するシーケンス図を示す。クライアント端末102には、印刷サービス101に対応したWebブラウザがインストールされており、Webブラウザの印刷メニューから印刷サービス101に登録された印刷装置を選択することができる。そしてユーザはクライアント端末102から印刷したい画像データを選択し(401)、その画像データのプロパティ画面から「印刷」を選択する(402)事で、クライアント端末から印刷サービス101へ印刷データが送信される(403)。IPPではPrint-JobオペレーションやCreate-Jobオペレーションによって印刷データが送信される。本オペレーションのRequesting-user-nameには、クライアント端末102を操作しているユーザを識別するためのユーザ情報が含まれる。これにより印刷サービス101は、クライアント端末102からどのユーザが印刷要求しているかを識別できる。印刷データを受信した印刷サービスは、印刷ジョブを生成して印刷サービス内の記憶領域に保存し、ジョブの処理状況をPending(待機中)状態として保持する(404)。
<Job Submission Procedure>
FIG. 4 shows a sequence diagram for inputting print data from the client terminal 102 to the print service 101. As shown in FIG. A web browser corresponding to the print service 101 is installed in the client terminal 102, and a printing device registered with the print service 101 can be selected from the print menu of the web browser. Then, the user selects image data to be printed from the client terminal 102 (401), selects "print" from the property screen of the image data (402), and the print data is transmitted from the client terminal to the print service 101. (403). In IPP, print data is transmitted by Print-Job operation or Create-Job operation. User information for identifying the user operating the client terminal 102 is included in Requesting-user-name of this operation. This allows the print service 101 to identify which user is requesting printing from the client terminal 102 . The print service that has received the print data creates a print job, saves it in a storage area within the print service, and holds the processing status of the job as a Pending state (404).

図14は印刷サービス101における処理状況を表示する画面の一例である。上述したとおり、印刷サービス101にWEBサーバが搭載されており、管理者はWEBサーバからログインして、印刷サービス101に保存されているジョブ状況や印刷サービスの負荷状況などをブラウザ経由で参照および設定することができる。クライアント端末102から印刷ジョブを受信すると、印刷ジョブが存在しない状態(A)から、クライアントから2つの印刷ジョブを受信した状態(B)に遷移する。この時、ジョブを受信した時刻をDate領域に、ジョブ状況をStatus領域に、ジョブに含まれるIPP属性のRequesting-user-nameをOwner領域に、IPP属性のJob-nameをJobName領域に示す。 FIG. 14 is an example of a screen displaying the processing status of the print service 101. As shown in FIG. As described above, a web server is installed in the print service 101, and the administrator logs in from the web server to refer to and set the job status and load status of the print service saved in the print service 101 via a browser. can do. When a print job is received from the client terminal 102, the state (A) in which no print job exists is changed to the state (B) in which two print jobs are received from the client. At this time, the time when the job was received is shown in the Date area, the job status is shown in the Status area, Requesting-user-name of the IPP attribute included in the job is shown in the Owner area, and Job-name of the IPP attribute is shown in the JobName area.

<ジョブ一覧表示手順>
次に、ユーザが印刷装置100を操作して印刷サービス101に保存されている印刷ジョブ一覧を表示する処理を図10のフローチャートを用いて説明する。まず、S1001においてユーザは印刷装置100にログインする。ログインは例えば図13(A)のように印刷装置100の操作部209からユーザIDおよびパスワードを入力してログインしたり、ユーザIDおよびパスワードが記憶されたカードを印刷装置100にタッチすることでログインする方法がある。ログインに成功すると、図13(B)のように、そのユーザに許可された操作アイコンが操作部209に表示され、ユーザは任意のアイコンを選択することで所望の操作を実現できる。本実施例のクラウドプリントは、図13(B)の「CloudPRINT」アイコンを選択する事で操作可能とする。「CloudPRINT」が押下されたら、図13(C)のジョブ一覧表示画面に遷移する。ここでは、ログインしたユーザの印刷ジョブ一覧が表示される。
<Job list display procedure>
Next, a process of displaying a print job list saved in the print service 101 by the user operating the printing apparatus 100 will be described with reference to the flowchart of FIG. First, the user logs into the printing apparatus 100 in S1001. For example, as shown in FIG. 13A, login is performed by entering a user ID and password from the operation unit 209 of the printing apparatus 100, or by touching the printing apparatus 100 with a card in which the user ID and password are stored. There is a way. When the login is successful, operation icons permitted for the user are displayed on the operation unit 209 as shown in FIG. 13B, and the user can select any icon to perform a desired operation. The cloud print of this embodiment can be operated by selecting the "CloudPRINT" icon in FIG. 13B. When "CloudPRINT" is pressed, the job list display screen shown in FIG. 13C is displayed. Here, a list of print jobs of the logged-in user is displayed.

内部的に印刷装置100のCPU201は、S1002において印刷サービス101に対してジョブ一覧取得要求を送信する。ジョブ一覧取得要求は、IPPのGet-JobsオペレーションやGet-Documentsオペレーションによって実現される。本オペレーションでは、My-Jobs属性をTrueとして、Requesting-user-nameやRequesting-uri属性にログインユーザのユーザ情報が格納される。これらの属性値と、印刷サービス101に保存されている印刷ジョブのユーザ属性の値が一致した印刷ジョブのみが印刷サービス101から印刷装置100に送信される。 The CPU 201 of the printing apparatus 100 internally transmits a job list acquisition request to the print service 101 in S1002. The job list acquisition request is implemented by the IPP Get-Jobs operation and Get-Documents operation. In this operation, the My-Jobs attribute is set to True, and the user information of the logged-in user is stored in the Requesting-user-name and Requesting-uri attributes. Only print jobs whose attribute values match the user attribute values of print jobs stored in the print service 101 are transmitted from the print service 101 to the printing apparatus 100 .

S1003において印刷ジョブの一覧を取得できた場合、S1004において、CPU201は取得したジョブ一覧を図13(C)のように操作部209に表示する。ここでは、印刷装置100にログイン中のユーザ「Alice」のジョブ一覧が表示される。そしてS1005において、CPU201はユーザの操作待ち状態となる。ユーザが任意のジョブを選択して「Print」を選択した場合、図11のフローチャートへ進み、「Cancel」を選択した場合、図12のフローチャートへ進む。なお、S1003において、印刷装置100のログインユーザに対応する印刷ジョブが印刷サービス101に登録されておらず、印刷ジョブの一覧が送信されなかった場合、又は図13(C)のジョブ一覧画面で「Back」が選択された場合、処理を終了する。 If the print job list can be acquired in S1003, the CPU 201 displays the acquired job list on the operation unit 209 as shown in FIG. 13C in S1004. Here, a job list of the user “Alice” who is logged in to the printing apparatus 100 is displayed. Then, in S1005, the CPU 201 enters a state of waiting for user's operation. If the user selects an arbitrary job and selects "Print", the process proceeds to the flowchart of FIG. 11, and if the user selects "Cancel", the process proceeds to the flowchart of FIG. In S1003, if the print job corresponding to the logged-in user of the printing apparatus 100 is not registered in the print service 101 and the print job list is not sent, or if the job list screen in FIG. Back" is selected, the process ends.

<印刷手順>
図5は印刷装置100が印刷サービス101からジョブを取得して印刷するまでのシーケンス図を示す。
<Print procedure>
FIG. 5 shows a sequence diagram from when the printing apparatus 100 acquires a job from the printing service 101 to printing.

ユーザは印刷装置100にログインし(500)、図13(B)に示すメニュー画面から「CloudPRINT」を選択すると、ジョブ一覧の取得要求が印刷サービス101へ送信される(502)。印刷サービス101は、受信したジョブ一覧の取得要求に対する応答として、印刷装置100のログインユーザに紐づけられた印刷ジョブの一覧を印刷装置100に送信する(503)。印刷装置100は受信した情報に基づいて図13(C)に示すジョブ一覧画面を表示する(504)。後述するように、図13(C)のジョブ一覧画面は、印刷ジョブの印刷指示、及びキャンセル指示をユーザから受付可能な画面である。ここまでは、前述した図10のS1001~S1004の処理を行うことにより実現される。 When the user logs into the printing apparatus 100 (500) and selects "CloudPRINT" from the menu screen shown in FIG. 13B, a job list acquisition request is transmitted to the printing service 101 (502). As a response to the received job list acquisition request, the print service 101 transmits a list of print jobs linked to the logged-in user of the printing apparatus 100 to the printing apparatus 100 (503). The printing apparatus 100 displays the job list screen shown in FIG. 13C based on the received information (504). As will be described later, the job list screen of FIG. 13C is a screen that can receive a print instruction and a cancel instruction of a print job from the user. The processes up to this point are realized by performing the processes of S1001 to S1004 in FIG. 10 described above.

図13(C)のジョブ一覧画面から印刷対象のジョブが選択された状態で「Print」が押下されると(505)、印刷装置100はジョブ一覧表示画面の該当ジョブのステータスを「Processing」状態に変更する(506)。このときの画面が図13(G)であり、2つの印刷ジョブのうちJobNameが「AA.pdf」の印刷ジョブのみステータスが「pending」から「processing」に変わっている。 When "Print" is pressed (505) while a job to be printed is selected from the job list screen of FIG. (506). The screen at this time is FIG. 13G, and the status of only the print job whose JobName is "AA.pdf" among the two print jobs has changed from "pending" to "processing".

次に、印刷装置100は、印刷サービス101に対してJobStatus=Processing(処理中)となるようジョブ状況の更新通知を送信する(507)。本オペレーションは、Update-Job-Statusオペレーションを送信することで実現される。本オペレーションを受信した印刷サービス101は該当ジョブのステータスを図14(C)のように「Processing」に変更する(508)。 Next, the printing apparatus 100 transmits a job status update notification to the print service 101 so that JobStatus=Processing (507). This operation is implemented by sending an Update-Job-Status operation. The print service 101 that receives this operation changes the status of the job to "Processing" as shown in FIG. 14C (508).

続いて、印刷装置100は、ユーザにより選択された印刷ジョブを印刷のために取得すべく、印刷サービス101に対してジョブ取得要求を送信する(509)。IPPでは、Fetch-Job、Acknowledge-Job,Feteh-Document,Acknowledge-Documentなどのオペレーションを使用してジョブ取得要求を行う。 Subsequently, the printing apparatus 100 transmits a job acquisition request to the print service 101 to acquire the print job selected by the user for printing (509). In IPP, a job acquisition request is made using operations such as Fetch-Job, Acknowledge-Job, Fetteh-Document, and Acknowledge-Document.

ジョブ取得要求を受信した印刷サービス101はジョブデータを印刷装置100へ送信し(510)、印刷装置100は、受信した印刷データに基づいて印刷処理を開始する(511)。印刷処理が正常に完了した場合、印刷装置100は、図13(H)のようにジョブ一覧表示画面の該当ジョブのステータスを「Completed」(完了)に変更する(512)。また、印刷処理が完了した時刻、結果、ユーザ名、ジョブ名をジョブ履歴として保存し、図13(I)のようにジョブ履歴画面を更新する(513)。 The print service 101 that has received the job acquisition request transmits job data to the printing apparatus 100 (510), and the printing apparatus 100 starts print processing based on the received print data (511). When the print processing is normally completed, the printing apparatus 100 changes the status of the job on the job list display screen to "Completed" (512) as shown in FIG. 13(H). Also, the time when the print processing is completed, the result, the user name, and the job name are saved as a job history, and the job history screen is updated as shown in FIG. 13I (513).

最後に印刷装置100は、印刷サービス101にJobStatus=CompletedとなるようUpdate-Job-Statusオペレーションを送信する(514)。本オペレーションを受信した印刷サービス101は、図14(D)のようにステータスを「Completed」に変更する(515)。 Finally, the printing device 100 sends an Update-Job-Status operation to the printing service 101 so that JobStatus=Completed (514). The print service 101 that receives this operation changes the status to "Completed" as shown in FIG. 14D (515).

以上の処理により、クライアント端末102から印刷サービス101に送信された印刷データを、印刷装置100が取得して印刷を行うことができる。 Through the above processing, the print data transmitted from the client terminal 102 to the print service 101 can be acquired by the printing apparatus 100 and printed.

<本発明で提案するジョブキャンセル手順>
図6は印刷サービス101へ登録された印刷ジョブを印刷装置100で印刷を開始することなくキャンセル(消去)するシーケンス図を示す。図6の601~604までは、図5の501~504までと同様であるため、説明を省略する。
<Job cancellation procedure proposed by the present invention>
FIG. 6 shows a sequence diagram for canceling (deleting) a print job registered in the print service 101 without starting printing on the printing apparatus 100 . Since 601 to 604 in FIG. 6 are the same as 501 to 504 in FIG. 5, description thereof is omitted.

図13(C)のジョブ一覧画面から少なくとも一つのジョブが選択された状態で「Cancel」が押下されると(605)、印刷装置100はジョブ一覧表示画面の該当ジョブの処理状況を「Cancelling」(キャンセル中)状態に変更する(606)。このときの画面が図13(D)であり、2つの印刷ジョブのうちJobNameが「AA.pdf」の印刷ジョブのみステータスが「pending」から「Cancelling」に変わっている。 When "Cancel" is pressed (605) with at least one job selected from the job list screen of FIG. (606) is changed to the (canceling) state. The screen at this time is FIG. 13D, and the status of only the print job whose JobName is "AA.pdf" among the two print jobs has changed from "pending" to "Cancelling".

次に、印刷装置100は印刷サービス101に対して、JobStatusがProcessingとなるようにUpdate-Job-Statusオペレーションを送信する(607)。本オペレーションを受信した印刷サービス101は該当ジョブのステータスを図14(C)のように「Processing」状態に変更する(608)。 Next, the printing apparatus 100 transmits an Update-Job-Status operation to the print service 101 so that the JobStatus becomes Processing (607). The print service 101 that receives this operation changes the status of the job to "Processing" as shown in FIG. 14C (608).

続いて、印刷装置100は、キャンセル対象として選択された印刷ジョブに対応する印刷データを取得すべく、印刷サービス101に対してジョブ取得要求を送信する(609)。IPPでは、Fetch-Job、Acknowledge-Job,Feteh-Document,Acknowledge-Documentなどのオペレーションを使用してジョブ取得要求を行う。 Subsequently, the printing apparatus 100 transmits a job acquisition request to the print service 101 in order to acquire print data corresponding to the print job selected to be canceled (609). In IPP, a job acquisition request is made using operations such as Fetch-Job, Acknowledge-Job, Fetteh-Document, and Acknowledge-Document.

ジョブ取得要求を受信した印刷サービス101はジョブデータを印刷装置100へ送信する(610)。印刷装置100は、受信した印刷データに基づく印刷処理を実行することなく、ネットワーク層で読み捨て破棄する(611)。内部的にはネットワーク通信処理部1702において受信した画像データを破棄し、ジョブ処理部1703には画像データを転送しない。そして、印刷は図13(E)のようにジョブ状況画面から該当のジョブを消去する。また、この時、図13(F)のようにジョブ履歴にも一切ジョブの印刷処理を行った形跡が残らないようにする。 The print service 101 that has received the job acquisition request transmits job data to the printing apparatus 100 (610). The printing apparatus 100 reads and discards the received print data in the network layer without executing print processing based on the received print data (611). Internally, the image data received by the network communication processing unit 1702 is discarded, and the image data is not transferred to the job processing unit 1703 . For printing, the corresponding job is deleted from the job status screen as shown in FIG. 13(E). Also, at this time, as shown in FIG. 13F, no trace of the print processing of the job remains in the job history.

最後に印刷装置100は、印刷サービス101に対して、JobStatusがCancelled(キャンセル完了)となるようにUpdate-Job-Statusオペレーションを送信する(612)。本オペレーションを受信した印刷サービス101は、該当ジョブのステータスを図14(E)のように「Cancelled」に変更する(613)。 Finally, the printing apparatus 100 sends an Update-Job-Status operation to the print service 101 so that the JobStatus becomes Canceled (cancellation completed) (612). The print service 101 that receives this operation changes the status of the job to "Cancelled" as shown in FIG. 14E (613).

以上のように印刷装置100で印刷実行前にキャンセルが選択された場合、印刷サービス101から該当するジョブを取得して内部的に読み捨てることで疑似的に印刷サービス101上のジョブをキャンセルすることができる。よって、IPP-Infraのように印刷装置でのCancel-Jobオペレーションが禁止されているプロトコルでも、キャンセルオペレーションが許可されているプロトコルと同様の操作手順でキャンセルすることが可能となる。 As described above, when cancel is selected before execution of printing in the printing apparatus 100, the corresponding job is acquired from the print service 101 and discarded internally, thereby pseudo-cancelling the job on the print service 101. can be done. Therefore, even a protocol such as IPP-Infra, in which the Cancel-Job operation is prohibited in the printing apparatus, can be canceled by the same operation procedure as the protocol in which the cancel operation is permitted.

<その他のジョブキャンセル手順>
本発明で提案する以外にもジョブキャンセル手順の方法がある。例えば、図7のように印刷サービス101の管理者が印刷サービス101にアクセスして、印刷サービス101に保存されているジョブを直接指定して削除する方法がある。この場合、管理者権限を有するユーザであれば誰でも操作可能である。
<Other Job Cancellation Procedures>
There are other job cancellation procedure methods than those proposed by the present invention. For example, as shown in FIG. 7, there is a method in which an administrator of the print service 101 accesses the print service 101, directly designates a job saved in the print service 101, and deletes the job. In this case, any user with administrator authority can operate.

具体的には、管理者がPC等のWebブラウザを用いて印刷サービス101のWebサーバにログインし(701)、ジョブの一覧を表示させる(702)。このときの画面が図14(B)である。そして、図14(B)のように表示されたジョブ一覧の中からキャンセル対象のジョブを選択して「Cancel」を押下すると(703)、印刷サービス101上でキャンセル処理が行われる(704)。そして、印刷サービス101は、図14(F)のように該当ジョブのステータスを「Cancelled」に変更する(705)。 Specifically, the administrator logs in to the web server of the print service 101 using a web browser such as a PC (701), and displays a list of jobs (702). The screen at this time is shown in FIG. Then, when a job to be canceled is selected from the job list displayed as shown in FIG. 14B and "Cancel" is pressed (703), cancellation processing is performed on the print service 101 (704). Then, the print service 101 changes the status of the job to "Cancelled" as shown in FIG. 14F (705).

また、他には図8のようにクライアント端末102からジョブキャンセルする方法がある。具体的には、ジョブ投入したユーザが操作するクライアント端末102から、印刷サービス101に保存されているジョブ状況をスプーラ等で確認する(801、802、803)。そしてユーザはキャンセルしたいジョブを選択して、キャンセル指示をする事で(804)、クライアント端末102から印刷サービス101に対してCancel-Jobsオペレーションが送信される(805)。クライアント端末102は該当するジョブのステータスを「Cancelling」に変更し(806)、印刷サービス101でキャンセル処理が行われる(807)。クライアント端末102は印刷サービス101からキャンセル完了の通知を受信すると(808)、該当するジョブのステータスを「Cancelled」に変更する。また、印刷サービス101も、キャンセル処理が完了すると、該当ジョブのステータスを「Cancelled」に変更する。前述の通り、IPP-Infraの規定ではClientからのキャンセルオペレーションは許可されているので、本操作が可能となる。また、Cancel-Jobsオペレーションではなくても、Cancel-My-JobsやCancel-Job等のキャンセル系オペレーションでもよい。キャンセルオペレーションを受信した印刷サービス101は図14(F)のように該当ジョブのステータスを「Cancelled」状態に変更する。 In addition, there is another method of canceling a job from the client terminal 102 as shown in FIG. Specifically, from the client terminal 102 operated by the user who submitted the job, the job status saved in the print service 101 is confirmed by a spooler or the like (801, 802, 803). Then, the user selects a job to be canceled and gives a cancellation instruction (804), and the client terminal 102 transmits a Cancel-Jobs operation to the print service 101 (805). The client terminal 102 changes the status of the corresponding job to "Cancelling" (806), and the print service 101 performs cancellation processing (807). When the client terminal 102 receives the notification of cancellation completion from the print service 101 (808), it changes the status of the corresponding job to "Cancelled". The print service 101 also changes the status of the job to "Cancelled" when the cancel process is completed. As described above, the IPP-Infra regulations permit a cancel operation from the client, so this operation is possible. Also, instead of the Cancel-Jobs operation, a cancel-type operation such as Cancel-My-Jobs or Cancel-Job may be used. The print service 101 that has received the cancel operation changes the status of the job to "Cancelled" as shown in FIG. 14F.

<印刷処理を開始した後にジョブをキャンセルする手順>
図6~8では、印刷サービス101に保存された印刷ジョブを、印刷開始することなくキャンセルする例について説明した。図9は、印刷装置100による印刷を開始した後、印刷処理途中にキャンセル(中止)するシーケンスを示す。なお、印刷開始するまでの処理である901~911は図5の501~511と同様の処理であるため説明を省略する。
<Procedure for canceling a job after starting print processing>
6 to 8 illustrate examples of canceling a print job saved in the print service 101 without starting printing. FIG. 9 shows a sequence in which printing by the printing apparatus 100 is canceled (stopped) during the printing process after starting printing. Note that processing 901 to 911 up to the start of printing is the same as processing 501 to 511 in FIG. 5, so description thereof will be omitted.

印刷装置100で印刷処理(911)を開始した後、図13(G)のように印刷中のジョブに対して、ユーザが操作部209から「Cancel」を選択する(912)。印刷装置100は該当ジョブのステータスを「Cancelling」状態に変更(913)すると共に、キャンセル処理を行う(914)。内部的にはネットワーク通信処理部1702からジョブ処理部1703に対して転送された画像データに対して、ジョブ処理部1703においてジョブキャンセルが実行される。キャンセル処理が完了すると、印刷装置100は図13(J)のように該当ジョブのステータスを「Cancelled」状態に変更する(915)。また、キャンセル処理が完了した時刻、結果、ユーザ名やジョブ名をジョブ履歴として記録し、図13(K)のようにジョブ履歴画面を更新する(916)。 After starting print processing (911) in the printing apparatus 100, the user selects "Cancel" from the operation unit 209 for the job being printed as shown in FIG. 13G (912). The printing apparatus 100 changes the status of the job to "Cancelling" (913) and performs cancellation processing (914). Internally, the job processing unit 1703 cancels the image data transferred from the network communication processing unit 1702 to the job processing unit 1703 . When the cancellation process is completed, the printing apparatus 100 changes the status of the job to "Cancelled" as shown in FIG. 13J (915). Also, the time when the cancellation process is completed, the result, the user name and the job name are recorded as a job history, and the job history screen is updated as shown in FIG. 13K (916).

最後に、印刷装置100は印刷サービス101に対して、JobStatus=CancelledとなるようにUpdate-Job-Statusオペレーションを送信する(917)。本オペレーションを受信した印刷サービス101は、図14(E)のようにステータスを「Cancelled」に変更する(918)。 Finally, the printing apparatus 100 sends an Update-Job-Status operation to the print service 101 so that JobStatus=Cancelled (917). The print service 101 that has received this operation changes the status to "Cancelled" as shown in FIG. 14E (918).

本操作の場合、キャンセルするまでに何枚か印刷処理が完了し排紙されてしまう場合がある。また、ジョブ履歴にはキャンセルの履歴が残る、複数ジョブを同時にキャンセルしたい場合に手間がかかる等の問題があり、印刷サービス101側のジョブを消去したいという目的の場合には適切でない操作になる可能性がある。 In the case of this operation, some sheets may be printed and ejected before canceling. In addition, there are problems such as the cancellation history remaining in the job history and the need to cancel multiple jobs at the same time. have a nature.

そこで、本発明では、上述した図6のような方法を採ることにより、上記のような問題を生じさせることなく、印刷サービス101上のジョブを印刷装置100からキャンセルすることができる。 Therefore, in the present invention, by adopting the method shown in FIG. 6, the job on the print service 101 can be canceled from the printing apparatus 100 without causing the above problem.

<印刷装置100における印刷ジョブ実行のフロー>
図13(C)に示すジョブ一覧画面からユーザにより選択された印刷ジョブの実行を行う際の印刷装置100のフローチャートについて、図11を用いて説明する。
<Flow of Print Job Execution in Printing Apparatus 100>
A flowchart of the printing apparatus 100 when executing a print job selected by the user from the job list screen shown in FIG. 13C will be described with reference to FIG.

S1101において、ジョブ一覧画面から「Print」が選択されたことを検知したCPU201は、ジョブ一覧画面の該当ジョブのステータスを「Processing」状態に変更する(図13(G)参照)。そして、S1102において、CPU201は印刷サービス101に対してJobStatus=ProcessingとなるようUpdate-Job-Statusオペレーションを送信する。 In step S1101, the CPU 201 that has detected that "Print" has been selected from the job list screen changes the status of the corresponding job on the job list screen to "Processing" (see FIG. 13G). In step S1102, the CPU 201 transmits an Update-Job-Status operation to the print service 101 so that JobStatus=Processing.

次に、S1103においてCPU201は、印刷サービス101に対してジョブ取得要求を送信する。IPPでは、Fetch-Job、Acknowledge-Job,Feteh-Document,Acknowledge-Documentなどのオペレーションを使用してジョブ取得要求を行う。S1104で回線の不安定や切断などによりジョブの取得が失敗した場合、CPU201はジョブ取得要求を再送する。なお、図示していないが、ジョブ取得要求を所定回数送信してもジョブの取得に成功しない場合、本フローチャートの処理をエラー終了する。 In step S<b>1103 , the CPU 201 transmits a job acquisition request to the print service 101 . In IPP, a job acquisition request is made using operations such as Fetch-Job, Acknowledge-Job, Fetteh-Document, and Acknowledge-Document. In S1104, if job acquisition fails due to line instability or disconnection, the CPU 201 resends the job acquisition request. Although not shown, if the job acquisition request is sent a predetermined number of times and the job acquisition is not successful, the processing of this flowchart ends with an error.

S1104でジョブの取得に成功した場合、CPU201はS1105において印刷処理を開始する。内部的にはネットワーク通信処理部1702からジョブ処理部1703に画像データが転送され、ジョブ処理部1703において印刷処理が開始される。 If the job acquisition is successful in S1104, the CPU 201 starts print processing in S1105. Internally, image data is transferred from the network communication processing unit 1702 to the job processing unit 1703, and print processing is started in the job processing unit 1703. FIG.

S1106において印刷処理が正常に完了した場合、S1107においてCPU201は、図13(H)のようにジョブ一覧画面の該当ジョブのステータスを「Completed」に変更する。また、CPU201はS1108において印刷処理が完了した時刻、結果、ユーザ名、ジョブ名をログとして保存する。そして、S1109においてCPU201は、印刷サービス101にJobStatus=CompletedとなるようUpdate-Job-Statusオペレーションを送信する。 If the print processing is normally completed in S1106, in S1107 the CPU 201 changes the status of the job on the job list screen to "Completed" as shown in FIG. 13H. In step S1108, the CPU 201 saves the print processing completion time, result, user name, and job name as a log. In step S1109, the CPU 201 transmits an Update-Job-Status operation to the print service 101 so that JobStatus=Completed.

S1106において、図13(G)の画面で印刷中のジョブに対してユーザが操作部209から「Cancel」を選択したことをCPU201が検知すると、CPU201は該当ジョブのキャンセル処理を実行する(S1114)。内部的には、ネットワーク通信処理部1702からジョブ処理部1703に転送された画像データに対して、ジョブ処理部1703においてジョブキャンセルが実行される。S1115においてCPU201は、図13(J)のように該当ジョブのステータスを「Cancelled」状態に変更する。また、S1116においてCPU201は、ジョブ履歴にキャンセル処理が完了した時刻、結果、ユーザ名やジョブ名をログとして記録する。そして、S1117においてCPU201は印刷サービス101に対して、JobStatusがCancelledとなるようにUpdate-Job-Statusオペレーションを送信する。 In S1106, when the CPU 201 detects that the user has selected "Cancel" from the operation unit 209 for the job being printed on the screen of FIG. 13G, the CPU 201 executes cancellation processing of the job (S1114). . Internally, the job processing unit 1703 cancels the image data transferred from the network communication processing unit 1702 to the job processing unit 1703 . In S1115, the CPU 201 changes the status of the job to "Cancelled" as shown in FIG. 13J. Further, in S1116, the CPU 201 records the time when the cancel process was completed, the result, the user name, and the job name as a log in the job history. In step S1117, the CPU 201 transmits an Update-Job-Status operation to the print service 101 so that the JobStatus becomes Canceled.

また、S1106において、印刷処理中に描画エラーなどが発生し異常終了した場合は、S1110においてCPU201はエラー処理を行う。S1111においてCPU201は、図13(L)のように該当ジョブのステータスを「Aborted」状態に変更する。また、S1112においてCPU201は、ジョブ履歴にキャンセル処理が完了した時刻、結果、ユーザ名やジョブ名をログとして記録する。そして、S1113においてCPU201は印刷サービス101に対して、JobStatusがCancelledとなるようにUpdate-Job-Statusオペレーションを送信する。この場合、印刷サービス101側でも印刷装置100側にもエラーとして履歴にログ保存される。 Also, in S1106, if a drawing error or the like occurs during print processing and the print processing ends abnormally, the CPU 201 performs error processing in S1110. In S1111, the CPU 201 changes the status of the job to "Aborted" as shown in FIG. 13L. In step S<b>1112 , the CPU 201 records the time when the cancellation process was completed, the result, the user name, and the job name as a log in the job history. In step S1113, the CPU 201 transmits an Update-Job-Status operation to the print service 101 so that the JobStatus becomes Canceled. In this case, both the print service 101 side and the printing apparatus 100 side log the error as an error in the history.

<印刷装置100における印刷ジョブキャンセルのフロー>
図13(C)に示すジョブ一覧画面からユーザにより選択された印刷ジョブをキャンセルする際の印刷装置100のフローチャートについて、図12を用いて説明する。
<Print Job Cancellation Flow in Printing Apparatus 100>
A flowchart of the printing apparatus 100 when canceling a print job selected by the user from the job list screen shown in FIG. 13C will be described with reference to FIG.

まず、S1201において、ジョブ一覧画面から「Cancel」が選択されたことを検知したCPU201は、ジョブ一覧画面の該当ジョブのステータスを「Cancelling」に変更する(図13(D)参照)。なお、ジョブ状況一覧からキャンセルするジョブを選択する際、1つのジョブを選択してもよいし、複数のジョブを同時に選択してもよい。 First, in step S1201, the CPU 201 that detects that "Cancel" has been selected from the job list screen changes the status of the corresponding job on the job list screen to "Cancelling" (see FIG. 13D). Note that when selecting a job to be canceled from the job status list, one job may be selected, or a plurality of jobs may be selected at the same time.

次に、S1202において、CPU201は印刷サービス101に対して、JobStatusがProcessingとなるようにUpdate-Job-Statusオペレーションを送信する。次に、S1203においてCPU201は、印刷サービス101に対してキャンセル対象のジョブのジョブ取得要求を送信する。IPPでは、Fetch-Job、Acknowledge-Job,Feteh-Document,Acknowledge-Documentなどのオペレーションを使用してジョブ取得要求を行う。S1204で回線の不安定や切断などにより画像データ転送が失敗した場合、CPU201はジョブ取得要求を再送する。なお、図示していないが、ジョブ取得要求を所定回数送信してもジョブの取得に成功しない場合、本フローチャートの処理をエラー終了する。 Next, in step S1202, the CPU 201 transmits an Update-Job-Status operation to the print service 101 so that the JobStatus becomes Processing. Next, in step S<b>1203 , the CPU 201 transmits a job acquisition request for the job to be canceled to the print service 101 . In IPP, a job acquisition request is made using operations such as Fetch-Job, Acknowledge-Job, Fetteh-Document, and Acknowledge-Document. In S1204, if image data transfer fails due to line instability or disconnection, the CPU 201 retransmits the job acquisition request. Although not shown, if the job acquisition request is sent a predetermined number of times and the job acquisition is not successful, the processing of this flowchart ends with an error.

S1204においてジョブの取得に成功した場合、CPU201は、S1205において受信した画像データを印刷処理せずネットワーク層で読み捨て破棄する。内部的には、ネットワーク通信処理部1702において受信した画像データを削除する。つまり、ネットワーク通信処理部1702からジョブ処理部1703に画像データを転送しない。そして、S1206においてCPU201は図13(E)のようにジョブ一覧画面から該当のジョブを消去する。また、この時、図13(F)のようにジョブ履歴にも一切ジョブを印刷処理した形跡が残らないようにする。 If the job acquisition is successful in S1204, the CPU 201 does not print the received image data in S1205, but discards the received image data in the network layer. Internally, the image data received by the network communication processing unit 1702 is deleted. In other words, image data is not transferred from the network communication processing unit 1702 to the job processing unit 1703 . Then, in S1206, the CPU 201 deletes the job from the job list screen as shown in FIG. 13E. Also, at this time, as shown in FIG. 13F, no trace of the print processing of the job remains in the job history.

最後にS1207においてCPU201は印刷サービス101に対して、JobStatusがCancelledとなるようにUpdate-Job-Statusオペレーションを送信する。 Finally, in step S1207, the CPU 201 transmits an Update-Job-Status operation to the print service 101 so that JobStatus becomes Canceled.

なお、Update-Job-StatusオペレーションでCancelledを送信しても印刷サービス101側でジョブが消えない場合は、Abortedを送信してもよい。どのステータスで印刷サービス101側のジョブが消去されるかで、送信するステータスを切り換えても可能としてもよい。 If the job does not disappear on the print service 101 side even if Canceled is sent in the Update-Job-Status operation, Aborted may be sent. It may be possible to switch the transmission status depending on which status the job on the print service 101 side is deleted.

以上のように、印刷装置100で印刷開始前にキャンセルが選択された場合、印刷サービス101から該当する印刷データを取得し、ネットワーク通信処理部1702にて読み捨てることで、疑似的に印刷サービス101上のジョブをキャンセルすることができる。よって、IPP-Infraのように印刷装置からのCancel-Jobオペレーションが禁止されているプロトコルでも、印刷処理を開始する前に印刷装置から印刷サービス101上のジョブを消去することが可能となる。 As described above, when cancel is selected before printing is started in the printing apparatus 100, the corresponding print data is acquired from the print service 101, and the network communication processing unit 1702 discards the print data. You can cancel the above jobs. Therefore, even with a protocol such as IPP-Infra that prohibits the Cancel-Job operation from the printing apparatus, it is possible to delete the job on the print service 101 from the printing apparatus before starting print processing.

(実施形態2)
次に第2の実施形態について説明する。本実施形態では、印刷サービス101側でキャンセルのジョブ状況を受信したら、印刷サービス101がジョブをキャンセルする機能を搭載する前提で説明をする。図15は本実施例における印刷装置100のフローチャートである。また、図16は本実施例におけるシーケンス図を示す。1601~1604までの処理は、図5の501~504、図6の610~604、図9の901~904と同様の処理であるため、説明を省略する。
(Embodiment 2)
Next, a second embodiment will be described. This embodiment will be described on the premise that the print service 101 has a function of canceling the job when the print service 101 receives a canceled job status. FIG. 15 is a flow chart of the printing apparatus 100 in this embodiment. Also, FIG. 16 shows a sequence diagram in this embodiment. The processing from 1601 to 1604 is the same processing as 501 to 504 in FIG. 5, 610 to 604 in FIG. 6, and 901 to 904 in FIG. 9, so the description is omitted.

ジョブ一覧画面からジョブが選択された状態で「Cancel」が押下され(1605)、それを検知したCPU201は、ジョブ一覧画面の該当ジョブのステータスを「Cancelling」状態に変更する(S1501、1606)。所定時間後、CPU201は、ジョブ一覧画面の該当ジョブのステータスを「Cancellied」状態に変更する(S1502、1607)。 "Cancel" is pressed while a job is selected from the job list screen (1605), and the CPU 201 detects this and changes the status of the corresponding job on the job list screen to "Cancelling" (S1501, 1606). After a predetermined period of time, the CPU 201 changes the status of the corresponding job on the job list screen to "Cancelled" (S1502, 1607).

次にS1503において、CPU201は印刷サービス101に対して、JobStatus=CancelledとなるようUpdate-Job-Statusオペレーションを送信する(1608)。本オペレーションを受信した印刷サービス101は、このジョブが印刷装置100でキャンセルされたと判断して、印刷サービス側の記憶領域からもジョブをキャンセルして消去する(1609)。そして印刷サービス101は該当ジョブのステータスを「Cancelled」に変更する。 Next, in S1503, the CPU 201 transmits an Update-Job-Status operation to the print service 101 so that JobStatus=Cancelled (1608). Upon receiving this operation, the print service 101 determines that this job has been canceled by the printing apparatus 100, and cancels and deletes the job from the storage area of the print service as well (1609). The print service 101 then changes the status of the job to "Cancelled".

本実施形態によれば、実施形態1のように印刷装置100が印刷サービス101からジョブを取得しなくても、ジョブ状況だけを通知すれば良いので、印刷装置側の処理負担は軽減される。 According to this embodiment, even if the printing apparatus 100 does not acquire a job from the printing service 101 as in the first embodiment, only the job status needs to be notified, thus reducing the processing load on the printing apparatus side.

(実施形態3)
次に第3の実施形態について図18を用いて説明する。第1の実施形態では、印刷開始前にユーザからキャンセル指示を受け付けた場合、内部的にネットワーク通信処理部1702で受信した画像データを読み捨て、ジョブ処理部1703には画像データが転送されなかった。本実施例では、ネットワーク通信処理部1702では受信した画像データを読み捨てることなく、ジョブ処理部1703に画像データを転送後、ジョブ処理部1703でキャンセルする例について説明する。
(Embodiment 3)
A third embodiment will now be described with reference to FIG. In the first embodiment, when a cancel instruction is received from the user before printing starts, the image data received by the network communication processing unit 1702 is discarded internally, and the image data is not transferred to the job processing unit 1703 . In this embodiment, an example will be described in which the network communication processing unit 1702 does not discard the received image data, and after transferring the image data to the job processing unit 1703, the job processing unit 1703 cancels the image data.

図18は本実施例におけるシーケンス図を示す。1801~1810の処理は図6の601~610の処理と同様であるため、説明を省略する。 FIG. 18 shows a sequence diagram in this embodiment. Since the processing of 1801 to 1810 is the same as the processing of 601 to 610 in FIG. 6, the explanation is omitted.

1810で印刷サービス101からの画像データ取得に成功したCPU201は、印刷処理を開始するが、すぐにキャンセル処理を実施する。内部的には、ネットワーク通信処理部1702からジョブ処理部1703に画像データが転送され、ジョブ処理部1703が印刷処理とキャンセル処理を実行する。 The CPU 201 that has successfully acquired image data from the print service 101 in 1810 starts print processing, but immediately executes cancellation processing. Internally, image data is transferred from the network communication processing unit 1702 to the job processing unit 1703, and the job processing unit 1703 executes print processing and cancellation processing.

印刷装置100は、受信した画像データに基づいて印刷処理を開始すると共に(1811)、ジョブ一覧画面における該当ジョブのステータスを「Cancelling」状態に変更する(1812)。更に印刷装置100は、該当ジョブのキャンセル処理を行う(1813)。キャンセル処理が完了すると、ジョブ一覧画面における該当ジョブのステータスを「Cancelled」に変更し(1814)、キャンセルジョブとしてジョブ履歴にログ保存する(1815)。最後に印刷装置100は、印刷サービス101に対して、JobStatusがCancelledとなるようにUpdate-Job-Statusオペレーションを送信する(1816)。本オペレーションを受信した印刷サービス101は、該当ジョブのステータスを「Cancelled」に変更する(1817)。 The printing apparatus 100 starts print processing based on the received image data (1811), and changes the status of the job on the job list screen to "Cancelling" (1812). Further, the printing apparatus 100 performs cancellation processing for the job (1813). When the cancellation process is completed, the status of the job in question on the job list screen is changed to "Cancelled" (1814), and the job is logged as a canceled job and saved in the job history (1815). Finally, the printing apparatus 100 sends an Update-Job-Status operation to the print service 101 so that the JobStatus becomes Canceled (1816). The print service 101 that receives this operation changes the status of the job to "Cancelled" (1817).

本実施形態によれば、第1の実施形態と同様に、IPP-Infraのように印刷装置からのジョブキャンセルが禁止されているプロトコルでも、印刷処理を開始する前に印刷装置から印刷サービス101上のジョブを消去することが可能となる。 According to the present embodiment, as in the first embodiment, even with a protocol such as IPP-Infra that prohibits job cancellation from the printing apparatus, before starting print processing, the printing apparatus sends a request to the print service 101. can be deleted.

<プッシュ印刷の場合のジョブキャンセル>
上述した第1~第3の実施形態では、印刷装置100においてユーザが印刷指示を行うと、印刷サービス101から印刷データを取得して印刷する「プル印刷」を例にして説明した。ここでは、印刷装置100においてユーザが印刷指示を行うことなく、印刷サービス101から自動的に印刷データを取得して印刷する「プッシュ印刷」におけるジョブキャンセルについて説明する。プッシュ印刷の場合、ユーザがクライアント端末102から印刷サービス101へ印刷データを投入すると、即時に印刷装置100にジョブ投入の通知が行われ印刷処理まで実行される。そのため、プル印刷の場合と異なり、即時印刷することが可能となる。
<Job cancellation for push printing>
In the above-described first to third embodiments, "pull printing", in which print data is obtained from the print service 101 and printed when a user issues a print instruction in the printing apparatus 100, has been described as an example. Job cancellation in “push printing” in which print data is automatically acquired from the print service 101 and printed without the user giving a print instruction in the printing apparatus 100 will be described here. In the case of push printing, when the user inputs print data from the client terminal 102 to the print service 101, the printing apparatus 100 is immediately notified of the job input, and the printing process is executed. Therefore, unlike pull printing, immediate printing is possible.

図19は、プッシュ印刷のシーケンス図を示す。クライアント端末102から印刷サービス101へ印刷データが投入されるまでの処理1901~1903は図4の401~403と同様である。 FIG. 19 shows a sequence diagram of push printing. Processing 1901 to 1903 until print data is input from the client terminal 102 to the print service 101 is the same as 401 to 403 in FIG.

印刷サービス101がクライアント端末102から印刷データを受信したら、印刷ジョブを生成すると共に、印刷装置100に対して印刷ジョブが投入されたことをプッシュ通知する(1904)。なお、印刷サービス101からオフィスやホームに存在する印刷装置100にプッシュ通知を行うため、常時接続やロングポーリングなどセッションを継続して確立するプロトコルが使用されている前提となる。印刷ジョブの通知を受信した印刷装置100は、ジョブ一覧表示画面の該当ジョブのステータスを「Processing」状態に変更する(1905)。 When the print service 101 receives the print data from the client terminal 102, it generates a print job and notifies the printing apparatus 100 that the print job has been submitted (1904). Since the print service 101 sends a push notification to the printing apparatus 100 in the office or home, it is assumed that a protocol such as constant connection or long polling for continuously establishing a session is used. The printing apparatus 100 that has received the notification of the print job changes the status of the corresponding job on the job list display screen to "Processing" (1905).

次に、印刷装置100は、印刷サービス101に対してJobStatus=Processingとなるようジョブ状況の更新通知を送信する(1906)。本オペレーションは、Update-Job-Statusオペレーションを送信することで実現される。本オペレーションを受信した印刷サービス101は該当ジョブのステータスを「Processing」に変更する(1907)。 Next, the printing apparatus 100 transmits a job status update notification to the print service 101 so that JobStatus=Processing (1906). This operation is implemented by sending an Update-Job-Status operation. The print service 101 that receives this operation changes the status of the job to "Processing" (1907).

続いて、印刷装置100は、投入された印刷ジョブを印刷のために取得すべく、印刷サービス101に対してジョブ取得要求を送信する(1908)。IPPでは、Fetch-Job、Acknowledge-Job,Feteh-Document,Acknowledge-Documentなどのオペレーションを使用してジョブ取得要求を行う。 Subsequently, the printing apparatus 100 transmits a job acquisition request to the print service 101 to acquire the input print job for printing (1908). In IPP, a job acquisition request is made using operations such as Fetch-Job, Acknowledge-Job, Fetteh-Document, and Acknowledge-Document.

ジョブ取得要求を受信した印刷サービス101はジョブデータを印刷装置100へ送信し(1909)、印刷装置100は、受信した印刷データに基づいて印刷処理を開始する(1910)。印刷処理が正常に完了した場合、印刷装置100は、ジョブ一覧表示画面の該当ジョブのステータスを「Completed」に変更する(1911)。また、印刷処理が完了した時刻、結果、ユーザ名、ジョブ名をジョブ履歴として保存する(1912)。 The print service 101 that has received the job acquisition request transmits job data to the printing apparatus 100 (1909), and the printing apparatus 100 starts print processing based on the received print data (1910). When the print processing is normally completed, the printing apparatus 100 changes the status of the corresponding job on the job list display screen to "Completed" (1911). Also, the time when the print processing is completed, the result, the user name, and the job name are saved as a job history (1912).

最後に印刷装置100は、印刷サービス101にJobStatus=CompletedとなるようUpdate-Job-Statusオペレーションを送信する(1913)。本オペレーションを受信した印刷サービス101は、該当ジョブのステータスを「Completed」に変更する(1914)。 Finally, the printing apparatus 100 sends an Update-Job-Status operation to the print service 101 so that JobStatus=Completed (1913). The print service 101 that receives this operation changes the status of the job to "Completed" (1914).

以上の処理によって、IPP-Infraの構成を使用したプッシュ印刷が可能となる。 The above processing enables push printing using the IPP-Infra configuration.

次に、プッシュ印刷においてジョブをキャンセルするシーケンスを図20に示す。プッシュ印刷の場合、ユーザによる印刷装置100での印刷指示なしで印刷が開始されるため、印刷開始前にキャンセルすることはできない。よって、図9の処理と同様に、印刷開始後にキャンセルすることとなる。印刷が開始されるまでの処理である2001~2010は図19の1901~1910と同様である。 Next, FIG. 20 shows a sequence for canceling a job in push printing. In the case of push printing, since printing is started without a user giving a print instruction to the printing apparatus 100, it cannot be canceled before printing is started. Therefore, as in the processing of FIG. 9, the printing is canceled after the start of printing. Processes 2001 to 2010 up to the start of printing are the same as 1901 to 1910 in FIG.

印刷装置100で印刷処理(2010)を開始した後、印刷中のジョブに対して、ユーザが操作部209から「Cancel」を選択する(2011)。印刷装置100は該当ジョブのステータスを「Cancelling」状態に変更(2012)すると共に、キャンセル処理を行う(2013)。内部的にはネットワーク通信処理部1702からジョブ処理部1703に対して転送された画像データに対して、ジョブ処理部1703においてジョブキャンセルが実行される。 After starting print processing (2010) in the printing apparatus 100, the user selects "Cancel" from the operation unit 209 for the job being printed (2011). The printing apparatus 100 changes the status of the job to "Cancelling" (2012) and performs cancellation processing (2013). Internally, the job processing unit 1703 cancels the image data transferred from the network communication processing unit 1702 to the job processing unit 1703 .

キャンセル処理が完了すると、印刷装置100は該当ジョブのステータスを「Cancelled」状態に変更する(2014)。また、キャンセル処理が完了した時刻、結果、ユーザ名やジョブ名をジョブ履歴として記録する(2015)。 When the cancellation process is completed, the printing apparatus 100 changes the status of the job to "Cancelled" (2014). Also, the time when the cancellation process is completed, the result, the user name and the job name are recorded as a job history (2015).

最後に、印刷装置100は印刷サービス101に対して、JobStatus=CancelledとなるようにUpdate-Job-Statusオペレーションを送信する(2016)。本オペレーションを受信した印刷サービス101は、該当ジョブステータスを「Cancelled」に変更する(2017)。 Finally, the printing device 100 sends an Update-Job-Status operation to the printing service 101 so that JobStatus=Cancelled (2016). The print service 101 that receives this operation changes the corresponding job status to "Cancelled" (2017).

なお、プル印刷を行うかプッシュ印刷を行うかは印刷装置100においてユーザが予め設定することが可能である。プル印刷を行うよう設定されていた場合は、上述した実施形態1~3のいずれかのシーケンスが実行され、プッシュ印刷を行うよう設定されていた場合は図19、20のシーケンスが実行されることとなる。 Note that the user can set in advance in the printing apparatus 100 whether to perform pull printing or push printing. When pull printing is set, the sequence of any one of the first to third embodiments described above is executed, and when push printing is set, the sequences of FIGS. 19 and 20 are executed. becomes.

以上説明したとおり、上記各実施形態によれば、IPPを用いて印刷サービスから印刷データを取得して印刷を行う印刷装置において、ユーザがキャンセル指示を行うと、該当する印刷データを印刷装置が印刷サービスから取得して削除する。これによりIPP-Infraのように印刷装置でのCancel-Jobオペレーションが禁止されているプロトコルでも、キャンセルオペレーションが許可されているプロトコルと同様の操作手順でキャンセルすることが可能となる。よって、不要な印刷ジョブがある場合に、クライアント端末を起動して消去する、印刷サービスの管理者に依頼して消去してもらう等の手間をかけることなく、印刷ジョブの消去にかかるユーザの手間を軽減することができる。 As described above, according to the above-described embodiments, in a printing device that acquires print data from a print service using IPP and performs printing, when the user issues a cancel instruction, the printing device prints the corresponding print data. Retrieve and delete from service. This makes it possible to cancel a protocol, such as IPP-Infra, in which the Cancel-Job operation is prohibited in the printing apparatus, using the same operation procedure as a protocol in which the cancel operation is permitted. Therefore, when there is an unnecessary print job, the user does not have to start up the client terminal to delete it, or ask the administrator of the print service to delete it. can be reduced.

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

Claims (12)

IPP(Internet Printing Protocol)を用いて印刷サービスから印刷ジョブを受信して印刷を実行することが可能な印刷装置であって、
前記印刷サービスにおいて保持された印刷ジョブの一覧を表示手段に表示させる表示制御手段と、
表示された一覧から選択された印刷ジョブの印刷指示を受け付ける受付手段と、
前記印刷指示が受け付けられると、前記印刷指示の対象として選択された印刷ジョブをIPPを用いて前記印刷サービスに要求し、印刷手段に当該印刷ジョブの印刷を実行させる印刷制御手段と、を有し、
前記表示された一覧から選択された印刷ジョブのキャンセル指示が受け付けられると、前記印刷制御手段は前記キャンセル指示の対象として選択された印刷ジョブをIPPを用いて前記印刷サービスに要求し、
前記キャンセル指示を受け付けて前記印刷サービスに要求した印刷ジョブを前記印刷サービスから受信はするものの印刷は実行しないことを特徴とする印刷装置。
A printing device capable of receiving a print job from a print service using IPP (Internet Printing Protocol) and executing printing,
display control means for displaying a list of print jobs held in the print service on a display means ;
receiving means for receiving a print instruction for a print job selected from the displayed list;
a print control unit that, when the print instruction is accepted, requests the print service, using IPP, for the print job selected as the target of the print instruction, and causes the print unit to print the print job. ,
When an instruction to cancel the print job selected from the displayed list is received, the print control means requests the print job selected as the target of the cancel instruction from the print service using IPP ,
A printing apparatus that receives the print job requested to the print service by accepting the cancel instruction from the print service, but does not execute printing.
当該印刷ジョブとは、前記印刷指示を受け付けた印刷ジョブを前記印刷サービスに要求することで送信されてきた印刷ジョブであることを特徴とする請求項1に記載の印刷装置。 2. The printing apparatus according to claim 1, wherein the print job is a print job sent by requesting the print service for which the print instruction has been accepted. 前記キャンセル指示とは、前記印刷ジョブを消去するための指示であることを特徴とする請求項1または2に記載の印刷装置。 3. The printing apparatus according to claim 1, wherein the cancel instruction is an instruction for erasing the print job. 前記表示された一覧から選択された印刷ジョブのキャンセル指示が受け付けられると、前記印刷制御手段は、選択された印刷ジョブをIPPを用いて前記印刷サービスに要求し、要求に従い前記印刷サービスから送信されてきた印刷ジョブを受信はするが受信した印刷ジョブを前記印刷手段に提供せずに破棄することで、受信した印刷ジョブは印刷されないことを特徴とする請求項1乃至3の何れか1項に記載の印刷装置。When an instruction to cancel the print job selected from the displayed list is accepted, the print control means requests the selected print job from the print service using IPP, and the print service transmits the request according to the request. 4. The print job according to claim 1, wherein the received print job is not printed by discarding the received print job without providing the received print job to the printing means. The described printing device. 前記印刷制御手段により前記キャンセル指示の対象として選択された印刷ジョブが印刷されなかった場合、キャンセル指示の対象として選択された印刷ジョブは前記一覧から消去され、かつ印刷ジョブの履歴には印刷処理されたと記録されないことを特徴とする請求項1乃至4の何れか1項に記載の印刷装置。When the print job selected as the target of the cancel instruction by the print control means is not printed, the print job selected as the target of the cancel instruction is deleted from the list and is not printed in the print job history. 5. The printing apparatus according to any one of claims 1 to 4, characterized in that the printing is not performed when the printing is done. IPP(Internet Printing Protocol)を用いて印刷サービスから印刷ジョブを受信して印刷を実行することが可能な印刷装置の制御方法であって、A control method for a printing device capable of receiving a print job from a print service using IPP (Internet Printing Protocol) and executing printing,
前記印刷サービスにおいて保持された印刷ジョブの一覧を表示手段に表示させる表示制御ステップと、a display control step of causing a display unit to display a list of print jobs held in the print service;
前記表示された一覧から選択された印刷ジョブの印刷指示を受付手段に受け付けさせる受付ステップと、a receiving step of causing a receiving unit to receive a print instruction for a print job selected from the displayed list;
前記印刷指示が受け付けられると、印刷制御手段に前記印刷指示の対象として選択された印刷ジョブをIPPを用いて前記印刷サービスへ要求させ、印刷手段に当該印刷ジョブの印刷を実行させる印刷制御ステップと、を含み、a print control step of, when the print instruction is accepted, causing the print control means to request the print job selected as the target of the print instruction from the print service using IPP, and causing the print means to print the print job; , including
前記表示された一覧から選択された印刷ジョブのキャンセル指示が受け付けられると、前記印刷制御手段に前記キャンセル指示の対象として選択された印刷ジョブをIPPを用いて前記印刷サービスに対して要求させ、when an instruction to cancel the print job selected from the displayed list is received, causing the print control means to request the print job selected as the target of the cancel instruction from the print service using IPP;
前記キャンセル指示に従い前記印刷サービスへ要求された印刷ジョブは、前記印刷サービスから受信されるものの印刷は実行されないことを特徴とする制御方法。A control method, wherein a print job requested to the print service in accordance with the cancel instruction is received from the print service but not printed.
前記印刷ジョブとは、前記印刷指示が受け付けられた印刷ジョブが前記印刷サービスに要求されることで前記印刷サービスから送信されてきた印刷ジョブであることを特徴とする請求項6に記載の制御方法。7. The control method according to claim 6, wherein the print job is a print job transmitted from the print service in response to a request from the print service for the print job for which the print instruction has been accepted. . 前記キャンセル指示とは、前記印刷ジョブを消去するための指示であることを特徴とする請求項6または7に記載の制御方法。8. The control method according to claim 6, wherein the cancel instruction is an instruction for erasing the print job. 前記表示された一覧から選択された印刷ジョブのキャンセル指示が受け付けられると、前記印刷制御手段に選択された印刷ジョブをIPPを用いて前記印刷サービスへ要求させ、前記要求に従い送信されてきた印刷ジョブを受信させるが受信された印刷ジョブを前記印刷手段に提供させずに破棄させることで、受信された印刷ジョブが印刷されないことを特徴とする請求項6乃至8の何れか1項に記載の制御方法。When an instruction to cancel the print job selected from the displayed list is accepted, the print control means requests the print job selected by the print control means to the print service using IPP, and the print job sent according to the request. 9. The control according to any one of claims 6 to 8, wherein the received print job is not printed by discarding the received print job without providing it to the printing means. Method. 前記キャンセル指示の対象として選択された印刷ジョブが前記印刷制御手段により印刷されなかった場合、キャンセル指示の対象として選択された印刷ジョブは前記一覧から消去され、かつ印刷ジョブの履歴には印刷処理されたと記録されないことを特徴とする請求項6乃至9の何れか1項に記載の制御方法。If the print job selected as the target of the cancel instruction is not printed by the print control means, the print job selected as the target of the cancel instruction is deleted from the list and is not printed in the print job history. 10. A control method according to any one of claims 6 to 9, characterized in that it is not recorded as . 請求項6乃至10の何れか1項に記載の制御方法を印刷装置に実行させるためのプログラム。A program for causing a printing device to execute the control method according to any one of claims 6 to 10. 前記印刷サービスとは、クラウド上で提供されるシステムであって、前記印刷装置から要求された印刷ジョブを前記印刷装置に送信することを特徴とする請求項1に記載の印刷装置。2. The printing apparatus according to claim 1, wherein the printing service is a system provided on a cloud, and transmits a print job requested by the printing apparatus to the printing apparatus.
JP2023013782A 2018-05-31 2023-02-01 PRINTING APPARATUS, PRINTING APPARATUS CONTROL METHOD AND PROGRAM Active JP7298037B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2023013782A JP7298037B2 (en) 2018-05-31 2023-02-01 PRINTING APPARATUS, PRINTING APPARATUS CONTROL METHOD AND PROGRAM
JP2023093755A JP2023118719A (en) 2022-02-21 2023-06-07 Printing device, method for controlling printing device, and program

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2018104909A JP7034836B2 (en) 2018-05-31 2018-05-31 Printing equipment, control methods and programs for printing equipment
JP2022024427A JP7225451B2 (en) 2018-05-31 2022-02-21 PRINTING APPARATUS, PRINTING APPARATUS CONTROL METHOD AND PROGRAM
JP2023013782A JP7298037B2 (en) 2018-05-31 2023-02-01 PRINTING APPARATUS, PRINTING APPARATUS CONTROL METHOD AND PROGRAM

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2022024427A Division JP7225451B2 (en) 2018-05-31 2022-02-21 PRINTING APPARATUS, PRINTING APPARATUS CONTROL METHOD AND PROGRAM

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2023093755A Division JP2023118719A (en) 2022-02-21 2023-06-07 Printing device, method for controlling printing device, and program

Publications (2)

Publication Number Publication Date
JP2023057089A JP2023057089A (en) 2023-04-20
JP7298037B2 true JP7298037B2 (en) 2023-06-26

Family

ID=87888734

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2023013782A Active JP7298037B2 (en) 2018-05-31 2023-02-01 PRINTING APPARATUS, PRINTING APPARATUS CONTROL METHOD AND PROGRAM

Country Status (1)

Country Link
JP (1) JP7298037B2 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002200825A (en) 2000-07-21 2002-07-16 Canon Inc Printer, print system, control method, storage medium and program
JP2004094920A (en) 2002-07-12 2004-03-25 Canon Inc Information processor, printer, print system, control method of information processor, control method of printer, print method of print system, program and storage medium
JP2004130784A (en) 2002-08-22 2004-04-30 Seiko Epson Corp Printer
JP2006080855A (en) 2004-09-09 2006-03-23 Konica Minolta Business Technologies Inc Data managing device, image output device, data managing method and computer program
JP2013126754A (en) 2011-11-16 2013-06-27 Canon Inc Print system, image forming apparatus, print server and control method thereof, and program
US20170228197A1 (en) 2016-02-09 2017-08-10 Kabushiki Kaisha Toshiba Image forming system and image forming apparatus

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7034836B2 (en) * 2018-05-31 2022-03-14 キヤノン株式会社 Printing equipment, control methods and programs for printing equipment

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002200825A (en) 2000-07-21 2002-07-16 Canon Inc Printer, print system, control method, storage medium and program
JP2004094920A (en) 2002-07-12 2004-03-25 Canon Inc Information processor, printer, print system, control method of information processor, control method of printer, print method of print system, program and storage medium
JP2004130784A (en) 2002-08-22 2004-04-30 Seiko Epson Corp Printer
JP2006080855A (en) 2004-09-09 2006-03-23 Konica Minolta Business Technologies Inc Data managing device, image output device, data managing method and computer program
JP2013126754A (en) 2011-11-16 2013-06-27 Canon Inc Print system, image forming apparatus, print server and control method thereof, and program
US20170228197A1 (en) 2016-02-09 2017-08-10 Kabushiki Kaisha Toshiba Image forming system and image forming apparatus

Also Published As

Publication number Publication date
JP2023057089A (en) 2023-04-20

Similar Documents

Publication Publication Date Title
JP7034836B2 (en) Printing equipment, control methods and programs for printing equipment
JP5231620B2 (en) Server device
US11922084B2 (en) Image printing apparatus having print setting values, printing system, control method, and storage medium
JP5538879B2 (en) Terminal device, printing system, and data conversion method
JP4666013B2 (en) Image processing apparatus, job execution method and job execution program in the same
JP3745070B2 (en) Data communication apparatus and method
US9244640B2 (en) Image processing apparatus, image processing method, web server, control method for the same, and storage medium
JP2011232893A (en) Print data creation server, printing apparatus, and printing system
JP2019144698A (en) System, information processing device, and control method of the same, as well as program thereof
US8610912B2 (en) Image processing apparatus, information processing apparatus, methods for controlling the apparatuses, and storage medium storing program allowing the instruction of the processing to be executed next without waiting for the completion of cooperative processing and allows checking of the processing status of cooperative processing being executed
US8982388B2 (en) Information processing apparatus that displays operation screen and control method therefor
JP6971597B2 (en) Information processing device, display control method, and program
JP7175584B2 (en) Mobile terminal, information display method and program
JP7328067B2 (en) printing device, printing system
US20230168853A1 (en) Image processing device and non-transitory computer-readable recording medium storing computer-readable instructions for image processing device
JP7298037B2 (en) PRINTING APPARATUS, PRINTING APPARATUS CONTROL METHOD AND PROGRAM
JP7225451B2 (en) PRINTING APPARATUS, PRINTING APPARATUS CONTROL METHOD AND PROGRAM
JP7240246B2 (en) IMAGE FORMING APPARATUS, CONTROL METHOD AND IMAGE FORMING SYSTEM THEREOF, AND PROGRAM
JP2023118719A (en) Printing device, method for controlling printing device, and program
US9571677B2 (en) Image processing apparatus and non-transitory computer readable medium
US20230179717A1 (en) Information processing system, information processing apparatus, control method executed by the same, and storage medium
JP6477929B2 (en) Information processing system, information processing apparatus, information processing method, and program
JP2024007023A (en) Image processing system, relay server, and program
JP2014178738A (en) Print controller, program, and printing system
JP2014170424A (en) Information processing system, job management device, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20230201

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20230201

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230314

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230417

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230614

R151 Written notification of patent or utility model registration

Ref document number: 7298037

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151