JP2018045670A - Printing system, server device, information processing method, and program - Google Patents

Printing system, server device, information processing method, and program Download PDF

Info

Publication number
JP2018045670A
JP2018045670A JP2016225267A JP2016225267A JP2018045670A JP 2018045670 A JP2018045670 A JP 2018045670A JP 2016225267 A JP2016225267 A JP 2016225267A JP 2016225267 A JP2016225267 A JP 2016225267A JP 2018045670 A JP2018045670 A JP 2018045670A
Authority
JP
Japan
Prior art keywords
pdl
job
unit
image forming
forming apparatus
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.)
Pending
Application number
JP2016225267A
Other languages
Japanese (ja)
Inventor
直樹 深澤
Naoki Fukazawa
直樹 深澤
里奈 ▲高▼橋
里奈 ▲高▼橋
Rina Takahashi
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to US15/701,793 priority Critical patent/US10146491B2/en
Publication of JP2018045670A publication Critical patent/JP2018045670A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To provide a printing system, a server device, an information processing method, and a program that can reduce a time from determination of an apparatus for print and output to printing.SOLUTION: A printing system includes: a first reception unit for receiving a printing object data; a storage unit for storing job information; a second reception unit for receiving a history of the job information corresponding to user identification information; an estimation unit for estimating a type of PDL (Page Description Language) into which the printing object data is converted on the basis of the history; a conversion unit for converting the printing object data into the estimated type of PDL to generate PDL data; a determination unit for determining whether the estimated PDL is a PDL which an image formation device can use; a transmission unit for transmitting the PDL data to the image formation device if the estimated PDL is a usable PDL; and a selection unit for selecting a usable PDL if the estimated PDL is an unusable PDL, and requesting the conversion unit to reconvert the printing object data into the selected PDL.SELECTED DRAWING: Figure 5

Description

本発明は、印刷システム、サーバ装置、情報処理方法およびプログラムに関する。   The present invention relates to a printing system, a server device, an information processing method, and a program.

近年、クライアント装置から投入された印刷ジョブについて、ネットワークに接続されている任意の機器(画像形成装置)から印刷出力するシステムであるいわゆるロケーションフリー印刷システムが開発されている。このようなロケーションフリーで印刷を実施する場合、どの機器から印刷出力されるかは、印刷出力される瞬間まで不明の状態である。また、機器は、それぞれ解釈できるページ記述言語(Page Description Language:PDL)が異なり、解釈できないPDLで記述されたファイル(PDLファイル)を受け付けても印刷することができない。これを解決するための手段として、例えば、下記の(1)〜(4)の方策が考えられる。   In recent years, a so-called location-free printing system, which is a system for printing out a print job input from a client device from an arbitrary device (image forming apparatus) connected to a network, has been developed. When printing is performed in such a location-free manner, the device from which printing is output is unknown until the moment when printing is output. Also, each device has a different page description language (PDL) that can be interpreted and cannot print even if it accepts a file (PDL file) described in PDL that cannot be interpreted. As means for solving this, for example, the following measures (1) to (4) are conceivable.

(1)すべての機器に出力できるPDLに変換する。
(2)出力の可能性があるPDLにすべて変換した状態で待機する。
(3)出力される機器が決定してから、その機器に対応したPDLに変換する。
(4)予めPDLに変換した状態でサーバへ送信する。
(1) Convert to PDL that can be output to all devices.
(2) Wait in a state where all the PDLs that have the possibility of output have been converted.
(3) After the output device is determined, the device is converted to PDL corresponding to the device.
(4) Transmit to the server in a state converted into PDL in advance.

しかし、上述の(1)〜(4)の方策では以下のような問題がある。   However, the above-mentioned measures (1) to (4) have the following problems.

(1)現実的に利用可能なPDLは機種に依存することが多く困難である。
(2)サーバ側でのPDL変換処理およびデータ保存のための負荷が高くなる。
(3)機器が決定してからPDL変換を開始するため、印刷までの時間が長くなり利便性を損ねる。
(4)クライアントにプリンタドライバがインストールされている必要があり、例えば、Webアプリケーション、またはスマートフォンのアプリケーション(以下、単に「アプリ」と称する場合がある)からの利用ができなくなる。
(1) PDL that can be used practically depends on the model and is difficult.
(2) The load for PDL conversion processing and data storage on the server side increases.
(3) Since the PDL conversion is started after the device is determined, the time until printing is increased and the convenience is impaired.
(4) The printer driver needs to be installed on the client, and cannot be used from, for example, a Web application or a smartphone application (hereinafter, simply referred to as “application”).

また、各種機器設定が異なる複数のプリンタからユーザが任意に選択するプリンタにおいて、適切な出力を実現する印刷システムとして、印刷サーバが、PC(Personal Computer)からユーザ識別情報と印刷ファイルとを受信し、受信した印刷ファイルをユーザ識別情報と関連付けて記憶し、印刷サーバは、MFP(Multifunction Peripheral)からユーザ識別情報および印刷出力要求を受信したことに応答して、そのユーザ識別情報に対応する印刷ファイルを抽出すると共に、要求元のMFPからMFPが解釈可能なページ記述言語等の機器情報を取得し、印刷サーバは、抽出した印刷ファイルを、MFPから取得したページ記述言語に変換して印刷データを生成し、MFPに送信するという技術が開示されている(特許文献1参照)。   In addition, in a printer that is arbitrarily selected by a user from a plurality of printers having different device settings, a print server receives user identification information and a print file from a PC (Personal Computer) as a print system that realizes appropriate output. The received print file is stored in association with the user identification information, and the print server responds to the reception of the user identification information and the print output request from the MFP (Multifunction Peripheral), and the print file corresponding to the user identification information Device information such as a page description language that can be interpreted by the MFP is acquired from the requesting MFP, and the print server converts the extracted print file into the page description language acquired from the MFP, and prints the print data. Generate and send to the MFP A technique is disclosed (see Patent Document 1).

しかしながら、特許文献1に記載されたシステムでは、印刷出力する機器を決定してからPDL変換処理を開始するため、印刷するまでの時間が長くなり利便性を損ねるという問題がある。   However, in the system described in Patent Document 1, since the PDL conversion process is started after the device to be printed out is determined, there is a problem that the time until printing is increased and the convenience is impaired.

本発明は、上述の問題点に鑑みてなされたものであって、印刷出力する機器を決定してから印刷するまでの時間を削減することができる印刷システム、サーバ装置、情報処理方法およびプログラムを提供することを目的とする。   The present invention has been made in view of the above-described problems, and provides a printing system, a server device, an information processing method, and a program that can reduce the time from when a device to be printed out is determined until printing is performed. The purpose is to provide.

上述した課題を解決し、目的を達成するために、本発明は、クライアント装置からの印刷対象データをPDL(Page Description Language)に変換してPDLデータを生成し、画像形成装置に前記PDLデータを送信する印刷システムであって、前記クライアント装置から前記印刷対象データを受信する第1の受信部と、印刷ジョブのジョブ情報を記憶する記憶部と、前記記憶部から、前記印刷対象データに対応するユーザ識別情報に対応するジョブ情報の履歴を受信する第2の受信部と、前記履歴に基づいて、前記印刷対象データを変換するPDLの種別を推定する推定部と、前記印刷対象データを、前記推定部により種別が推定されたPDLに変換してPDLデータを生成する変換部と、前記推定されたPDLが、前記画像形成装置が利用可能なPDLであるか否かを判定する判定部と、前記推定されたPDLが、前記画像形成装置が利用可能なPDLである場合、前記PDLデータを該画像形成装置に送信する送信部と、前記推定されたPDLが、前記画像形成装置が利用可能でないPDLである場合、該画像形成装置が利用可能なPDLを選択し、前記変換部に対して、選択したPDLで前記印刷対象データを再変換することを要求する選択部と、を備えたことを特徴とする。   In order to solve the above-described problems and achieve the object, the present invention generates PDL data by converting data to be printed from a client apparatus into PDL (Page Description Language), and the PDL data is generated in an image forming apparatus. A printing system for transmission, which corresponds to the print target data from a first receiving unit that receives the print target data from the client device, a storage unit that stores job information of a print job, and the storage unit. A second receiving unit that receives a history of job information corresponding to user identification information; an estimation unit that estimates a type of PDL for converting the print target data based on the history; and the print target data. A conversion unit that generates PDL data by converting into a PDL whose type is estimated by the estimation unit, and the estimated PDL And a determination unit that determines whether or not the image forming apparatus can use the PDL, and when the estimated PDL is a PDL that can be used by the image forming apparatus, the PDL data is converted into the image forming apparatus. When the transmission unit to be transmitted to the apparatus and the estimated PDL are PDLs that cannot be used by the image forming apparatus, the PDL that can be used by the image forming apparatus is selected and selected by the conversion unit And a selection unit that requests re-conversion of the print target data by PDL.

本発明によれば、印刷出力する機器を決定してから印刷するまでの時間を削減することができる。   According to the present invention, it is possible to reduce the time from the determination of a device for printing output to the printing.

図1は、第1の実施の形態に係る印刷システムの全体構成の一例を示す図である。FIG. 1 is a diagram illustrating an example of the overall configuration of a printing system according to the first embodiment. 図2は、第1の実施の形態のサーバシステムのハードウェア構成の一例を示す図である。FIG. 2 is a diagram illustrating an example of a hardware configuration of the server system according to the first embodiment. 図3は、第1の実施の形態のPCのハードウェア構成の一例を示す図である。FIG. 3 is a diagram illustrating an example of a hardware configuration of the PC according to the first embodiment. 図4は、第1の実施の形態の画像形成装置のハードウェア構成の一例を示す図である。FIG. 4 is a diagram illustrating an example of a hardware configuration of the image forming apparatus according to the first embodiment. 図5は、第1の実施の形態に係る印刷システムの機能ブロックの構成の一例を示す図である。FIG. 5 is a diagram illustrating an example of a functional block configuration of the printing system according to the first embodiment. 図6は、第1の実施の形態に係る印刷システムのジョブ投入動作の一例を示すシーケンス図である。FIG. 6 is a sequence diagram illustrating an example of a job input operation of the printing system according to the first embodiment. 図7は、第1の実施の形態に係るクライアント装置の認証画面の一例を示す図である。FIG. 7 is a diagram illustrating an example of an authentication screen of the client device according to the first embodiment. 図8は、第1の実施の形態に係るクライアント装置の文書選択・印刷設定画面の一例を示す図である。FIG. 8 is a diagram illustrating an example of a document selection / print setting screen of the client device according to the first embodiment. 図9は、ジョブリストの一例を示す図である。FIG. 9 is a diagram illustrating an example of a job list. 図10は、第1の実施の形態に係る印刷システムのPDL変換動作の一例を示すシーケンス図である。FIG. 10 is a sequence diagram illustrating an example of the PDL conversion operation of the printing system according to the first embodiment. 図11は、第1の実施の形態に係るサーバシステムのPDL変換を実現する構成の一例を示す図である。FIG. 11 is a diagram illustrating an example of a configuration for realizing PDL conversion of the server system according to the first embodiment. 図12は、ジョブの状態遷移を示す図である。FIG. 12 is a diagram illustrating job state transition. 図13は、第1の実施の形態に係る印刷システムにおいてPDL推定が成功した場合のジョブ実行動作の一例を示すシーケンス図である。FIG. 13 is a sequence diagram illustrating an example of a job execution operation when PDL estimation is successful in the printing system according to the first embodiment. 図14は、第1の実施の形態に係る画像形成装置のジョブ選択・実行画面の一例を示す図である。FIG. 14 is a diagram illustrating an example of a job selection / execution screen of the image forming apparatus according to the first embodiment. 図15は、第1の実施の形態に係る印刷システムのジョブ実行動作の概要を示すフローチャートである。FIG. 15 is a flowchart illustrating an outline of a job execution operation of the printing system according to the first embodiment. 図16は、第1の実施の形態に係る印刷システムのジョブポーリング動作の一例を示すフローチャートである。FIG. 16 is a flowchart illustrating an example of a job polling operation of the printing system according to the first embodiment. 図17は、第1の実施の形態に係る画像形成装置でのジョブ実行中を示す画面の一例を示す図である。FIG. 17 is a diagram illustrating an example of a screen indicating that a job is being executed in the image forming apparatus according to the first embodiment. 図18は、第1の実施の形態に係る印刷システムにおいてPDL推定が失敗した場合のジョブ実行動作の一例を示すシーケンス図である。FIG. 18 is a sequence diagram illustrating an example of a job execution operation when PDL estimation fails in the printing system according to the first embodiment. 図19は、第1の実施の形態に係る画像形成装置でのPDLの再変換中を示す画面の一例を示す図である。FIG. 19 is a diagram illustrating an example of a screen indicating that PDL re-conversion is being performed in the image forming apparatus according to the first embodiment. 図20は、第2の実施の形態に係る印刷システムの機能ブロックの構成の一例を示す図である。FIG. 20 is a diagram illustrating an example of a functional block configuration of a printing system according to the second embodiment. 図21は、第2の実施の形態に係る印刷システムにおいてPDL推定が成功した場合のジョブ実行動作の一例を示すシーケンス図である。FIG. 21 is a sequence diagram illustrating an example of a job execution operation when PDL estimation is successful in the printing system according to the second embodiment. 図22は、第2の実施の形態に係る印刷システムのジョブ実行動作の概要を示すフローチャートである。FIG. 22 is a flowchart illustrating an outline of a job execution operation of the printing system according to the second embodiment. 図23は、第2の実施の形態に係る画像形成装置でのジョブ実行の準備中を示す画面の一例を示す図である。FIG. 23 is a diagram illustrating an example of a screen indicating that the image forming apparatus according to the second embodiment is preparing for job execution. 図24は、第2の実施の形態に係る印刷システムにおいてPDL推定が失敗した場合のジョブ実行動作の一例を示すシーケンス図である。FIG. 24 is a sequence diagram illustrating an example of a job execution operation when PDL estimation fails in the printing system according to the second embodiment.

以下に、図1〜24を参照しながら、本発明に係る印刷システム、サーバ装置、情報処理方法およびプログラムの実施の形態を詳細に説明する。また、以下の各実施の形態によって本発明が限定されるものではなく、以下の各実施の形態における構成要素には、当業者が容易に想到できるもの、実質的に同一のもの、およびいわゆる均等の範囲のものが含まれる。さらに、以下の各実施の形態の要旨を逸脱しない範囲で構成要素の種々の省略、置換、変更および組み合わせを行うことができる。   Hereinafter, embodiments of a printing system, a server device, an information processing method, and a program according to the present invention will be described in detail with reference to FIGS. Further, the present invention is not limited by the following embodiments, and components in the following embodiments can be easily conceived by those skilled in the art, substantially the same, and so-called equivalents. The thing of the range of is included. Furthermore, various omissions, substitutions, changes, and combinations of the components can be made without departing from the spirit of the following embodiments.

[第1の実施の形態]
(印刷システムの全体構成)
図1は、第1の実施の形態に係る印刷システムの全体構成の一例を示す図である。図1を参照しながら、印刷システム1の全体構成の概略を説明する。
[First Embodiment]
(Overall configuration of printing system)
FIG. 1 is a diagram illustrating an example of the overall configuration of a printing system according to the first embodiment. An outline of the overall configuration of the printing system 1 will be described with reference to FIG.

図1に示すように、印刷システム1は、サーバシステム10と、PC20aと、スマートフォン20bと、画像形成装置30と、を含み、インターネットまたはLAN(Local Area Network)等であるネットワーク2を介して、各装置が通信可能な状態となっている。ネットワーク2は、特定のネットワークだけではなく、例えば、インターネットの他、一部にLAN、無線LANまたは専用回線等が含まれているものとしてもよい。   As shown in FIG. 1, the printing system 1 includes a server system 10, a PC 20a, a smartphone 20b, and an image forming apparatus 30, and via a network 2 such as the Internet or a LAN (Local Area Network). Each device can communicate. The network 2 is not limited to a specific network, and may include, for example, a LAN, a wireless LAN, a dedicated line, or the like in addition to the Internet.

サーバシステム10は、いわゆるロケーションフリーのシステムを構築するために、PC20aおよびスマートフォン20b等からの文書ファイル(印刷対象データの一例)を、後述するように、推定したPDLに変換し、変換したPDLファイル(PDLデータの一例)を印刷出力する画像形成装置30へ送信するサーバシステムである。なお、サーバシステム10は、1つのサーバ装置で構成されることに限定されるものではなく、複数のサーバ装置およびその他の機器で構成されるものとしてもよい。ただし、以下では説明を簡潔にするため、サーバシステム10は、1台のサーバ装置で構成されているものとして説明する。   In order to construct a so-called location-free system, the server system 10 converts a document file (an example of print target data) from the PC 20a, the smartphone 20b, and the like into an estimated PDL and converts the converted PDL file as will be described later. This is a server system that transmits (an example of PDL data) to the image forming apparatus 30 that prints out. The server system 10 is not limited to being configured by a single server device, and may be configured by a plurality of server devices and other devices. However, for the sake of brevity, the server system 10 will be described as being configured by a single server device.

PC20aおよびスマートフォン20bは、印刷出力を所望する文書ファイルを、PDLに変換するためにサーバシステム10に送信するクライアント装置の一例である。なお、以下、PC20aおよびスマートフォン20b等のクライアント装置を、「クライアント装置20」と総称する場合がある。また、クライアント装置20は、PC20aおよびスマートフォン20bに限定されるものではなく、ワークステーションまたはタブレット端末等のその他の情報処理装置であってもよい。   The PC 20a and the smartphone 20b are an example of a client device that transmits a document file desired to be printed out to the server system 10 in order to convert the file into PDL. Hereinafter, client devices such as the PC 20a and the smartphone 20b may be collectively referred to as “client device 20”. The client device 20 is not limited to the PC 20a and the smartphone 20b, and may be other information processing devices such as a workstation or a tablet terminal.

画像形成装置30は、サーバシステム10から受信したPDLファイルを解釈して印刷出力を行うプリンタまたはMFP等の装置である。ここで、MFPとは、コピー機能、プリンタ機能、スキャナ機能、およびファクス機能のうち少なくとも2つの機能を有する複合機である。なお、以下の説明では、画像形成装置30は、MFPであるものとして説明する。また、図1に示す例では、画像形成装置30は1台のみであるが、複数の画像形成装置30がネットワーク2に接続されているものとしてもよい。   The image forming apparatus 30 is an apparatus such as a printer or an MFP that interprets the PDL file received from the server system 10 and performs printout. Here, the MFP is a multifunction device having at least two functions among a copy function, a printer function, a scanner function, and a fax function. In the following description, it is assumed that the image forming apparatus 30 is an MFP. In the example shown in FIG. 1, only one image forming apparatus 30 is provided, but a plurality of image forming apparatuses 30 may be connected to the network 2.

(印刷システムのハードウェア構成)
次に、印刷システム1に含まれる各機器のハードウェア構成について説明する。
(Hardware configuration of printing system)
Next, the hardware configuration of each device included in the printing system 1 will be described.

<サーバシステムのハードウェア構成>
図2は、第1の実施の形態のサーバシステムのハードウェア構成の一例を示す図である。図2を参照しながら、サーバシステム10のハードウェア構成の詳細について説明する。
<Hardware configuration of server system>
FIG. 2 is a diagram illustrating an example of a hardware configuration of the server system according to the first embodiment. Details of the hardware configuration of the server system 10 will be described with reference to FIG.

図2に示すように、本実施の形態に係るサーバシステム10は、CPU(Central Processing Unit)101と、ROM(Read Only Memory)102と、RAM(Random Access Memory)103と、外部記憶装置104と、メディアドライブ106と、操作装置107と、ネットワークI/F(Interface)109と、ディスプレイ110と、DVD(Digital Versatile Disc)ドライブ112と、を備えている。   As shown in FIG. 2, a server system 10 according to the present embodiment includes a CPU (Central Processing Unit) 101, a ROM (Read Only Memory) 102, a RAM (Random Access Memory) 103, an external storage device 104, and the like. A media drive 106, an operation device 107, a network I / F (Interface) 109, a display 110, and a DVD (Digital Versatile Disc) drive 112.

CPU101は、サーバシステム10全体の動作を制御する演算装置である。ROM102は、サーバシステム10用のプログラムを記憶している不揮発性記憶装置である。RAM103は、CPU101のワークエリアとして使用される揮発性記憶装置である。   The CPU 101 is an arithmetic device that controls the operation of the entire server system 10. The ROM 102 is a nonvolatile storage device that stores a program for the server system 10. The RAM 103 is a volatile storage device used as a work area for the CPU 101.

外部記憶装置104は、後述するように、クライアント装置20から受信した文書ファイル、文書ファイルをPDLに変換したPDLファイル、および印刷ジョブの情報であるジョブ情報等の各種データを記憶する不揮発性の記憶装置である。外部記憶装置104は、例えば、HDD(Hard Disk Drive)またはSSD(Solid State Drive)等である。   As will be described later, the external storage device 104 is a non-volatile storage that stores various data such as a document file received from the client device 20, a PDL file obtained by converting the document file into PDL, and job information that is print job information. Device. The external storage device 104 is, for example, an HDD (Hard Disk Drive) or an SSD (Solid State Drive).

メディアドライブ106は、CPU101の制御に従って、フラッシュメモリ等のメディア105に対するデータの読み出しおよび書き込みを制御する装置である。メディア105は、メディアドライブ106に対して着脱自在の記憶装置である。なお、メディア105は、CPU101の制御に従ってデータの読み出しおよび書き込みを行う不揮発性メモリであれば、フラッシュメモリに限定されるものではなく、EEPROM(Electrically Erasable and Programmable ROM)等を用いてもよい。   The media drive 106 is a device that controls reading and writing of data with respect to the medium 105 such as a flash memory in accordance with the control of the CPU 101. The medium 105 is a storage device that is detachable from the media drive 106. The medium 105 is not limited to a flash memory as long as it is a non-volatile memory that reads and writes data according to the control of the CPU 101, and may be an EEPROM (Electrically Erasable and Programmable ROM) or the like.

操作装置107は、文字および数字等の入力、各種指示の選択、およびカーソルの移動等を行う入力装置である。操作装置107は、例えば、マウスまたはキーボード等である。   The operation device 107 is an input device for inputting characters and numbers, selecting various instructions, moving a cursor, and the like. The operation device 107 is, for example, a mouse or a keyboard.

ネットワークI/F109は、ネットワーク2を利用してデータを通信するためのインターフェースである。ネットワークI/F109は、例えば、TCP(Transmission Control Protocol)/IP(Internet Protocol)に対応したNIC(Network Interface Card)等である。   The network I / F 109 is an interface for communicating data using the network 2. The network I / F 109 is, for example, a NIC (Network Interface Card) corresponding to TCP (Transmission Control Protocol) / IP (Internet Protocol).

ディスプレイ110は、文字、数字、および各種画面および操作用アイコン等を表示する表示装置である。ディスプレイ110は、例えば、CRT(Cathode Ray Tube)ディスプレイ、LCD(Liquid Crystal Display:液晶ディスプレイ)、または有機EL(Electro−Luminescence)ディスプレイ等である。   The display 110 is a display device that displays characters, numbers, various screens, operation icons, and the like. The display 110 is, for example, a CRT (Cathode Ray Tube) display, an LCD (Liquid Crystal Display), an organic EL (Electro-Luminescence) display, or the like.

DVDドライブ112は、着脱自在な記憶媒体の一例としてのDVD−ROM(Digital Versatile Disc Read Only Memory)111に対するデータの読み出しおよび書き込みを制御する装置である。なお、上述の着脱可能な記録媒体の他の例として、例えば、CD−ROM(Compact Disc Read Only Memory)、CD−R(Compact Disc Recordable)、DVD−R(Digital Versatile Disc Recordable)またはブルーレイディスク等のコンピュータで読み取り可能な記録媒体であってもよい。   The DVD drive 112 is a device that controls reading and writing of data with respect to a DVD-ROM (Digital Versatile Disc Read Only Memory) 111 as an example of a removable storage medium. Other examples of the removable recording medium described above include, for example, a CD-ROM (Compact Disc Read Only Memory), a CD-R (Compact Disc Recordable), a DVD-R (Digital Versatile Disc Recordable), or a Blu-ray disc. Or a computer-readable recording medium.

上述のCPU101、ROM102、RAM103、外部記憶装置104、メディアドライブ106、操作装置107、ネットワークI/F109、ディスプレイ110およびDVDドライブ112は、アドレスバスおよびデータバス等のバス115によって互いに通信可能に接続されている。   The CPU 101, the ROM 102, the RAM 103, the external storage device 104, the media drive 106, the operation device 107, the network I / F 109, the display 110, and the DVD drive 112 are connected to each other via a bus 115 such as an address bus and a data bus. ing.

なお、上述のサーバシステム10のプログラムは、インストール可能な形式または実行可能な形式のファイルによって、コンピュータで読み取り可能な記録媒体(メディア105等)に記録されて流通されるようにしてもよい。また、上述のサーバシステム10のプログラムは、メディア105ではなくROM102または外部記憶装置104に記憶させるようにしてもよい。   Note that the above-described program of the server system 10 may be recorded and distributed on a computer-readable recording medium (such as the medium 105) in an installable or executable format file. Further, the program of the server system 10 described above may be stored in the ROM 102 or the external storage device 104 instead of the medium 105.

<クライアント装置のハードウェア構成>
図3は、第1の実施の形態のPCのハードウェア構成の一例を示す図である。図3を参照しながら、クライアント装置20の一例であるPC20aのハードウェア構成の詳細について説明する。
<Hardware configuration of client device>
FIG. 3 is a diagram illustrating an example of a hardware configuration of the PC according to the first embodiment. The details of the hardware configuration of the PC 20a, which is an example of the client device 20, will be described with reference to FIG.

図3に示すように、本実施の形態に係るPC20aは、CPU201と、ROM202と、RAM203と、外部記憶装置204と、メディアドライブ206と、操作装置207と、ネットワークI/F209と、ディスプレイ210と、を備えている。   As shown in FIG. 3, the PC 20a according to the present embodiment includes a CPU 201, a ROM 202, a RAM 203, an external storage device 204, a media drive 206, an operation device 207, a network I / F 209, a display 210, and the like. It is equipped with.

CPU201は、PC20a全体の動作を制御する演算装置である。ROM202は、PC20a用のプログラムを記憶している不揮発性記憶装置である。RAM203は、CPU201のワークエリアとして使用される揮発性記憶装置である。   The CPU 201 is an arithmetic device that controls the overall operation of the PC 20a. The ROM 202 is a nonvolatile storage device that stores a program for the PC 20a. The RAM 203 is a volatile storage device used as a work area for the CPU 201.

外部記憶装置204は、各種データを記憶する不揮発性の記憶装置である。外部記憶装置204は、例えば、HDDまたはSSD等である。メディアドライブ206は、CPU201の制御に従って、フラッシュメモリ等であるメディア205に対するデータの読み出しおよび書き込みを制御する装置である。メディア205は、メディアドライブ206に対して着脱自在の記憶装置である。なお、メディア205は、CPU201の制御に従ってデータの読み出しおよび書き込みを行う不揮発性メモリであれば、フラッシュメモリに限定されるものではなく、EEPROM等を用いてもよい。   The external storage device 204 is a non-volatile storage device that stores various data. The external storage device 204 is, for example, an HDD or an SSD. The media drive 206 is a device that controls reading and writing of data with respect to the medium 205 such as a flash memory in accordance with the control of the CPU 201. The media 205 is a storage device that is detachable from the media drive 206. The medium 205 is not limited to a flash memory as long as it is a non-volatile memory that reads and writes data according to the control of the CPU 201, and an EEPROM or the like may be used.

操作装置207は、文字および数字等の入力、各種指示の選択、およびカーソルの移動等を行う入力装置である。操作装置207は、例えば、マウスまたはキーボード等である。   The operation device 207 is an input device for inputting characters and numbers, selecting various instructions, moving a cursor, and the like. The operation device 207 is, for example, a mouse or a keyboard.

ネットワークI/F209は、ネットワーク2を利用してデータを通信するためのインターフェースである。ネットワークI/F209は、例えば、TCP/IPに対応したNIC等である。   A network I / F 209 is an interface for communicating data using the network 2. The network I / F 209 is, for example, a NIC that supports TCP / IP.

ディスプレイ210は、文字、数字、および各種画面および操作用アイコン等を表示する表示装置である。ディスプレイ210は、例えば、CRTディスプレイ、LCD、または有機ELディスプレイ等である。   The display 210 is a display device that displays characters, numbers, various screens, operation icons, and the like. The display 210 is, for example, a CRT display, LCD, or organic EL display.

上述のCPU201、ROM202、RAM203、外部記憶装置204、メディアドライブ206、操作装置207、ネットワークI/F209、およびディスプレイ210は、アドレスバスおよびデータバス等のバス215によって互いに通信可能に接続されている。   The CPU 201, the ROM 202, the RAM 203, the external storage device 204, the media drive 206, the operation device 207, the network I / F 209, and the display 210 are connected to each other via a bus 215 such as an address bus and a data bus.

なお、上述のPC20aのプログラムは、インストール可能な形式または実行可能な形式のファイルによって、コンピュータで読み取り可能な記録媒体(メディア205等)に記録されて流通されるようにしてもよい。また、上述のPC20aのプログラムは、メディア205ではなくROM202または外部記憶装置204に記憶させるようにしてもよい。   Note that the above-described program of the PC 20a may be recorded and distributed on a computer-readable recording medium (media 205 or the like) in a file that can be installed or executed. Further, the above-described program of the PC 20 a may be stored in the ROM 202 or the external storage device 204 instead of the medium 205.

<画像形成装置のハードウェア構成>
図4は、第1の実施の形態の画像形成装置のハードウェア構成の一例を示す図である。図4を参照しながら、画像形成装置30のハードウェア構成の詳細について説明する。
<Hardware configuration of image forming apparatus>
FIG. 4 is a diagram illustrating an example of a hardware configuration of the image forming apparatus according to the first embodiment. Details of the hardware configuration of the image forming apparatus 30 will be described with reference to FIG.

図4に示すように、本実施の形態に係る画像形成装置30は、コントローラ300と、操作表示部310と、FCU(Facsimile Control Unit)320と、プロッタ331と、スキャナ332とがPCI(Peripheral Component Interface)バスで接続された構成となっている。   As shown in FIG. 4, in the image forming apparatus 30 according to the present embodiment, a controller 300, an operation display unit 310, an FCU (Facsimile Control Unit) 320, a plotter 331, and a scanner 332 are PCI (Peripheral Component). (Interface) bus.

コントローラ300は、画像形成装置30全体の制御、描画、通信および操作表示部310からの入力を制御する装置である。   The controller 300 is a device that controls the entire image forming apparatus 30, drawing, communication, and input from the operation display unit 310.

操作表示部310は、例えば、タッチパネル等であり、コントローラ300に対する入力を受け付けると共に、画像形成装置30の状態等を表示する装置であり、後述するASIC(Application Specific Integrated Circuit)306に直接接続されている。   The operation display unit 310 is, for example, a touch panel or the like, and is a device that receives an input to the controller 300 and displays the state of the image forming apparatus 30. The operation display unit 310 is directly connected to an ASIC (Application Specific Integrated Circuit) 306 described later. Yes.

FCU320は、ファクス機能を実現する装置であり、PCIバスによってASIC306に接続されている。   The FCU 320 is a device that realizes a fax function, and is connected to the ASIC 306 by a PCI bus.

プロッタ331は、印刷機能を実現する装置であり、PCIバスによってASIC306に接続されている。スキャナ332は、スキャナ機能を実現する機能であり、PCIバスによってASIC306に接続されている。   The plotter 331 is a device that realizes a printing function, and is connected to the ASIC 306 by a PCI bus. The scanner 332 is a function that realizes a scanner function, and is connected to the ASIC 306 by a PCI bus.

コントローラ300は、CPU301と、システムメモリ(MEM−P)302と、ノースブリッジ(NB)303と、サウスブリッジ(SB)304aと、ネットワークI/F304bと、USB(Universal Serial Bus)インターフェース304cと、セントロニクスインターフェース304dと、ASIC306と、ローカルメモリ(MEM−C)307と、外部記憶装置308と、を有している。   The controller 300 includes a CPU 301, a system memory (MEM-P) 302, a north bridge (NB) 303, a south bridge (SB) 304a, a network I / F 304b, a USB (Universal Serial Bus) interface 304c, and a Centronics. It has an interface 304d, an ASIC 306, a local memory (MEM-C) 307, and an external storage device 308.

CPU301は、画像形成装置30の全体制御を行うものであり、システムメモリ302、ノースブリッジ303およびサウスブリッジ304aからなるチップセットに接続され、このチップセットを介して他の機器と接続される。   The CPU 301 performs overall control of the image forming apparatus 30 and is connected to a chip set including the system memory 302, the north bridge 303, and the south bridge 304a, and is connected to other devices via the chip set.

システムメモリ302は、プログラムおよびデータの格納用メモリ、プログラムおよびデータの展開用メモリ、ならびにプリンタの描画用メモリ等として用いるメモリであり、ROMとRAMとを有している。このうち、ROMは、プログラムおよびデータの格納用メモリとして用いる読み出し専用のメモリであり、RAMは、プログラムおよびデータの展開用メモリ、ならびにプリンタの描画用メモリ等として用いる書き込みおよび読み出し可能なメモリである。   The system memory 302 is a memory used as a program and data storage memory, a program and data expansion memory, a printer drawing memory, and the like, and includes a ROM and a RAM. Of these, the ROM is a read-only memory used as a program and data storage memory, and the RAM is a writable and readable memory used as a program and data expansion memory, a printer drawing memory, and the like. .

ノースブリッジ303は、CPU301と、システムメモリ302、サウスブリッジ304aおよびAGPバス305とを接続するためのブリッジであり、システムメモリ302に対する読み書き等を制御するメモリコントローラと、PCIマスタおよびAGPターゲットとを有する。   The north bridge 303 is a bridge for connecting the CPU 301 to the system memory 302, the south bridge 304a, and the AGP bus 305, and includes a memory controller that controls reading and writing to the system memory 302, a PCI master, and an AGP target. .

サウスブリッジ304aは、ノースブリッジ303と、PCIデバイスおよび周辺デバイスとを接続するためのブリッジである。サウスブリッジ304aは、PCIバスを介してノースブリッジ303と接続されており、PCIバスには、ネットワークI/F304b、USBインターフェース304cおよびセントロニクスインターフェース304d等が接続されている。   The south bridge 304a is a bridge for connecting the north bridge 303 to a PCI device and peripheral devices. The south bridge 304a is connected to the north bridge 303 via a PCI bus, and a network I / F 304b, a USB interface 304c, a Centronics interface 304d, and the like are connected to the PCI bus.

AGPバス305は、グラフィック処理を高速化するために提案されたグラフィックスアクセラレータカード用のバスインターフェースである。AGPバス305は、システムメモリ302に高スループットで直接アクセスすることにより、グラフィックスアクセラレータカードを高速にするバスである。   The AGP bus 305 is a bus interface for a graphics accelerator card that has been proposed to speed up graphic processing. The AGP bus 305 is a bus that speeds up the graphics accelerator card by directly accessing the system memory 302 with high throughput.

ASIC306は、画像処理用のハードウェア要素を有する画像処理用途向けのIC(Integrated Circuit)であり、AGPバス305、PCIバス、外部記憶装置308およびローカルメモリ307をそれぞれ接続するブリッジの役割を有する。ASIC306は、PCIターゲットおよびAGPマスタと、ASIC306の中核をなすアービタ(ARB)と、ローカルメモリ307を制御するメモリコントローラと、ハードウェアロジック等により画像データの回転等を行う複数のDMAC(Direct Memory Access Controller)と、プロッタ331およびスキャナ332との間でPCIバスを介したデータ転送を行うPCIユニットとから構成される。ASIC306には、PCIバスを介してFCU320、プロッタ331およびスキャナ332が接続される。また、ASIC306は、図示しないホストPCおよびネットワーク等にも接続されている。   The ASIC 306 is an integrated circuit (IC) for image processing having hardware elements for image processing, and has a role of a bridge for connecting the AGP bus 305, the PCI bus, the external storage device 308, and the local memory 307, respectively. The ASIC 306 includes a PCI target and an AGP master, an arbiter (ARB) that forms the core of the ASIC 306, a memory controller that controls the local memory 307, and a plurality of DMACs (Direct Memory Access) that perform image data rotation and the like using hardware logic. Controller) and a PCI unit that transfers data between the plotter 331 and the scanner 332 via the PCI bus. The ASIC 306 is connected to the FCU 320, the plotter 331, and the scanner 332 via the PCI bus. The ASIC 306 is also connected to a host PC and a network (not shown).

ローカルメモリ307は、コピー用画像バッファおよび符号バッファとして用いるメモリである。   The local memory 307 is a memory used as a copy image buffer and a code buffer.

外部記憶装置308は、HDD、SSD、SDカードまたはフラッシュメモリ等の記憶装置であり、画像データの蓄積、プログラムの蓄積、フォントデータの蓄積およびフォームの蓄積を行うためのストレージである。   The external storage device 308 is a storage device such as an HDD, SSD, SD card, or flash memory, and is a storage for storing image data, programs, font data, and forms.

(印刷システムの機能ブロック構成)
図5は、第1の実施の形態に係る印刷システムの機能ブロックの構成の一例を示す図である。図5を参照しながら、本実施の形態に係る印刷システム1のサーバシステム10、クライアント装置20、および画像形成装置30の機能ブロックの構成について説明する。
(Function block configuration of printing system)
FIG. 5 is a diagram illustrating an example of a functional block configuration of the printing system according to the first embodiment. The configuration of functional blocks of the server system 10, the client device 20, and the image forming apparatus 30 of the printing system 1 according to the present embodiment will be described with reference to FIG.

クライアント装置20は、図5に示すように、印刷アプリ21を有する。印刷アプリ21は、選択された文書ファイルと、設定された印刷設定と、をサーバシステム10に送信して、印刷ジョブの登録を要求する機能部である。印刷アプリ21は、例えば、図3に示すCPU201で動作するプログラムによって実現される。   The client device 20 has a print application 21 as shown in FIG. The print application 21 is a functional unit that transmits a selected document file and set print settings to the server system 10 and requests registration of a print job. The print application 21 is realized by, for example, a program that operates on the CPU 201 illustrated in FIG.

なお、図5に示すクライアント装置20の印刷アプリ21は、機能を概念的に示したものであって、このような構成に限定されるものではない。例えば、図5に示すクライアント装置20の印刷アプリ21が有する機能を複数に分割し、複数の機能部として構成するものとしてもよい。   Note that the print application 21 of the client device 20 illustrated in FIG. 5 conceptually illustrates functions, and is not limited to such a configuration. For example, the functions of the print application 21 of the client device 20 illustrated in FIG. 5 may be divided into a plurality of functions and configured as a plurality of function units.

<サーバシステムの機能的構成>
印刷システム1のサーバシステム10は、図5に示すように、認証部11と、文書管理部12(第1の受信部)と、ジョブ管理部13(第2の受信部、推定部、選択部、登録部)と、PDL変換部14(変換部)と、PDLファイル取得部15(送信部)と、文書ファイル記憶部16と、ジョブ情報記憶部17(記憶部)と、PDLファイル記憶部18と、を有する。
<Functional configuration of server system>
As shown in FIG. 5, the server system 10 of the printing system 1 includes an authentication unit 11, a document management unit 12 (first reception unit), and a job management unit 13 (second reception unit, estimation unit, selection unit). Registration unit), PDL conversion unit 14 (conversion unit), PDL file acquisition unit 15 (transmission unit), document file storage unit 16, job information storage unit 17 (storage unit), and PDL file storage unit 18 And having.

認証部11は、クライアント装置20から送信されたユーザIDおよびパスワードを用いて、ユーザ認証を行う機能部である。認証部11は、例えば、図2に示すCPU101で動作するプログラムによって実現される。   The authentication unit 11 is a functional unit that performs user authentication using the user ID and password transmitted from the client device 20. The authentication unit 11 is realized by, for example, a program that operates on the CPU 101 illustrated in FIG.

文書管理部12は、クライアント装置20から受信した文書ファイルを、文書ファイル記憶部16の各ユーザ用の記憶領域に記憶し、その記憶先を示す文書ファイルURL(Uniform Resource Locator)をクライアント装置20に送信する機能部である。文書管理部12は、例えば、図2に示すCPU101で動作するプログラムによって実現される。   The document management unit 12 stores the document file received from the client device 20 in the storage area for each user in the document file storage unit 16 and stores a document file URL (Uniform Resource Locator) indicating the storage destination in the client device 20. It is a function part to transmit. The document management unit 12 is realized by, for example, a program that operates on the CPU 101 illustrated in FIG.

ジョブ管理部13は、印刷のジョブの情報(ジョブ情報)の登録および更新を行い、ジョブ履歴に基づいて、文書ファイルを変換するPDLを推定する機能部である。ジョブ管理部13は、例えば、図2に示すCPU101で動作するプログラムによって実現される。   The job management unit 13 is a functional unit that registers and updates print job information (job information) and estimates a PDL for converting a document file based on the job history. The job management unit 13 is realized by, for example, a program that operates on the CPU 101 illustrated in FIG.

PDL変換部14は、ジョブ管理部13からのPDL変換要求のPDL種別で示されるPDLに文書ファイルを変換する機能部である。PDL変換部14は、例えば、図2に示すCPU101で動作するプログラムによって実現される。   The PDL conversion unit 14 is a functional unit that converts a document file into a PDL indicated by the PDL type of the PDL conversion request from the job management unit 13. The PDL conversion unit 14 is realized by, for example, a program that operates on the CPU 101 illustrated in FIG.

PDLファイル取得部15は、画像形成装置30からのPDLファイルの要求に従って、PDLファイル記憶部18からPDLファイルを取得する機能部である。PDLファイル取得部15は、例えば、図2に示すCPU101で動作するプログラムによって実現される。   The PDL file acquisition unit 15 is a functional unit that acquires a PDL file from the PDL file storage unit 18 in accordance with a PDL file request from the image forming apparatus 30. The PDL file acquisition unit 15 is realized by, for example, a program that operates on the CPU 101 illustrated in FIG.

文書ファイル記憶部16は、ユーザごとの記憶領域に文書ファイルを記憶する機能部である。ジョブ情報記憶部17は、クライアント装置20からの印刷のジョブ投入の要求に従って、そのジョブ情報を記憶(ジョブ登録)する機能である。PDLファイル記憶部18は、ユーザごとの記憶領域にPDLファイルを記憶する機能部である。文書ファイル記憶部16、ジョブ情報記憶部17およびPDLファイル記憶部18は、図2に示す外部記憶装置104によって実現される。   The document file storage unit 16 is a functional unit that stores a document file in a storage area for each user. The job information storage unit 17 has a function of storing (registering) the job information in accordance with a print job input request from the client device 20. The PDL file storage unit 18 is a functional unit that stores a PDL file in a storage area for each user. The document file storage unit 16, the job information storage unit 17, and the PDL file storage unit 18 are realized by the external storage device 104 shown in FIG.

なお、図5に示すサーバシステム10の認証部11、文書管理部12、ジョブ管理部13、PDL変換部14、PDLファイル取得部15、文書ファイル記憶部16、ジョブ情報記憶部17、およびPDLファイル記憶部18は、機能を概念的に示したものであって、このような構成に限定されるものではない。例えば、図5に示すサーバシステム10で独立した機能部として図示した複数の機能部を、1つの機能部として構成してもよい。一方、図5に示すサーバシステム10で1つの機能部が有する機能を複数に分割し、複数の機能部として構成するものとしてもよい。   Note that the authentication unit 11, the document management unit 12, the job management unit 13, the PDL conversion unit 14, the PDL file acquisition unit 15, the document file storage unit 16, the job information storage unit 17, and the PDL file of the server system 10 illustrated in FIG. The memory | storage part 18 showed the function notionally, Comprising: It is not limited to such a structure. For example, a plurality of functional units illustrated as independent functional units in the server system 10 illustrated in FIG. 5 may be configured as one functional unit. On the other hand, in the server system 10 shown in FIG. 5, the function of one function unit may be divided into a plurality of functions and configured as a plurality of function units.

また、認証部11、文書管理部12、ジョブ管理部13、PDL変換部14、およびPDLファイル取得部15の一部または全部は、ソフトウェアであるプログラムではなく、FPGA(Field−Programmable Gate Array)またはASIC(Application Specific Integrated Circuit)等のハードウェア回路によって実現されてもよい。   Some or all of the authentication unit 11, the document management unit 12, the job management unit 13, the PDL conversion unit 14, and the PDL file acquisition unit 15 are not software programs, but are an FPGA (Field-Programmable Gate Array) or It may be realized by a hardware circuit such as ASIC (Application Specific Integrated Circuit).

<画像形成装置の機能的構成>
印刷システム1の画像形成装置30は、図5に示すように、UI(User Interface)部31と、印刷制御部32(判定部の一例)と、PDL解釈部33と、画像形成部34と、機器能力情報記憶部35と、を有する。
<Functional configuration of image forming apparatus>
As shown in FIG. 5, the image forming apparatus 30 of the printing system 1 includes a UI (User Interface) unit 31, a print control unit 32 (an example of a determination unit), a PDL interpretation unit 33, an image forming unit 34, A device capability information storage unit 35.

UI部31は、ユーザによる各種の入力操作を受け付け、ジョブ情報のリスト(ジョブリスト)の表示およびジョブ実行の状況の表示等を行う機能部である。UI部31は、図4に示す操作表示部310、およびCPU301で動作するプログラム等によって実現される。   The UI unit 31 is a functional unit that accepts various input operations by the user and displays a job information list (job list), a job execution status, and the like. The UI unit 31 is realized by the operation display unit 310 shown in FIG.

印刷制御部32は、ジョブの実行、すなわち印刷制御を行う機能部である。印刷制御部32は、例えば、図4に示すCPU301で動作するプログラムによって実現される。   The print control unit 32 is a functional unit that performs job execution, that is, print control. The print control unit 32 is realized by, for example, a program that operates on the CPU 301 illustrated in FIG.

PDL解釈部33は、印刷制御部32から受け取ったPDLファイルを解釈して、画像形成部34に印刷出力(画像形成)させる機能部である。PDL解釈部33は、例えば、図4に示すCPU301で動作するプログラムによって実現される。   The PDL interpretation unit 33 is a functional unit that interprets the PDL file received from the print control unit 32 and causes the image forming unit 34 to print out (image formation). The PDL interpretation unit 33 is realized by, for example, a program that operates on the CPU 301 illustrated in FIG.

画像形成部34は、用紙に対して印字する印刷動作(画像形成動作)を実行する機能部である。画像形成部34は、図4に示すプロッタ331によって実現される。   The image forming unit 34 is a functional unit that executes a printing operation (image forming operation) for printing on paper. The image forming unit 34 is realized by a plotter 331 shown in FIG.

機器能力情報記憶部35は、画像形成装置30が備える能力の情報(機器能力情報)を記憶する機能部である。機器能力情報記憶部35は、図4に示す外部記憶装置308等によって実現される。   The device capability information storage unit 35 is a functional unit that stores capability information (device capability information) included in the image forming apparatus 30. The device capability information storage unit 35 is realized by the external storage device 308 shown in FIG.

上述の機能部のうち、例えば、UI部31および印刷制御部32は、ブラウザ上で動作するJavaScript(登録商標)等のスクリプト、または、画像形成装置30にインストールされたネイティブアプリケーション等が実行されることによって実現される。この場合、JavaScriptは、画像形成装置30にインストールされているものとしてもよく、または、サーバシステム10等からダウンロードして実行されるものとしてもよい。また、PDL解釈部33は、例えば、画像形成装置30にインストールされたネイティブアプリケーション等が実行されることによって実現される。   Among the above-described functional units, for example, the UI unit 31 and the print control unit 32 execute a script such as JavaScript (registered trademark) operating on a browser, a native application installed in the image forming apparatus 30, or the like. Is realized. In this case, JavaScript may be installed in the image forming apparatus 30 or may be downloaded from the server system 10 or the like and executed. The PDL interpretation unit 33 is realized by executing, for example, a native application installed in the image forming apparatus 30.

なお、図5に示す画像形成装置30のUI部31、印刷制御部32、PDL解釈部33、画像形成部34、および機器能力情報記憶部35は、機能を概念的に示したものであって、このような構成に限定されるものではない。例えば、図5に示す画像形成装置30で独立した機能部として図示した複数の機能部を、1つの機能部として構成してもよい。一方、図5に示す画像形成装置30で1つの機能部が有する機能を複数に分割し、複数の機能部として構成するものとしてもよい。   Note that the UI unit 31, print control unit 32, PDL interpretation unit 33, image formation unit 34, and device capability information storage unit 35 of the image forming apparatus 30 shown in FIG. However, it is not limited to such a configuration. For example, a plurality of functional units illustrated as independent functional units in the image forming apparatus 30 illustrated in FIG. 5 may be configured as one functional unit. On the other hand, in the image forming apparatus 30 shown in FIG. 5, the functions of one functional unit may be divided into a plurality of functional units.

また、上述の印刷制御部32およびPDL解釈部33は、それぞれ図4に示すCPU301上で実行されるプログラムによって実現されてもよく、またはハードウェア回路(例えば、ASIC306等)によって実現されてもよい。   Further, the above-described print control unit 32 and PDL interpretation unit 33 may be realized by a program executed on the CPU 301 shown in FIG. 4 or may be realized by a hardware circuit (for example, ASIC 306 or the like). .

(ジョブ投入動作)
図6は、第1の実施の形態に係る印刷システムのジョブ投入動作の一例を示すシーケンス図である。図7は、第1の実施の形態に係るクライアント装置の認証画面の一例を示す図である。図8は、第1の実施の形態に係るクライアント装置の文書選択・印刷設定画面の一例を示す図である。図9は、ジョブリストの一例を示す図である。図6〜9を参照しながら、本実施の形態に係る印刷システム1のジョブ投入動作について説明する。
(Job submission operation)
FIG. 6 is a sequence diagram illustrating an example of a job input operation of the printing system according to the first embodiment. FIG. 7 is a diagram illustrating an example of an authentication screen of the client device according to the first embodiment. FIG. 8 is a diagram illustrating an example of a document selection / print setting screen of the client device according to the first embodiment. FIG. 9 is a diagram illustrating an example of a job list. The job input operation of the printing system 1 according to the present embodiment will be described with reference to FIGS.

<ステップS101>
ユーザ40は、クライアント装置20のディスプレイ210に表示される図7に示すような認証画面に対して、ユーザIDおよびパスワードを入力し、「OK」ボタンを押下する認証操作を行う。
<Step S101>
The user 40 performs an authentication operation by inputting a user ID and password on the authentication screen as shown in FIG. 7 displayed on the display 210 of the client device 20 and pressing the “OK” button.

<ステップS102>
クライアント装置20の印刷アプリ21は、ユーザ40により入力されたユーザIDおよびパスワードを含む認証要求を、サーバシステム10の認証部11へ送信する。
<Step S102>
The print application 21 of the client device 20 transmits an authentication request including the user ID and password input by the user 40 to the authentication unit 11 of the server system 10.

<ステップS103>
認証部11は、認証要求を受信すると、受信したユーザIDおよびパスワードの正当性を検証する認証処理を行い、認証結果を、クライアント装置20の印刷アプリ21へ送信する。図6では、認証部11は、認証結果として、成功を示すアクセストークンを、クライアント装置20の印刷アプリ21へ送信している。
<Step S103>
Upon receiving the authentication request, the authentication unit 11 performs an authentication process for verifying the validity of the received user ID and password, and transmits the authentication result to the print application 21 of the client device 20. In FIG. 6, the authentication unit 11 transmits an access token indicating success to the print application 21 of the client device 20 as an authentication result.

なお、認証部11による認証処理は、上述のようにユーザIDおよびパスワードによる認証に限定されるものではなく、例えば、IC(Integrated Circuit)カードによるカード認証、または指紋、網膜、静脈もしくは顔画像等の生体認証であってもよい。   Note that the authentication processing by the authentication unit 11 is not limited to the authentication by the user ID and password as described above, and for example, card authentication by an IC (Integrated Circuit) card, fingerprint, retina, vein, face image, or the like Or biometric authentication.

<ステップS104〜S106>
ユーザ40は、クライアント装置20のディスプレイ210に表示される図8(a)に示すような文書選択・印刷設定画面において、印刷を所望する文書ファイルを、図8(b)に示す文書ファイルのリストから選択し、各種の印刷設定を行い、OKボタンを押下することによってジョブの投入実行操作を行う。これによって、印刷システム1におけるジョブ投入動作が開始される。図8(a)に示す印刷設定では、部数が「1」、カラー/モノクロ設定が「カラー」、用紙サイズが「A4」、両面設定が「左綴じ」、集約設定が「2in1」に設定されている例が示されている。
<Steps S104 to S106>
On the document selection / print setting screen as shown in FIG. 8A displayed on the display 210 of the client device 20, the user 40 selects a document file desired to be printed from the list of document files shown in FIG. 8B. Is selected, various print settings are made, and a job submission execution operation is performed by pressing an OK button. Thereby, the job input operation in the printing system 1 is started. In the print setting shown in FIG. 8A, the number of copies is set to “1”, the color / monochrome setting is set to “color”, the paper size is set to “A4”, the duplex setting is set to “left binding”, and the aggregation setting is set to “2 in 1”. An example is shown.

<ステップS107>
印刷アプリ21は、受信したアクセストークンと、選択された文書ファイルとを含む文書ファイル投入要求を、サーバシステム10の文書管理部12へ送信する。例えば、印刷アプリ21が文書ファイル投入要求をHTTP(Hypertext Transfer Protocol)によって送信する場合、Authorizationヘッダにアクセストークンを設定し、Content−Typeに文書ファイルの種類を設定し、ボディに文書ファイルのデータを設定して送信するといった方法がある。
<Step S107>
The print application 21 transmits a document file input request including the received access token and the selected document file to the document management unit 12 of the server system 10. For example, when the print application 21 transmits a document file input request using HTTP (Hypertext Transfer Protocol), an access token is set in the Authorization header, the type of the document file is set in Content-Type, and the data of the document file is set in the body. There are methods such as setting and sending.

<ステップS108>
文書管理部12は、文書ファイル投入要求を受信すると、受信したアクセストークンを含むトークン検証要求を、認証部11へ送る。
<Step S108>
Upon receiving the document file input request, the document management unit 12 sends a token verification request including the received access token to the authentication unit 11.

<ステップS109>
認証部11は、トークン検証要求を受け取ると、受け取ったアクセストークンの正当性の検証を行い、検証結果を文書管理部12へ送る。検証の方法としては、例えば、アクセストークンをキーとして、ユーザIDと関連付けたデータベースを利用し、そのデータベースを参照して、アクセストークンに対応するユーザIDが検索できれば、そのアクセストークンは正当(検証OK)であるものと判定すればよい。図6では、認証部11は、検証結果として、アクセストークンに対応するユーザIDを含む検証OKを示す情報を文書管理部12へ送っている。
<Step S109>
Upon receiving the token verification request, the authentication unit 11 verifies the validity of the received access token and sends the verification result to the document management unit 12. As a verification method, for example, if a database associated with a user ID is used using an access token as a key and a user ID corresponding to the access token can be searched by referring to the database, the access token is valid (verification OK). ). In FIG. 6, the authentication unit 11 sends information indicating verification OK including the user ID corresponding to the access token to the document management unit 12 as a verification result.

<ステップS110>
文書管理部12は、ユーザIDを含む検証OKを示す情報を受け取ると、そのユーザIDと、ステップS107で受信した文書ファイルと、を含む文書ファイル記憶要求を、文書ファイル記憶部16へ送る。
<Step S110>
When the document management unit 12 receives information indicating verification OK including the user ID, the document management unit 12 sends a document file storage request including the user ID and the document file received in step S107 to the document file storage unit 16.

<ステップS111>
文書ファイル記憶部16は、文書ファイル記憶要求を受け取ると、文書ファイル記憶要求に含まれる文書ファイルを、同じく文書ファイル記憶要求に含まれるユーザIDごとに設定された記憶領域に記憶する。なお、このユーザIDごとに設定された記憶領域は、そのユーザIDに対応するアクセストークンが付加されたリクエスト以外のリクエストのアクセスを拒否する。
<Step S111>
When the document file storage unit 16 receives the document file storage request, the document file storage unit 16 stores the document file included in the document file storage request in a storage area set for each user ID included in the document file storage request. Note that the storage area set for each user ID denies access to requests other than requests to which an access token corresponding to the user ID is added.

<ステップS112>
文書ファイル記憶部16は、文書ファイルを記憶すると、その旨を示す応答を文書管理部12へ返す。
<Step S112>
After storing the document file, the document file storage unit 16 returns a response indicating that to the document management unit 12.

<ステップS113>
文書管理部12は、応答を受け取ると、文書ファイル記憶部16における文書ファイルの記憶先を示す文書ファイルURLを、クライアント装置20の印刷アプリ21へ送信する。この文書ファイルURLは、例えば、そのパスの終端に「/ユーザID/ファイルの識別子」の文字列を含むものとする。これによって、文書ファイルURLから、文書ファイルの所有者であるユーザが識別可能となる。なお、文書ファイルの識別子をキーとして、ユーザIDと関連付けたデータベースを利用し、文書ファイルURLからユーザを識別する方法でもよい。
<Step S113>
Upon receiving the response, the document management unit 12 transmits a document file URL indicating the storage destination of the document file in the document file storage unit 16 to the print application 21 of the client device 20. The document file URL includes, for example, a character string “/ user ID / file identifier” at the end of the path. As a result, the user who is the owner of the document file can be identified from the document file URL. Note that a method of identifying a user from a document file URL using a database associated with a user ID using a document file identifier as a key may be used.

<ステップS114>
印刷アプリ21は、文書ファイルURLを受信すると、その文書ファイルURLと、ステップS103で受信したアクセストークンと、ステップS105で設定された印刷設定と、画像形成装置30のUI部31で表示するためのジョブの表示名と、を含むジョブ投入要求を、サーバシステム10のジョブ管理部13へ送信する。例えば、印刷アプリ21がジョブ投入要求をHTTPによって送信する場合、Authorizationヘッダにアクセストークンを設定し、それ以外のパラメータを、ボディにJSON(JavaScript Object Notation)形式で記述するといった方法がある。
<Step S114>
Upon receiving the document file URL, the print application 21 displays the document file URL, the access token received in step S103, the print settings set in step S105, and the UI unit 31 of the image forming apparatus 30. A job submission request including the display name of the job is transmitted to the job management unit 13 of the server system 10. For example, when the print application 21 transmits a job submission request by HTTP, there is a method in which an access token is set in the Authorization header, and other parameters are described in the body in a JSON (Java Script Object Notation) format.

<ステップS115>
ジョブ管理部13は、ジョブ投入要求を受信すると、受信したアクセストークンを含むトークン検証要求を、認証部11へ送る。
<Step S115>
Upon receiving the job submission request, the job management unit 13 sends a token verification request including the received access token to the authentication unit 11.

<ステップS116>
認証部11は、トークン検証要求を受け取ると、受け取ったアクセストークンの正当性の検証を行い、検証結果をジョブ管理部13へ送る。図6では、認証部11は、検証結果として、アクセストークンに対応するユーザIDを含む検証OKを示す情報をジョブ管理部13へ送っている。
<Step S116>
Upon receiving the token verification request, the authentication unit 11 verifies the validity of the received access token and sends the verification result to the job management unit 13. In FIG. 6, the authentication unit 11 sends information indicating verification OK including the user ID corresponding to the access token to the job management unit 13 as a verification result.

<ステップS117>
ジョブ管理部13は、ステップS114で受信した文書ファイルURLの正当性を検証する。具体的には、ジョブ管理部13は、認証部11から送られた検証結果に含まれるユーザIDと、文書ファイルURLに含まれるユーザIDとを比較し、同一であれば正当なユーザからの文書ファイルURLであると判定する。
<Step S117>
The job management unit 13 verifies the validity of the document file URL received in step S114. Specifically, the job management unit 13 compares the user ID included in the verification result sent from the authentication unit 11 with the user ID included in the document file URL. It is determined that the file URL.

<ステップS118>
ジョブ管理部13は、文書ファイルURLで特定される文書ファイルをどのPDLへ変換するか推定するために、ユーザIDを含むジョブ履歴取得要求をジョブ情報記憶部17へ送る。
<Step S118>
The job management unit 13 sends a job history acquisition request including a user ID to the job information storage unit 17 in order to estimate to which PDL the document file specified by the document file URL is to be converted.

<ステップS119>
ジョブ情報記憶部17は、ジョブ履歴取得要求を受け取ると、記憶しているジョブ情報のリスト(ジョブリスト)から、ジョブ履歴取得要求に含まれるユーザIDに対応するジョブ情報の履歴(ジョブ履歴)を読み出す。
<Step S119>
Upon receipt of the job history acquisition request, the job information storage unit 17 obtains the job information history (job history) corresponding to the user ID included in the job history acquisition request from the stored job information list (job list). read out.

図9にジョブリストの一例を示す。図9に示すジョブリストは、ユーザIDが「user1」であるジョブ情報A〜Fをリストにしたものである。ジョブ情報は、図9に示すように、ジョブを一意に識別するジョブIDである「id」、ジョブを投入したユーザを一意に識別するユーザIDである「user」、ジョブの実行状態(ジョブ状態)(図12で後述)を示す「status」、変換されるPDLの種別である「pdl_type」、画像形成装置30のUI部31上で表示されるジョブの表示名である「display_name」、ジョブの登録日時である「date」、ジョブの印刷設定を示す「config」、ジョブの印刷対象の文書ファイルのURLである「document_url」、および、PDLファイルのURLである「pdl_url」の情報を含む。   FIG. 9 shows an example of the job list. The job list shown in FIG. 9 is a list of job information A to F whose user ID is “user1”. As shown in FIG. 9, the job information includes “id” that is a job ID for uniquely identifying a job, “user” that is a user ID for uniquely identifying a user who has input the job, and a job execution state (job state). ) (Described later in FIG. 12), “pdl_type” that is the type of PDL to be converted, “display_name” that is the display name of the job displayed on the UI unit 31 of the image forming apparatus 30, and the job It includes information on “date” that is the registration date, “config” that indicates the print setting of the job, “document_url” that is the URL of the document file to be printed by the job, and “pdl_url” that is the URL of the PDL file.

例えば、図9に示すジョブリストのうち、ジョブ情報Bでは、idが「BBBBBBBB」、userが「user1」、statusが「completed」、pdl_typeが「pdl1」、display_nameが「Print Job B」、dateが「2016−01−10T08:56:23.067Z」、configが「{copies:1, colormode:mono, size:a4, duplex:none, layout:none}」,documet_urlが「https://xxxxxxx.com/docs/user1/1hjdowdz.jpg」、pdl_urlが「https://xxxxxxx.com/pdls/user1/jdyrnf1y」であることが示されている。   For example, in the job list shown in FIG. 9, in the job information B, the id is “BBBBBBBBB”, the user is “user1”, the status is “completed”, the pdl_type is “pd1”, the display_name is “Print Job B”, and the date is “date Job B”. “2016-01-10T08: 56: 23.068Z”, config is “{copies: 1, colormode: mono, size: a4, duplex: none, layout: none}”, document_url is “https: //.xxxxxxx /Docs/user1/1hjdwdz.jpg ”, indicating that pdl_url is“ https://xxxxxxxx.com/pdls/user1/jdyrnf1y ” To have.

また、ジョブ管理部13は、ジョブ履歴取得要求によって、ジョブ情報記憶部17に記憶されているジョブリストから、ユーザID、ジョブ状態、および取得件数等を指定して、ジョブ履歴の取得を要求することができる。ここでは、例えば、ジョブ管理部13は、ユーザIDを「user1」、ジョブ状態を「completed」(図12で後述するように、ジョブの実行が完了していることを示す)、取得件数を「3」に指定して、ジョブ履歴取得要求をジョブ情報記憶部17に送ったものとする。その結果、ジョブ情報記憶部17は、図9に示すジョブリストから、ジョブID(id)がそれぞれ「BBBBBBBB」、「DDDDDDDD」、および「EEEEEEEE」であるジョブ情報B、D、Eを読み出す。なお、ジョブ管理部13は、ジョブ履歴取得要求によって、取得件数を指定するのではなく、登録日時の範囲を指定してジョブ履歴の取得を要求することができるものとしてもよい。また、ジョブ管理部13は、ジョブ履歴取得要求によって、登録日時が新しいものから所定件数を指定してジョブ履歴の取得を要求することができるものとしてもよい。   Further, the job management unit 13 requests acquisition of a job history by designating a user ID, a job status, the number of acquisition items, and the like from a job list stored in the job information storage unit 17 in response to a job history acquisition request. be able to. Here, for example, the job management unit 13 sets the user ID “user1”, the job status “completed” (indicating that the job has been executed, as will be described later with reference to FIG. 12), and the number of acquisitions “ 3 ”and a job history acquisition request is sent to the job information storage unit 17. As a result, the job information storage unit 17 reads job information B, D, and E whose job IDs (id) are “BBBBBBBBB”, “DDDDDDD”, and “EEEEEEEE” from the job list shown in FIG. Note that the job management unit 13 may request acquisition of a job history by designating a range of registration dates and times instead of designating the number of acquisition cases by a job history acquisition request. Further, the job management unit 13 may be able to request acquisition of a job history by designating a predetermined number from a new registration date and time by a job history acquisition request.

そして、ジョブ情報記憶部17は、読み出したジョブ情報をジョブ履歴として、ジョブ管理部13へ送る。   Then, the job information storage unit 17 sends the read job information to the job management unit 13 as a job history.

<ステップS120>
ジョブ管理部13は、受け取ったジョブ履歴に基づいて、ステップS111で文書ファイル記憶部16に記憶された文書ファイルが変換されるPDLの種別を推定する。例えば、ジョブ情報記憶部17は、上述のように、図9に示すジョブ情報B、D、Eを含むジョブ履歴を受け取った場合、それぞれのジョブ情報に対応するPDLの種別が「pdl1」、「pdl2」、「pdl1」であるので、最も利用回数が多い「pdl1」を、文書ファイルが変換されるPDLの種別として推定する。
<Step S120>
Based on the received job history, the job management unit 13 estimates the type of PDL to which the document file stored in the document file storage unit 16 in step S111 is converted. For example, when the job information storage unit 17 receives the job history including the job information B, D, and E shown in FIG. 9 as described above, the PDL types corresponding to the job information are “pd11”, “ Since “pdl2” and “pdl1”, “pdl1” having the largest number of uses is estimated as the type of PDL into which the document file is converted.

なお、ジョブ情報記憶部17は、上述のように、取得したジョブ履歴の中から最も利用回数の多いPDLの種別により推定しているが、これに限定されるものではない。例えば、ジョブ情報記憶部17は、取得したジョブ履歴に含まれるジョブ情報のうち登録日時が最も新しいジョブ情報のPDLの種別、または、登録日時の新しいジョブ情報のPDLの種別ほど大きい重みをつけて利用頻度に関する指標値を計算して、その指標値が最も大きいPDLの種別により推定するものとしてもよい。   Note that, as described above, the job information storage unit 17 estimates the type of PDL that is most frequently used from the acquired job history, but the present invention is not limited to this. For example, the job information storage unit 17 assigns a higher weight to the PDL type of the job information with the newest registration date or the PDL type of the job information with the newest registration date among the job information included in the acquired job history. An index value related to usage frequency may be calculated and estimated based on the type of PDL having the largest index value.

<ステップS121>
ジョブ管理部13は、PDLの種別の推定を終えると、文書ファイルを推定したPDLに変換するために、新しく登録するジョブ情報を一意に識別するジョブIDと、認証部11から送られた検証結果に含まれるユーザIDと、推定したPDLの種別と、ステップS114で受信した印刷設定と、検証した文書ファイルURLと、を含むPDL変換要求を、PDL変換部14へ送る。
<Step S121>
When the job management unit 13 finishes estimating the type of PDL, the job ID for uniquely identifying newly registered job information and the verification result sent from the authentication unit 11 to convert the document file into the estimated PDL. A PDL conversion request including the user ID, the estimated PDL type, the print setting received in step S114, and the verified document file URL is sent to the PDL conversion unit 14.

<ステップS122>
PDL変換部14は、受け取ったPDL変換要求を、変換キューに追加する。
<Step S122>
The PDL conversion unit 14 adds the received PDL conversion request to the conversion queue.

<ステップS123>
PDL変換部14は、PDL変換要求を変換キューに追加すると、受付完了の旨を、ジョブ管理部13へ返す。
<Step S123>
When the PDL conversion unit 14 adds the PDL conversion request to the conversion queue, the PDL conversion unit 14 returns an acceptance completion message to the job management unit 13.

<ステップS124>
ジョブ管理部13は、PDL変換部14から受付完了の旨を受け取ると、ジョブ情報記憶部17のジョブリストに新規ジョブとしてのジョブ情報を追加するために、ステップS121のPDL変換要求に含めた情報(ジョブID、ユーザID、PDLの種別、印刷設定、文書ファイルURL)と、「accepted」に指定したジョブ状態と、現在日時を指定した登録日時と、ジョブの表示名と、を含むジョブ登録要求を、ジョブ情報記憶部17へ送る。
<Step S124>
When the job management unit 13 receives the completion of acceptance from the PDL conversion unit 14, the information included in the PDL conversion request in step S121 to add job information as a new job to the job list in the job information storage unit 17 A job registration request including (job ID, user ID, PDL type, print setting, document file URL), job status specified in “accepted”, registration date / time specifying the current date / time, and job display name To the job information storage unit 17.

<ステップS125>
ジョブ情報記憶部17は、ジョブ登録要求を受け取ると、ジョブリストに、ジョブ登録要求に含まれる情報を含めた新たなジョブ情報を登録(記憶)する。このとき、登録されるジョブ情報のPDLファイルURLは、空の状態である。
<Step S125>
Upon receiving the job registration request, the job information storage unit 17 registers (stores) new job information including information included in the job registration request in the job list. At this time, the PDL file URL of the registered job information is empty.

<ステップS126>
ジョブ情報記憶部17は、ジョブリストに新たなジョブ情報を登録すると、その旨を示す応答をジョブ管理部13へ返す。
<Step S126>
When the new job information is registered in the job list, the job information storage unit 17 returns a response indicating that to the job management unit 13.

<ステップS127>
ジョブ管理部13は、応答を受け取ると、登録された新たなジョブ情報のジョブIDを含めた、ジョブの登録の成功を示す情報を、印刷アプリ21へ送信する。なお、印刷アプリ21は、例えば、受信したジョブの登録の成功を示す情報を、ディスプレイ210に表示するものとしてもよい。
<Step S127>
When the job management unit 13 receives the response, the job management unit 13 transmits information indicating the job registration success including the job ID of the new registered job information to the print application 21. Note that the print application 21 may display information indicating successful registration of the received job on the display 210, for example.

以上のステップS101〜S127の流れで、印刷システム1のジョブ投入動作が行われる。PDL変換部14が、キューイングせずに、PDL変換要求を受け取ったとき、すぐにPDL変換を行うと、変換処理に時間がかかり、印刷アプリ21にジョブ登録の旨を返すことができず、リクエストのタイムアウトが発生したり、印刷アプリ21が長時間応答しなくなったりすることにより、ユーザの利便性が低下することになる。しかし、本実施の形態では、上述のように、ジョブ管理部13によってPDL変換部14へ送られたPDL変換要求に対応付けられる文書ファイルはすぐにPDLに変換は行われず、変換キューに追加されるものとしている。これによって、上述のような問題を回避することができる。なお、PDL変換要求をキューイングせず、すぐにPDL変換を行うことを除外するわけではない。すなわち、PDL変換部14は、PDL変換要求を受け取った場合、すぐに対応する文書ファイルをPDLに変換するものとしてもよい。この場合、印刷アプリ21は、ジョブが登録されただけではなく、ジョブに係る文書ファイルが正常にPDLに変換されたことを認識することができる。   The job input operation of the printing system 1 is performed according to the flow of steps S101 to S127 described above. When the PDL conversion unit 14 receives the PDL conversion request without queuing and immediately performs the PDL conversion, it takes time for the conversion process, and the job registration cannot be returned to the printing application 21. When the request time-out occurs or the printing application 21 does not respond for a long time, the convenience for the user is lowered. However, in the present embodiment, as described above, the document file associated with the PDL conversion request sent to the PDL conversion unit 14 by the job management unit 13 is not immediately converted to PDL but added to the conversion queue. It is supposed to be. As a result, the above-described problems can be avoided. Note that the PDL conversion request is not excluded immediately without queuing the PDL conversion request. That is, when receiving a PDL conversion request, the PDL conversion unit 14 may immediately convert the corresponding document file into PDL. In this case, the print application 21 can recognize not only that the job has been registered but also that the document file related to the job has been successfully converted to PDL.

また、ステップS120において、ジョブ管理部13は、ジョブ履歴に基づいて、PDLの種別を推定しているが、この場合、推定するPDLの種別の数は1つに限定されるものではなく、複数のPDLの種別を推定するものとしてもよい。例えば、ジョブ管理部13は、ジョブ履歴を参照し、利用回数が多い順から所定の数のPDLの種別を推定対象としてもよい。この場合、後述するように、PDL変換部14によって、文書ファイルが、推定された複数のPDLに変換されるものとすればよい。   In step S120, the job management unit 13 estimates the PDL type based on the job history. In this case, the number of PDL types to be estimated is not limited to one. The type of PDL may be estimated. For example, the job management unit 13 may refer to the job history and set a predetermined number of PDL types as an estimation target in descending order of use. In this case, as will be described later, the document file may be converted into a plurality of estimated PDLs by the PDL conversion unit 14.

(PDL変換動作)
図10は、第1の実施の形態に係る印刷システムのPDL変換動作の一例を示すシーケンス図である。図11は、第1の実施の形態に係るサーバシステムのPDL変換を実現する構成の一例を示す図である。図12は、ジョブの状態遷移を示す図である。図10〜12を参照しながら、本実施の形態に係る印刷システム1のPDL変換動作について説明する。
(PDL conversion operation)
FIG. 10 is a sequence diagram illustrating an example of the PDL conversion operation of the printing system according to the first embodiment. FIG. 11 is a diagram illustrating an example of a configuration for realizing PDL conversion of the server system according to the first embodiment. FIG. 12 is a diagram illustrating job state transition. A PDL conversion operation of the printing system 1 according to the present embodiment will be described with reference to FIGS.

<ステップS201>
サーバシステム10のPDL変換部14は、上述の図6のステップS122で変換キューに追加した先頭のPDL変換要求を取り出す。すなわち、変換キューへのPDL変換要求の出し入れは、FIFO(First−In First−Out)方式で行うものとすればよい。
<Step S201>
The PDL conversion unit 14 of the server system 10 takes out the first PDL conversion request added to the conversion queue in step S122 of FIG. 6 described above. That is, the PDL conversion request in and out of the conversion queue may be performed by a FIFO (First-In First-Out) method.

<ステップS202>
PDL変換部14は、取り出したPDL変換要求に含まれる文書ファイルURLを含む文書ファイル取得要求を、文書ファイル記憶部16へ送る。
<Step S202>
The PDL conversion unit 14 sends a document file acquisition request including the document file URL included in the extracted PDL conversion request to the document file storage unit 16.

<ステップS203>
文書ファイル記憶部16は、文書ファイル取得要求を受け取ると、文書ファイル取得要求に含まれる文書ファイルURLで指定される記憶領域から文書ファイルを読み出す。そして、文書ファイル記憶部16は、読み出した文書ファイルを、PDL変換部14へ送る。
<Step S203>
When receiving the document file acquisition request, the document file storage unit 16 reads the document file from the storage area specified by the document file URL included in the document file acquisition request. Then, the document file storage unit 16 sends the read document file to the PDL conversion unit 14.

<ステップS204>
PDL変換部14は、文書ファイルを受け取ると、PDL変換要求に含まれる印刷設定を用いて、文書ファイルの、推定されたPDLへの変換を実行する。この場合、PDL変換部14による文書ファイルのPDLへの変換処理は、例えば、サーバシステム10の基本動作(ジョブの登録および実行準備等)に対するバックグラウンドの処理として実行するものとすればよい。
<Step S204>
When the PDL conversion unit 14 receives the document file, the PDL conversion unit 14 converts the document file into the estimated PDL using the print settings included in the PDL conversion request. In this case, the conversion process of the document file into the PDL by the PDL conversion unit 14 may be executed as a background process for the basic operation (job registration, execution preparation, etc.) of the server system 10, for example.

ここで、図11を参照しながら、文書ファイルからPDLに変換するための機能構成(以下、PDL変換構成という)について説明する。図11に示すように、文書ファイルには、PDF(Portable Document Format)ファイル、JPG(Joint Photographic experts Group)ファイルおよびPNG(Portable Network Graphics)ファイル、ならびにMS Office(登録商標)ファイル等の様々なファイルが存在する。これらのファイルを印刷可能なデータ形式に変換するには、それぞれのデータ形式に対応したレンダラが必要になる。   Here, a functional configuration for converting a document file into PDL (hereinafter referred to as a PDL conversion configuration) will be described with reference to FIG. As shown in FIG. 11, the document file includes a PDF (Portable Document Format) file, a JPG (Joint Photographic Experts Group) file, a PNG (Portable Network Graphics) file, and various MS Office (registered trademark) files. Exists. In order to convert these files into a printable data format, a renderer corresponding to each data format is required.

図11に示すように、PDL変換構成は、レンダラと、印刷設定変換部55と、描画インターフェース60と、PDLコンバータと、を含む。   As shown in FIG. 11, the PDL conversion configuration includes a renderer, a print setting conversion unit 55, a drawing interface 60, and a PDL converter.

レンダラは、文書ファイルを描画インターフェース60に対する描画命令に変換するプログラムである。レンダラの実体は、それぞれのデータ形式の文書ファイルを表示および編集するためのアプリケーションであったり、または、レンダリングのライブラリである。レンダラは、例えば、図11に示すように、PDFファイル41に対応したPDFレンダラ51、JPGファイル42に対応したJPGレンダラ52、MS Officeファイル43に対応したMS Officeレンダラ53等がある。これらのレンダラは、共通の描画インターフェース60を通じて、印刷データへの変換を行う。   The renderer is a program that converts a document file into a drawing command for the drawing interface 60. The renderer is an application for displaying and editing a document file of each data format, or a rendering library. For example, as shown in FIG. 11, the renderer includes a PDF renderer 51 corresponding to the PDF file 41, a JPG renderer 52 corresponding to the JPG file 42, an MS Office renderer 53 corresponding to the MS Office file 43, and the like. These renderers perform conversion into print data through a common drawing interface 60.

印刷設定変換部55は、印刷設定45を描画インターフェース60に対する描画命令に変換するプログラムである。PrintTicket等の形式が一般的である。   The print setting conversion unit 55 is a program that converts the print setting 45 into a drawing command for the drawing interface 60. A format such as PrintTicket is common.

描画インターフェース60は、テキスト、図形および画像等のデータ形式をサポートするインターフェースであり、Windows(登録商標)であれば、GDI(Graphic Device Interface)またはXPS(XML Paper Specification)等である。PDLコンバータは、共通の描画インターフェース60を通じて呼び出されるプログラムであり、実体はプリンタドライバ、または、PDLに変換するライブラリである。PDLコンバータは、テキスト、図形または画像等のデータ形式を画像形成装置30が解釈可能なPDL形式に変換して、PDLファイルを生成する。PDLコンバータは、例えば、図11に示すように、PDL1の形式に変換してPDL1ファイル81を生成するPDL1コンバータ71、PDL2の形式に変換してPDL2ファイル82を生成するPDL2コンバータ72、PDL3の形式に変換してPDL3ファイル83を生成するPDL3コンバータ73等のように、それぞれのPDLに変換するコンバータがある。   The drawing interface 60 is an interface that supports data formats such as text, graphics, and images. If it is Windows (registered trademark), it is GDI (Graphic Device Interface) or XPS (XML Paper Specification). The PDL converter is a program that is called through the common drawing interface 60, and the entity is a printer driver or a library that converts it into PDL. The PDL converter converts a data format such as text, graphics, or an image into a PDL format that can be interpreted by the image forming apparatus 30, and generates a PDL file. For example, as shown in FIG. 11, the PDL converter converts a PDL1 file 81 by generating a PDL1 file 81 by converting it into a PDL1 format, a PDL2 converter 72 generating a PDL2 file 82 by converting it into a PDL2 format, and a PDL3 format There are converters that convert to each PDL, such as a PDL3 converter 73 that converts the data into a PDL3 file 83.

PDL変換部14は、上述の図6に示すステップS122の変換キューへの追加、図10に示すステップS201の変換キューからの取り出し、ステップS202の文書ファイルの取得、および、PDLコンバータとしてのステップS204のPDL変換の機能を有するプログラムが実行されることによって実現される。   The PDL conversion unit 14 adds to the conversion queue in step S122 shown in FIG. 6 described above, takes out from the conversion queue in step S201 shown in FIG. 10, acquires a document file in step S202, and step S204 as a PDL converter. This is realized by executing a program having a PDL conversion function.

<ステップS205>
PDL変換部14は、変換したPDLファイルと、PDL変換要求に含まれるユーザIDと、を含むPDLファイル記憶要求を、PDLファイル記憶部18へ送る。
<Step S205>
The PDL conversion unit 14 sends a PDL file storage request including the converted PDL file and the user ID included in the PDL conversion request to the PDL file storage unit 18.

<ステップS206>
PDLファイル記憶部18は、PDLファイル記憶要求を受け取ると、PDLファイル記憶要求に含まれるPDLファイルを、同じくPDLファイル記憶要求に含まれるユーザIDごとに設定された記憶領域に記憶する。なお、このユーザIDごとに設定された記憶領域は、そのユーザIDに対応するアクセストークンが付加されたリクエスト以外のリクエストのアクセスを拒否する。
<Step S206>
When receiving the PDL file storage request, the PDL file storage unit 18 stores the PDL file included in the PDL file storage request in the storage area set for each user ID included in the PDL file storage request. Note that the storage area set for each user ID denies access to requests other than requests to which an access token corresponding to the user ID is added.

<ステップS207>
PDLファイル記憶部18は、PDLファイルを記憶すると、その旨を示す応答をPDL変換部14へ返す。
<Step S207>
After storing the PDL file, the PDL file storage unit 18 returns a response indicating that to the PDL conversion unit 14.

<ステップS208>
PDL変換部14は、応答を受け取ると、PDLファイル記憶部18におけるPDLファイルの記憶先を示すPDLファイルURLと、PDL変換要求に含まれるジョブIDと、を含む変換完了通知をジョブ管理部13へ送る。このPDLファイルURLは、例えば、そのパスの終端に「/ユーザID/ファイルの識別子」の文字列を含むものとする。これによって、PDLファイルURLから、PDLファイルの所有者であるユーザが識別可能となる。なお、PDLファイルの識別子をキーとして、ユーザIDと関連付けたデータベースを利用し、PDLファイルURLからユーザを識別する方法でもよい。
<Step S208>
When receiving the response, the PDL conversion unit 14 sends a conversion completion notification including the PDL file URL indicating the storage destination of the PDL file in the PDL file storage unit 18 and the job ID included in the PDL conversion request to the job management unit 13. send. This PDL file URL includes, for example, a character string “/ user ID / file identifier” at the end of the path. As a result, the user who is the owner of the PDL file can be identified from the PDL file URL. A method of identifying a user from a PDL file URL using a database associated with a user ID using an identifier of the PDL file as a key may be used.

なお、PDL変換の完了の通知は、クライアント装置20の印刷アプリ21へ通知されるものとしてもよい。これによって、ユーザは、登録したジョブに対応する文書ファイルがPDLファイルに変換されたことを把握することができ、印刷実行が可能であるタイミングを知ることができる。   The notification of the completion of PDL conversion may be notified to the print application 21 of the client device 20. Accordingly, the user can grasp that the document file corresponding to the registered job has been converted into the PDL file, and can know the timing when printing can be performed.

<ステップS209>
ジョブ管理部13は、変換完了通知を受け取ると、ジョブ情報記憶部17のジョブリストにおいて、PDL変換要求に含まれるジョブIDで識別されるジョブ情報を更新するために、PDLファイルURLと、「ready」に指定したジョブ状態と、を含むジョブ状態更新要求を、ジョブ情報記憶部17へ送る。
<Step S209>
Upon receiving the conversion completion notification, the job management unit 13 updates the job information identified by the job ID included in the PDL conversion request in the job list of the job information storage unit 17, and the “ready” A job status update request including the job status designated as “” is sent to the job information storage unit 17.

<ステップS210>
ジョブ情報記憶部17は、ジョブ状態更新要求を受け取ると、対応するジョブ情報に対して、ジョブ状態更新要求に含まれるPDLファイルURLを設定し、ジョブ状態を「accepted」から「ready」に更新する。
<Step S210>
Upon receiving the job status update request, the job information storage unit 17 sets the PDL file URL included in the job status update request for the corresponding job information, and updates the job status from “accepted” to “ready”. .

ここで、図12を参照しながら、ジョブ情報におけるジョブ状態の状態遷移について説明する。図6に示したように、ジョブ投入動作が行われ、新たなジョブ情報が登録された場合、そのジョブ情報のジョブ状態は、図12に示すように、「accepted」が設定される。次に、図10に示したように、文書ファイルがPDLに変換され、PDLファイルが記憶された場合、対応するジョブ情報のジョブ状態は、図12に示すように、「accepted」から「ready」に遷移する。そして、図13で後述するように、ジョブの実行が開始されると、対応するジョブ情報のジョブ状態は、図12に示すように、「ready」から「processing」に遷移する。さらに、図13で後述するように、ジョブが完了すると、対応するジョブ情報のジョブ状態は、図12に示すように、「processing」から「completed」に遷移する。また、図18で後述するように、一度、推定されたPDLに変換されてジョブ状態が「ready」に遷移した場合でも、その推定が正しくなかった場合、別のPDLに変換するために、図12に示すように、「ready」から「accepted」に再び遷移する。   Here, the state transition of the job state in the job information will be described with reference to FIG. As shown in FIG. 6, when a job input operation is performed and new job information is registered, “accepted” is set as the job status of the job information as shown in FIG. Next, when the document file is converted into PDL and the PDL file is stored as shown in FIG. 10, the job status of the corresponding job information is changed from “accepted” to “ready” as shown in FIG. Transition to. As will be described later with reference to FIG. 13, when job execution is started, the job status of the corresponding job information transitions from “ready” to “processing” as shown in FIG. Furthermore, as will be described later with reference to FIG. 13, when the job is completed, the job status of the corresponding job information transitions from “processing” to “completed” as shown in FIG. Further, as will be described later with reference to FIG. 18, even when the job state is once changed to “ready” after being converted to the estimated PDL, if the estimation is not correct, the conversion is performed in order to convert to another PDL. As shown in FIG. 12, the transition is again made from “ready” to “accepted”.

<ステップS211>
ジョブ情報記憶部17は、ジョブ状態更新要求に応じて更新した旨を示す応答をジョブ管理部13へ返す。
<Step S211>
The job information storage unit 17 returns a response indicating that the job information storage unit 17 has been updated in response to the job status update request to the job management unit 13.

以上のステップS201〜S211の流れで、印刷システム1のPDL変換動作が行われる。このように、図10に示したように、ジョブの登録のみをクライアント装置20の印刷アプリ21に通知し、登録されたジョブに対応する文書ファイルは、バックグラウンドの処理としてPDLファイルに変換されるものとしている。   The PDL conversion operation of the printing system 1 is performed in the above flow of steps S201 to S211. As described above, as shown in FIG. 10, only the job registration is notified to the print application 21 of the client apparatus 20, and the document file corresponding to the registered job is converted into a PDL file as background processing. It is supposed to be.

(推定が成功した場合のジョブ実行動作)
図13は、第1の実施の形態に係る印刷システムにおいてPDL推定が成功した場合のジョブ実行動作の一例を示すシーケンス図である。図14は、第1の実施の形態に係る画像形成装置のジョブ選択・実行画面の一例を示す図である。図15は、第1の実施の形態に係る印刷システムのジョブ実行動作の概要を示すフローチャートである。図16は、第1の実施の形態に係る印刷システムのジョブポーリング動作の一例を示すフローチャートである。図17は、第1の実施の形態に係る画像形成装置でのジョブ実行中を示す画面の一例を示す図である。図13〜17を参照しながら、本実施の形態に係る印刷システム1において、PDLの推定が成功した場合のジョブ実行動作について説明する。
(Job execution behavior when estimation is successful)
FIG. 13 is a sequence diagram illustrating an example of a job execution operation when PDL estimation is successful in the printing system according to the first embodiment. FIG. 14 is a diagram illustrating an example of a job selection / execution screen of the image forming apparatus according to the first embodiment. FIG. 15 is a flowchart illustrating an outline of a job execution operation of the printing system according to the first embodiment. FIG. 16 is a flowchart illustrating an example of a job polling operation of the printing system according to the first embodiment. FIG. 17 is a diagram illustrating an example of a screen indicating that a job is being executed in the image forming apparatus according to the first embodiment. A job execution operation when PDL estimation is successful in the printing system 1 according to the present embodiment will be described with reference to FIGS.

<ステップS301>
ユーザ40は、画像形成装置30のUI部31に表示される認証画面(例えば、図7に示すような認証画面)に対して、ユーザIDおよびパスワードを入力し、「OK」ボタンを押下する認証操作を行う。
<Step S301>
Authentication in which the user 40 inputs a user ID and password on an authentication screen (for example, an authentication screen as shown in FIG. 7) displayed on the UI unit 31 of the image forming apparatus 30 and presses an “OK” button. Perform the operation.

<ステップS302>
画像形成装置30のUI部31は、ユーザ40により入力されたユーザIDおよびパスワードを含む認証要求を、サーバシステム10の認証部11へ送信する。
<Step S302>
The UI unit 31 of the image forming apparatus 30 transmits an authentication request including the user ID and password input by the user 40 to the authentication unit 11 of the server system 10.

<ステップS303>
認証部11は、認証要求を受信すると、受信したユーザIDおよびパスワードの正当性を検証する認証処理を行い、認証結果を、画像形成装置30のUI部31へ送信する。図13では、認証部11は、認証結果として、成功を示すアクセストークンを、画像形成装置30のUI部31へ送信している。
<Step S303>
Upon receiving the authentication request, the authentication unit 11 performs authentication processing for verifying the validity of the received user ID and password, and transmits the authentication result to the UI unit 31 of the image forming apparatus 30. In FIG. 13, the authentication unit 11 transmits an access token indicating success to the UI unit 31 of the image forming apparatus 30 as an authentication result.

なお、認証部11による認証処理は、上述のようにユーザIDおよびパスワードによる認証に限定されるものではなく、例えば、IC(Integrated Circuit)カードによるカード認証、または指紋、網膜、静脈もしくは顔画像等の生体認証であってもよい。   Note that the authentication processing by the authentication unit 11 is not limited to the authentication by the user ID and password as described above, and for example, card authentication by an IC (Integrated Circuit) card, fingerprint, retina, vein, face image, or the like Or biometric authentication.

<ステップS304>
UI部31は、ジョブリストを取得するために、アクセストークンを含むジョブリスト取得要求を、サーバシステム10のジョブ管理部13へ送信する。
<Step S304>
The UI unit 31 transmits a job list acquisition request including an access token to the job management unit 13 of the server system 10 in order to acquire a job list.

<ステップS305>
ジョブ管理部13は、ジョブリスト取得要求を受信すると、受信したアクセストークンを含むトークン検証要求を、認証部11へ送る。
<Step S305>
Upon receiving the job list acquisition request, the job management unit 13 sends a token verification request including the received access token to the authentication unit 11.

<ステップS306>
認証部11は、トークン検証要求を受け取ると、受け取ったアクセストークンの正当性の検証を行い、検証結果をジョブ管理部13へ送る。検証の方法としては、図6のステップS109で説明した方法と同様である。図13では、認証部11は、検証結果として、アクセストークンに対応するユーザIDを含む検証OKを示す情報をジョブ管理部13へ送っている。
<Step S306>
Upon receiving the token verification request, the authentication unit 11 verifies the validity of the received access token and sends the verification result to the job management unit 13. The verification method is the same as the method described in step S109 in FIG. In FIG. 13, the authentication unit 11 sends information indicating verification OK including the user ID corresponding to the access token to the job management unit 13 as a verification result.

<ステップS307>
ジョブ管理部13は、ジョブ情報記憶部17のジョブリストから、受け取ったユーザIDに対応するジョブ情報のリストであって、ジョブ状態が「accepted」および「ready」であるジョブ情報のリストを要求するジョブリスト取得要求を、ユーザIDを含めて、ジョブ情報記憶部17へ送る。ここで、要求するジョブ情報として、ジョブ状態が「completed」および「processing」であるジョブ情報を除いたのは、ジョブ状態が「completed」であるジョブは、既に完了したジョブであり、ジョブ状態が「processing」であるジョブは、他の画像形成装置で既に実行中のジョブであるため、同一のジョブが複数の画像形成装置で同時に実行されるのを防ぐためである。
<Step S307>
The job management unit 13 requests a list of job information corresponding to the received user ID from the job list in the job information storage unit 17 and having job statuses “accepted” and “ready”. A job list acquisition request including the user ID is sent to the job information storage unit 17. Here, as the requested job information, the job information whose job status is “completed” and “processing” is excluded, the job whose job status is “completed” is a job that has already been completed, and the job status is This is because a job that is “processing” is a job that is already being executed by another image forming apparatus, so that the same job is prevented from being simultaneously executed by a plurality of image forming apparatuses.

<ステップS308>
ジョブ情報記憶部17は、ジョブリスト取得要求を受け取ると、記憶しているジョブリストから、ジョブリスト取得要求に含まれるユーザIDに対応するジョブ情報であって、ジョブ状態が「accepted」および「ready」であるジョブ情報のリストを読み出す。そして、ジョブ情報記憶部17は、読み出したジョブリストを、ジョブ管理部13へ送る。
<Step S308>
Upon receiving the job list acquisition request, the job information storage unit 17 is job information corresponding to the user ID included in the job list acquisition request from the stored job list, and the job status is “accepted” and “ready”. "Is read out. Then, the job information storage unit 17 sends the read job list to the job management unit 13.

<ステップS309、S310>
ジョブ管理部13は、受け取ったジョブリストを、画像形成装置30のUI部31へ送信する。UI部31は、図14に示すジョブ選択・実行画面のように、受信したジョブリストを表示する。
<Steps S309 and S310>
The job management unit 13 transmits the received job list to the UI unit 31 of the image forming apparatus 30. The UI unit 31 displays the received job list as in the job selection / execution screen shown in FIG.

<ステップS311>
ユーザ40は、UI部31に表示されている図14に示すようなジョブ選択・実行画面において、ジョブを実行、すなわち、印刷出力(画像形成)するジョブを選択し、OKボタンを押下することによってジョブの選択・実行操作を行う。
<Step S311>
On the job selection / execution screen as shown in FIG. 14 displayed on the UI unit 31, the user 40 executes a job, that is, selects a job to be printed (image formation) and presses an OK button. Select / execute jobs.

<ステップS312>
UI部31は、選択されたジョブを実行するためのジョブ実行要求を、印刷制御部32へ送る。ここで、選択されたジョブのジョブ状態は、「ready」であるものとする。
<Step S312>
The UI unit 31 sends a job execution request for executing the selected job to the print control unit 32. Here, it is assumed that the job status of the selected job is “ready”.

<ステップS313、S314>
印刷制御部32は、ジョブ実行要求を受け取ると、画像形成装置30で利用可能なPDLの種別の一覧を含む機器能力情報を取得するための機器能力情報取得要求を、機器能力情報記憶部35へ送る。機器能力情報記憶部35は、機器能力情報取得要求を受け取ると、機器能力情報を読み出し、印刷制御部32へ送る。
<Steps S313 and S314>
Upon receiving the job execution request, the print control unit 32 sends a device capability information acquisition request for acquiring device capability information including a list of PDL types available in the image forming apparatus 30 to the device capability information storage unit 35. send. Upon receiving the device capability information acquisition request, the device capability information storage unit 35 reads out the device capability information and sends it to the print control unit 32.

<ステップS315>
印刷制御部32は、機器能力情報を受け取ると、機器能力情報に含まれる利用可能なPDLの種別の一覧に、ステップS311で選択されたジョブのジョブ情報に含まれるPDLの種別が含まれているか否かについての判定(PDL利用可否判定)を行う。図13では、印刷制御部32は、PDL利用可否判定の結果、機器能力情報に含まれる利用可能なPDLの種別の一覧に、ステップS311で選択されたジョブのジョブ情報に含まれるPDLの種別が含まれている、すなわち、図6で上述したステップS120で、ジョブ管理部13によるPDLの推定が成功したものとして、説明する。
<Step S315>
Upon receipt of the device capability information, the print control unit 32 includes the PDL type included in the job information of the job selected in step S311 in the list of available PDL types included in the device capability information. It is determined whether or not (PDL availability determination). In FIG. 13, the print control unit 32 determines that the PDL type included in the job information of the job selected in step S <b> 311 is included in the list of available PDL types included in the device capability information as a result of the PDL availability determination. In the following description, it is assumed that the job management unit 13 has successfully estimated the PDL in step S120 described above with reference to FIG.

<ステップS316>
印刷制御部32は、図17に示すようなジョブが実行中である旨をユーザ40に通知する画面を、UI部31に表示させる。
<Step S316>
The print control unit 32 causes the UI unit 31 to display a screen for notifying the user 40 that a job as shown in FIG.

<ステップS317>
印刷制御部32は、PDL利用可否判定の結果、ジョブ管理部13によるPDLの推定が成功したものと判定した場合、ステップS311で選択されたジョブのジョブIDと、UI部31により取得されたアクセストークンと、を含むジョブ実行準備要求を、サーバシステム10のジョブ管理部13へ送信する。
<Step S317>
If the print control unit 32 determines that the PDL estimation by the job management unit 13 is successful as a result of the PDL availability determination, the job ID of the job selected in step S311 and the access acquired by the UI unit 31 are displayed. A job execution preparation request including a token is transmitted to the job management unit 13 of the server system 10.

<ステップS318>
ジョブ管理部13は、ジョブ実行準備要求を受信すると、受信したアクセストークンを含むトークン検証要求を、認証部11へ送る。
<Step S318>
Upon receiving the job execution preparation request, the job management unit 13 sends a token verification request including the received access token to the authentication unit 11.

<ステップS319>
認証部11は、トークン検証要求を受け取ると、受け取ったアクセストークンの正当性の検証を行い、検証結果をジョブ管理部13へ送る。検証の方法としては、図6のステップS109で説明した方法と同様である。図13では、認証部11は、検証結果として、アクセストークンに対応するユーザIDを含む検証OKを示す情報をジョブ管理部13へ送っている。
<Step S319>
Upon receiving the token verification request, the authentication unit 11 verifies the validity of the received access token and sends the verification result to the job management unit 13. The verification method is the same as the method described in step S109 in FIG. In FIG. 13, the authentication unit 11 sends information indicating verification OK including the user ID corresponding to the access token to the job management unit 13 as a verification result.

<ステップS320>
ジョブ管理部13は、ジョブ実行準備要求に含まれるジョブIDで特定されるジョブの所有者検証を行う。具体的には、ジョブ管理部13は、認証部11から送られた検証結果に含まれるユーザIDと、ジョブ実行準備要求に含まれるジョブIDで特定されるジョブ情報に含まれるユーザIDとを比較し、同一であれば正当なジョブの所有者であると判定する。
<Step S320>
The job management unit 13 verifies the owner of the job specified by the job ID included in the job execution preparation request. Specifically, the job management unit 13 compares the user ID included in the verification result sent from the authentication unit 11 with the user ID included in the job information specified by the job ID included in the job execution preparation request. If they are the same, it is determined that the job is a valid job owner.

<ステップS321>
ジョブ管理部13は、正当なジョブの所有者であると判定した場合、ジョブ情報記憶部17のジョブリストにおいて、ジョブ実行準備要求に含まれるジョブIDで識別されるジョブ情報を更新するために、ジョブ状態を「processing」に指定するジョブ状態更新要求を、ジョブ情報記憶部17へ送る。
<Step S321>
When the job management unit 13 determines that the job owner is a valid job owner, the job management unit 13 updates the job information identified by the job ID included in the job execution preparation request in the job list of the job information storage unit 17. A job status update request designating the job status as “processing” is sent to the job information storage unit 17.

<ステップS322>
ジョブ情報記憶部17は、ジョブ状態更新要求を受け取ると、対応するジョブ情報に対して、ジョブ状態更新要求の指定に従って、ジョブ状態を「ready」から「processing」に更新する。
<Step S322>
Upon receiving the job status update request, the job information storage unit 17 updates the job status from “ready” to “processing” for the corresponding job information in accordance with the designation of the job status update request.

<ステップS323>
ジョブ情報記憶部17は、ジョブ状態更新要求に応じて更新した旨を示す応答をジョブ管理部13へ返す。
<Step S323>
The job information storage unit 17 returns a response indicating that the job information storage unit 17 has been updated in response to the job status update request to the job management unit 13.

<ステップS324>
ジョブ管理部13は、アクセストークンに対応するユーザIDに対応するジョブ情報であって、ジョブ状態が「processing」に更新されたジョブ情報を、画像形成装置30の印刷制御部32へ送信する。
<Step S324>
The job management unit 13 transmits job information corresponding to the user ID corresponding to the access token and having the job status updated to “processing” to the print control unit 32 of the image forming apparatus 30.

<ステップS325>
印刷制御部32は、アクセストークンと、受け取ったジョブ情報に含まれるPDLファイルURLと、を含むPDLファイル取得要求を、サーバシステム10のPDLファイル取得部15へ送信する。
<Step S325>
The print control unit 32 transmits a PDL file acquisition request including the access token and the PDL file URL included in the received job information to the PDL file acquisition unit 15 of the server system 10.

<ステップS326>
PDLファイル取得部15は、PDLファイル取得要求を受信すると、PDLファイル取得要求に含まれるアクセストークンを含むトークン検証要求を、認証部11へ送る。
<Step S326>
When receiving the PDL file acquisition request, the PDL file acquisition unit 15 sends a token verification request including the access token included in the PDL file acquisition request to the authentication unit 11.

<ステップS327>
認証部11は、トークン検証要求を受け取ると、受け取ったアクセストークンの正当性の検証を行い、検証結果をPDLファイル取得部15へ送る。検証の方法としては、図6のステップS109で説明した方法と同様である。図13では、認証部11は、検証結果として、アクセストークンに対応するユーザIDを含む検証OKを示す情報をPDLファイル取得部15へ送っている。
<Step S327>
Upon receiving the token verification request, the authentication unit 11 verifies the validity of the received access token and sends the verification result to the PDL file acquisition unit 15. The verification method is the same as the method described in step S109 in FIG. In FIG. 13, the authentication unit 11 sends information indicating verification OK including the user ID corresponding to the access token to the PDL file acquisition unit 15 as a verification result.

<ステップS328>
PDLファイル取得部15は、ステップS325で受信したPDLファイルURLの正当性を検証する。具体的には、PDLファイル取得部15は、認証部11から送られた検証結果に含まれるユーザIDと、PDLファイルURLに含まれるユーザIDとを比較し、同一であれば正当なユーザからのPDLファイルURLであると判定する。
<Step S328>
The PDL file acquisition unit 15 verifies the validity of the PDL file URL received in step S325. Specifically, the PDL file acquisition unit 15 compares the user ID included in the verification result sent from the authentication unit 11 with the user ID included in the PDL file URL. It is determined that the URL is a PDL file URL.

<ステップS329>
PDLファイル取得部15は、正当なユーザからのものと判定したPDLファイルURLを含むPDLファイル取得要求を、PDLファイル記憶部18へ送る。
<Step S329>
The PDL file acquisition unit 15 sends a PDL file acquisition request including the PDL file URL determined to be from a valid user to the PDL file storage unit 18.

<ステップS330>
PDLファイル記憶部18は、PDLファイル取得要求を受け取ると、PDLファイル取得要求に含まれるPDLファイルURLで指定される記憶領域からPDLファイルを読み出す。そして、PDLファイル記憶部18は、読み出したPDLファイルを、PDLファイル取得部15へ送る。
<Step S330>
When receiving the PDL file acquisition request, the PDL file storage unit 18 reads the PDL file from the storage area specified by the PDL file URL included in the PDL file acquisition request. Then, the PDL file storage unit 18 sends the read PDL file to the PDL file acquisition unit 15.

<ステップS331>
PDLファイル取得部15は、受け取ったPDLファイルを、画像形成装置30の印刷制御部32へ送信する。
<Step S331>
The PDL file acquisition unit 15 transmits the received PDL file to the print control unit 32 of the image forming apparatus 30.

<ステップS332〜S334>
印刷制御部32は、受信したPDLファイルを含むジョブ実行指令を、PDL解釈部33へ送る。PDL解釈部33は、受け取ったPDLファイルを解釈して、画像形成部34に印刷出力(画像形成)させるための画像形成指令を、画像形成部34へ送る。画像形成部34は、画像形成指令を受け取ると、PDL解釈部33により解釈されたPDLファイルの内容を、用紙に対して印字する印刷動作(画像形成動作)を実行する。
<Steps S332 to S334>
The print control unit 32 sends a job execution command including the received PDL file to the PDL interpretation unit 33. The PDL interpretation unit 33 interprets the received PDL file and sends an image formation command for causing the image forming unit 34 to print out (image formation). When the image forming unit 34 receives the image forming command, the image forming unit 34 executes a printing operation (image forming operation) for printing the contents of the PDL file interpreted by the PDL interpretation unit 33 on the sheet.

<ステップS335>
印刷制御部32は、アクセストークンと、実行が完了したジョブのジョブIDと、を含むジョブ完了通知を、サーバシステム10のジョブ管理部13へ送信する。
<Step S335>
The print control unit 32 transmits a job completion notification including the access token and the job ID of the job that has been executed to the job management unit 13 of the server system 10.

<ステップS336>
ジョブ管理部13は、ジョブ完了通知に含まれるジョブIDで特定されるジョブの所有者検証を行う。具体的には、ジョブ管理部13は、ステップS319で、認証部11から送られた検証結果に含まれるユーザIDと、ジョブ完了通知に含まれるジョブIDで特定されるジョブ情報に含まれるユーザIDとを比較し、同一であれば正当なジョブの所有者であると判定する。
<Step S336>
The job management unit 13 verifies the owner of the job specified by the job ID included in the job completion notification. Specifically, in step S319, the job management unit 13 determines the user ID included in the job information specified by the user ID included in the verification result sent from the authentication unit 11 and the job ID included in the job completion notification. If they are the same, it is determined that the job is a valid job owner.

<ステップS337>
ジョブ管理部13は、正当なジョブの所有者であると判定した場合、ジョブ情報記憶部17のジョブリストにおいて、ジョブ完了通知に含まれるジョブIDで識別されるジョブ情報を更新するために、ジョブ状態を「completed」に指定するジョブ状態更新要求を、ジョブ情報記憶部17へ送る。
<Step S337>
If the job management unit 13 determines that the job is an authorized job owner, the job management unit 13 updates the job information identified by the job ID included in the job completion notification in the job list of the job information storage unit 17 in order to update the job information. A job status update request designating the status as “completed” is sent to the job information storage unit 17.

<ステップS338>
ジョブ情報記憶部17は、ジョブ状態更新要求を受け取ると、対応するジョブ情報に対して、ジョブ状態更新要求の指定に従って、ジョブ状態を「processing」から「completed」に更新する。
<Step S338>
Upon receiving the job status update request, the job information storage unit 17 updates the job status from “processing” to “completed” for the corresponding job information in accordance with the designation of the job status update request.

<ステップS339>
ジョブ情報記憶部17は、ジョブ状態更新要求に応じて更新した旨を示す応答をジョブ管理部13へ返す。
<Step S339>
The job information storage unit 17 returns a response indicating that the job information storage unit 17 has been updated in response to the job status update request to the job management unit 13.

<ステップS340>
ジョブ管理部13は、アクセストークンに対応するユーザIDに対応するジョブ情報であって、ジョブ状態が「completed」に更新されたジョブ情報を、画像形成装置30の印刷制御部32へ送信する。
<Step S340>
The job management unit 13 transmits job information corresponding to the user ID corresponding to the access token and having the job status updated to “completed” to the print control unit 32 of the image forming apparatus 30.

<ステップS341>
印刷制御部32は、ジョブの実行が完了した旨をユーザ40に通知する画面を、UI部31に表示させる。
<Step S341>
The print control unit 32 causes the UI unit 31 to display a screen for notifying the user 40 that the job execution has been completed.

以上のステップS301〜S341の流れで、印刷システム1において、PDLの推定が成功した場合のジョブ実行動作が行われる。また、ここで、図15および16を参照しながら、ジョブが実行される動作の部分の詳細を説明する。   Through the above steps S301 to S341, the printing system 1 performs the job execution operation when the PDL estimation is successful. Here, the details of the operation part in which the job is executed will be described with reference to FIGS.

<ステップS351、S352>
印刷制御部32は、UI部31からジョブ実行要求を受け取ると、UI部31で選択されたジョブのジョブ情報のジョブ状態が「ready」であるか「accepted」であるかを確認する。ジョブ状態が「ready」である場合(ステップS352:ready)、ステップS353へ移行し、「accepted」である場合(ステップS352:accepted)、ステップS354へ移行する。
<Steps S351 and S352>
When receiving a job execution request from the UI unit 31, the print control unit 32 checks whether the job status of the job information of the job selected by the UI unit 31 is “ready” or “accepted”. When the job status is “ready” (step S352: ready), the process proceeds to step S353, and when it is “accepted” (step S352: accepted), the process proceeds to step S354.

<ステップS353>
印刷制御部32は、UI部31で選択されたジョブのジョブ情報のジョブ状態が「ready」である場合、機器能力情報記憶部35から、画像形成装置30で利用可能なPDLの種別の一覧を含む機器能力情報を取得する。そして、ステップS355へ移行する。
<Step S353>
When the job status of the job information of the job selected by the UI unit 31 is “ready”, the print control unit 32 displays a list of PDL types that can be used by the image forming apparatus 30 from the device capability information storage unit 35. Get device capability information. Then, control goes to a step S355.

<ステップS354>
印刷制御部32は、UI部31で選択されたジョブのジョブ情報のジョブ状態が「accepted」である場合、ジョブ情報に対応する文書ファイルが未だPDLに変換されていないと判断し、図16に示すような、ジョブ状態が「ready」になるまでのジョブポーリング動作を実行する。図16を参照しながら、ジョブポーリング動作の詳細を説明する。
<Step S354>
When the job status of the job information of the job selected by the UI unit 31 is “accepted”, the print control unit 32 determines that the document file corresponding to the job information has not yet been converted into PDL, and FIG. As shown, the job polling operation is executed until the job status becomes “ready”. Details of the job polling operation will be described with reference to FIG.

<<ステップS3541>>
印刷制御部32は、UI部31で選択されたジョブの最新のジョブ情報を、サーバシステム10のジョブ管理部13から取得(受信)する。
<< Step S3541 >>
The print control unit 32 acquires (receives) the latest job information of the job selected by the UI unit 31 from the job management unit 13 of the server system 10.

<<ステップS3542、S3543>>
印刷制御部32は、取得したジョブ情報から、ジョブ状態を確認する。ジョブ状態が「accepted」のままの場合(ステップS3543:accepted)、ステップS3541へ戻り、「ready」の場合(ステップS3543:ready)、ジョブポーリング動作を終了する。そして、図15の説明に戻り、ステップS353へ移行する。
<< Steps S3542 and S3543 >>
The print control unit 32 confirms the job status from the acquired job information. If the job state remains “accepted” (step S3543: accepted), the process returns to step S3541, and if it is “ready” (step S3543: ready), the job polling operation is terminated. Then, returning to the description of FIG. 15, the process proceeds to step S353.

<ステップS355>
印刷制御部32は、取得した機器能力情報に含まれる利用可能なPDLの種別の一覧に、選択されたジョブのジョブ情報に含まれるPDLの種別が含まれているか否かについての判定(PDL利用可否判定)を行う。機器能力情報に含まれる利用可能なPDLの種別の一覧に含まれる場合(ステップS355:Yes)、ステップS356へ移行し、含まれない場合(ステップS355:No)、ステップS359へ移行する。
<Step S355>
The print control unit 32 determines whether or not the list of available PDL types included in the acquired device capability information includes the PDL type included in the job information of the selected job (PDL usage). Determination). If it is included in the list of available PDL types included in the device capability information (step S355: Yes), the process proceeds to step S356. If not included (step S355: No), the process proceeds to step S359.

<ステップS356>
印刷制御部32は、取得した機器能力情報に含まれる利用可能なPDLの種別の一覧に、選択されたジョブのジョブ情報に含まれるPDLの種別が含まれているものと判定した場合、選択されたジョブのジョブID等を含むジョブ実行準備要求を、サーバシステム10のジョブ管理部13へ送信する。ジョブ管理部13は、ジョブ実行準備要求を受信すると、ジョブ実行準備要求に含まれるジョブIDのジョブ状態を「processing」に更新させ、そのジョブIDに対応するジョブ情報を、印刷制御部32へ送信する。このジョブ情報には、PDLファイルURLが含まれる。
<Step S356>
When the print control unit 32 determines that the list of available PDL types included in the acquired device capability information includes the PDL type included in the job information of the selected job, it is selected. A job execution preparation request including the job ID and the like of the received job is transmitted to the job management unit 13 of the server system 10. Upon receiving the job execution preparation request, the job management unit 13 updates the job status of the job ID included in the job execution preparation request to “processing” and transmits job information corresponding to the job ID to the print control unit 32. To do. This job information includes a PDL file URL.

<ステップS357>
印刷制御部32は、受信したジョブ情報に含まれるPDLファイルURL等を含むPDLファイル取得要求を、サーバシステム10のPDLファイル取得部15へ送信する。PDLファイル取得部15は、PDLファイルURLで指定されるPDLファイル記憶部18の記憶領域から、PDLファイルを取得する。PDLファイル取得部15は、取得したPDLファイルを、画像形成装置30の印刷制御部32へ送信する。そして、ステップS358へ移行する。
<Step S357>
The print control unit 32 transmits a PDL file acquisition request including the PDL file URL included in the received job information to the PDL file acquisition unit 15 of the server system 10. The PDL file acquisition unit 15 acquires a PDL file from the storage area of the PDL file storage unit 18 specified by the PDL file URL. The PDL file acquisition unit 15 transmits the acquired PDL file to the print control unit 32 of the image forming apparatus 30. Then, control goes to a step S358.

<ステップS358>
印刷制御部32は、受信したPDLファイルを含むジョブ実行指令を、PDL解釈部33へ送る。PDL解釈部33は、受け取ったPDLファイルを解釈して、画像形成部34に印刷出力(画像形成)させるための画像形成指令を、画像形成部34へ送る。画像形成部34は、画像形成指令を受け取ると、PDL解釈部33により解釈されたPDLファイルの内容を、用紙に対して印字する印刷動作(画像形成動作)を実行する。
<Step S358>
The print control unit 32 sends a job execution command including the received PDL file to the PDL interpretation unit 33. The PDL interpretation unit 33 interprets the received PDL file and sends an image formation command for causing the image forming unit 34 to print out (image formation). When the image forming unit 34 receives the image forming command, the image forming unit 34 executes a printing operation (image forming operation) for printing the contents of the PDL file interpreted by the PDL interpretation unit 33 on the sheet.

<ステップS359>
印刷制御部32は、取得した機器能力情報に含まれる利用可能なPDLの種別の一覧に、選択されたジョブのジョブ情報に含まれるPDLの種別が含まれていないものと判定した場合、異なるPDLへの再変換を要求するPDL再変換要求を、サーバシステム10のジョブ管理部13へ送信する。そして、ステップS360へ移行する。
<Step S359>
If the print control unit 32 determines that the list of available PDL types included in the acquired device capability information does not include the PDL type included in the job information of the selected job, a different PDL A PDL reconversion request for requesting reconversion to is transmitted to the job management unit 13 of the server system 10. Then, the process proceeds to step S360.

<ステップS360>
ステップS354と同様に、印刷制御部32は、ジョブポーリング動作を実行する。再変換の対象となったジョブ情報のジョブ状態が「ready」になった場合、ステップS356へ移行する。
<Step S360>
As in step S354, the print control unit 32 executes a job polling operation. When the job status of the job information to be reconverted becomes “ready”, the process proceeds to step S356.

以上のステップS351〜S360の流れで、ジョブが実行される動作が行われる。なお、このうち、ステップS351〜S358の動作は、図13におけるステップS312〜S334に相当し、ステップS359およびS360は、後述する図18のステップS407〜S435に相当する。   The operation of executing the job is performed in the flow of steps S351 to S360 described above. Of these, the operations in steps S351 to S358 correspond to steps S312 to S334 in FIG. 13, and steps S359 and S360 correspond to steps S407 to S435 in FIG.

(推定が失敗した場合のジョブ実行動作)
図18は、第1の実施の形態に係る印刷システムにおいてPDL推定が失敗した場合のジョブ実行動作の一例を示すシーケンス図である。図19は、第1の実施の形態に係る画像形成装置でのPDLの再変換中を示す画面の一例を示す図である。図18および19を参照しながら、本実施の形態に係る印刷システム1において、PDLの推定が失敗した場合のジョブ実行動作について説明する。なお、図13のステップS301〜S310の動作は、予め行われているものとする。
(Job execution behavior when estimation fails)
FIG. 18 is a sequence diagram illustrating an example of a job execution operation when PDL estimation fails in the printing system according to the first embodiment. FIG. 19 is a diagram illustrating an example of a screen indicating that PDL re-conversion is being performed in the image forming apparatus according to the first embodiment. With reference to FIGS. 18 and 19, a job execution operation when PDL estimation fails in the printing system 1 according to the present embodiment will be described. Note that the operations in steps S301 to S310 in FIG. 13 are performed in advance.

<ステップS401〜S404>
ステップS401〜S404の処理は、それぞれ、図13のステップS311〜S314の処理と同様である。
<Steps S401 to S404>
The processes in steps S401 to S404 are the same as the processes in steps S311 to S314 in FIG.

<ステップS405>
印刷制御部32は、機器能力情報を受け取ると、機器能力情報に含まれる利用可能なPDLの種別の一覧に、ステップS401で選択されたジョブのジョブ情報に含まれるPDLの種別が含まれているか否かについての判定(PDL利用可否判定)を行う。図18では、印刷制御部32は、PDL利用可否判定の結果、機器能力情報に含まれる利用可能なPDLの種別の一覧に、ステップS401で選択されたジョブのジョブ情報に含まれるPDLの種別が含まれていない、すなわち、図6で上述したステップS120で、ジョブ管理部13によるPDLの推定が失敗したものとして、説明する。
<Step S405>
Upon receiving the device capability information, the print control unit 32 includes the PDL type included in the job information of the job selected in step S401 in the list of available PDL types included in the device capability information. It is determined whether or not (PDL availability determination). In FIG. 18, the print control unit 32 determines that the PDL type included in the job information of the job selected in step S401 is included in the list of available PDL types included in the device capability information as a result of the PDL availability determination. Description will be made on the assumption that the job management unit 13 has failed to estimate PDL in step S120 described above with reference to FIG.

<ステップS406>
印刷制御部32は、ステップS401で選択されたジョブに対応する文書ファイルを、画像形成装置30の機器能力情報の利用可能なPDLの種別の一覧に含まれるPDLに再変換する必要があるため、図19に示すような再変換中である旨をユーザ40に通知する画面を、UI部31に表示させる。
<Step S406>
The print control unit 32 needs to reconvert the document file corresponding to the job selected in step S401 into a PDL included in the list of available PDL types in the device capability information of the image forming apparatus 30. A screen for notifying the user 40 that re-conversion is being performed as shown in FIG. 19 is displayed on the UI unit 31.

<ステップS407>
印刷制御部32は、PDL利用可否判定の結果、ジョブ管理部13によるPDLの推定が失敗したものと判定した場合、ステップS401で選択されたジョブIDと、UI部31により取得されたアクセストークンと、機器能力情報の利用可能なPDLの種別の一覧と、を含むPDL再変換要求を、サーバシステム10のジョブ管理部13へ送信する。
<Step S407>
If the print control unit 32 determines that the PDL estimation by the job management unit 13 has failed as a result of the PDL availability determination, the print ID selected in step S401 and the access token acquired by the UI unit 31 Then, a PDL reconversion request including a list of PDL types that can use device capability information is transmitted to the job management unit 13 of the server system 10.

<ステップS408>
ジョブ管理部13は、受信したPDL再変換要求に含まれるジョブIDで特定されるジョブの所有者検証を行う。検証方法は、図13のステップS320と同様である。
<Step S408>
The job management unit 13 verifies the owner of the job specified by the job ID included in the received PDL reconversion request. The verification method is the same as that in step S320 in FIG.

<ステップS409>
ジョブ管理部13は、受信したPDL再変換要求に含まれる利用可能なPDLの種別の一覧と、PDL変換部14で変換可能なPDLの種別の一覧とを比較して、双方に含まれるPDLの種別を選択する。具体的には、ジョブ管理部13は、例えば、双方に含まれるPDLの種別のうち、任意のPDLの種別を選択するものとしてもよく、PDLの種別についての予め定められた優先順位に従ってPDLの種別を選択するものとしてもよい。また、優先順位に従って選択する場合、例えば、PDLの種別と、優先順位とを対応付けたテーブルを参照して選択するものとすればよい。なお、ジョブ管理部13によりPDLの種別を選択することに限定されるものではなく、印刷制御部32が、画像形成装置30が対応しているPDLを指定してジョブ管理部13に選択させるものとしてもよい。
<Step S409>
The job management unit 13 compares the list of available PDL types included in the received PDL reconversion request with the list of PDL types that can be converted by the PDL conversion unit 14, and the PDL types included in both are compared. Select the type. Specifically, for example, the job management unit 13 may select an arbitrary PDL type from among the PDL types included in both, and the PDL type is determined according to a predetermined priority order for the PDL type. The type may be selected. Further, when selecting according to the priority order, for example, the selection may be made with reference to a table in which the type of PDL and the priority order are associated with each other. Note that the job management unit 13 is not limited to selecting the type of PDL, but the print control unit 32 designates the PDL supported by the image forming apparatus 30 and causes the job management unit 13 to select the PDL. It is good.

<ステップS410>
ジョブ管理部13は、PDLの種別の選択を終えると、文書ファイルを、選択したPDLに変換するために、PDL再変換要求に含まれるジョブIDと、認証部11から送られた検証結果に含まれるユーザIDと、選択したPDLの種別と、を含むPDL変換要求を、PDL変換部14へ送る。
<Step S410>
When the job management unit 13 finishes selecting the PDL type, the job management unit 13 includes the job ID included in the PDL reconversion request and the verification result sent from the authentication unit 11 to convert the document file into the selected PDL. A PDL conversion request including the user ID to be selected and the type of the selected PDL is sent to the PDL conversion unit 14.

<ステップS411>
PDL変換部14は、受け取ったPDL変換要求を、変換キューに追加する。この場合、PDL変換部14は、再変換に係るPDL変換要求が優先的に処理されるように、変換キューに追加する。
<Step S411>
The PDL conversion unit 14 adds the received PDL conversion request to the conversion queue. In this case, the PDL conversion unit 14 adds the PDL conversion request related to reconversion to the conversion queue so that the PDL conversion request is preferentially processed.

<ステップS412>
PDL変換部14は、PDL変換要求を変換キューに追加すると、受付完了の旨を、ジョブ管理部13へ返す。
<Step S412>
When the PDL conversion unit 14 adds the PDL conversion request to the conversion queue, the PDL conversion unit 14 returns an acceptance completion message to the job management unit 13.

<ステップS413>
ジョブ管理部13は、PDL変換部14から受付完了の旨を受け取ると、ジョブ情報記憶部17のジョブリストにおいて、PDL変換要求に含まれるジョブIDで識別されるジョブ情報を更新するために、ジョブ状態を「accepted」に指定するジョブ状態更新要求を、ジョブ情報記憶部17へ送る。
<Step S413>
When the job management unit 13 receives the completion of acceptance from the PDL conversion unit 14, the job management unit 13 updates the job information identified by the job ID included in the PDL conversion request in the job list of the job information storage unit 17. A job status update request designating the status as “accepted” is sent to the job information storage unit 17.

<ステップS414>
ジョブ情報記憶部17は、ジョブ状態更新要求を受け取ると、対応するジョブ情報に対して、ジョブ状態更新要求の指定に従って、ジョブ状態を「ready」から「accepted」に更新する。
<Step S414>
Upon receiving the job status update request, the job information storage unit 17 updates the job status from “ready” to “accepted” in accordance with the designation of the job status update request for the corresponding job information.

<ステップS415>
ジョブ情報記憶部17は、ジョブ状態更新要求に応じて更新した旨を示す応答をジョブ管理部13へ返す。
<Step S415>
The job information storage unit 17 returns a response indicating that the job information storage unit 17 has been updated in response to the job status update request to the job management unit 13.

<ステップS416>
ジョブ管理部13は、更新した旨を示す応答を受け取ると、アクセストークンに対応するユーザIDに対応するジョブ情報であって、ジョブ状態が「accepted」に更新されたジョブ情報を、画像形成装置30の印刷制御部32へ送信する。
<Step S416>
When the job management unit 13 receives the response indicating that it has been updated, the image forming apparatus 30 converts the job information corresponding to the user ID corresponding to the access token and having the job status updated to “accepted”. To the print control unit 32.

<ステップS417>
印刷制御部32は、UI部31により取得されたアクセストークンと、PDL再変換要求に含まれるジョブIDと、を含むジョブ取得要求を、サーバシステム10のジョブ管理部13へ送信する。
<Step S417>
The print control unit 32 transmits a job acquisition request including the access token acquired by the UI unit 31 and the job ID included in the PDL reconversion request to the job management unit 13 of the server system 10.

<ステップS418>
ジョブ管理部13は、受信したジョブ取得要求に含まれるジョブIDで特定されるジョブの所有者検証を行う。検証方法は、図13のステップS320と同様である。
<Step S418>
The job management unit 13 verifies the owner of the job specified by the job ID included in the received job acquisition request. The verification method is the same as that in step S320 in FIG.

<ステップS419、S420>
ジョブ管理部13は、ジョブIDを含むジョブ取得要求を、ジョブ情報記憶部17へ送る。ジョブ情報記憶部17は、ジョブ取得要求を受け取ると、記憶しているジョブリストから、ジョブ取得要求に含まれるジョブIDに対応するジョブ情報を読み出して、ジョブ管理部13へ送る。
<Steps S419 and S420>
The job management unit 13 sends a job acquisition request including the job ID to the job information storage unit 17. Upon receiving the job acquisition request, the job information storage unit 17 reads job information corresponding to the job ID included in the job acquisition request from the stored job list and sends it to the job management unit 13.

<ステップS421>
ジョブ管理部13は、受け取ったジョブ情報を、画像形成装置30の印刷制御部32へ送信する。ここでは、印刷制御部32は、受信したジョブ情報のジョブ状態が未だ「accepted」であり、ジョブ情報に対応する文書ファイルが、ステップS409で選択されたPDLに変換されていないことを確認したものとする。
<Step S421>
The job management unit 13 transmits the received job information to the print control unit 32 of the image forming apparatus 30. Here, the print control unit 32 has confirmed that the job status of the received job information is still “accepted” and the document file corresponding to the job information has not been converted to the PDL selected in step S409. And

<ステップS422>
印刷制御部32は、再び、UI部31により取得されたアクセストークンと、PDL再変換要求に含まれるジョブIDと、を含むジョブ取得要求を、サーバシステム10のジョブ管理部13へ送信する。
<Step S422>
The print control unit 32 again transmits a job acquisition request including the access token acquired by the UI unit 31 and the job ID included in the PDL reconversion request to the job management unit 13 of the server system 10.

<ステップS423〜S426>
ステップS423〜S426の処理は、それぞれ、ステップS418〜S421の処理と同様であるものとする。
<Steps S423 to S426>
The processes in steps S423 to S426 are the same as the processes in steps S418 to S421, respectively.

<ステップS427>
ここで、サーバシステム10のPDL変換部14により、ステップS411で変換キューに追加されたPDL変換要求が優先的に、図10のステップS201〜S207と同様の処理が行われ、印刷制御部32のジョブ取得要求に含まれるジョブIDに対応する文書ファイルが、選択されたPDLに変換されたことを示す変換完了通知が、ジョブ管理部13に送られたものとする。この変換完了通知には、PDLファイル記憶部18におけるPDLファイルの記憶先を示すPDLファイルURLと、ジョブ管理部13のPDL変換要求に含まれるジョブIDとが含まれる。
<Step S427>
Here, the PDL conversion unit added to the conversion queue in step S411 is preferentially processed by the PDL conversion unit 14 of the server system 10 in the same manner as in steps S201 to S207 in FIG. It is assumed that a conversion completion notification indicating that the document file corresponding to the job ID included in the job acquisition request has been converted into the selected PDL is sent to the job management unit 13. This conversion completion notification includes the PDL file URL indicating the storage location of the PDL file in the PDL file storage unit 18 and the job ID included in the PDL conversion request of the job management unit 13.

<ステップS428>
ジョブ管理部13は、変換完了通知を受け取ると、ジョブ情報記憶部17のジョブリストにおいて、PDL変換要求に含まれるジョブIDで識別されるジョブ情報を更新するために、PDLファイルURLと、「ready」に指定したジョブ状態と、を含むジョブ状態更新要求を、ジョブ情報記憶部17へ送る。
<Step S428>
Upon receiving the conversion completion notification, the job management unit 13 updates the job information identified by the job ID included in the PDL conversion request in the job list of the job information storage unit 17, and the “ready” A job status update request including the job status designated as “” is sent to the job information storage unit 17.

<ステップS429>
ジョブ情報記憶部17は、ジョブ状態更新要求を受け取ると、対応するジョブ情報に対して、ジョブ状態更新要求に含まれるPDLファイルURLを設定し、ジョブ状態を「accepted」から「ready」に更新する。
<Step S429>
Upon receiving the job status update request, the job information storage unit 17 sets the PDL file URL included in the job status update request for the corresponding job information, and updates the job status from “accepted” to “ready”. .

<ステップS430>
ジョブ情報記憶部17は、ジョブ状態更新要求に応じて更新した旨を示す応答をジョブ管理部13へ返す。
<Step S430>
The job information storage unit 17 returns a response indicating that the job information storage unit 17 has been updated in response to the job status update request to the job management unit 13.

<ステップS431>
印刷制御部32は、再び、UI部31により取得されたアクセストークンと、PDL再変換要求に含まれるジョブIDと、を含むジョブ取得要求を、サーバシステム10のジョブ管理部13へ送信する。
<Step S431>
The print control unit 32 again transmits a job acquisition request including the access token acquired by the UI unit 31 and the job ID included in the PDL reconversion request to the job management unit 13 of the server system 10.

<ステップS432〜S434>
ステップS432〜S434の処理は、それぞれ、ステップS418〜S420の処理と同様である。
<Steps S432 to S434>
The processes in steps S432 to S434 are the same as the processes in steps S418 to S420, respectively.

<ステップS435>
ジョブ管理部13は、受け取ったジョブ情報を、画像形成装置30の印刷制御部32へ送信する。印刷制御部32は、受信したジョブ情報のジョブ状態が「ready」に更新され、ジョブ情報に対応する文書ファイルが、ステップS409で選択されたPDLに変換されたことを確認する。
<Step S435>
The job management unit 13 transmits the received job information to the print control unit 32 of the image forming apparatus 30. The print control unit 32 confirms that the job status of the received job information is updated to “ready” and the document file corresponding to the job information is converted into the PDL selected in step S409.

<ステップS436〜S461>
ステップS436〜S461の処理は、それぞれ、図13のステップS316〜S341の処理と同様である。
<Steps S436 to S461>
The processes in steps S436 to S461 are the same as the processes in steps S316 to S341 in FIG.

以上のステップS401〜S461の流れで、印刷システム1において、PDLの推定が失敗した場合のジョブ実行動作が行われる。   Through the flow of steps S401 to S461, the job execution operation is performed in the printing system 1 when the PDL estimation fails.

以上のように、本実施の形態に係る印刷システム1では、ある文書ファイルを印刷するためにジョブ投入する場合、その文書ファイルのユーザの今までのジョブの履歴から、変換するPDLを推定するものとしている。そして、文書ファイルは、サーバシステム10のPDL変換部14によって、バックグラウンド処理により、推定されたPDLに変換される。PDL推定が成功した場合は、画像形成装置30側からジョブの実行を要求し、既に推定されたPDLに変換されているPDLファイルを取得して、印刷出力(画像形成)する。このように、文書ファイルを、サーバシステム10側で、ユーザのジョブの履歴から推定したPDLに予め変換しておき、印刷出力する機器を決定して、ジョブを実行する場合、PDL推定が成功した場合は、PDLの変換処理を改めて行うことなく、印刷出力が可能となる。したがって、印刷出力する機器を決定してから印刷するまでの時間を削減することができる。   As described above, in the printing system 1 according to the present embodiment, when a job is submitted for printing a document file, the PDL to be converted is estimated from the job history of the user of the document file so far. It is said. The document file is converted into the estimated PDL by the PDL conversion unit 14 of the server system 10 through background processing. When the PDL estimation is successful, the image forming apparatus 30 requests the execution of the job, acquires the PDL file converted into the estimated PDL, and prints out (image formation). In this way, when the document file is converted in advance into PDL estimated from the user's job history on the server system 10 side, the device to be printed is determined, and the job is executed, the PDL estimation is successful. In this case, print output is possible without performing the PDL conversion process again. Therefore, it is possible to reduce the time from the determination of the device to be printed out to the printing.

一方、PDL推定が失敗した場合は、印刷出力する機器が対応可能なPDLであって、PDL変換部14が変換可能なPDLを選択して再変換を行い、変換したPDLファイルに基づいて、画像形成装置30側で印刷出力が可能となる。したがって、PDL推定に失敗した場合でも、印刷出力することが可能な構成が担保されている。   On the other hand, when the PDL estimation fails, the PDL that can be handled by the device that prints out is selected, and the PDL conversion unit 14 selects and reconverts the PDL. Based on the converted PDL file, Printing output is possible on the forming apparatus 30 side. Therefore, even if PDL estimation fails, a configuration capable of printing out is secured.

また、PDL推定が失敗した場合に、PDL変換部14は、再変換に係るPDL変換要求を変換キューから優先的に取り出して、文書ファイルを、選択したPDLに変換するものとしている。これによって、PDL推定が失敗した場合でも、迅速にPDLへの再変換が行われ、印刷するまでの時間が短縮される。   When PDL estimation fails, the PDL conversion unit 14 preferentially takes out a PDL conversion request related to reconversion from the conversion queue and converts the document file into the selected PDL. Thus, even when PDL estimation fails, re-conversion to PDL is performed quickly, and the time until printing is shortened.

[第2の実施の形態]
第2の実施の形態に係る印刷システムについて、第1の実施の形態に係る印刷システム1と相違する点を中心に説明する。第1の実施の形態では、PDL利用可否判定を、画像形成装置30側で行う動作について説明した。本実施の形態では、PDL利用可否判定を、サーバシステム側で行う動作について説明する。なお、本実施の形態に係る印刷システムの全体構成、ならびに、サーバシステム、PCおよび画像形成装置のハードウェア構成は、第1の実施の形態で説明した構成と同様である。また、本実施の形態に係る印刷システムのジョブ投入動作、および、PDL変換動作は、第1の実施の形態で説明した動作と同様である。
[Second Embodiment]
A printing system according to the second embodiment will be described focusing on differences from the printing system 1 according to the first embodiment. In the first embodiment, the operation of determining whether or not the PDL can be used on the image forming apparatus 30 side has been described. In the present embodiment, an operation performed on the server system side for determining whether or not PDL can be used will be described. The overall configuration of the printing system according to the present embodiment, and the hardware configuration of the server system, the PC, and the image forming apparatus are the same as those described in the first embodiment. In addition, the job input operation and the PDL conversion operation of the printing system according to the present embodiment are the same as the operations described in the first embodiment.

(印刷システムの機能ブロック構成)
図20は、第2の実施の形態に係る印刷システムの機能ブロックの構成の一例を示す図である。図20を参照しながら、本実施の形態に係る印刷システム1aのサーバシステム10a、および画像形成装置30aの機能ブロックの構成について説明する。なお、クライアント装置20の構成および機能は、第1の実施の形態のクライアント装置20と同様である。
(Function block configuration of printing system)
FIG. 20 is a diagram illustrating an example of a functional block configuration of a printing system according to the second embodiment. The configuration of functional blocks of the server system 10a of the printing system 1a and the image forming apparatus 30a according to the present embodiment will be described with reference to FIG. The configuration and functions of the client device 20 are the same as those of the client device 20 according to the first embodiment.

<サーバシステムの機能的構成>
印刷システム1aのサーバシステム10aは、図20に示すように、認証部11と、文書管理部12(第1の受信部)と、ジョブ管理部13a(第2の受信部、推定部、選択部、登録部)と、PDL変換部14(変換部)と、PDLファイル取得部15(送信部)と、文書ファイル記憶部16と、ジョブ情報記憶部17(記憶部)と、PDLファイル記憶部18と、機器管理部19(判定部の一例)と、機器能力情報記憶部19aと、を有する。なお、認証部11、文書管理部12、PDL変換部14、PDLファイル取得部15、文書ファイル記憶部16、ジョブ情報記憶部17、およびPDLファイル記憶部18の機能は、第1の実施の形態で説明した機能と同様である。
<Functional configuration of server system>
As shown in FIG. 20, the server system 10a of the printing system 1a includes an authentication unit 11, a document management unit 12 (first reception unit), and a job management unit 13a (second reception unit, estimation unit, selection unit). Registration unit), PDL conversion unit 14 (conversion unit), PDL file acquisition unit 15 (transmission unit), document file storage unit 16, job information storage unit 17 (storage unit), and PDL file storage unit 18 A device management unit 19 (an example of a determination unit) and a device capability information storage unit 19a. The functions of the authentication unit 11, the document management unit 12, the PDL conversion unit 14, the PDL file acquisition unit 15, the document file storage unit 16, the job information storage unit 17, and the PDL file storage unit 18 are the same as those in the first embodiment. This is the same function as described in.

ジョブ管理部13aは、印刷のジョブの情報(ジョブ情報)の登録および更新を行い、ジョブ履歴に基づいて、文書ファイルを変換するPDLを推定する機能部である。また、ジョブ管理部13aは、PDLの推定が正しいか否かの検証の要求を、機器管理部19に送る。ジョブ管理部13aは、例えば、図2に示すCPU101で動作するプログラムによって実現される。   The job management unit 13a is a functional unit that registers and updates print job information (job information) and estimates a PDL for converting a document file based on the job history. Further, the job management unit 13a sends a request for verification of whether or not the PDL estimation is correct to the device management unit 19. The job management unit 13a is realized by, for example, a program that operates on the CPU 101 illustrated in FIG.

機器管理部19は、機器能力情報記憶部19aに記憶されている機器能力情報に含まれる画像形成装置30aが利用可能なPDLの種別の一覧に、ジョブ管理部13aにより推定されたPDLの種別が含まれているか否かの判定(PDL利用可否判定)を行う機能部である。機器管理部19は、例えば、図2に示すCPU101で動作するプログラムによって実現される。   The device management unit 19 includes a list of PDL types that can be used by the image forming apparatus 30a included in the device capability information stored in the device capability information storage unit 19a in the list of PDL types estimated by the job management unit 13a. It is a functional unit that determines whether or not it is included (PDL availability determination). The device management unit 19 is realized by, for example, a program that operates on the CPU 101 illustrated in FIG.

機器能力情報記憶部19aは、画像形成装置30aの機器能力情報通知部36から送信された画像形成装置30aの機器能力情報を記憶する機能部である。機器能力情報記憶部19aは、図2に示す外部記憶装置104によって実現される。   The device capability information storage unit 19a is a functional unit that stores the device capability information of the image forming device 30a transmitted from the device capability information notification unit 36 of the image forming device 30a. The device capability information storage unit 19a is realized by the external storage device 104 shown in FIG.

なお、図20に示すサーバシステム10aの認証部11、文書管理部12、ジョブ管理部13a、PDL変換部14、PDLファイル取得部15、文書ファイル記憶部16、ジョブ情報記憶部17、PDLファイル記憶部18、機器管理部19、および機器能力情報記憶部19aは、機能を概念的に示したものであって、このような構成に限定されるものではない。例えば、図20に示すサーバシステム10aで独立した機能部として図示した複数の機能部を、1つの機能部として構成してもよい。一方、図20に示すサーバシステム10aで1つの機能部が有する機能を複数に分割し、複数の機能部として構成するものとしてもよい。   Note that the authentication unit 11, document management unit 12, job management unit 13a, PDL conversion unit 14, PDL file acquisition unit 15, document file storage unit 16, job information storage unit 17, and PDL file storage of the server system 10a shown in FIG. The unit 18, the device management unit 19, and the device capability information storage unit 19a conceptually show functions, and are not limited to such a configuration. For example, a plurality of functional units illustrated as independent functional units in the server system 10a illustrated in FIG. 20 may be configured as one functional unit. On the other hand, in the server system 10a shown in FIG. 20, the function of one function unit may be divided into a plurality of functions and configured as a plurality of function units.

また、認証部11、文書管理部12、ジョブ管理部13、PDL変換部14、PDLファイル取得部15、および機器管理部19の一部または全部は、ソフトウェアであるプログラムではなく、FPGAまたはASIC等のハードウェア回路によって実現されてもよい。   Also, some or all of the authentication unit 11, the document management unit 12, the job management unit 13, the PDL conversion unit 14, the PDL file acquisition unit 15, and the device management unit 19 are not programs that are software, but are FPGA or ASIC, etc. The hardware circuit may be used.

<画像形成装置の機能的構成>
印刷システム1aの画像形成装置30aは、図20に示すように、UI部31と、印刷制御部32と、PDL解釈部33と、画像形成部34と、機器能力情報記憶部35と、機器能力情報通知部36と、を有する。なお、UI部31、印刷制御部32、PDL解釈部33、画像形成部34、および機器能力情報記憶部35の機能は、第1の実施の形態で説明した機能と同様である。
<Functional configuration of image forming apparatus>
As shown in FIG. 20, the image forming apparatus 30a of the printing system 1a includes a UI unit 31, a print control unit 32, a PDL interpretation unit 33, an image forming unit 34, a device capability information storage unit 35, and a device capability. An information notification unit 36. The functions of the UI unit 31, the print control unit 32, the PDL interpretation unit 33, the image forming unit 34, and the device capability information storage unit 35 are the same as the functions described in the first embodiment.

機器能力情報通知部36は、画像形成装置30aの起動時等に、機器能力情報記憶部35から画像形成装置30aが備える能力の情報(機器能力情報)を取得して、サーバシステム10aの機器管理部19に通知(送信)する機能部である。機器能力情報通知部36は、例えば、図4に示すCPU301で動作するプログラムによって実現される。   The device capability information notifying unit 36 acquires information on the capability of the image forming apparatus 30a (device capability information) from the device capability information storage unit 35 when the image forming device 30a is started up, and manages the device management of the server system 10a. This is a functional unit that notifies (transmits) to the unit 19. The device capability information notification unit 36 is realized by, for example, a program that operates on the CPU 301 illustrated in FIG.

なお、図20に示す画像形成装置30aのUI部31、印刷制御部32、PDL解釈部33、画像形成部34、機器能力情報記憶部35、および機器能力情報通知部36は、機能を概念的に示したものであって、このような構成に限定されるものではない。例えば、図20に示す画像形成装置30aで独立した機能部として図示した複数の機能部を、1つの機能部として構成してもよい。一方、図20に示す画像形成装置30aで1つの機能部が有する機能を複数に分割し、複数の機能部として構成するものとしてもよい。   The UI unit 31, the print control unit 32, the PDL interpretation unit 33, the image forming unit 34, the device capability information storage unit 35, and the device capability information notification unit 36 of the image forming apparatus 30a illustrated in FIG. However, the present invention is not limited to such a configuration. For example, a plurality of functional units illustrated as independent functional units in the image forming apparatus 30a illustrated in FIG. 20 may be configured as one functional unit. On the other hand, in the image forming apparatus 30a shown in FIG. 20, the function of one function unit may be divided into a plurality of functions and configured as a plurality of function units.

また、上述の印刷制御部32、PDL解釈部33、および機器能力情報通知部36は、それぞれ図4に示すCPU301上で実行されるプログラムによって実現されてもよく、またはハードウェア回路(例えば、ASIC306等)によって実現されてもよい。   Further, the above-described print control unit 32, PDL interpretation unit 33, and device capability information notification unit 36 may each be realized by a program executed on the CPU 301 shown in FIG. 4, or a hardware circuit (for example, ASIC 306). Etc.).

(推定が成功した場合のジョブ実行動作)
図21は、第2の実施の形態に係る印刷システムにおいてPDL推定が成功した場合のジョブ実行動作の一例を示すシーケンス図である。図22は、第2の実施の形態に係る印刷システムのジョブ実行動作の概要を示すフローチャートである。図23は、第2の実施の形態に係る画像形成装置でのジョブ実行の準備中を示す画面の一例を示す図である。図21〜23を参照しながら、本実施の形態に係る印刷システム1aにおいて、PDLの推定が成功した場合のジョブ実行動作について説明する。
(Job execution behavior when estimation is successful)
FIG. 21 is a sequence diagram illustrating an example of a job execution operation when PDL estimation is successful in the printing system according to the second embodiment. FIG. 22 is a flowchart illustrating an outline of a job execution operation of the printing system according to the second embodiment. FIG. 23 is a diagram illustrating an example of a screen indicating that the image forming apparatus according to the second embodiment is preparing for job execution. With reference to FIGS. 21 to 23, the job execution operation when the PDL estimation is successful in the printing system 1a according to the present embodiment will be described.

<ステップS501〜S510>
ステップS501〜S510の処理は、それぞれ、図13のステップS301〜S310の処理と同様である。これによって、画像形成装置30aは、サーバシステム10aから認証が許可され、ジョブ管理部13aは、認証の対象となるユーザIDに対応するジョブ情報のリスト(ジョブリスト)を取得し、画像形成装置30aは、ジョブ管理部13aからそのジョブリストを受信する。
<Steps S501 to S510>
The processes in steps S501 to S510 are the same as the processes in steps S301 to S310 in FIG. As a result, the image forming apparatus 30a is permitted to authenticate from the server system 10a, and the job management unit 13a acquires a list of job information (job list) corresponding to the user ID to be authenticated, and the image forming apparatus 30a. Receives the job list from the job management unit 13a.

<ステップS511>
ユーザ40は、UI部31に表示されている図14に示すようなジョブ選択・実行画面において、ジョブを実行、すなわち、印刷出力(画像形成)するジョブを選択し、OKボタンを押下することによってジョブの選択・実行操作を行う。
<Step S511>
On the job selection / execution screen as shown in FIG. 14 displayed on the UI unit 31, the user 40 executes a job, that is, selects a job to be printed (image formation) and presses an OK button. Select / execute jobs.

<ステップS512>
UI部31は、選択されたジョブを実行するためのジョブ実行要求を、印刷制御部32へ送る。ここで、選択されたジョブのジョブ状態は、「ready」であるものとする。
<Step S512>
The UI unit 31 sends a job execution request for executing the selected job to the print control unit 32. Here, it is assumed that the job status of the selected job is “ready”.

<ステップS513>
印刷制御部32は、図23に示すようなジョブ実行の準備中である旨をユーザ40に通知する画面を、UI部31に表示させる。
<Step S513>
The print control unit 32 causes the UI unit 31 to display a screen for notifying the user 40 that the job execution is being prepared as shown in FIG.

<ステップS514>
印刷制御部32は、ステップS511で選択されたジョブのジョブIDと、UI部31により取得されたアクセストークンと、を含むジョブ実行準備要求を、サーバシステム10aのジョブ管理部13aへ送信する。
<Step S514>
The print control unit 32 transmits a job execution preparation request including the job ID of the job selected in step S511 and the access token acquired by the UI unit 31 to the job management unit 13a of the server system 10a.

<ステップS515>
ジョブ管理部13aは、ジョブ実行準備要求を受信すると、受信したアクセストークンを含むトークン検証要求を、認証部11へ送る。
<Step S515>
Upon receiving the job execution preparation request, the job management unit 13a sends a token verification request including the received access token to the authentication unit 11.

<ステップS516>
認証部11は、トークン検証要求を受け取ると、受け取ったアクセストークンの正当性の検証を行い、検証結果をジョブ管理部13aへ送る。検証の方法としては、図6のステップS109で説明した方法と同様である。図21では、認証部11は、検証結果として、アクセストークンに対応するユーザIDを含む検証OKを示す情報をジョブ管理部13aへ送っている。
<Step S516>
Upon receiving the token verification request, the authentication unit 11 verifies the validity of the received access token and sends the verification result to the job management unit 13a. The verification method is the same as the method described in step S109 in FIG. In FIG. 21, the authentication unit 11 sends information indicating verification OK including the user ID corresponding to the access token to the job management unit 13a as a verification result.

<ステップS517>
ジョブ管理部13aは、ジョブ実行準備要求に含まれるジョブIDで特定されるジョブの所有者検証を行う。具体的には、ジョブ管理部13aは、認証部11から送られた検証結果に含まれるユーザIDと、ジョブ実行準備要求に含まれるジョブIDで特定されるジョブ情報に含まれるユーザIDとを比較し、同一であれば正当なジョブの所有者であると判定する。
<Step S517>
The job management unit 13a verifies the owner of the job specified by the job ID included in the job execution preparation request. Specifically, the job management unit 13a compares the user ID included in the verification result sent from the authentication unit 11 with the user ID included in the job information specified by the job ID included in the job execution preparation request. If they are the same, it is determined that the job is a valid job owner.

<ステップS518>
ジョブ管理部13aは、ジョブ実行準備要求に含まれるジョブIDで特定されるジョブ情報に含まれるPDLの種別(推定したPDLの種別)を含んだ、PDLの推定が正しいか否かの検証を要求するPDL検証要求を、機器管理部19に送る。
<Step S518>
The job management unit 13a requests verification of whether the PDL estimation is correct including the PDL type (estimated PDL type) included in the job information specified by the job ID included in the job execution preparation request. A PDL verification request is sent to the device management unit 19.

<ステップS519、S520>
機器管理部19は、PDL検証要求を受け取ると、画像形成装置30aで利用可能なPDLの種別の一覧を含む機器能力情報を取得するための機器能力情報取得要求を、機器能力情報記憶部19aへ送る。機器能力情報記憶部19aは、機器能力情報取得要求を受け取ると、機器能力情報を読み出し、機器管理部19へ送る。
<Steps S519 and S520>
Upon receiving the PDL verification request, the device management unit 19 sends a device capability information acquisition request for acquiring device capability information including a list of PDL types that can be used by the image forming apparatus 30a to the device capability information storage unit 19a. send. Upon receiving the device capability information acquisition request, the device capability information storage unit 19 a reads out the device capability information and sends it to the device management unit 19.

<ステップS521>
機器管理部19は、機器能力情報を受け取ると、機器能力情報に含まれる画像形成装置30aが利用可能なPDLの種別の一覧に、ステップS511で選択されたジョブのジョブ情報に含まれるPDLの種別(ジョブ管理部13aにより推定されたPDLの種別)が含まれているか否かについての判定(PDL利用可否判定)を行う。図21では、機器管理部19は、PDL利用可否判定の結果、機器能力情報に含まれる利用可能なPDLの種別の一覧に、ステップS511で選択されたジョブのジョブ情報に含まれるPDLの種別が含まれている、すなわち、図6で上述したステップS120と同様の処理であるジョブ管理部13aによるPDLの推定が成功したものとして、説明する。
<Step S521>
Upon receiving the device capability information, the device management unit 19 displays the PDL type included in the job information of the job selected in step S511 in the list of PDL types that can be used by the image forming apparatus 30a included in the device capability information. A determination (PDL availability determination) as to whether or not (the PDL type estimated by the job management unit 13a) is included is performed. In FIG. 21, the device management unit 19 determines that the PDL type included in the job information of the job selected in step S511 is included in the list of available PDL types included in the device capability information as a result of the PDL availability determination. In the following description, it is assumed that PDL estimation by the job management unit 13a, which is included, that is, the same processing as step S120 described above with reference to FIG.

<ステップS522>
機器管理部19は、検証結果として、PDLの推定が成功である旨を含む検証OKを示す情報をジョブ管理部13aへ送る。
<Step S522>
As a verification result, the device management unit 19 sends information indicating verification OK including that the PDL estimation is successful to the job management unit 13a.

<ステップS523>
ジョブ管理部13aは、PDLの推定が成功である旨を含む検証OKを示す情報を受け取った場合、ジョブ情報記憶部17のジョブリストにおいて、ジョブ実行準備要求に含まれるジョブIDで識別されるジョブ情報を更新するために、ジョブ状態を「processing」に指定するジョブ状態更新要求を、ジョブ情報記憶部17へ送る。
<Step S523>
When the job management unit 13a receives information indicating verification OK including that the PDL estimation is successful, the job identified by the job ID included in the job execution preparation request in the job list of the job information storage unit 17 In order to update the information, a job status update request specifying the job status as “processing” is sent to the job information storage unit 17.

<ステップS524>
ジョブ情報記憶部17は、ジョブ状態更新要求を受け取ると、対応するジョブ情報に対して、ジョブ状態更新要求の指定に従って、ジョブ状態を「ready」から「processing」に更新する。
<Step S524>
Upon receiving the job status update request, the job information storage unit 17 updates the job status from “ready” to “processing” for the corresponding job information in accordance with the designation of the job status update request.

<ステップS525>
ジョブ情報記憶部17は、ジョブ状態更新要求に応じて更新した旨を示す応答をジョブ管理部13aへ返す。
<Step S525>
The job information storage unit 17 returns a response indicating that it has been updated in response to the job status update request to the job management unit 13a.

<ステップS526>
ジョブ管理部13aは、アクセストークンに対応するユーザIDに対応するジョブ情報であって、ジョブ状態が「processing」に更新されたジョブ情報を、画像形成装置30aの印刷制御部32へ送信する。
<Step S526>
The job management unit 13a transmits job information corresponding to the user ID corresponding to the access token and having the job status updated to “processing” to the print control unit 32 of the image forming apparatus 30a.

<ステップS527>
印刷制御部32は、図17に示すようなジョブが実行中である旨をユーザ40に通知する画面を、UI部31に表示させる。
<Step S527>
The print control unit 32 causes the UI unit 31 to display a screen for notifying the user 40 that a job as shown in FIG.

<ステップS528〜S544>
ステップS528〜S544の処理は、それぞれ、図13のステップS325〜S341の処理と同様である。これによって、印刷制御部32は、サーバシステム10aからPDLファイルを取得し、そのPDLファイルに基づいて印刷動作が実行される。
<Steps S528 to S544>
The processes in steps S528 to S544 are the same as the processes in steps S325 to S341 in FIG. As a result, the print control unit 32 acquires the PDL file from the server system 10a, and the printing operation is executed based on the PDL file.

以上のステップS501〜S544の流れで、印刷システム1aにおいて、PDLの推定が成功した場合のジョブ実行動作が行われる。また、ここで、図22を参照しながら、ジョブが実行される動作の部分の詳細を説明する。   Through the flow of steps S501 to S544 described above, the job execution operation when the PDL estimation is successful is performed in the printing system 1a. Here, details of an operation part in which a job is executed will be described with reference to FIG.

<ステップS551、S552>
印刷制御部32は、UI部31からジョブ実行要求を受け取ると、UI部31で選択されたジョブのジョブ情報のジョブ状態が「ready」であるか「accepted」であるかを確認する。ジョブ状態が「ready」である場合(ステップS552:ready)、ステップS553へ移行し、「accepted」である場合(ステップS552:accepted)、ステップS554へ移行する。
<Steps S551 and S552>
When receiving a job execution request from the UI unit 31, the print control unit 32 checks whether the job status of the job information of the job selected by the UI unit 31 is “ready” or “accepted”. When the job state is “ready” (step S552: ready), the process proceeds to step S553, and when it is “accepted” (step S552: accepted), the process proceeds to step S554.

<ステップS553>
印刷制御部32は、選択されたジョブのジョブID等を含むジョブ実行準備要求を、サーバシステム10aのジョブ管理部13aへ送信する。ジョブ管理部13aは、ジョブ実行準備要求を受信すると、ジョブ実行準備要求に含まれるジョブIDのジョブ状態を「processing」に更新させ、そのジョブIDに対応するジョブ情報を、印刷制御部32へ送信する。このジョブ情報には、PDLファイルURLが含まれる。そして、ステップS555へ移行する。
<Step S553>
The print control unit 32 transmits a job execution preparation request including the job ID of the selected job to the job management unit 13a of the server system 10a. Upon receiving the job execution preparation request, the job management unit 13a updates the job status of the job ID included in the job execution preparation request to “processing” and transmits job information corresponding to the job ID to the print control unit 32. To do. This job information includes a PDL file URL. Then, control goes to a step S555.

<ステップS554>
印刷制御部32は、UI部31で選択されたジョブのジョブ情報のジョブ状態が「accepted」である場合、ジョブ情報に対応する文書ファイルが未だPDLに変換されていないと判断し、上述の図16に示すような、ジョブ状態が「ready」になるまでのジョブポーリング動作を実行する。ジョブポーリング動作は、図16で上述した通りである。そして、ステップS553へ移行する。
<Step S554>
If the job status of the job information of the job selected by the UI unit 31 is “accepted”, the print control unit 32 determines that the document file corresponding to the job information has not yet been converted into PDL, and the above-described FIG. As shown in FIG. 16, a job polling operation is executed until the job status becomes “ready”. The job polling operation is as described above with reference to FIG. Then, control goes to a step S553.

<ステップS555>
印刷制御部32は、受信したジョブ情報に含まれるPDLファイルURL等を含むPDLファイル取得要求を、サーバシステム10aのPDLファイル取得部15へ送信する。PDLファイル取得部15は、PDLファイルURLで指定されるPDLファイル記憶部18の記憶領域から、PDLファイルを取得する。PDLファイル取得部15は、取得したPDLファイルを、画像形成装置30aの印刷制御部32へ送信する。そして、ステップS556へ移行する。
<Step S555>
The print control unit 32 transmits a PDL file acquisition request including the PDL file URL included in the received job information to the PDL file acquisition unit 15 of the server system 10a. The PDL file acquisition unit 15 acquires a PDL file from the storage area of the PDL file storage unit 18 specified by the PDL file URL. The PDL file acquisition unit 15 transmits the acquired PDL file to the print control unit 32 of the image forming apparatus 30a. Then, control goes to a step S556.

<ステップS556>
印刷制御部32は、受信したPDLファイルを含むジョブ実行指令を、PDL解釈部33へ送る。PDL解釈部33は、受け取ったPDLファイルを解釈して、画像形成部34に印刷出力(画像形成)させるための画像形成指令を、画像形成部34へ送る。画像形成部34は、画像形成指令を受け取ると、PDL解釈部33により解釈されたPDLファイルの内容を、用紙に対して印字する印刷動作(画像形成動作)を実行する。
<Step S556>
The print control unit 32 sends a job execution command including the received PDL file to the PDL interpretation unit 33. The PDL interpretation unit 33 interprets the received PDL file and sends an image formation command for causing the image forming unit 34 to print out (image formation). When the image forming unit 34 receives the image forming command, the image forming unit 34 executes a printing operation (image forming operation) for printing the contents of the PDL file interpreted by the PDL interpretation unit 33 on the sheet.

以上のステップS551〜S556の流れで、ジョブが実行される動作が行われる。なお、このステップS551〜S556の動作は、図21におけるステップS512〜S537に相当する。このように図22に示す印刷制御部32の処理では、第1の実施の形態の図15に示す処理のうち、機器能力情報を取得して、PDL利用可否判定を行う処理が含まれておらず、機器能力情報を取得して、PDL利用可否判定を行う処理は、サーバシステム10a側で実行されている。   The operation of executing the job is performed according to the flow of steps S551 to S556. The operations in steps S551 to S556 correspond to steps S512 to S537 in FIG. As described above, the process of the print control unit 32 illustrated in FIG. 22 includes a process of acquiring device capability information and determining whether or not PDL can be used in the process illustrated in FIG. 15 of the first embodiment. First, the process of acquiring device capability information and determining whether or not PDL can be used is executed on the server system 10a side.

(推定が失敗した場合のジョブ実行動作)
図24は、第2の実施の形態に係る印刷システムにおいてPDL推定が失敗した場合のジョブ実行動作の一例を示すシーケンス図である。図24を参照しながら、本実施の形態に係る印刷システム1aにおいて、PDLの推定が失敗した場合のジョブ実行動作について説明する。なお、図21のステップS501〜S510の動作は、予め行われているものとする。
(Job execution behavior when estimation fails)
FIG. 24 is a sequence diagram illustrating an example of a job execution operation when PDL estimation fails in the printing system according to the second embodiment. With reference to FIG. 24, a job execution operation when PDL estimation fails in the printing system 1a according to the present embodiment will be described. Note that the operations in steps S501 to S510 in FIG. 21 are performed in advance.

<ステップS601〜S610>
ステップS601〜S610の処理は、それぞれ、図21のステップS511〜S520の処理と同様である。
<Steps S601 to S610>
The processes in steps S601 to S610 are the same as the processes in steps S511 to S520 in FIG.

<ステップS611>
機器管理部19は、機器能力情報を受け取ると、機器能力情報に含まれる画像形成装置30aが利用可能なPDLの種別の一覧に、ステップS601で選択されたジョブのジョブ情報に含まれるPDLの種別(ジョブ管理部13aにより推定されたPDLの種別)が含まれているか否かについての判定(PDL利用可否判定)を行う。図24では、機器管理部19は、PDL利用可否判定の結果、機器能力情報に含まれる利用可能なPDLの種別の一覧に、ステップS601で選択されたジョブのジョブ情報に含まれるPDLの種別が含まれていない、すなわち、ジョブ管理部13aによるPDLの推定が失敗したものとして、説明する。
<Step S611>
Upon receiving the device capability information, the device management unit 19 displays the PDL type included in the job information of the job selected in step S601 in the list of PDL types that can be used by the image forming apparatus 30a included in the device capability information. A determination (PDL availability determination) as to whether or not (the PDL type estimated by the job management unit 13a) is included is performed. In FIG. 24, the device management unit 19 determines that the PDL type included in the job information of the job selected in step S601 is included in the list of available PDL types included in the device capability information as a result of the PDL availability determination. The description will be made on the assumption that it is not included, that is, PDL estimation by the job management unit 13a has failed.

<ステップS612>
機器管理部19は、検証結果として、画像形成装置30aが利用可能なPDLの種別の一覧を含めて、PDLの推定が失敗である旨を含む検証NGを示す情報をジョブ管理部13aへ送る。
<Step S612>
The device management unit 19 sends, as a verification result, information indicating a verification NG including that the PDL estimation has failed, including a list of PDL types that can be used by the image forming apparatus 30a, to the job management unit 13a.

<ステップS613>
ジョブ管理部13aは、受信した検証NGを示す情報に含まれる画像形成装置30aが利用可能なPDLの種別の一覧と、PDL変換部14で変換可能なPDLの種別の一覧とを比較して、双方に含まれるPDLの種別を選択する。具体的には、ジョブ管理部13aは、例えば、双方に含まれるPDLの種別のうち、任意のPDLの種別を選択するものとしてもよく、PDLの種別についての予め定められた優先順位に従ってPDLの種別を選択するものとしてもよい。また、優先順位に従って選択する場合、例えば、PDLの種別と、優先順位とを対応付けたテーブルを参照して選択するものとすればよい。なお、ジョブ管理部13aによりPDLの種別を選択することに限定されるものではなく、印刷制御部32が、画像形成装置30aが対応しているPDLを指定してジョブ管理部13aに選択させるものとしてもよい。
<Step S613>
The job management unit 13a compares the list of PDL types that can be used by the image forming apparatus 30a included in the received information indicating the verification NG with the list of PDL types that can be converted by the PDL conversion unit 14, and Select the type of PDL included in both. Specifically, for example, the job management unit 13a may select an arbitrary PDL type from among the PDL types included in both, and the PDL type is determined according to a predetermined priority order for the PDL type. The type may be selected. Further, when selecting according to the priority order, for example, the selection may be made with reference to a table in which the type of PDL and the priority order are associated with each other. The job management unit 13a is not limited to selecting the type of PDL, but the print control unit 32 designates the PDL supported by the image forming apparatus 30a and causes the job management unit 13a to select the PDL. It is good.

<ステップS614>
ジョブ管理部13aは、PDLの種別の選択を終えると、文書ファイルを、選択したPDLに変換するために、ジョブ実行準備要求に含まれるジョブIDと、認証部11から送られた検証結果に含まれるユーザIDと、選択したPDLの種別と、を含むPDL変換要求を、PDL変換部14へ送る。
<Step S614>
When the job management unit 13a finishes selecting the PDL type, the job management unit 13a includes the job ID included in the job execution preparation request and the verification result sent from the authentication unit 11 to convert the document file into the selected PDL. A PDL conversion request including the user ID to be selected and the type of the selected PDL is sent to the PDL conversion unit 14.

<ステップS615〜S620>
ステップS615〜S620の処理は、それぞれ、図18のステップS411〜S416の処理と同様である。
<Steps S615 to S620>
The processes in steps S615 to S620 are the same as the processes in steps S411 to S416 in FIG.

<ステップS621>
印刷制御部32は、UI部31により取得されたアクセストークンと、ジョブ実行準備要求に含まれるジョブIDと、を含むジョブ取得要求を、サーバシステム10aのジョブ管理部13aへ送信する。
<Step S621>
The print control unit 32 transmits a job acquisition request including the access token acquired by the UI unit 31 and the job ID included in the job execution preparation request to the job management unit 13a of the server system 10a.

<ステップS622〜S625>
ステップS622〜S625の処理は、それぞれ、図18のステップS418〜S421の処理と同様である。
<Steps S622 to S625>
The processes in steps S622 to S625 are the same as the processes in steps S418 to S421 in FIG.

<ステップS626>
印刷制御部32は、再び、UI部31により取得されたアクセストークンと、ジョブ実行準備要求に含まれるジョブIDと、を含むジョブ取得要求を、サーバシステム10aのジョブ管理部13aへ送信する。
<Step S626>
The print control unit 32 again transmits a job acquisition request including the access token acquired by the UI unit 31 and the job ID included in the job execution preparation request to the job management unit 13a of the server system 10a.

<ステップS627〜S630>
ステップS627〜S630の処理は、それぞれ、ステップS622〜S625の処理と同様であるものとする。
<Steps S627 to S630>
The processes in steps S627 to S630 are the same as the processes in steps S622 to S625, respectively.

<ステップS631>
ここで、サーバシステム10aのPDL変換部14により、ステップS615で変換キューに追加されたPDL変換要求が優先的に、図10のステップS201〜S207と同様の処理が行われ、印刷制御部32のジョブ取得要求に含まれるジョブIDに対応する文書ファイルが、選択されたPDLに変換(再変換)されたことを示す変換完了通知が、ジョブ管理部13aに送られたものとする。この変換完了通知には、PDLファイル記憶部18におけるPDLファイルの記憶先を示すPDLファイルURLと、ジョブ管理部13aのPDL変換要求に含まれるジョブIDとが含まれる。
<Step S631>
Here, the PDL conversion request added to the conversion queue in step S615 is preferentially performed by the PDL conversion unit 14 of the server system 10a, and the same processing as in steps S201 to S207 of FIG. It is assumed that a conversion completion notification indicating that the document file corresponding to the job ID included in the job acquisition request has been converted (reconverted) into the selected PDL is sent to the job management unit 13a. This conversion completion notification includes the PDL file URL indicating the storage destination of the PDL file in the PDL file storage unit 18 and the job ID included in the PDL conversion request of the job management unit 13a.

<ステップS632>
ジョブ管理部13aは、変換完了通知を受け取ると、ジョブ情報記憶部17のジョブリストにおいて、PDL変換要求に含まれるジョブIDで識別されるジョブ情報を更新するために、PDLファイルURLと、「processing」に指定したジョブ状態と、を含むジョブ状態更新要求を、ジョブ情報記憶部17へ送る。ここで、ジョブ状態を「ready」とせず「processing」とするのは、ステップS604で既に画像形成装置30aからジョブ実行準備要求を受信しているためである。なお、必ずしも、ジョブ状態を「processing」とすることが必須ではなく、第1の実施の形態の図18に示すように、一度「ready」を書き込んだ後、ジョブの実行中の画面を表示させてから(ステップS640)、ジョブ状態を「processing」に更新するものとしてもよい。
<Step S632>
Upon receiving the conversion completion notification, the job management unit 13a updates the job information identified by the job ID included in the PDL conversion request in the job list of the job information storage unit 17 and the “processing” A job status update request including the job status designated as “” is sent to the job information storage unit 17. Here, the job status is set to “processing” instead of “ready” because the job execution preparation request has already been received from the image forming apparatus 30a in step S604. Note that it is not always necessary to set the job status to “processing”. As shown in FIG. 18 of the first embodiment, after “ready” is once written, a screen during job execution is displayed. (Step S640), the job status may be updated to “processing”.

<ステップS633>
ジョブ情報記憶部17は、ジョブ状態更新要求を受け取ると、対応するジョブ情報に対して、ジョブ状態更新要求に含まれるPDLファイルURLを設定し、ジョブ状態を「accepted」から「processing」に更新する。
<Step S633>
Upon receiving the job status update request, the job information storage unit 17 sets the PDL file URL included in the job status update request for the corresponding job information, and updates the job status from “accepted” to “processing”. .

<ステップS634>
ジョブ情報記憶部17は、ジョブ状態更新要求に応じて更新した旨を示す応答をジョブ管理部13aへ返す。
<Step S634>
The job information storage unit 17 returns a response indicating that it has been updated in response to the job status update request to the job management unit 13a.

<ステップS635>
印刷制御部32は、再び、UI部31により取得されたアクセストークンと、ジョブ実行準備要求に含まれるジョブIDと、を含むジョブ取得要求を、サーバシステム10aのジョブ管理部13aへ送信する。
<Step S635>
The print control unit 32 again transmits a job acquisition request including the access token acquired by the UI unit 31 and the job ID included in the job execution preparation request to the job management unit 13a of the server system 10a.

<ステップS636〜S638>
ステップS636〜S638の処理は、それぞれ、ステップS622〜S624の処理と同様であるものとする。
<Steps S636 to S638>
The processes in steps S636 to S638 are the same as the processes in steps S622 to S624, respectively.

<ステップS639>
ジョブ管理部13aは、受け取ったジョブ情報を、画像形成装置30aの印刷制御部32へ送信する。印刷制御部32は、受信したジョブ情報のジョブ状態が「processing」に更新され、ジョブ情報に対応する文書ファイルが、ステップS613で選択されたPDLに変換されたことを確認する。
<Step S639>
The job management unit 13a transmits the received job information to the print control unit 32 of the image forming apparatus 30a. The print control unit 32 confirms that the job status of the received job information is updated to “processing” and the document file corresponding to the job information is converted into the PDL selected in step S613.

<ステップS640〜S657>
ステップS640〜S657の処理は、それぞれ、図21のステップS527〜S544の処理と同様である。
<Steps S640 to S657>
The processes in steps S640 to S657 are the same as the processes in steps S527 to S544 in FIG.

以上のステップS601〜S657の流れで、印刷システム1aにおいて、PDLの推定が失敗した場合のジョブ実行動作が行われる。   Through the flow of steps S601 to S657 described above, a job execution operation is performed in the printing system 1a when PDL estimation fails.

第1の実施の形態に係る印刷システム1では、PDL利用可否判定を、画像形成装置30側で行う動作としているところ、本実施の形態に係る印刷システム1aでは、PDL利用可否判定を、サーバシステム10a側で行う動作としている。これによって、本実施の形態に係る印刷システム1aは、第1の実施の形態に係る印刷システム1が奏する効果と同様の効果を奏する。   In the printing system 1 according to the first embodiment, the PDL availability determination is performed on the image forming apparatus 30 side. In the printing system 1a according to the present embodiment, the PDL availability determination is performed on the server system. The operation is performed on the 10a side. As a result, the printing system 1a according to the present embodiment has the same effects as the printing system 1 according to the first embodiment.

また、第1の実施の形態では、サーバシステム10と通信する個々の画像形成装置30が、PDL利用可否判定の機能を有する必要があるが、本実施の形態では、PDL利用可否判定の機能をサーバシステム10aのみが有するものとすればよく、個々の画像形成装置30aが同機能を有する必要がないので、より汎用的なシステム構成を得ることができる。   In the first embodiment, each image forming apparatus 30 that communicates with the server system 10 needs to have a function for determining whether or not a PDL can be used. In this embodiment, a function for determining whether or not a PDL can be used is provided. It is sufficient that only the server system 10a has, and since it is not necessary for each image forming apparatus 30a to have the same function, a more versatile system configuration can be obtained.

なお、サーバシステム10(10a)、クライアント装置20、および画像形成装置30(30a)の各機能部の少なくともいずれかがプログラムの実行によって実現される場合、そのプログラムは、ROM等に予め組み込まれて提供される。また、上述の各実施の形態の印刷システム1(1a)で実行されるプログラムは、インストール可能な形式または実行可能な形式のファイルでCD−ROM、フレキシブルディスク(FD)、CD−R、またはDVD等のコンピュータで読み取り可能な記録媒体に記録して提供するように構成してもよい。また、上述の各実施の形態の印刷システム1(1a)で実行されるプログラムを、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供するように構成してもよい。また、上述の各実施の形態の印刷システム1(1a)で実行されるプログラムを、インターネット等のネットワーク経由で提供または配布するように構成してもよい。また、上述の各実施の形態の印刷システム1(1a)で実行されるプログラムは、上述した各機能部のうち少なくともいずれかを含むモジュール構成となっており、実際のハードウェアとしてはCPUが上述のROMからプログラムを読み出して実行することにより、上述の各機能部が主記憶装置上にロードされて生成されるようになっている。   When at least one of the functional units of the server system 10 (10a), the client device 20, and the image forming apparatus 30 (30a) is realized by executing a program, the program is preliminarily incorporated in a ROM or the like. Provided. The program executed in the printing system 1 (1a) of each of the above-described embodiments is a file in an installable format or an executable format, and is a CD-ROM, a flexible disk (FD), a CD-R, or a DVD. For example, the program may be recorded on a computer-readable recording medium. Further, the program executed in the printing system 1 (1a) of each of the above-described embodiments is configured to be provided by being stored on a computer connected to a network such as the Internet and downloaded via the network. Also good. Further, the program executed in the printing system 1 (1a) according to each of the above-described embodiments may be configured to be provided or distributed via a network such as the Internet. The program executed by the printing system 1 (1a) according to each of the above-described embodiments has a module configuration including at least one of the above-described functional units, and the actual hardware includes the CPU described above. By reading the program from the ROM and executing it, the above-described functional units are loaded onto the main storage device and generated.

1、1a 印刷システム
2 ネットワーク
10、10a サーバシステム
11 認証部
12 文書管理部
13、13a ジョブ管理部
14 PDL変換部
15 PDLファイル取得部
16 文書ファイル記憶部
17 ジョブ情報記憶部
18 PDLファイル記憶部
19 機器管理部
19a 機器能力情報記憶部
20 クライアント装置
20a PC
20b スマートフォン
21 印刷アプリ
30、30a 画像形成装置
31 UI部
32 印刷制御部
33 PDL解釈部
34 画像形成部
35 機器能力情報記憶部
36 機器能力情報通知部
40 ユーザ
41 PDFファイル
42 JPGファイル
43 MS Officeファイル
45 印刷設定
51 PDFレンダラ
52 JPGレンダラ
53 MS Officeレンダラ
55 印刷設定変換部
60 描画インターフェース
71 PDL1コンバータ
72 PDL2コンバータ
73 PDL3コンバータ
81 PDL1ファイル
82 PDL2ファイル
83 PDL3ファイル
101 CPU
102 ROM
103 RAM
104 外部記憶装置
105 メディア
106 メディアドライブ
107 操作装置
109 ネットワークI/F
110 ディスプレイ
111 DVD−ROM
112 DVDドライブ
115 バス
201 CPU
202 ROM
203 RAM
204 外部記憶装置
205 メディア
206 メディアドライブ
207 操作装置
209 ネットワークI/F
210 ディスプレイ
215 バス
300 コントローラ
301 CPU
302 システムメモリ
303 ノースブリッジ
304a サウスブリッジ
304b ネットワークI/F
304c USBインターフェース
304d セントロニクスインターフェース
305 AGPバス
306 ASIC
307 ローカルメモリ
308 外部記憶装置
310 操作表示部
320 FCU
331 プロッタ
332 スキャナ
DESCRIPTION OF SYMBOLS 1, 1a Printing system 2 Network 10, 10a Server system 11 Authentication part 12 Document management part 13, 13a Job management part 14 PDL conversion part 15 PDL file acquisition part 16 Document file storage part 17 Job information storage part 18 PDL file storage part 19 Device management unit 19a Device capability information storage unit 20 Client device 20a PC
20b Smartphone 21 Print application 30, 30a Image forming apparatus 31 UI unit 32 Print control unit 33 PDL interpretation unit 34 Image forming unit 35 Device capability information storage unit 36 Device capability information notification unit 40 User 41 PDF file 42 JPG file 43 MS Office file 45 Print Setting 51 PDF Renderer 52 JPG Renderer 53 MS Office Renderer 55 Print Setting Conversion Unit 60 Drawing Interface 71 PDL1 Converter 72 PDL2 Converter 73 PDL3 Converter 81 PDL1 File 82 PDL2 File 83 PDL3 File 101 CPU
102 ROM
103 RAM
104 External storage device 105 Media 106 Media drive 107 Operation device 109 Network I / F
110 Display 111 DVD-ROM
112 DVD drive 115 Bus 201 CPU
202 ROM
203 RAM
204 External storage device 205 Media 206 Media drive 207 Operation device 209 Network I / F
210 Display 215 Bus 300 Controller 301 CPU
302 System Memory 303 North Bridge 304a South Bridge 304b Network I / F
304c USB interface 304d Centronics interface 305 AGP bus 306 ASIC
307 Local memory 308 External storage device 310 Operation display unit 320 FCU
331 Plotter 332 Scanner

特開2010−181948号公報JP 2010-181948 A

Claims (17)

クライアント装置からの印刷対象データをPDL(Page Description Language)に変換してPDLデータを生成し、画像形成装置に前記PDLデータを送信する印刷システムであって、
前記クライアント装置から前記印刷対象データを受信する第1の受信部と、
印刷ジョブのジョブ情報を記憶する記憶部と、
前記記憶部から、前記印刷対象データに対応するユーザ識別情報に対応するジョブ情報の履歴を受信する第2の受信部と、
前記履歴に基づいて、前記印刷対象データを変換するPDLの種別を推定する推定部と、
前記印刷対象データを、前記推定部により種別が推定されたPDLに変換してPDLデータを生成する変換部と、
前記推定されたPDLが、前記画像形成装置が利用可能なPDLであるか否かを判定する判定部と、
前記推定されたPDLが、前記画像形成装置が利用可能なPDLである場合、前記PDLデータを該画像形成装置に送信する送信部と、
前記推定されたPDLが、前記画像形成装置が利用可能でないPDLである場合、該画像形成装置が利用可能なPDLを選択し、前記変換部に対して、選択したPDLで前記印刷対象データを再変換することを要求する選択部と、
を備えた印刷システム。
A printing system that converts data to be printed from a client device into PDL (Page Description Language) to generate PDL data, and transmits the PDL data to an image forming device.
A first receiving unit that receives the print target data from the client device;
A storage unit for storing job information of a print job;
A second receiving unit that receives a history of job information corresponding to user identification information corresponding to the print target data from the storage unit;
An estimation unit for estimating a type of PDL for converting the print target data based on the history;
A conversion unit that converts the print target data into a PDL whose type is estimated by the estimation unit and generates PDL data;
A determination unit that determines whether the estimated PDL is a PDL usable by the image forming apparatus;
If the estimated PDL is a PDL that can be used by the image forming apparatus, a transmitting unit that transmits the PDL data to the image forming apparatus;
If the estimated PDL is a PDL that cannot be used by the image forming apparatus, a PDL that can be used by the image forming apparatus is selected, and the print target data is re-re-used by the selected PDL to the conversion unit. A selector that requires conversion, and
Printing system equipped with.
前記画像形成装置が、前記判定部を備えた請求項1に記載の印刷システム。   The printing system according to claim 1, wherein the image forming apparatus includes the determination unit. 前記選択部は、前記画像形成装置が利用可能なPDLから、所定の優先順位に従って選択する請求項1または2に記載の印刷システム。   The printing system according to claim 1, wherein the selection unit selects a PDL usable by the image forming apparatus according to a predetermined priority order. 前記選択部は、前記画像形成装置が利用可能なPDLのうち、該画像形成装置が指定したPDLを選択する請求項1または2に記載の印刷システム。   The printing system according to claim 1, wherein the selection unit selects a PDL designated by the image forming apparatus from among PDLs usable by the image forming apparatus. 前記推定部によりPDLの種別が推定された後、前記記憶部に、推定されたPDLの種別を含むジョブ情報を新規に登録する登録部を、さらに備え、
前記変換部は、前記登録部によりジョブ情報が新規に登録された後、該ジョブ情報に含まれる種別のPDLに前記印刷対象データを変換する請求項1〜4のいずれか一項に記載の印刷システム。
After the PDL type is estimated by the estimation unit, the storage unit further includes a registration unit that newly registers job information including the estimated PDL type,
5. The printing according to claim 1, wherein the conversion unit converts the print target data into a PDL of a type included in the job information after job information is newly registered by the registration unit. system.
前記推定部は、前記履歴のジョブ情報に含まれるPDLの種別の統計に基づいて、前記印刷対象データを変換するPDLの種別を推定する請求項1〜5のいずれか一項に記載の印刷システム。   The printing system according to claim 1, wherein the estimation unit estimates a PDL type for converting the print target data based on a PDL type statistic included in the history job information. . 前記第2の受信部は、前記記憶部から、所定の件数のジョブ情報の前記履歴を受信する請求項6に記載の印刷システム。   The printing system according to claim 6, wherein the second receiving unit receives the history of a predetermined number of pieces of job information from the storage unit. 前記第2の受信部は、前記記憶部から、ジョブ情報の登録日時が所定の範囲に含まれるジョブ情報の前記履歴を受信する請求項6に記載の印刷システム。   The printing system according to claim 6, wherein the second receiving unit receives the history of job information whose job information registration date is included in a predetermined range from the storage unit. 前記第2の受信部は、前記記憶部から、ジョブ情報の登録日時が新しいものから所定の件数のジョブ情報の前記履歴を受信する請求項6に記載の印刷システム。   The printing system according to claim 6, wherein the second receiving unit receives the history of a predetermined number of pieces of job information from the storage unit having a new job information registration date and time. 前記推定部は、前記履歴のジョブ情報に含まれるPDLの種別のうち、最も利用頻度の高いPDLの種別を、前記印刷対象データを変換するPDLの種別として推定する請求項6に記載の印刷システム。   The printing system according to claim 6, wherein the estimation unit estimates a PDL type having the highest usage frequency among PDL types included in the history job information as a PDL type for converting the print target data. . 前記推定部は、前記履歴のジョブ情報のうち登録日時の新しいジョブ情報のPDLの種別であるほど大きい重みをつけて利用頻度に関する指標値を計算し、前記指標値が最も大きいPDLの種別を、前記印刷対象データを変換するPDLの種別として推定する請求項6に記載の印刷システム。   The estimation unit calculates an index value related to the usage frequency by assigning a larger weight to the PDL type of the new job information of the registration date and time among the job information of the history, and the type of the PDL having the largest index value is The printing system according to claim 6, wherein the print target data is estimated as a type of PDL to be converted. 前記変換部は、前記推定部により種別が推定されたPDLに変換することよりも優先して、前記選択部により選択されたPDLに前記印刷対象データを再変換する請求項1〜11のいずれか一項に記載の印刷システム。   12. The conversion unit according to claim 1, wherein the conversion unit reconverts the print target data into the PDL selected by the selection unit in preference to the conversion into the PDL whose type is estimated by the estimation unit. The printing system according to one item. 前記印刷対象データを前記第1の受信部に送信する前記クライアント装置と、
前記変換部により変換された前記PDLデータに基づいて印刷出力する前記画像形成装置と、
を含む請求項1〜12のいずれか一項に記載の印刷システム。
The client device that transmits the print target data to the first receiver;
The image forming apparatus for printing out based on the PDL data converted by the converter;
The printing system according to claim 1, comprising:
クライアント装置からの印刷対象データをPDL(Page Description Language)に変換してPDLデータを生成し、画像形成装置に前記PDLデータを送信するサーバ装置であって、
前記クライアント装置から前記印刷対象データを受信する第1の受信部と、
印刷ジョブのジョブ情報を記憶する記憶部と、
前記記憶部から、前記印刷対象データに対応するユーザ識別情報に対応するジョブ情報の履歴を受信する第2の受信部と、
前記履歴に基づいて、前記印刷対象データを変換するPDLの種別を推定する推定部と、
前記印刷対象データを、前記推定部により種別が推定されたPDLに変換してPDLデータを生成する変換部と、
前記推定されたPDLが、前記画像形成装置が利用可能なPDLである場合、前記PDLデータを該画像形成装置に送信する送信部と、
前記推定されたPDLが、前記画像形成装置が利用可能でないPDLである場合、該画像形成装置が利用可能なPDLを選択し、前記変換部に対して、選択したPDLで前記印刷対象データを再変換することを要求する選択部と、
を備えたサーバ装置。
A server device that converts print target data from a client device into PDL (Page Description Language) to generate PDL data, and transmits the PDL data to an image forming device,
A first receiving unit that receives the print target data from the client device;
A storage unit for storing job information of a print job;
A second receiving unit that receives a history of job information corresponding to user identification information corresponding to the print target data from the storage unit;
An estimation unit for estimating a type of PDL for converting the print target data based on the history;
A conversion unit that converts the print target data into a PDL whose type is estimated by the estimation unit and generates PDL data;
If the estimated PDL is a PDL that can be used by the image forming apparatus, a transmitting unit that transmits the PDL data to the image forming apparatus;
If the estimated PDL is a PDL that cannot be used by the image forming apparatus, a PDL that can be used by the image forming apparatus is selected, and the print target data is re-re-used by the selected PDL to the conversion unit. A selector that requires conversion, and
A server device comprising:
前記推定されたPDLが、前記画像形成装置が利用可能なPDLであるか否かを判定する判定部を、さらに備えた請求項14に記載のサーバ装置。   The server device according to claim 14, further comprising a determination unit that determines whether the estimated PDL is a PDL that can be used by the image forming apparatus. クライアント装置からの印刷対象データをPDL(Page Description Language)に変換してPDLデータを生成し、画像形成装置に前記PDLデータを送信する印刷システムの情報処理方法であって、
前記クライアント装置から前記印刷対象データを受信する第1の受信ステップと、
印刷ジョブのジョブ情報を記憶している記憶部から、前記印刷対象データに対応するユーザ識別情報に対応するジョブ情報の履歴を受信する第2の受信ステップと、
前記履歴に基づいて、前記印刷対象データを変換するPDLの種別を推定する推定ステップと、
前記印刷対象データを、種別を推定したPDLに変換してPDLデータを生成する変換ステップと、
推定したPDLが、前記画像形成装置が利用可能なPDLであるか否かを判定する判定ステップと、
推定したPDLが、前記画像形成装置が利用可能なPDLである場合、前記PDLデータを該画像形成装置に送信する送信ステップと、
推定したPDLが、前記画像形成装置が利用可能でないPDLである場合、該画像形成装置が利用可能なPDLを選択し、選択したPDLで前記印刷対象データを再変換することを要求する選択ステップと、
を有する情報処理方法。
An information processing method for a printing system that converts data to be printed from a client device into PDL (Page Description Language) to generate PDL data, and transmits the PDL data to an image forming device.
A first receiving step of receiving the print target data from the client device;
A second receiving step of receiving a history of job information corresponding to user identification information corresponding to the print target data from a storage unit storing job information of a print job;
An estimation step of estimating a type of PDL for converting the print target data based on the history;
A conversion step of converting the print target data into PDL with an estimated type to generate PDL data;
A determination step of determining whether or not the estimated PDL is a PDL usable by the image forming apparatus;
A transmission step of transmitting the PDL data to the image forming apparatus when the estimated PDL is a PDL usable by the image forming apparatus;
If the estimated PDL is a PDL that cannot be used by the image forming apparatus, a selecting step for selecting a PDL that can be used by the image forming apparatus and reconverting the print target data using the selected PDL; ,
An information processing method comprising:
クライアント装置からの印刷対象データをPDL(Page Description Language)に変換してPDLデータを生成し、画像形成装置に前記PDLデータを送信するコンピュータのプログラムであって、
前記クライアント装置から前記印刷対象データを受信する第1の受信ステップと、
印刷ジョブのジョブ情報を記憶している記憶部から、前記印刷対象データに対応するユーザ識別情報に対応するジョブ情報の履歴を受信する第2の受信ステップと、
前記履歴に基づいて、前記印刷対象データを変換するPDLの種別を推定する推定ステップと、
前記印刷対象データを、種別を推定したPDLに変換してPDLデータを生成する変換ステップと、
推定したPDLが、前記画像形成装置が利用可能なPDLである場合、前記PDLデータを該画像形成装置に送信する送信ステップと、
推定したPDLが、前記画像形成装置が利用可能でないPDLである場合、該画像形成装置が利用可能なPDLを選択し、選択したPDLで前記印刷対象データを再変換することを要求する選択ステップと、
をコンピュータに実行させるためのプログラム。
A computer program for converting print target data from a client device into PDL (Page Description Language) to generate PDL data, and transmitting the PDL data to an image forming device,
A first receiving step of receiving the print target data from the client device;
A second receiving step of receiving a history of job information corresponding to user identification information corresponding to the print target data from a storage unit storing job information of a print job;
An estimation step of estimating a type of PDL for converting the print target data based on the history;
A conversion step of converting the print target data into PDL with an estimated type to generate PDL data;
A transmission step of transmitting the PDL data to the image forming apparatus when the estimated PDL is a PDL usable by the image forming apparatus;
If the estimated PDL is a PDL that cannot be used by the image forming apparatus, a selecting step for selecting a PDL that can be used by the image forming apparatus and reconverting the print target data using the selected PDL; ,
A program that causes a computer to execute.
JP2016225267A 2016-09-13 2016-11-18 Printing system, server device, information processing method, and program Pending JP2018045670A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US15/701,793 US10146491B2 (en) 2016-09-13 2017-09-12 Printing system, server apparatus, information processing method, and computer-readable recording medium

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2016178822 2016-09-13
JP2016178822 2016-09-13

Publications (1)

Publication Number Publication Date
JP2018045670A true JP2018045670A (en) 2018-03-22

Family

ID=61694928

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016225267A Pending JP2018045670A (en) 2016-09-13 2016-11-18 Printing system, server device, information processing method, and program

Country Status (1)

Country Link
JP (1) JP2018045670A (en)

Similar Documents

Publication Publication Date Title
JP6414287B2 (en) The present invention relates to a printing system, an image forming apparatus, a specific information storage apparatus, a processing method thereof, and a program.
JP7355147B2 (en) application program
JP5968355B2 (en) Job processing apparatus, method for controlling job processing apparatus, program, and storage medium
JP2013156952A (en) Print control program, information processing apparatus, and printer
US10146491B2 (en) Printing system, server apparatus, information processing method, and computer-readable recording medium
JP2016177432A (en) Program, information processing apparatus, storage medium, and screen creation method
JP2016083870A (en) Image formation device, and control method and system therefor
JP5644751B2 (en) Image forming apparatus and control program for image forming apparatus
JP6281343B2 (en) Authority delegation system, authority delegation method, and authority delegation program
JP2013054635A (en) Image formation apparatus, image formation system, and control method and program therefor
JP5879911B2 (en) System, information processing apparatus, program, and information processing method
JP2016081336A (en) Printing system and printing control program
JP2018045670A (en) Printing system, server device, information processing method, and program
JP6397168B2 (en) Image processing apparatus, image processing apparatus control method, and program
JP2017013313A (en) Image formation apparatus, image formation system, and control method and program of image formation apparatus
US11474760B2 (en) Information processing system, server, and information processing method which prints using guest account information
WO2022202480A1 (en) Support program and printing system
JP7384030B2 (en) Facsimile transmission systems and facsimile equipment
US20240069830A1 (en) Information processing apparatus, method, and storage medium for storing program
JP7248941B2 (en) Print job transmission device, print job transmission program and printing system
JP6957847B2 (en) Information processing equipment and programs
JP6489319B2 (en) Pull print system
JP2016018226A (en) User terminal, image forming apparatus, server device, printing system, user terminal control method, image forming apparatus control method, server device control method, and program
JP6033244B2 (en) Image forming apparatus and image forming method
JP6385073B2 (en) Image forming apparatus, printing system, information processing method, and program