JP2018127004A - Image forming apparatus - Google Patents

Image forming apparatus Download PDF

Info

Publication number
JP2018127004A
JP2018127004A JP2018084192A JP2018084192A JP2018127004A JP 2018127004 A JP2018127004 A JP 2018127004A JP 2018084192 A JP2018084192 A JP 2018084192A JP 2018084192 A JP2018084192 A JP 2018084192A JP 2018127004 A JP2018127004 A JP 2018127004A
Authority
JP
Japan
Prior art keywords
job
information
failure information
server
procedure
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2018084192A
Other languages
Japanese (ja)
Other versions
JP6563070B2 (en
Inventor
岳史 木暮
Takeshi Kogure
岳史 木暮
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP2018084192A priority Critical patent/JP6563070B2/en
Publication of JP2018127004A publication Critical patent/JP2018127004A/en
Application granted granted Critical
Publication of JP6563070B2 publication Critical patent/JP6563070B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide an image forming apparatus which prevents the same jobs from being repeatedly printed when there is a failure in an Application Program Interface (API) for changing states of jobs stored in a server.SOLUTION: An image forming apparatus is configured to: generate and store an API for downloading tickets of jobs and image information, and failure information of an API for controlling states of the jobs; determine the job to be processed on the basis of the failure information; and determine a processing method.SELECTED DRAWING: Figure 4

Description

本発明は、ネットワーク上のサーバに蓄積された印刷ジョブをダウンロードし、印刷する画像形成装置に関する。   The present invention relates to an image forming apparatus that downloads and prints a print job stored in a server on a network.

ネットワーク上に蓄積された印刷ジョブを、画像形成装置がダウンロードし印刷するクラウドプリントサービスが知られている(特許文献1)。   A cloud print service is known in which an image forming apparatus downloads and prints a print job stored on a network (Patent Document 1).

クラウドプリントサービスでは、サービスを提供しているサーバが印刷ジョブを制御するためのAPIを公開し、画像形成装置がそれを利用することでクラウドプリントを実現している。APIは最低限次の3つで構成されている。1つはサーバ上に蓄積されているジョブ情報のリストを取得するAPI(以降fetchと記す)。もう一つはジョブのチケット、画像情報をダウンロードするAPI(以降downloadと記す)。最後の一つはジョブの状態を制御するAPI(以降contorlと記す)である。また、ジョブは最低限次の3つの状態を持つ。印刷待ちの状態(以降QUEUEDと記す),ダウンロード済み状態(以降IN_PROGRESSと記す),印刷済み状態(以降DONEと記す)。   In the cloud print service, a server providing the service publishes an API for controlling a print job, and the image forming apparatus uses the API to realize cloud print. The API is composed of at least the following three. One is an API (hereinafter referred to as “fetch”) that acquires a list of job information stored on the server. The other is an API for downloading job tickets and image information (hereinafter referred to as download). The last one is an API (hereinafter referred to as “control”) that controls the job status. A job has at least the following three states. A print waiting state (hereinafter referred to as QUEUED), a downloaded state (hereinafter referred to as IN_PROGRESS), and a printed state (hereinafter referred to as DONE).

特開2002−108576号公報JP 2002-108576 A

図3は、ネットワーク上に蓄積された印刷ジョブをダウンロードし、印刷を行う際のフローを示している。画像形成装置は印刷処理を行う際、まずS101でfetchを実行し、サーバ上に蓄積されているジョブ情報のリストを取得し、S102に進む。S102では、取得したジョブリストから印刷待ち状態のジョブがあるかどうかを調べ、ある場合はS103に進む。ない場合は終了する。S103では、印刷待ち状態のジョブのチケット、画像情報をダウンロードし、S104に進む。S104では、ダウンロードした情報を元に画像の印刷を行い、S105に進む。   FIG. 3 shows a flow when a print job stored on the network is downloaded and printed. When performing the printing process, the image forming apparatus first executes fetch in S101, acquires a list of job information stored on the server, and proceeds to S102. In S102, it is checked whether or not there is a job waiting to be printed from the acquired job list, and if there is, the process proceeds to S103. If not, exit. In S103, a ticket and image information of a job waiting for printing are downloaded, and the process proceeds to S104. In S104, an image is printed based on the downloaded information, and the process proceeds to S105.

S105では、サーバ上のジョブの状態を印刷済みの状態に設定するためcontrolを実行する。このcontrol実行で、ジョブ状態を印刷済みに設定することで、次のS102の判定で印刷待ちのジョブがなくなり、印刷処理が終了する。このとき、S105のcontrol実行が失敗した場合、次回のS102の判定で、先ほど印刷したジョブの状態が印刷待ちのままであるため、同じジョブを印刷してしまうという課題がある。   In step S105, control is executed to set the job status on the server to a printed status. By executing the control, the job status is set to “printed”, so that there is no job waiting to be printed in the next determination of S102, and the printing process ends. At this time, if the control execution in S105 fails, there is a problem that the same job is printed because the state of the job printed earlier remains awaiting printing in the next determination in S102.

本発明は上記問題を鑑みてなされたものであり、control APIに失敗した際、同じジョブを複数回印刷することを避けることを目的とする。   The present invention has been made in view of the above problems, and an object thereof is to avoid printing the same job a plurality of times when the control API fails.

上記目的を達成するために、本発明の画像形成装置は、
サーバ上に蓄積されたジョブ情報のリストを取得するジョブ情報リスト取得手順(S402,S413,S420)と、取得したジョブ情報リストの情報からジョブのチケット、画像情報をダウンロードするジョブ情報ダウンロード手順(S404)と、サーバ上のジョブ状態を設定するジョブ状態制御手順(S406,S409)とを有する画像形成装置(200)において、
前記ジョブ状態制御手順が失敗した際に、失敗情報を生成、保持する失敗情報生成保持手順(S415,S416,S417)と、
前記失敗情報生成保持手順で生成した失敗情報によって、処理するジョブを決定するジョブ決定手順(S401,S411)と、
前記失敗情報生成保持手順で生成した失敗情報によって、処理するジョブの処理方法を決定する処理方法決定手順(S412)とを有する。
In order to achieve the above object, an image forming apparatus of the present invention includes:
A job information list acquisition procedure (S402, S413, S420) for acquiring a list of job information stored on the server, and a job information download procedure (S404) for downloading a job ticket and image information from the acquired job information list information ) And a job status control procedure (S406, S409) for setting a job status on the server,
A failure information generation / holding procedure (S415, S416, S417) for generating and holding failure information when the job status control procedure fails;
A job determination procedure (S401, S411) for determining a job to be processed based on the failure information generated in the failure information generation / holding procedure;
A processing method determination procedure (S412) for determining a processing method of a job to be processed based on the failure information generated in the failure information generation / holding procedure.

本発明によれば、control APIに失敗した場合でも、同じジョブを複数回印刷することを避けることができるようになる。   According to the present invention, even when the control API fails, it is possible to avoid printing the same job multiple times.

本実施例における画像形成装置(MFP)の利用環境を示す概略図である。1 is a schematic diagram illustrating a use environment of an image forming apparatus (MFP) in the present embodiment. 図1記載のMFP200のハードウェア構成を示すブロック図である。FIG. 2 is a block diagram showing a hardware configuration of MFP 200 shown in FIG. 1. ネットワーク上のサーバからジョブをダウンロードし印刷する処理を示すフロー図である。It is a flowchart which shows the process which downloads and prints the job from the server on a network. 本実施例における、印刷処理を示すフロー図である。It is a flowchart which shows the printing process in a present Example. 本実施例における、失敗情報を示す。The failure information in a present Example is shown.

以下、本発明を実施するための最良の形態について図面を用いて説明する。   The best mode for carrying out the present invention will be described below with reference to the drawings.

図1は、本実施例における画像形成装置(MFP)の利用環境を示す概略図である。クラウドプリントサーバー100、MFP200、無線ネットワークルーター400などが、クラウドネットワーク500に接続されている。また、PDA端末300は、無線ネットワークルーター400を介して、クラウドネットワーク500に接続されている。   FIG. 1 is a schematic diagram showing a use environment of an image forming apparatus (MFP) in the present embodiment. The cloud print server 100, the MFP 200, the wireless network router 400, and the like are connected to the cloud network 500. The PDA terminal 300 is connected to the cloud network 500 via the wireless network router 400.

PDA端末300は、ユーザーによる印刷指示に応じて、予め定められたプロトコルによってクラウドプリントサーバー100と通信し、印刷の要求を伝える。   The PDA terminal 300 communicates with the cloud print server 100 using a predetermined protocol in response to a print instruction from the user, and transmits a print request.

クラウドプリントサーバー100は、PDA端末300から印刷の要求を受けて、MFP200に対して印刷ジョブが届いたことを通知する。   The cloud print server 100 receives a print request from the PDA terminal 300 and notifies the MFP 200 that a print job has arrived.

MFP200は、クラウドプリントサーバー100からの通知に従って、予め定められたプロトコルでクラウドプリントサーバー100から印刷ジョブを受信し、印刷を実行する。なお、該プロトコルの概要については、後述する。   In accordance with the notification from the cloud print server 100, the MFP 200 receives a print job from the cloud print server 100 using a predetermined protocol, and executes printing. The outline of the protocol will be described later.

図2は、図1記載のMFP200のハードウェア構成を示すブロック図である。図2において、MFP200は、CPU201、ROM202、RAM203、ネットワークインタフェースカード(NIC)204、外部入力コントローラ(PANELC)205、各種ボタン或いはタッチパネル(PANEL)206を備えている。また、MFP200は、ディスプレイコントローラ(DISPC)207、ディスプレイ(DISPLAY)208、ディスクコントローラ(DKC)209、ハードディスク(HD)210を備える。MFP200は、さらに、プリンタ部(PRINTER)211、スキャナ部(SCANNER)212を備えている。   FIG. 2 is a block diagram showing a hardware configuration of MFP 200 shown in FIG. 2, the MFP 200 includes a CPU 201, a ROM 202, a RAM 203, a network interface card (NIC) 204, an external input controller (PANELC) 205, various buttons or a touch panel (PANEL) 206. The MFP 200 includes a display controller (DISPC) 207, a display (DISPLAY) 208, a disk controller (DKC) 209, and a hard disk (HD) 210. The MFP 200 further includes a printer unit (PRINTER) 211 and a scanner unit (SCANNER) 212.

CPU201は、システムバス(System BUS)213に接続される各デバイスを総括的に制御すると共に、ROM202或いは大規模記憶装置であるHD210に記憶されたファームウェアモジュールを実行する。なお、ファームウェアモジュールは、少なくとも2つ以上のモジュールから構成され、ファームウェアモジュールの更新は、それぞれのモジュールごとに行うことが可能である。   The CPU 201 generally controls each device connected to a system bus (System BUS) 213 and executes a firmware module stored in the ROM 202 or the HD 210 which is a large-scale storage device. Note that the firmware module includes at least two modules, and the firmware module can be updated for each module.

また、CPU201は、制御プログラムとしてのファームウェアモジュールに基づき後述の各フローチャートに示す処理を実行する。なお、HD210は、場合によっては画像の一時記憶場所としても使用されることがある。RAM203は、CPU201の主メモリ、ワークエリアとして機能する。   Further, the CPU 201 executes processing shown in each flowchart described later based on a firmware module as a control program. In some cases, the HD 210 may be used as a temporary storage location for images. The RAM 203 functions as a main memory and work area for the CPU 201.

PANELC205は、MFPに装備されたPANEL206からの指示入力を制御する。DISPC207は、DISPLAY208に対する描画を制御する。   The panel ELC 205 controls an instruction input from the panel 206 installed in the MFP. The DISPC 207 controls drawing on the DISPLAY 208.

NIC204は、LAN214を介して他のMFP、ファイルサーバ(不図示)と、双方向にデータのやり取りを行う。PRINTER211は、電子写真方式で記録紙に画像形成を行う。SCANNER212は、記録紙に印刷されている画像の読み取りを行う。SCANNER212には、オプションとしてオートドキュメントフィーダ(不図示)が装着されており、複数枚の原稿を自動的に読み取ることができる。   The NIC 204 bidirectionally exchanges data with other MFPs and file servers (not shown) via the LAN 214. The PRINTER 211 forms an image on a recording sheet by an electrophotographic method. The SCANNER 212 reads an image printed on a recording sheet. The SCANNER 212 is equipped with an auto document feeder (not shown) as an option, and can automatically read a plurality of documents.

図4は、本実施例のジョブのダウンロードと印刷処理の流れを示したフローチャートである。ジョブのダウンロードと印刷処理は、他のプログラムと共に図2記載のHD210に記憶されていて、電源が供給されるとRAM203に展開される。サーバからのジョブ投入通知の受信、あるいはユーザによるジョブ有無の問い合わせ要求を受けると、MFPは図4のフローを開始する。まず、S401において、WebAPIを失敗したジョブの失敗情報があるかどうか失敗情報キューを確認し、失敗したジョブがない場合はS402に進む。失敗したジョブがある場合はS411に進む。失敗情報キューは図5に示す情報を持つ。具体的には、ジョブを特定するためのジョブIDと、失敗の要因を示す情報を保持している。初期起動時は、このキューは空となる。   FIG. 4 is a flowchart showing the flow of job download and print processing according to this embodiment. The job download and print processing are stored in the HD 210 shown in FIG. 2 together with other programs, and are developed in the RAM 203 when power is supplied. When receiving a job submission notification from the server or receiving a job request inquiry from the user, the MFP starts the flow of FIG. First, in S401, the failure information queue is checked to see if there is failure information of a job that has failed WebAPI. If there is no failed job, the process proceeds to S402. If there is a failed job, the process proceeds to S411. The failure information queue has the information shown in FIG. Specifically, it holds a job ID for identifying a job and information indicating the cause of failure. At initial startup, this queue is empty.

S402ではfetchを行う。fetchでサーバに蓄積されたジョブ情報のリストを取得し、S403に進む。S403では、取得したリストから印刷待ち状態のジョブがあるかどうかを確認する。印刷待ち状態のジョブがある場合、一番新しい印刷待ちのジョブを、処理中のジョブとしてセットしS404に進む。ない場合処理を終了する。S404では、処理中のジョブ情報をダウンロードするためdownloadを実行し、S405に進む。   In S402, the fetch is performed. A list of job information stored in the server is acquired by fetch, and the process proceeds to S403. In step S403, it is checked whether there is a job waiting to be printed from the acquired list. If there is a job waiting to be printed, the newest job waiting to be printed is set as a job being processed, and the process proceeds to S404. If not, the process ends. In S404, download is executed to download the job information being processed, and the process proceeds to S405.

S405では、downloadの実行結果を確認し、成功している場合はS406に進む。失敗している場合はS413に進む。S406では、サーバ上のジョブの状態を、ダウンロードが終了したことを示すIN_PROGRESSに設定するためにcontrolを実行し、S407に進む。   In S405, the download execution result is confirmed, and if successful, the process proceeds to S406. If it has failed, the process proceeds to S413. In step S406, control is executed to set the job status on the server to IN_PROGRESS indicating that the download has been completed, and the process advances to step S407.

S407では、controlの実行結果を確認し、成功している場合はS408に進む。失敗している場合はS416に進む。S408では、ダウンロードしたジョブの印刷を行い、S409に進む。S409では、サーバ上のジョブの状態を、印刷が終了したことを示すDONEに設定するためにcontrolを実行し、S410に進む。S410では、controlが成功したかどうかを確認し、成功した場合S418に進む。失敗した場合S417に進む。S411では、失敗情報を失敗情報キューからpopして情報を取得し、処理中のジョブ情報としてセットする。また、失敗情報を保持している領域をクリアし、S412に進む。   In S407, the control execution result is confirmed, and if successful, the process proceeds to S408. If it has failed, the process proceeds to S416. In S408, the downloaded job is printed, and the process proceeds to S409. In step S409, control is executed to set the status of the job on the server to DONE indicating that printing has ended, and the process advances to step S410. In S410, it is confirmed whether or not the control is successful, and if successful, the process proceeds to S418. If unsuccessful, the process proceeds to S417. In S411, the failure information is popped from the failure information queue to acquire the information, and is set as job information being processed. Further, the area holding the failure information is cleared, and the process proceeds to S412.

S412では、取得した失敗情報から失敗要因を調べ、IN_PROGRESS設定のcontrolで失敗したか、donwloadで失敗した場合S404に進み、DONE設定のcontrolで失敗した場合はS420に進む。S413では、fetchを実行しサーバからジョブリストを取得しS414に進む。S414では、取得したジョブリストに現在処理中のジョブが印刷待ち状態であるかを確認し、印刷待ち状態である場合終了し、印刷待ち状態でない場合S403に進む。   In S412, the cause of the failure is checked from the acquired failure information, and if it fails in the IN_PROGRESS setting control or fails in the download, the process proceeds to S404, and if it fails in the DONE setting control, the process proceeds to S420. In step S413, the fetch is executed to acquire a job list from the server, and the process advances to step S414. In S414, it is confirmed whether the job currently being processed is in a print waiting state in the acquired job list. If the job is in a print waiting state, the process ends. If not, the process proceeds to S403.

S415では、downloadに失敗したことを示す失敗情報を生成して失敗情報キューに追加し、処理を終了する。S416では、IN_PROGRESSに設定するためのcontrolが失敗したことを示す失敗情報を生成して失敗情報キューに追加し、処理を終了する。S417では、DONEに設定するためのcontrolが失敗したことを示す情報を生成して失敗情報キューに追加し、処理を終了する。   In S415, failure information indicating that the download has failed is generated and added to the failure information queue, and the process ends. In S416, failure information indicating that control for setting to IN_PROGRESS has failed is added to the failure information queue, and the process is terminated. In S417, information indicating that the control for setting to DONE has failed is added to the failure information queue, and the process ends.

S418では、失敗情報キューに残りがあるかどうかを確認し、ない場合はS402に進む。ある場合はS419に進む。S419では、失敗情報キューの先頭情報のpopし、保持されているジョブIDを処理ジョブとしてセットし、popした情報をクリアする。そして、S409に進む。   In S418, it is confirmed whether there is any remaining information in the failure information queue. If there is, the process proceeds to S419. In step S419, the head information of the failure information queue is popped, the held job ID is set as a processing job, and the popped information is cleared. Then, the process proceeds to S409.

S420では、fetchを行いサーバからジョブリストをダウンロードし、S421に進む。S421では、取得したジョブリストに処理中のジョブよりも新しい印刷待ちジョブがあるかどうかを判断する。新しい印刷待ちジョブがある場合、そのジョブを印刷するためにS404に進み。ない場合は、再度controlを実行するためにS409に進む。   In S420, fetch is performed to download the job list from the server, and the process proceeds to S421. In step S421, it is determined whether there is a print waiting job that is newer than the job being processed in the acquired job list. If there is a new job waiting for printing, the process proceeds to S404 to print the job. If not, the process advances to step S409 to execute control again.

以上のように構成することによって、本実施例のMFP200は、controlが失敗した場合でも、同じジョブを何度も印刷することを防ぐことができる。   With the configuration described above, the MFP 200 according to the present exemplary embodiment can prevent the same job from being printed many times even when the control fails.

100 LAN
200 MFP
206 PANEL
208 DISPLAY
100 LAN
200 MFP
206 PANEL
208 DISPLAY

上記目的を達成するために、印刷ジョブが印刷済みであるかを示す状態情報を管理するサーバと通信可能な画像形成装置であって、前記サーバから状態情報を取得して印刷済みでない印刷ジョブを実行し、印刷後に該印刷ジョブの状態を印刷済みにするための通知を前記サーバにおこなう画像形成装置の制御方法において、印刷済みで且つ前記サーバで管理される状態が印刷済みとなっていない印刷ジョブの識別情報を記憶する工程と、In order to achieve the above object, an image forming apparatus capable of communicating with a server that manages status information indicating whether a print job has been printed, and that obtains status information from the server to print a print job that has not been printed. In the control method of the image forming apparatus that executes, and notifies the server that the status of the print job is printed after printing, printing that has been printed and the status managed by the server is not printed Storing job identification information;
前記識別情報が記憶されている状態において新たな印刷ジョブが登録された後、前記印刷ジョブに関する所定の通知を前記サーバから受け付け、当該所定の通知を受け付けたことに従って、前記印刷ジョブの状態を印刷済みにするための状態通知を、前記印刷ジョブを実行することなく前記サーバに送信する工程と、を有することを特徴とする制御方法及び外方法により制御されるシステムを開示することを特徴とするものである。After a new print job is registered in a state where the identification information is stored, a predetermined notification regarding the print job is received from the server, and the state of the print job is printed according to the reception of the predetermined notification. And a system controlled by an external method, comprising: a step of transmitting a status notification to be completed to the server without executing the print job. Is.

Claims (1)

サーバ上に蓄積されたジョブ情報のリストを取得するジョブ情報リスト取得手順(S402,S413,S420)と、取得したジョブ情報リストの情報からジョブのチケット、画像情報をダウンロードするジョブ情報ダウンロード手順(S404)と、サーバ上のジョブ状態を設定するジョブ状態制御手順(S406,S409)とを有する画像形成装置(200)において、
前記ジョブ状態制御手順が失敗した際に、失敗情報を生成、保持する失敗情報生成保持手順(S415,S416,S417)と、
前記失敗情報生成保持手順で生成した失敗情報によって、処理するジョブを決定するジョブ決定手順(S401,S411)と、
前記失敗情報生成保持手順で生成した失敗情報によって、処理するジョブの処理方法を決定する処理方法決定手順(S412)と、
を有することを特徴とする画像形成装置。
A job information list acquisition procedure (S402, S413, S420) for acquiring a list of job information stored on the server, and a job information download procedure (S404) for downloading a job ticket and image information from the acquired job information list information ) And a job status control procedure (S406, S409) for setting a job status on the server,
A failure information generation / holding procedure (S415, S416, S417) for generating and holding failure information when the job status control procedure fails;
A job determination procedure (S401, S411) for determining a job to be processed based on the failure information generated in the failure information generation / holding procedure;
A processing method determination procedure (S412) for determining a processing method of a job to be processed based on the failure information generated in the failure information generation and holding procedure;
An image forming apparatus comprising:
JP2018084192A 2018-04-25 2018-04-25 Image forming apparatus Active JP6563070B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018084192A JP6563070B2 (en) 2018-04-25 2018-04-25 Image forming apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018084192A JP6563070B2 (en) 2018-04-25 2018-04-25 Image forming apparatus

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2017107069A Division JP6333447B2 (en) 2017-05-30 2017-05-30 Image forming apparatus

Publications (2)

Publication Number Publication Date
JP2018127004A true JP2018127004A (en) 2018-08-16
JP6563070B2 JP6563070B2 (en) 2019-08-21

Family

ID=63173545

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018084192A Active JP6563070B2 (en) 2018-04-25 2018-04-25 Image forming apparatus

Country Status (1)

Country Link
JP (1) JP6563070B2 (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008257632A (en) * 2007-04-09 2008-10-23 Seiko Epson Corp Information management device, information management method and program
US20100302579A1 (en) * 2009-06-01 2010-12-02 Jayasimha Nuggehalli Printing and scanning with cloud storage
JP2012103966A (en) * 2010-11-11 2012-05-31 Canon Inc Image forming system, image forming method, server, and image forming apparatus
JP2012187866A (en) * 2011-03-11 2012-10-04 Brother Industries Ltd Printer
JP2013012053A (en) * 2011-06-29 2013-01-17 Canon Inc Pull print system, print job management method, print server, and control method and program thereof
JP2015027760A (en) * 2013-07-30 2015-02-12 キヤノン株式会社 Image forming device
JP6333447B2 (en) * 2017-05-30 2018-05-30 キヤノン株式会社 Image forming apparatus

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008257632A (en) * 2007-04-09 2008-10-23 Seiko Epson Corp Information management device, information management method and program
US20100302579A1 (en) * 2009-06-01 2010-12-02 Jayasimha Nuggehalli Printing and scanning with cloud storage
JP2012103966A (en) * 2010-11-11 2012-05-31 Canon Inc Image forming system, image forming method, server, and image forming apparatus
JP2012187866A (en) * 2011-03-11 2012-10-04 Brother Industries Ltd Printer
JP2013012053A (en) * 2011-06-29 2013-01-17 Canon Inc Pull print system, print job management method, print server, and control method and program thereof
JP2015027760A (en) * 2013-07-30 2015-02-12 キヤノン株式会社 Image forming device
JP6333447B2 (en) * 2017-05-30 2018-05-30 キヤノン株式会社 Image forming apparatus

Also Published As

Publication number Publication date
JP6563070B2 (en) 2019-08-21

Similar Documents

Publication Publication Date Title
JP5423079B2 (en) Device management system, device, device management method and device management program
US9111209B2 (en) Image forming apparatus and power supply control system
US10664212B2 (en) Image forming apparatus, control method for image forming apparatus, and storage medium for controlling storage of a print job
JP2013092886A (en) Printer, control method, and program
JP2015219587A (en) Image forming apparatus, image forming method, and image forming program
JP2022109916A (en) Program and printing system
JP2020031386A (en) Image processing apparatus, method for controlling image processing apparatus, and program
JP2018055366A (en) Electronic apparatus and application control program
JP5545271B2 (en) Image processing system, image processing apparatus, display apparatus, image processing system control method, and image processing system control program
JP5472086B2 (en) Device, terminal device, server, program, and firmware update method
US10108381B1 (en) Distributed printing device management methods and devices
JP6333447B2 (en) Image forming apparatus
JP2016099775A (en) Electronic device having updating function for firmware
JP6563070B2 (en) Image forming apparatus
JP6157260B2 (en) Image forming apparatus
US10070013B2 (en) Image processing system and user information sharing method
JP2017076941A (en) Job processor, administration server and program
JP2021043547A (en) Information processing device and control method for information processing device, and program
JP2009143084A (en) Image forming apparatus and image forming program
JP6503985B2 (en) Image forming apparatus and image forming system
JP2019161264A (en) Image processing apparatus, control method of the same, and remote support system for the same
JP7070205B2 (en) Storage media readers, programs, printing systems
JP7047531B2 (en) Programs and information processing equipment
JP2017091482A (en) Print management server, program and printing system
JP2017128027A (en) Information processing device and method for controlling the same, and program

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180524

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180524

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190123

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A132

Effective date: 20190129

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190329

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190416

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190614

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190723

R151 Written notification of patent or utility model registration

Ref document number: 6563070

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151