JP2023057089A - Printing device, method for controlling printing device, and program - Google Patents
Printing device, method for controlling printing device, and program Download PDFInfo
- Publication number
- JP2023057089A JP2023057089A JP2023013782A JP2023013782A JP2023057089A JP 2023057089 A JP2023057089 A JP 2023057089A JP 2023013782 A JP2023013782 A JP 2023013782A JP 2023013782 A JP2023013782 A JP 2023013782A JP 2023057089 A JP2023057089 A JP 2023057089A
- Authority
- JP
- Japan
- Prior art keywords
- job
- print job
- instruction
- 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
Links
- 238000000034 method Methods 0.000 title claims description 51
- 238000010586 diagram Methods 0.000 description 21
- 238000004891 communication Methods 0.000 description 16
- 230000006870 function Effects 0.000 description 9
- KNMAVSAGTYIFJF-UHFFFAOYSA-N 1-[2-[(2-hydroxy-3-phenoxypropyl)amino]ethylamino]-3-phenoxypropan-2-ol;dihydrochloride Chemical compound Cl.Cl.C=1C=CC=CC=1OCC(O)CNCCNCC(O)COC1=CC=CC=C1 KNMAVSAGTYIFJF-UHFFFAOYSA-N 0.000 description 3
- 230000004044 response Effects 0.000 description 3
- 230000005540 biological transmission Effects 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
Images
Classifications
-
- Y—GENERAL 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
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE 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/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Landscapes
- Facsimiles In General (AREA)
- Accessory Devices And Overall Control Thereof (AREA)
Abstract
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.
しかしながら、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 displayed; acceptance means for accepting a print instruction for a print job selected from the displayed list; and printing selected as a target of the print instruction when the print instruction is accepted a print control means for requesting a job from the print service using IPP and causing the printing means to print the print job, and receiving a cancel instruction for the print job selected from the displayed list. and the print control means uses IPP to request the print job selected as the target of the cancel instruction from the print service, but the print job selected as the target of the cancel instruction is not printed. do.
本発明によれば、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. .
以下、本発明を実施するための最良の形態について図面を用いて説明する。なお、以下の実施の形態は特許請求の範囲に係る発明を限定するものでなく、また実施の形態で説明されている特徴の組み合わせの全てが発明の解決手段に必須のものとは限らない。 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
次に図2を用いて、印刷装置100の構成を説明する。
Next, the configuration of the
CPU201はROM203が記憶している制御プログラムを読み出して、印刷装置100の動作を制御するための様々な処理を実行する。ROM203は、制御プログラムを記憶している。RAM202は、CPU201の主メモリ、ワークエリア等の一時記憶領域として用いられる。HDD204は、印刷データやスキャン画像等の様々なデータを記憶する。
The
なお、印刷装置100の場合、1つのCPU201が後述するフローチャートに示す各処理を実行するものとするが、他の態様であっても構わない。例えば、複数のCPUが協働して後述するフローチャートに示す各処理を実行するようにすることもできる。
Note that in the case of the
印刷装置100は、外部装置から受信した印刷データやスキャナ213よって生成されたスキャン画像等に基づいて、プリンタ206によって印刷処理が実行される。スキャナ213は、原稿を読み取ってスキャン画像を生成する。スキャナ213によって生成されたスキャン画像は、プリンタ206によって印刷されたり、HDD204に記憶される。
In the
操作部209は、タッチパネル機能を有する液晶表示部やキーボードを備え、後述する各種画面を表示する。ユーザは、操作部209を介して印刷装置100に対して指示や情報を入力することができる。
An
無線LANチップ211は無線LAN通信で外部装置との通信を実現し、無線LANの接続種別として無線インフラや無線ダイレクトのような接続種別を有する。
The
有線LANインターフェース214は、PC端末等の外部装置との間で有線LANチップ215を介して有線LANで通信を実行する。
The wired
<ソフトウェア構成>
図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
また、不図示ではあるが、クライアント端末102にはHTMLのリクエストを送信しレスポンスで受信したHTMLに基づいて画面を表示するWebブラウザが備わっている。また、印刷サービス101には、印刷装置100を登録する機能と、クライアント端末102から印刷指定された印刷データを印刷ジョブに変換し、登録された複数台の印刷装置100の中から選択された印刷装置100に対し印刷ジョブを提供する機能を備える。更に、印刷サービス101はWebサーバ機能を有し、印刷サービス101に保存されているジョブ状況や印刷サービスの負荷状況などをWebブラウザ経由で参照および設定するためのユーザインタフェースを提供する。これらの機能もソフトウェア構成により提供される機能であり、そのソフトウェア構成はROMに記憶されたプログラムをRAMに展開しCPUがプログラムを実行することで実現される。
Although not shown, the
<ジョブ投入手順>
図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
図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
<ジョブ一覧表示手順>
次に、ユーザが印刷装置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
内部的に印刷装置100のCPU201は、S1002において印刷サービス101に対してジョブ一覧取得要求を送信する。ジョブ一覧取得要求は、IPPのGet-JobsオペレーションやGet-Documentsオペレーションによって実現される。本オペレーションでは、My-Jobs属性をTrueとして、Requesting-user-nameやRequesting-uri属性にログインユーザのユーザ情報が格納される。これらの属性値と、印刷サービス101に保存されている印刷ジョブのユーザ属性の値が一致した印刷ジョブのみが印刷サービス101から印刷装置100に送信される。
The
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
<印刷手順>
図5は印刷装置100が印刷サービス101からジョブを取得して印刷するまでのシーケンス図を示す。
<Print procedure>
FIG. 5 shows a sequence diagram from when the
ユーザは印刷装置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
図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
続いて、印刷装置100は、ユーザにより選択された印刷ジョブを印刷のために取得すべく、印刷サービス101に対してジョブ取得要求を送信する(509)。IPPでは、Fetch-Job、Acknowledge-Job,Feteh-Document,Acknowledge-Documentなどのオペレーションを使用してジョブ取得要求を行う。
Subsequently, the
ジョブ取得要求を受信した印刷サービス101はジョブデータを印刷装置100へ送信し(510)、印刷装置100は、受信した印刷データに基づいて印刷処理を開始する(511)。印刷処理が正常に完了した場合、印刷装置100は、図13(H)のようにジョブ一覧表示画面の該当ジョブのステータスを「Completed」(完了)に変更する(512)。また、印刷処理が完了した時刻、結果、ユーザ名、ジョブ名をジョブ履歴として保存し、図13(I)のようにジョブ履歴画面を更新する(513)。
The
最後に印刷装置100は、印刷サービス101にJobStatus=CompletedとなるようUpdate-Job-Statusオペレーションを送信する(514)。本オペレーションを受信した印刷サービス101は、図14(D)のようにステータスを「Completed」に変更する(515)。
Finally, the
以上の処理により、クライアント端末102から印刷サービス101に送信された印刷データを、印刷装置100が取得して印刷を行うことができる。
Through the above processing, the print data transmitted from the
<本発明で提案するジョブキャンセル手順>
図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
図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
続いて、印刷装置100は、キャンセル対象として選択された印刷ジョブに対応する印刷データを取得すべく、印刷サービス101に対してジョブ取得要求を送信する(609)。IPPでは、Fetch-Job、Acknowledge-Job,Feteh-Document,Acknowledge-Documentなどのオペレーションを使用してジョブ取得要求を行う。
Subsequently, the
ジョブ取得要求を受信した印刷サービス101はジョブデータを印刷装置100へ送信する(610)。印刷装置100は、受信した印刷データに基づく印刷処理を実行することなく、ネットワーク層で読み捨て破棄する(611)。内部的にはネットワーク通信処理部1702において受信した画像データを破棄し、ジョブ処理部1703には画像データを転送しない。そして、印刷は図13(E)のようにジョブ状況画面から該当のジョブを消去する。また、この時、図13(F)のようにジョブ履歴にも一切ジョブの印刷処理を行った形跡が残らないようにする。
The
最後に印刷装置100は、印刷サービス101に対して、JobStatusがCancelled(キャンセル完了)となるようにUpdate-Job-Statusオペレーションを送信する(612)。本オペレーションを受信した印刷サービス101は、該当ジョブのステータスを図14(E)のように「Cancelled」に変更する(613)。
Finally, the
以上のように印刷装置100で印刷実行前にキャンセルが選択された場合、印刷サービス101から該当するジョブを取得して内部的に読み捨てることで疑似的に印刷サービス101上のジョブをキャンセルすることができる。よって、IPP-Infraのように印刷装置でのCancel-Jobオペレーションが禁止されているプロトコルでも、キャンセルオペレーションが許可されているプロトコルと同様の操作手順でキャンセルすることが可能となる。
As described above, when cancel is selected before execution of printing in the
<その他のジョブキャンセル手順>
本発明で提案する以外にもジョブキャンセル手順の方法がある。例えば、図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
具体的には、管理者が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
また、他には図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
<印刷処理を開始した後にジョブをキャンセルする手順>
図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
印刷装置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
最後に、印刷装置100は印刷サービス101に対して、JobStatus=CancelledとなるようにUpdate-Job-Statusオペレーションを送信する(917)。本オペレーションを受信した印刷サービス101は、図14(E)のようにステータスを「Cancelled」に変更する(918)。
Finally, the
本操作の場合、キャンセルするまでに何枚か印刷処理が完了し排紙されてしまう場合がある。また、ジョブ履歴にはキャンセルの履歴が残る、複数ジョブを同時にキャンセルしたい場合に手間がかかる等の問題があり、印刷サービス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
<印刷装置100における印刷ジョブ実行のフロー>
図13(C)に示すジョブ一覧画面からユーザにより選択された印刷ジョブの実行を行う際の印刷装置100のフローチャートについて、図11を用いて説明する。
<Flow of Print Job Execution in
A flowchart of the
S1101において、ジョブ一覧画面から「Print」が選択されたことを検知したCPU201は、ジョブ一覧画面の該当ジョブのステータスを「Processing」状態に変更する(図13(G)参照)。そして、S1102において、CPU201は印刷サービス101に対してJobStatus=ProcessingとなるようUpdate-Job-Statusオペレーションを送信する。
In S1101, the
次に、S1103においてCPU201は、印刷サービス101に対してジョブ取得要求を送信する。IPPでは、Fetch-Job、Acknowledge-Job,Feteh-Document,Acknowledge-Documentなどのオペレーションを使用してジョブ取得要求を行う。S1104で回線の不安定や切断などによりジョブの取得が失敗した場合、CPU201はジョブ取得要求を再送する。なお、図示していないが、ジョブ取得要求を所定回数送信してもジョブの取得に成功しない場合、本フローチャートの処理をエラー終了する。
In step S<b>1103 , the
S1104でジョブの取得に成功した場合、CPU201はS1105において印刷処理を開始する。内部的にはネットワーク通信処理部1702からジョブ処理部1703に画像データが転送され、ジョブ処理部1703において印刷処理が開始される。
If the job acquisition is successful in S1104, the
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
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
また、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
<印刷装置100における印刷ジョブキャンセルのフロー>
図13(C)に示すジョブ一覧画面からユーザにより選択された印刷ジョブをキャンセルする際の印刷装置100のフローチャートについて、図12を用いて説明する。
<Print Job Cancellation Flow in
A flowchart of the
まず、S1201において、ジョブ一覧画面から「Cancel」が選択されたことを検知したCPU201は、ジョブ一覧画面の該当ジョブのステータスを「Cancelling」に変更する(図13(D)参照)。なお、ジョブ状況一覧からキャンセルするジョブを選択する際、1つのジョブを選択してもよいし、複数のジョブを同時に選択してもよい。
First, in step S1201, the
次に、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
S1204においてジョブの取得に成功した場合、CPU201は、S1205において受信した画像データを印刷処理せずネットワーク層で読み捨て破棄する。内部的には、ネットワーク通信処理部1702において受信した画像データを削除する。つまり、ネットワーク通信処理部1702からジョブ処理部1703に画像データを転送しない。そして、S1206においてCPU201は図13(E)のようにジョブ一覧画面から該当のジョブを消去する。また、この時、図13(F)のようにジョブ履歴にも一切ジョブを印刷処理した形跡が残らないようにする。
If the job acquisition is successful in S1204, the
最後にS1207においてCPU201は印刷サービス101に対して、JobStatusがCancelledとなるようにUpdate-Job-Statusオペレーションを送信する。
Finally, in S1207, the
なお、Update-Job-StatusオペレーションでCancelledを送信しても印刷サービス101側でジョブが消えない場合は、Abortedを送信してもよい。どのステータスで印刷サービス101側のジョブが消去されるかで、送信するステータスを切り換えても可能としてもよい。
If the job does not disappear on the
以上のように、印刷装置100で印刷開始前にキャンセルが選択された場合、印刷サービス101から該当する印刷データを取得し、ネットワーク通信処理部1702にて読み捨てることで、疑似的に印刷サービス101上のジョブをキャンセルすることができる。よって、IPP-Infraのように印刷装置からのCancel-Jobオペレーションが禁止されているプロトコルでも、印刷処理を開始する前に印刷装置から印刷サービス101上のジョブを消去することが可能となる。
As described above, when cancel is selected before printing is started in the
(実施形態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
ジョブ一覧画面からジョブが選択された状態で「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
次にS1503において、CPU201は印刷サービス101に対して、JobStatus=CancelledとなるようUpdate-Job-Statusオペレーションを送信する(1608)。本オペレーションを受信した印刷サービス101は、このジョブが印刷装置100でキャンセルされたと判断して、印刷サービス側の記憶領域からもジョブをキャンセルして消去する(1609)。そして印刷サービス101は該当ジョブのステータスを「Cancelled」に変更する。
Next, in S1503, the
本実施形態によれば、実施形態1のように印刷装置100が印刷サービス101からジョブを取得しなくても、ジョブ状況だけを通知すれば良いので、印刷装置側の処理負担は軽減される。
According to this embodiment, even if the
(実施形態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
図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
印刷装置100は、受信した画像データに基づいて印刷処理を開始すると共に(1811)、ジョブ一覧画面における該当ジョブのステータスを「Cancelling」状態に変更する(1812)。更に印刷装置100は、該当ジョブのキャンセル処理を行う(1813)。キャンセル処理が完了すると、ジョブ一覧画面における該当ジョブのステータスを「Cancelled」に変更し(1814)、キャンセルジョブとしてジョブ履歴にログ保存する(1815)。最後に印刷装置100は、印刷サービス101に対して、JobStatusがCancelledとなるようにUpdate-Job-Statusオペレーションを送信する(1816)。本オペレーションを受信した印刷サービス101は、該当ジョブのステータスを「Cancelled」に変更する(1817)。
The
本実施形態によれば、第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
<プッシュ印刷の場合のジョブキャンセル>
上述した第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
図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
印刷サービス101がクライアント端末102から印刷データを受信したら、印刷ジョブを生成すると共に、印刷装置100に対して印刷ジョブが投入されたことをプッシュ通知する(1904)。なお、印刷サービス101からオフィスやホームに存在する印刷装置100にプッシュ通知を行うため、常時接続やロングポーリングなどセッションを継続して確立するプロトコルが使用されている前提となる。印刷ジョブの通知を受信した印刷装置100は、ジョブ一覧表示画面の該当ジョブのステータスを「Processing」状態に変更する(1905)。
When the
次に、印刷装置100は、印刷サービス101に対してJobStatus=Processingとなるようジョブ状況の更新通知を送信する(1906)。本オペレーションは、Update-Job-Statusオペレーションを送信することで実現される。本オペレーションを受信した印刷サービス101は該当ジョブのステータスを「Processing」に変更する(1907)。
Next, the
続いて、印刷装置100は、投入された印刷ジョブを印刷のために取得すべく、印刷サービス101に対してジョブ取得要求を送信する(1908)。IPPでは、Fetch-Job、Acknowledge-Job,Feteh-Document,Acknowledge-Documentなどのオペレーションを使用してジョブ取得要求を行う。
Subsequently, the
ジョブ取得要求を受信した印刷サービス101はジョブデータを印刷装置100へ送信し(1909)、印刷装置100は、受信した印刷データに基づいて印刷処理を開始する(1910)。印刷処理が正常に完了した場合、印刷装置100は、ジョブ一覧表示画面の該当ジョブのステータスを「Completed」に変更する(1911)。また、印刷処理が完了した時刻、結果、ユーザ名、ジョブ名をジョブ履歴として保存する(1912)。
The
最後に印刷装置100は、印刷サービス101にJobStatus=CompletedとなるようUpdate-Job-Statusオペレーションを送信する(1913)。本オペレーションを受信した印刷サービス101は、該当ジョブのステータスを「Completed」に変更する(1914)。
Finally, the
以上の処理によって、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
印刷装置100で印刷処理(2010)を開始した後、印刷中のジョブに対して、ユーザが操作部209から「Cancel」を選択する(2011)。印刷装置100は該当ジョブのステータスを「Cancelling」状態に変更(2012)すると共に、キャンセル処理を行う(2013)。内部的にはネットワーク通信処理部1702からジョブ処理部1703に対して転送された画像データに対して、ジョブ処理部1703においてジョブキャンセルが実行される。
After starting print processing (2010) in the
キャンセル処理が完了すると、印刷装置100は該当ジョブのステータスを「Cancelled」状態に変更する(2014)。また、キャンセル処理が完了した時刻、結果、ユーザ名やジョブ名をジョブ履歴として記録する(2015)。
When the cancellation process is completed, the
最後に、印刷装置100は印刷サービス101に対して、JobStatus=CancelledとなるようにUpdate-Job-Statusオペレーションを送信する(2016)。本オペレーションを受信した印刷サービス101は、該当ジョブステータスを「Cancelled」に変更する(2017)。
Finally, the
なお、プル印刷を行うかプッシュ印刷を行うかは印刷装置100においてユーザが予め設定することが可能である。プル印刷を行うよう設定されていた場合は、上述した実施形態1~3のいずれかのシーケンスが実行され、プッシュ印刷を行うよう設定されていた場合は図19、20のシーケンスが実行されることとなる。
Note that the user can set in advance in the
以上説明したとおり、上記各実施形態によれば、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 (23)
前記印刷サービスにおいて保持された印刷ジョブの一覧を表示させる表示制御手段と、
表示された一覧から選択された印刷ジョブの印刷指示を受け付ける受付手段と、
前記印刷指示が受け付けられると、前記印刷指示の対象として選択された印刷ジョブを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;
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 job selected as the target of the print instruction from the print service using IPP, and causes the print unit to print the print job. ,
When a cancellation instruction for a print job selected from the displayed list is accepted, the print control means requests the print job selected as the target of the cancellation instruction from the print service using IPP. A printing apparatus, wherein a print job selected as a target of a cancel instruction is not printed.
前記印刷サービスにおいて保持された印刷ジョブの一覧を表示させる表示制御手段と、
表示された前記一覧から選択された印刷ジョブの印刷指示を受け付ける受付手段と、
前記印刷指示が受け付けられると、前記印刷指示の対象として選択された印刷ジョブを前記印刷サービスに要求し、印刷手段に当該印刷ジョブの印刷を実行させる印刷制御手段と、を有し、
表示された前記一覧から選択された印刷ジョブのキャンセル指示が受け付けられると、前記印刷制御手段は前記キャンセル指示の対象として選択された印刷ジョブを前記印刷サービスに要求はするが、前記キャンセル指示の対象として選択された印刷ジョブは印刷されないことを特徴とする印刷装置。 A printing device capable of receiving a print job from a print service and executing printing,
display control means for displaying a list of print jobs held in the print service;
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 for the print job selected as the target of the print instruction, and causes the print unit to print the print job;
When a cancellation instruction for a print job selected from the displayed list is received, the print control means requests the print service selected as the target of the cancellation instruction from the print service, but the print job is the target of the cancellation instruction. A printing device, wherein a print job selected as is not printed.
前記印刷サービスにおいて保持された印刷ジョブの一覧を表示させる表示制御ステップと、
表示された前記一覧から選択された印刷ジョブの印刷指示を受け付けさせる受付ステップと、
前記印刷指示が受け付けられると、前記印刷指示の対象として選択された印刷ジョブを前記印刷サービスに要求し、印刷手段に当該印刷ジョブの印刷を実行させる印刷制御ステップと、を含み、
表示された前記一覧から選択された印刷ジョブのキャンセル指示が受け付けられると、前記印刷制御ステップにおいて前記キャンセル指示の対象として選択された印刷ジョブを前記印刷サービスに対して要求はさせるが、前記キャンセル指示の対象として選択された印刷ジョブは印刷されないことを特徴とする制御方法。 A control method for a printing device capable of receiving a print job from a print service and executing printing, comprising:
a display control step of displaying a list of print jobs held in the print service;
a receiving step of receiving a print instruction for a print job selected from the displayed list;
a print control step of, when the print instruction is accepted, requesting the print service for the print job selected as the target of the print instruction, and causing a printing unit to print the print job;
When an instruction to cancel the print job selected from the displayed list is received, the print control step requests the print service for the print job selected as the target of the cancel instruction, but the cancel instruction is issued. A control method, wherein a print job selected as a target of is not printed.
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 JP7551845B2 (en) | 2022-02-21 | 2023-06-07 | PRINTING APPARATUS, PRINTING APPARATUS CONTROL METHOD, 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 JP7551845B2 (en) | 2022-02-21 | 2023-06-07 | PRINTING APPARATUS, PRINTING APPARATUS CONTROL METHOD, AND PROGRAM |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2023057089A true JP2023057089A (en) | 2023-04-20 |
JP7298037B2 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) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP7551845B2 (en) | 2022-02-21 | 2024-09-17 | キヤノン株式会社 | PRINTING APPARATUS, PRINTING APPARATUS CONTROL METHOD, AND PROGRAM |
Citations (7)
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 |
JP2019209508A (en) * | 2018-05-31 | 2019-12-12 | キヤノン株式会社 | Printer, control method of printer and program |
-
2023
- 2023-02-01 JP JP2023013782A patent/JP7298037B2/en active Active
Patent Citations (7)
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 |
JP2019209508A (en) * | 2018-05-31 | 2019-12-12 | キヤノン株式会社 | Printer, control method of printer and program |
Also Published As
Publication number | Publication date |
---|---|
JP7298037B2 (en) | 2023-06-26 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP7034836B2 (en) | Printing equipment, control methods and programs for printing equipment | |
US11922084B2 (en) | Image printing apparatus having print setting values, printing system, control method, and storage medium | |
JP5231620B2 (en) | Server device | |
JP5538879B2 (en) | Terminal device, printing system, and data conversion method | |
JP3745070B2 (en) | Data communication apparatus and method | |
JP7328067B2 (en) | printing device, printing system | |
JP2019144698A (en) | System, information processing device, and control method of the same, as well as program thereof | |
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 | |
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 | |
JP6971597B2 (en) | Information processing device, display control method, and program | |
JP7175584B2 (en) | Mobile terminal, information display method and program | |
US20110043844A1 (en) | Document management system and method for controlling the same | |
JP7298037B2 (en) | PRINTING APPARATUS, PRINTING APPARATUS CONTROL METHOD AND PROGRAM | |
JP7225451B2 (en) | PRINTING APPARATUS, PRINTING APPARATUS CONTROL METHOD AND PROGRAM | |
JP7551845B2 (en) | PRINTING APPARATUS, PRINTING APPARATUS CONTROL METHOD, AND PROGRAM | |
JP7022519B2 (en) | Mobile terminals, their control methods, and storage media | |
US9571677B2 (en) | Image processing apparatus and non-transitory computer readable medium | |
US20240152302A1 (en) | Image forming apparatus, control method, medium, and printing system | |
JP2014170424A (en) | Information processing system, job management device, and program | |
CN108877093A (en) | Order management system, reservation management server and reservation management program | |
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 | |
JP2014178738A (en) | Print controller, program, and printing system | |
JP2017027291A (en) | Information processing apparatus, information processing system, information processing method, 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 |