JP2016177781A - Information processing system, information processing device, and program - Google Patents

Information processing system, information processing device, and program Download PDF

Info

Publication number
JP2016177781A
JP2016177781A JP2016014780A JP2016014780A JP2016177781A JP 2016177781 A JP2016177781 A JP 2016177781A JP 2016014780 A JP2016014780 A JP 2016014780A JP 2016014780 A JP2016014780 A JP 2016014780A JP 2016177781 A JP2016177781 A JP 2016177781A
Authority
JP
Japan
Prior art keywords
setting
printer driver
information
terminal device
information processing
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
JP2016014780A
Other languages
Japanese (ja)
Inventor
洋一 峰岸
Yoichi Minegishi
洋一 峰岸
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/067,862 priority Critical patent/US9891878B2/en
Publication of JP2016177781A publication Critical patent/JP2016177781A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide an information processing system, information processing device, and program that allow printer driver functions to be more effectively used in printing from a terminal device such as a mobile device.SOLUTION: An information processing system includes: an acquisition unit 121 that obtains one or more setting items which can be set on a printer driver 130, from the printer driver; a generation unit 122 that generates first display information for displaying, on a terminal device, a setting screen on which settings for the obtained setting items are made; and a transmission unit 123 that transmits the first display information to the terminal device.SELECTED DRAWING: Figure 2

Description

本発明は、情報処理システム、情報処理装置およびプログラムに関する。   The present invention relates to an information processing system, an information processing apparatus, and a program.

モバイル機器などの端末装置上で印刷文書をプリンタが解釈可能なデータ形式に変換してプリンタに送信する技術、クラウドプリンタサーバのネットワークサービス上に印刷文書を送信し、サービス上でプリンタが解釈可能なデータ形式に変換しプリンタに送信する技術、および、モバイル機器からPC(パーソナルコンピュータ)などの情報処理装置に導入されたプリンタドライバを利用して印刷する技術が知られている。   A technology that converts a print document into a data format that can be interpreted by the printer on a terminal device such as a mobile device, and sends it to the printer. There are known techniques for converting data into a data format and transmitting the data to a printer, and techniques for printing from a mobile device using a printer driver installed in an information processing apparatus such as a PC (personal computer).

特許文献1は、OS(オペレーティングシステム)のフォントの違いなどによる表示上のレイアウトを崩れさせないために、モバイル機器からPCのエージェント経由でプリンタドライバを用いて印刷する技術を提案している。   Patent Document 1 proposes a technique for printing from a mobile device via a PC agent using a printer driver so as not to disturb the display layout due to differences in OS (operating system) fonts.

しかしながら、従来の技術では、モバイル機器のユーザが使用するPCで導入されているプリンタドライバの機能を把握することができず、プリンタドライバが備えている機能をモバイル機器から利用できない場合があった。また、当該PCでユーザが利用している印刷の設定をモバイル機器で使用できない場合があった。   However, in the conventional technology, the function of the printer driver installed in the PC used by the user of the mobile device cannot be grasped, and the function provided in the printer driver may not be used from the mobile device. In some cases, the print settings used by the user on the PC cannot be used on the mobile device.

本発明は、上記に鑑みてなされたものであって、モバイル機器などの端末装置からの印刷時にプリンタドライバの機能をより有効に利用可能とすることを目的とする。   The present invention has been made in view of the above, and an object of the present invention is to make it possible to more effectively use the functions of a printer driver when printing from a terminal device such as a mobile device.

上述した課題を解決し、目的を達成するために、本発明は、プリンタドライバで設定可能な1以上の設定項目を前記プリンタドライバから取得する取得部と、取得された前記設定項目に対する設定を行う設定画面を端末装置に表示するための第1表示情報を生成する生成部と、前記第1表示情報を前記端末装置に送信する送信部と、を備える。   In order to solve the above-described problems and achieve the object, the present invention performs an acquisition unit that acquires one or more setting items that can be set by a printer driver from the printer driver, and sets the acquired setting items. A generating unit configured to generate first display information for displaying a setting screen on the terminal device; and a transmitting unit configured to transmit the first display information to the terminal device.

本発明によれば、モバイル機器などの端末装置からの印刷時にプリンタドライバの機能をより有効に利用可能になるという効果を奏する。   According to the present invention, the printer driver function can be used more effectively when printing from a terminal device such as a mobile device.

図1は、第1の実施形態にかかる情報処理システムの構成例を示すブロック図である。FIG. 1 is a block diagram illustrating a configuration example of an information processing system according to the first embodiment. 図2は、第1の実施形態のPCおよびモバイル機器の機能構成例を示すブロック図である。FIG. 2 is a block diagram illustrating a functional configuration example of the PC and the mobile device according to the first embodiment. 図3は、設定項目および設定値の一例を示す図である。FIG. 3 is a diagram illustrating an example of setting items and setting values. 図4は、設定画面の作成処理の一例を示すフローチャートである。FIG. 4 is a flowchart illustrating an example of a setting screen creation process. 図5は、作成される設定画面の一例を示す図である。FIG. 5 is a diagram illustrating an example of a setting screen to be created. 図6は、印刷処理の流れを説明する図である。FIG. 6 is a diagram for explaining the flow of the printing process. 図7は、設定画面の作成処理から印刷処理までの流れの一例を示すシーケンス図である。FIG. 7 is a sequence diagram illustrating an example of a flow from setting screen creation processing to printing processing. 図8は、第2の実施形態のPCおよびモバイル機器の機能構成例を示すブロック図である。FIG. 8 is a block diagram illustrating a functional configuration example of the PC and the mobile device according to the second embodiment. 図9は、プリンタドライバの特定処理の一例を示すシーケンス図である。FIG. 9 is a sequence diagram illustrating an example of printer driver identification processing. 図10は、第3の実施形態のPCおよびモバイル機器の機能構成例を示すブロック図である。FIG. 10 is a block diagram illustrating a functional configuration example of a PC and a mobile device according to the third embodiment. 図11は、指定画面の一例を示す図である。FIG. 11 is a diagram illustrating an example of the designation screen. 図12は、取得されるファイルの情報(ファイルリスト)の一例を示す図である。FIG. 12 is a diagram illustrating an example of acquired file information (file list). 図13は、モバイル機器に送信する形式に変換されたファイルリストの一例を示す図である。FIG. 13 is a diagram illustrating an example of a file list converted into a format to be transmitted to the mobile device. 図14は、取得したファイルの情報を表示して印刷するファイルを選択させるための選択画面の一例を示す図である。FIG. 14 is a diagram illustrating an example of a selection screen for displaying information on acquired files and selecting a file to be printed. 図15は、印刷処理の流れを説明する図である。FIG. 15 is a diagram for explaining the flow of the printing process. 図16は、モバイル機器で表示されるエラーメッセージの一例を示す図である。FIG. 16 is a diagram illustrating an example of an error message displayed on the mobile device. 図17は、第3の実施形態の印刷処理の一例を示すシーケンス図である。FIG. 17 is a sequence diagram illustrating an example of print processing according to the third embodiment. 図18は、変形例のデフォルト変更処理の一例を示すシーケンス図である。FIG. 18 is a sequence diagram illustrating an example of a default change process according to a modification. 図19は、第1〜第3の実施形態にかかる装置のハードウェア構成例を示す説明図である。FIG. 19 is an explanatory diagram illustrating a hardware configuration example of an apparatus according to the first to third embodiments.

以下に添付図面を参照して、この発明にかかる情報処理システム、情報処理装置およびプログラムの一実施形態を詳細に説明する。   Exemplary embodiments of an information processing system, an information processing apparatus, and a program according to the present invention will be explained below in detail with reference to the accompanying drawings.

(第1の実施形態)
第1の実施形態では、モバイル機器(端末装置の一例)が、PC(情報処理装置の一例)で実行される印刷サービスを経由してプリンタドライバに設定項目(能力)や設定値を問い合わせる。そして、当該印刷サービスまたはモバイル機器が、取得した情報を参照して、モバイル機器上で印刷設定を行うための設定画面を構築する。モバイル機器は、設定画面で設定された印刷設定による印刷を、印刷サービス経由でプリンタドライバに指示する。これにより、モバイル機器が、PCで利用していた印刷設定およびプリンタドライバの機能を利用して印刷することができる。すなわち、モバイル機器からの印刷時にプリンタドライバの機能をより有効に利用可能になる。
(First embodiment)
In the first embodiment, a mobile device (an example of a terminal device) inquires of a printer driver about setting items (capabilities) and setting values via a print service executed on a PC (an example of an information processing device). Then, the print service or the mobile device refers to the acquired information and constructs a setting screen for performing print settings on the mobile device. The mobile device instructs the printer driver via the print service to print according to the print settings set on the setting screen. As a result, the mobile device can print using the print settings and printer driver functions used on the PC. That is, the function of the printer driver can be used more effectively when printing from a mobile device.

図1は、第1の実施形態にかかる情報処理システムの構成例を示すブロック図である。情報処理システムは、PC100と、モバイル機器200と、プリンタ300と、ルータ400と、を備えている。図1では各装置を1つずつ記載しているが、各装置は複数備えられていてもよい。   FIG. 1 is a block diagram illustrating a configuration example of an information processing system according to the first embodiment. The information processing system includes a PC 100, a mobile device 200, a printer 300, and a router 400. Although FIG. 1 shows each device one by one, a plurality of each device may be provided.

PC100、プリンタ300、および、ルータ400は、例えばLAN(ローカルエリアネットワーク)などの任意のネットワークにより接続される。ルータ400は、このネットワークに対するモバイル機器200の接続を中継する機器である。モバイル機器200は、例えば無線LANによりルータ400を介して他の装置と通信する。この場合、ルータ400は、無線LANルータ機能を備えればよい。なおモバイル機器200の通信方法は無線通信に限られるものではなく、有線通信であってもよい。   The PC 100, the printer 300, and the router 400 are connected by an arbitrary network such as a LAN (local area network). The router 400 is a device that relays the connection of the mobile device 200 to this network. The mobile device 200 communicates with other devices via the router 400 by, for example, a wireless LAN. In this case, the router 400 may have a wireless LAN router function. Note that the communication method of the mobile device 200 is not limited to wireless communication, and may be wired communication.

図2は、PC100およびモバイル機器200の機能構成例を示すブロック図である。図2に示すように、PC100は、API(アプリケーションプログラミングインタフェース)110と、印刷サービス120と、プリンタドライバ130と、記憶部140と、を備えている。   FIG. 2 is a block diagram illustrating a functional configuration example of the PC 100 and the mobile device 200. As shown in FIG. 2, the PC 100 includes an API (Application Programming Interface) 110, a print service 120, a printer driver 130, and a storage unit 140.

API110は、モバイル機器200などの外部装置から印刷サービス120の機能を利用するためのインタフェースである。API110は、例えば、HTTP(Hypertext Transfer Protocol)プロトコルのPOSTメソッド(またはGETメソッド)を用いたWebAPIなどを適用できる。   The API 110 is an interface for using the function of the print service 120 from an external device such as the mobile device 200. As the API 110, for example, a Web API using a POST method (or GET method) of an HTTP (Hypertext Transfer Protocol) protocol can be applied.

印刷サービス120は、モバイル機器200からPC上に導入されたプリンタドライバを介する印刷を実行するための各種機能を提供する。印刷サービス120は、取得部121と、生成部122と、送信部123と、指示部124と、を備えている。   The print service 120 provides various functions for executing printing via a printer driver installed on the PC from the mobile device 200. The print service 120 includes an acquisition unit 121, a generation unit 122, a transmission unit 123, and an instruction unit 124.

取得部121は、プリンタドライバ130などからの情報の取得処理を行う。例えば取得部121は、プリンタドライバ130で設定可能な1以上の設定項目、および、当該設定項目に対して設定可能な設定値をプリンタドライバ130から取得する。取得部121が、現在、各設定項目に設定されている設定値を取得してもよい。複数のプリンタドライバ130がインストールされている場合、取得部121は、指定されたプリンタドライバ130から設定項目や設定値を取得してもよい。   The acquisition unit 121 acquires information from the printer driver 130 and the like. For example, the acquisition unit 121 acquires one or more setting items that can be set by the printer driver 130 and setting values that can be set for the setting item from the printer driver 130. The acquisition unit 121 may acquire setting values currently set for each setting item. When a plurality of printer drivers 130 are installed, the acquisition unit 121 may acquire setting items and setting values from the designated printer driver 130.

生成部122は、取得された設定項目に対する設定を行う設定画面を端末装置に表示するための表示情報(第1表示情報)を生成する。この表示情報は、設定画面をモバイル機器200で生成して表示するために必要な情報であってもよいし、設定画面自体であってもよい。すなわち、設定画面の生成は、PC100およびモバイル機器200のいずれで実行してもよい。   The production | generation part 122 produces | generates the display information (1st display information) for displaying the setting screen which performs the setting with respect to the acquired setting item on a terminal device. This display information may be information necessary for generating and displaying the setting screen on the mobile device 200, or may be the setting screen itself. That is, the setting screen may be generated by either the PC 100 or the mobile device 200.

送信部123は、モバイル機器200などの外部に対して各種情報を送信する。例えば送信部123は、生成された表示情報をモバイル機器200に送信する。   The transmission unit 123 transmits various information to the outside such as the mobile device 200. For example, the transmission unit 123 transmits the generated display information to the mobile device 200.

指示部124は、プリンタドライバ130に対する印刷を指示する。例えば指示部124は、設定画面で設定された設定項目に従った印刷要求をモバイル機器200から受信すると、当該印刷要求に従い、プリンタドライバ130に対して印刷を指示する。   The instruction unit 124 instructs the printer driver 130 to print. For example, when receiving a print request from the mobile device 200 according to the setting item set on the setting screen, the instruction unit 124 instructs the printer driver 130 to perform printing according to the print request.

なお、印刷サービス120が備える各部(取得部121、生成部122、送信部123、指示部124)は、例えば、CPU(Central Processing Unit)などの処理装置にプログラムを実行させること、すなわち、ソフトウェアにより実現してもよいし、IC(Integrated Circuit)などのハードウェアにより実現してもよいし、ソフトウェアおよびハードウェアを併用して実現してもよい。   Each unit (acquisition unit 121, generation unit 122, transmission unit 123, instruction unit 124) included in the print service 120 causes a processing device such as a CPU (Central Processing Unit) to execute a program, that is, by software. It may be realized by hardware such as an IC (Integrated Circuit) or may be realized by using software and hardware together.

プリンタドライバ130は、例えばステープル機能やパンチ機能などの各種設定項目の印刷設定を受け付け、受け付けた印刷設定に従った印刷をプリンタ300に実行させる。   For example, the printer driver 130 receives print settings of various setting items such as a staple function and a punch function, and causes the printer 300 to execute printing according to the received print settings.

記憶部140は、各種情報を記憶する。記憶部140は、HDD(Hard Disk Drive)、光ディスク、メモリカード、RAM(Random Access Memory)などの一般的に利用されているあらゆる記憶媒体により構成することができる。   The storage unit 140 stores various information. The storage unit 140 can be configured by any commonly used storage medium such as an HDD (Hard Disk Drive), an optical disk, a memory card, and a RAM (Random Access Memory).

モバイル機器200は、モバイルアプリ201を備えている。モバイルアプリ201は、印刷サービス120と連携してプリンタドライバ130を介した印刷を実行するためのアプリケーションである。   The mobile device 200 includes a mobile application 201. The mobile application 201 is an application for executing printing via the printer driver 130 in cooperation with the print service 120.

さらに図2を用いて、モバイル機器200が、PC100上に導入された印刷サービス120を利用して印刷設定を取得する取得処理の一例(図2の(1)〜(7))を説明する。この処理は、例えば、ユーザによって文書データの印刷が指定されたときにモバイルアプリ201により開始されてもよい。   Further, an example of an acquisition process ((1) to (7) in FIG. 2) in which the mobile device 200 acquires print settings using the print service 120 installed on the PC 100 will be described with reference to FIG. This process may be started by the mobile application 201, for example, when printing of document data is designated by the user.

(1)モバイルアプリ201が、プリンタドライバ130で設定可能な設定項目(能力)を取得するために、設定項目(および設定値)の取得要求をPC100(API110)に送信する。
(2)API110は、設定項目の取得要求を印刷サービス120に送信する。
(3)印刷サービス120(取得部121)は、プリンタドライバ130に対して設定項目および設定値の取得を要求する。
(1) The mobile application 201 transmits a setting item (and setting value) acquisition request to the PC 100 (API 110) in order to acquire setting items (capabilities) that can be set by the printer driver 130.
(2) The API 110 transmits a setting item acquisition request to the print service 120.
(3) The print service 120 (acquiring unit 121) requests the printer driver 130 to acquire setting items and setting values.

例えばPC100がWindows(登録商標)をOSとして動作している場合、印刷サービス120は、設定項目および設定値として、PrintTicket(プリントチケット)およびPrintCapability(プリントケイパビリティ)を取得してもよい。PrintCapabilityは、プリンタドライバ130で設定可能な設定項目と、この設定項目に対して設定可能な設定値とを含む情報である。PrintTicketは、現在設定されている設定値を含む情報である。PrintTicketおよびPrintCapability(PT/PC)は、Windowsの「.Net Framework」のAPI経由で呼び出すことができる。現在設定されている設定値は、例えばPC100がプリンタドライバ130に設定値の表示を要求したときに、最初に表示されるデフォルトの設定値である。   For example, when the PC 100 operates using Windows (registered trademark) as the OS, the print service 120 may acquire PrintTicket (print ticket) and PrintCapability (print capability) as the setting items and setting values. PrintCapability is information including setting items that can be set by the printer driver 130 and setting values that can be set for the setting items. PrintTicket is information including a set value that is currently set. PrintTicket and PrintCapability (PT / PC) can be called via the Windows “.Net Framework” API. For example, when the PC 100 requests the printer driver 130 to display the setting value, the setting value currently set is a default setting value that is displayed first.

取得部121は、プリンタドライバ130から少なくともPrintCapabilityを取得する。これにより、生成部122は、PrintCapabilityに含まれる設定項目と、この設定項目に設定可能な設定値とを設定する設定画面を端末装置に表示するための表示情報を生成できる。取得部121がPrintTicketを取得すれば、生成部122は、現在設定されている設定値を例えばデフォルト値として設定した設定画面の表示情報を生成できる。   The acquisition unit 121 acquires at least PrintCapability from the printer driver 130. Thereby, the production | generation part 122 can produce | generate the display information for displaying the setting screen which sets the setting item contained in PrintCapability and the setting value which can be set to this setting item on a terminal device. If the acquisition unit 121 acquires the PrintTicket, the generation unit 122 can generate display information of a setting screen in which the currently set setting value is set as a default value, for example.

(4)プリンタドライバ130は、要求に応じて設定項目および設定値を印刷サービス120に送信する。
(5)印刷サービス120は、取得した設定項目および設定値にHTTPのレスポンスヘッダを付けて、API110に渡す。この例では、HTTPヘッダを付与した設定項目および設定値が、設定画面を表示するための表示情報(第1表示情報)に相当する。なお、適用可能な通信プロトコルはHTTPに限られない。HTTP以外のプロトコルを用いる場合、印刷サービス120は、当該プロトコルに従い必要に応じてヘッダなどの情報を設定項目および設定値に付与する。
(6)API110は、受け取った設定項目および設定値をモバイルアプリ201に送信する。
(4) The printer driver 130 transmits setting items and setting values to the print service 120 in response to the request.
(5) The print service 120 attaches an HTTP response header to the acquired setting items and setting values and passes them to the API 110. In this example, the setting item and the setting value provided with the HTTP header correspond to display information (first display information) for displaying the setting screen. The applicable communication protocol is not limited to HTTP. When a protocol other than HTTP is used, the print service 120 assigns information such as a header to setting items and setting values as necessary according to the protocol.
(6) The API 110 transmits the received setting item and setting value to the mobile application 201.

図3は、設定項目および設定値の一例を示す図である。図3では、プリンタドライバ130から取得されたPrintCapabilityにHTTPヘッダを付加したデータの例が示されている。1行目から6行目までがHTTPヘッダに相当する。図3ではPrintTicketが記載されていないが、PrintTicketも含めてもよい。   FIG. 3 is a diagram illustrating an example of setting items and setting values. FIG. 3 shows an example of data in which an HTTP header is added to PrintCapability acquired from the printer driver 130. The first to sixth lines correspond to the HTTP header. In FIG. 3, PrintTicket is not described, but PrintTicket may also be included.

Windowsの「.Net Framework」のAPIでは、図3に示すようにXML形式のPrintCapabilityが取得できる。図3では、設定項目の例として、カラー(PageOutputColor)およびコピー部数(JobCopiesAllDocuments)が記載されている。カラーの設定項目に対して設定可能な設定値として、カラー(Color)およびモノクロ(Monochrome)が記載されている。コピー部数の設定項目に対して設定可能な設定値は、最小値(MinValue)が1、最大値(MaxValue)が999、データタイプ(DataType)が整数であることなどが記載されている。   With the API of “.Net Framework” of Windows, PrintCapability in the XML format can be acquired as shown in FIG. In FIG. 3, color (PageOutputColor) and the number of copies (JobCopyAllAllDocuments) are described as examples of setting items. Color (Color) and monochrome (Monochrome) are described as setting values that can be set for the color setting items. The setting values that can be set for the setting item for the number of copies include that the minimum value (MinValue) is 1, the maximum value (MaxValue) is 999, and the data type (DataType) is an integer.

印刷サービス120は、設定項目および設定値のフォーマットを変換せずにモバイルアプリ201に送信してもよいし、他のフォーマットに変換してモバイルアプリ201に送信してもよい。例えばモバイルアプリ201がJSON(JavaScript(登録商標) Object Notation)のデータ形式をサポートしている場合、印刷サービス120は、設定項目および設定値をJSONのフォーマットに変換して送信してもよい。   The print service 120 may transmit the setting item and the setting value format to the mobile application 201 without conversion, or may convert the setting item and the setting value into another format and transmit the converted format to the mobile application 201. For example, when the mobile application 201 supports the JSON (JavaScript (registered trademark) Object Notation) data format, the print service 120 may convert the setting items and the setting values into the JSON format and transmit them.

図2に戻る。
(7)モバイルアプリ201は、受信した設定項目および設定値に従い、プリンタドライバ130に対応する設定画面を作成する。
Returning to FIG.
(7) The mobile application 201 creates a setting screen corresponding to the printer driver 130 according to the received setting items and setting values.

図4は、設定画面の作成処理の一例を示すフローチャートである。作成処理は、例えば、PC100から表示情報を受信したモバイルアプリ201により実行される。以下では、XML形式で記述されたPrintCapabilityおよびPrintTicketを表示情報として受信した場合を例に説明する。Windows以外のOSを用いる場合は、PrintCapabilityおよびPrintTicketに相当する表示情報を用いて同様の処理を実行すればよい。   FIG. 4 is a flowchart illustrating an example of a setting screen creation process. The creation process is executed by the mobile application 201 that has received display information from the PC 100, for example. Hereinafter, a case where PrintCapability and PrintTicket described in the XML format are received as display information will be described as an example. When using an OS other than Windows, the same processing may be executed using display information corresponding to PrintCapability and PrintTicket.

モバイルアプリ201は、受信した表示情報からPrintCapabilityを読み込む(ステップS101)。図3の例では、モバイルアプリ201は、「psf:PrintCapabilities」タグで囲まれた箇所を読み込む。   The mobile application 201 reads PrintCapability from the received display information (step S101). In the example of FIG. 3, the mobile application 201 reads a portion surrounded by a “psf: PrintCapabilities” tag.

モバイルアプリ201は、読み込んだPrintCapabilityに未処理の設定項目タグが存在するか否かを判断する(ステップS102)。モバイルアプリ201は、例えば、予め定められたタグ名(図3の例では「Feature name」、「ParameterDef name」など)と一致する設定項目タグが含まれるかを判断する。   The mobile application 201 determines whether there is an unprocessed setting item tag in the read PrintCapability (step S102). For example, the mobile application 201 determines whether a setting item tag that matches a predetermined tag name (such as “Feature name” or “ParameterDef name” in the example of FIG. 3) is included.

未処理の設定項目タグが存在する場合(ステップS102:Yes)、モバイルアプリ201は、当該設定項目タグ内に定められた各情報を読み込み、読み込んだ設定項目タグに対応する設定欄を作成する(ステップS103)。例えばモバイルアプリ201は、「Feature name」が「PageOutputColor」の設定項目タグから、設定値として「Color」および「Monochrome」が選択できるという情報を読み込む。そしてモバイルアプリ201は、これらの情報に従い、「Color」および「Monochrome」が選択できる設定欄を作成する。またモバイルアプリ201は、例えば事前に作成した設定画面に対して設定欄を作成する。   When there is an unprocessed setting item tag (step S102: Yes), the mobile application 201 reads each piece of information defined in the setting item tag and creates a setting field corresponding to the read setting item tag ( Step S103). For example, the mobile application 201 reads information that “Color” and “Monochrome” can be selected as setting values from the setting item tag whose “Feature name” is “PageOutputColor”. Then, the mobile application 201 creates a setting field in which “Color” and “Monochrome” can be selected according to the information. In addition, the mobile application 201 creates a setting field for a setting screen created in advance, for example.

モバイルアプリ201は、PrintCapability内に記載された情報、および、設定可能な設定値などを参照し、設定欄のタイプを決定してもよい(ステップS104)。図3の例では、「ParameterDef name」の種別が、いずれか1つを選択する選択肢(SelectionType、PickOne)であることが指定されている。モバイルアプリ201は、このような情報に従い、「Color」および「Monochrome」のいずれかを選択できる設定欄を作成してもよい。また、設定値のデータ種別(整数(Integer)か文字列かなど)が指定されている場合には、モバイルアプリ201は、指定されたデータ種別の情報が入力できる設定欄を作成してもよい。これにより、指定できない設定項目および設定値が指定されることを回避可能となる。   The mobile application 201 may determine the type of the setting column with reference to information described in the PrintCapability, a set value that can be set, and the like (step S104). In the example of FIG. 3, it is specified that the type of “ParameterDef name” is an option (SelectionType, PickOne) for selecting any one of them. The mobile application 201 may create a setting field in which either “Color” or “Monochrome” can be selected according to such information. When the data type of the setting value (integer (integer) or character string) is specified, the mobile application 201 may create a setting field in which information of the specified data type can be input. . This makes it possible to avoid setting items and setting values that cannot be specified.

この後、ステップS102に戻り処理が繰り返される。ステップS102で未処理の設定項目タグが存在しないと判断された場合(ステップS102:No)、モバイルアプリ102は、作成した設定欄に対するデフォルト値を設定し(ステップS105)、作成処理を終了する。例えばモバイルアプリ201は、PrintTicketで設定されている現在の設定値を、設定画面のデフォルト値として設定する。これにより、ユーザがPC100で使用している設定値と同じ設定値を容易に利用可能となる。   Thereafter, the process returns to step S102 and is repeated. When it is determined in step S102 that there is no unprocessed setting item tag (step S102: No), the mobile application 102 sets a default value for the created setting field (step S105), and ends the creation process. For example, the mobile application 201 sets the current setting value set in PrintTicket as the default value of the setting screen. As a result, the same setting value as the setting value used by the user on the PC 100 can be easily used.

図5は、作成される設定画面の一例を示す図である。図5では、カラーモード、集約、ポスター、部数、および、文字スタンプが設定項目として設定可能な設定画面の例が示されている。例えば文字スタンプなどの機能は、プリンタドライバ130に備えられ、プリンタドライバ130に対して設定値を設定することにより利用可能となる場合がある。本実施形態によれば、プリンタドライバ130から取得した設定項目および設定値を用いて設定画面を作成できるため、このような機能もモバイル機器200から利用可能となる。   FIG. 5 is a diagram illustrating an example of a setting screen to be created. FIG. 5 shows an example of a setting screen in which the color mode, aggregation, poster, number of copies, and character stamp can be set as setting items. For example, a function such as a character stamp is provided in the printer driver 130 and may be used by setting a setting value for the printer driver 130. According to the present embodiment, since a setting screen can be created using setting items and setting values acquired from the printer driver 130, such a function can also be used from the mobile device 200.

設定画面が生成されモバイル機器200の表示部などに表示されると、ユーザはこの設定画面上で設定項目を設定する。この後ユーザは、例えばモバイルアプリ201が表示する画面を用いて、設定された設定項目による印刷を指示する。図6は、このようにして指示された印刷処理の流れを説明する図である。   When the setting screen is generated and displayed on the display unit or the like of the mobile device 200, the user sets setting items on the setting screen. Thereafter, for example, the user instructs printing using the set setting items using a screen displayed by the mobile application 201. FIG. 6 is a diagram for explaining the flow of the printing process instructed in this way.

モバイルアプリ201は、設定画面で設定された設定項目を例えばPrintTicketの形式に変換する。モバイルアプリ201は、PrintTicketと、印刷する文書データとをAPI110を介して印刷サービス120に送信する。文書データは、PC100で処理できる形式であれば、例えばJPEG(Joint Photographic Experts Group)およびPNG(Portable Network Graphics)などの画像データ、並びに、ワードプロセッサなどで作成されたテキストデータなどの任意の形式でよい。   The mobile application 201 converts the setting item set on the setting screen into, for example, a PrintTicket format. The mobile application 201 transmits the PrintTicket and the document data to be printed to the print service 120 via the API 110. The document data may be in any format that can be processed by the PC 100, such as image data such as JPEG (Joint Photographic Experts Group) and PNG (Portable Network Graphics), and text data created by a word processor or the like. .

印刷サービス120は、API110経由で受け取った文書データと印刷設定(PrintTicket)をプリンタドライバ130に渡す。PrintTicketの形式で印刷設定を受信した場合は、印刷サービス120は、例えばPrintTicketを指定可能なWindowsのAPIを用いることにより、プリンタドライバ130に印刷設定を渡す。設定できない設定値が含まれていた場合、プリンタドライバ130は、該当する設定項目に対してデフォルト値を設定してもよい。文書データは、例えばWindowsの提供するOLE(Object Linking and Embedding)の仕組みを利用して印刷する
ことができる。
The print service 120 passes the document data and print settings (PrintTicket) received via the API 110 to the printer driver 130. When print settings are received in the PrintTicket format, the print service 120 passes the print settings to the printer driver 130 by using, for example, a Windows API that can specify the PrintTicket. If a setting value that cannot be set is included, the printer driver 130 may set a default value for the corresponding setting item. The document data can be printed using, for example, an OLE (Object Linking and Embedding) mechanism provided by Windows.

図7は、設定画面の作成処理から印刷処理までの流れの一例を示すシーケンス図である。まずモバイルアプリ201が、設定項目の取得要求をPC100のAPI110に送信する(ステップS201)。取得要求は、設定項目を取得するプリンタドライバ130を特定する情報を含んでもよい。   FIG. 7 is a sequence diagram illustrating an example of a flow from setting screen creation processing to printing processing. First, the mobile application 201 transmits a setting item acquisition request to the API 110 of the PC 100 (step S201). The acquisition request may include information for specifying the printer driver 130 that acquires the setting item.

API110は、設定項目の取得要求を印刷サービス120に送信する(ステップS202)。印刷サービス120は、例えばWindowsAPIを用いて、プリンタドライバ130から設定項目を取得する(ステップS203)。プリンタドライバ130は、印刷サービス120に対して設定項目を返す(ステップS204)。   The API 110 transmits a setting item acquisition request to the print service 120 (step S202). The print service 120 acquires setting items from the printer driver 130 using, for example, Windows API (step S203). The printer driver 130 returns setting items to the print service 120 (step S204).

印刷サービス120は、プリンタドライバ130から返された設定項目にレスポンスヘッダを付与してAPI110に返す(ステップS205)。API110は、印刷サービス120から受け取った設定項目を、モバイルアプリ201に返す(ステップS206)。   The print service 120 attaches a response header to the setting item returned from the printer driver 130 and returns it to the API 110 (step S205). The API 110 returns the setting item received from the print service 120 to the mobile application 201 (step S206).

モバイルアプリ201は、例えば図4に示すフローチャートに従い、受信した設定項目を設定可能な設定画面を生成して表示する(ステップS207)。モバイルアプリ201は、例えばユーザにより印刷の実行が指定されると、API110を介して印刷サービス120に印刷を指示する(ステップS208、ステップS209)。   For example, according to the flowchart shown in FIG. 4, the mobile application 201 generates and displays a setting screen on which the received setting items can be set (step S207). For example, when execution of printing is designated by the user, the mobile application 201 instructs the printing service 120 to perform printing via the API 110 (steps S208 and S209).

印刷サービス120は、例えばPrintTicketによって指定された設定値をプリンタドライバ130に設定する(ステップS210)。プリンタドライバ130は、設定値が指定されていない設定項目、および、設定できない設定値が設定された設定項目に対して、デフォルト値を設定してもよい(ステップS211)。   The print service 120 sets a setting value specified by, for example, PrintTicket in the printer driver 130 (step S210). The printer driver 130 may set default values for setting items for which setting values are not specified and setting items for which setting values that cannot be set are set (step S211).

印刷サービス120は、印刷の実行をプリンタドライバ130に指示する(ステップS212)。プリンタドライバ130は、設定された設定値に従い、PDL(Page Description Language:ページ記述言語)を生成してプリンタ300に送信する(ステップS213)。   The print service 120 instructs the printer driver 130 to execute printing (step S212). The printer driver 130 generates a PDL (Page Description Language) according to the set value and sends it to the printer 300 (step S213).

以上のように、本実施形態によれば、プリンタドライバから取得した設定項目および設定値に基づき設定画面を作成し、この設定画面で設定された設定値に従い印刷を実行できる。これにより、モバイル機器は、PCで利用していた印刷設定およびプリンタドライバの機能を利用して印刷することが可能になる。   As described above, according to this embodiment, a setting screen can be created based on setting items and setting values acquired from the printer driver, and printing can be executed according to the setting values set on the setting screen. As a result, the mobile device can print using the print settings and printer driver functions used on the PC.

(第2の実施形態)
第2の実施形態では、PCに複数のプリンタドライバがインストールされている場合について説明する。各プリンタドライバは、相互に設定項目および設定値が異なる場合があるため、いずれのプリンタドライバを用いるかを特定しなければ、正しく設定項目および設定値を設定できない場合がある。本実施形態では、利用するプリンタ300の情報に基づき、利用するプリンタドライバを特定する。
(Second Embodiment)
In the second embodiment, a case where a plurality of printer drivers are installed in a PC will be described. Since each printer driver may have different setting items and setting values, the setting items and setting values may not be set correctly unless it is specified which printer driver is used. In this embodiment, the printer driver to be used is specified based on the information of the printer 300 to be used.

図8は、本実施形態のPC100−2およびモバイル機器200−2の機能構成例を示すブロック図である。なお他の装置(プリンタ300、ルータ400)は第1の実施形態と同様の構成であるため、同一の符号を付し説明を省略する。   FIG. 8 is a block diagram illustrating a functional configuration example of the PC 100-2 and the mobile device 200-2 of the present embodiment. Since the other devices (printer 300, router 400) have the same configuration as in the first embodiment, the same reference numerals are given and description thereof is omitted.

図8に示すように、PC100−2は、API110と、印刷サービス120−2と、プリンタドライバ130A、130Bと、記憶部140と、を備えている。モバイル機器200−2は、モバイルアプリ201−2を備えている。プリンタドライバ130A、130Bを区別する必要がない場合は単にプリンタドライバ130という場合がある。プリンタドライバ130の個数は2に限られるものではなく、3以上であってもよい。   As illustrated in FIG. 8, the PC 100-2 includes an API 110, a print service 120-2, printer drivers 130A and 130B, and a storage unit 140. The mobile device 200-2 includes a mobile application 201-2. When it is not necessary to distinguish between the printer drivers 130A and 130B, the printer driver 130 may be simply referred to as a printer driver 130. The number of printer drivers 130 is not limited to two, and may be three or more.

第2の実施形態では、印刷サービス120−2およびモバイルアプリ201−2の機能が第1の実施形態と異なっている。その他の構成および機能は、第1の実施形態のブロック図である図2と同様であるので、同一符号を付し、ここでの説明は省略する。   In the second embodiment, the functions of the print service 120-2 and the mobile application 201-2 are different from those in the first embodiment. Since other configurations and functions are the same as those in FIG. 2 which is a block diagram of the first embodiment, the same reference numerals are given and description thereof is omitted here.

モバイルアプリ201−2は、利用するプリンタ300から、当該プリンタ300を識別する識別情報を取得し、PC100−2に送信する機能が追加される点が、第1の実施形態のモバイルアプリ201と異なっている。   The mobile application 201-2 is different from the mobile application 201 of the first embodiment in that a function for acquiring identification information for identifying the printer 300 from the printer 300 to be used and transmitting it to the PC 100-2 is added. ing.

印刷サービス120−2は、モバイルアプリ201−2から送信されたIPアドレスに対応するプリンタドライバ130を特定する機能が追加される点が、第1の実施形態の印刷サービス120と異なっている。印刷サービス120−2は、取得部121−2と、生成部122と、送信部123と、指示部124と、を備えている。   The print service 120-2 is different from the print service 120 of the first embodiment in that a function for specifying the printer driver 130 corresponding to the IP address transmitted from the mobile application 201-2 is added. The print service 120-2 includes an acquisition unit 121-2, a generation unit 122, a transmission unit 123, and an instruction unit 124.

取得部121−2は、第1の実施形態の取得部121の機能に加え、モバイルアプリ201−2から送信されたIPアドレスに対応するプリンタドライバ130を特定するために必要な情報を取得する機能を備える。   In addition to the function of the acquisition unit 121 of the first embodiment, the acquisition unit 121-2 acquires information necessary for specifying the printer driver 130 corresponding to the IP address transmitted from the mobile application 201-2. Is provided.

さらに図2を用いて、プリンタドライバ130を特定する処理の具体例を説明する。モバイルアプリ201−2は、利用するプリンタ300から当該プリンタ300の識別情報として例えばIP(Internet Protocol)アドレスを取得する。プリンタ300の識別情報はIPアドレス以外であってもよい。モバイルアプリ201−2は、例えば、NFC(Near Field Communication)、2次元バーコードの認識、および、手入力などの任意の方法で、プリンタ300のIPアドレスを取得する。利用するプリンタ300のIPアドレスがモバイル機器200内に事前に設定されている場合は、IPアドレスの取得機能は備えていなくてもよい。   Further, a specific example of processing for specifying the printer driver 130 will be described with reference to FIG. The mobile application 201-2 acquires, for example, an IP (Internet Protocol) address as the identification information of the printer 300 from the printer 300 to be used. The identification information of the printer 300 may be other than the IP address. The mobile application 201-2 acquires the IP address of the printer 300 by an arbitrary method such as NFC (Near Field Communication), two-dimensional barcode recognition, and manual input. If the IP address of the printer 300 to be used is set in advance in the mobile device 200, the IP address acquisition function may not be provided.

モバイルアプリ201−2は、取得したIPアドレスを、API110を経由して印刷サービス120−2に送信する。IPアドレスを受け取った印刷サービス120−2は、PC100−2内にインストールされているプリンタドライバ130を検出する。例えば印刷サービス120−2の取得部121−2は、Windowsで定義されているEnumPrinters()関数を用いて、インストールされているプリンタドライバ130を列挙(検出)できる。またこの関数により、各プリンタドライバ130が接続されているプリンタ300のポートを取得できる。   The mobile application 201-2 transmits the acquired IP address to the print service 120-2 via the API 110. Upon receiving the IP address, the print service 120-2 detects the printer driver 130 installed in the PC 100-2. For example, the acquisition unit 121-2 of the print service 120-2 can enumerate (detect) the installed printer drivers 130 using the EnumPrinters () function defined in Windows. This function can also acquire the port of the printer 300 to which each printer driver 130 is connected.

取得部121−2は、例えばWindowsで定義されているxcvData関数を用いて、ポートに紐づけられているIPアドレスを取得できる。取得部121−2はこのようにして取得した各IPアドレスを比較することにより、利用するプリンタドライバ130を特定する。   The acquisition unit 121-2 can acquire an IP address associated with a port, for example, using an xcvData function defined in Windows. The acquisition unit 121-2 identifies the printer driver 130 to be used by comparing the IP addresses acquired in this way.

以下、プリンタドライバ130を特定する処理の詳細についてさらに説明する。図9は、プリンタドライバ130の特定処理の一例を示すシーケンス図である。   Hereinafter, details of the process of specifying the printer driver 130 will be further described. FIG. 9 is a sequence diagram illustrating an example of the specifying process of the printer driver 130.

まずモバイルアプリ201−2は、プリンタ300からIPアドレスを取得する(ステップS301、ステップS302)。モバイルアプリ201−2は、取得したIPアドレスをPC100−2のAPIを介して印刷サービス120−2に送信し、このIPアドレスに対応するプリンタドライバ130の確認を要求する(ステップS303、ステップS304)。   First, the mobile application 201-2 acquires an IP address from the printer 300 (steps S301 and S302). The mobile application 201-2 transmits the acquired IP address to the print service 120-2 via the API of the PC 100-2, and requests confirmation of the printer driver 130 corresponding to the IP address (steps S303 and S304). .

印刷サービス120−2の取得部121−2は、PC100−2にインストールされたプリンタドライバ130を列挙する(ステップS305)。取得部121−2は、列挙した各プリンタドライバ130に対して設定された各ポートから、IPアドレスを取得する。最初のポートがプリンタドライバ130Aに対応するポートであったとすると、取得部121−2は、プリンタドライバ130AからIPアドレスを取得する(ステップS306、ステップS307)。取得部121−2は、プリンタドライバ130Aから取得したIPアドレスと、モバイルアプリ201−2から取得したIPアドレスとを比較する(ステップS308)。   The acquisition unit 121-2 of the print service 120-2 lists the printer drivers 130 installed in the PC 100-2 (step S305). The acquisition unit 121-2 acquires an IP address from each port set for each printer driver 130 listed. If the first port is a port corresponding to the printer driver 130A, the acquisition unit 121-2 acquires an IP address from the printer driver 130A (steps S306 and S307). The acquisition unit 121-2 compares the IP address acquired from the printer driver 130A with the IP address acquired from the mobile application 201-2 (step S308).

同様にして、取得部121−2は、プリンタドライバ130BからIPアドレスを取得する(ステップS309、ステップS310)。取得部121−2は、プリンタドライバ130Bから取得したIPアドレスと、モバイルアプリ201−2から取得したIPアドレスとを比較する(ステップS311)。   Similarly, the acquisition unit 121-2 acquires an IP address from the printer driver 130B (steps S309 and S310). The acquisition unit 121-2 compares the IP address acquired from the printer driver 130B with the IP address acquired from the mobile application 201-2 (step S311).

取得部121−2は、このようにしてIPアドレスを比較し、一致した場合に、一致したIPアドレスに対応するプリンタドライバ130を、利用するプリンタドライバ130として特定する(ステップS312)。   The acquisition unit 121-2 compares the IP addresses in this way, and if they match, specifies the printer driver 130 corresponding to the matched IP address as the printer driver 130 to be used (step S312).

印刷サービス120−2は、特定したプリンタドライバ130の情報(プリンタドライバ130の名称など)を、API110を介してモバイルアプリ201−2に返す(ステップS313、ステップS314)。   The print service 120-2 returns information of the identified printer driver 130 (name of the printer driver 130, etc.) to the mobile application 201-2 via the API 110 (steps S313 and S314).

この後、モバイルアプリ201−2は、通知されたプリンタドライバ130の情報を指定して、設定項目の取得要求などの第1の実施形態で説明した処理を実行する。   Thereafter, the mobile application 201-2 designates the notified information of the printer driver 130, and executes the processing described in the first embodiment, such as a setting item acquisition request.

なおプリンタドライバ130を特定する方法は上記に限られるものではない。例えば、プリンタモデル名からプリンタドライバを特定する方法などを用いてもよい。   The method for specifying the printer driver 130 is not limited to the above. For example, a method for specifying a printer driver from a printer model name may be used.

(第3の実施形態)
上記実施形態では、モバイル機器に記憶されているファイル(データ)を印刷した。第3の実施形態では、PCに記憶されているファイルを印刷する例を説明する。
(Third embodiment)
In the above embodiment, the file (data) stored in the mobile device is printed. In the third embodiment, an example of printing a file stored in a PC will be described.

図10は、本実施形態のPC100−3およびモバイル機器200−3の機能構成例を示すブロック図である。なお他の装置(プリンタ300、ルータ400)は第1の実施形態と同様の構成であるため、同一の符号を付し説明を省略する。   FIG. 10 is a block diagram illustrating a functional configuration example of the PC 100-3 and the mobile device 200-3 according to the present embodiment. Since the other devices (printer 300, router 400) have the same configuration as in the first embodiment, the same reference numerals are given and description thereof is omitted.

図10に示すように、PC100−3は、API110と、印刷サービス120−3と、プリンタドライバ130と、記憶部140と、を備えている。モバイル機器200−3は、モバイルアプリ201−3を備えている。   As illustrated in FIG. 10, the PC 100-3 includes an API 110, a print service 120-3, a printer driver 130, and a storage unit 140. The mobile device 200-3 includes a mobile application 201-3.

第3の実施形態では、印刷サービス120−3およびモバイルアプリ201−3の機能が第1の実施形態と異なっている。その他の構成および機能は、第1の実施形態のブロック図である図2と同様であるので、同一符号を付し、ここでの説明は省略する。   In the third embodiment, the functions of the print service 120-3 and the mobile application 201-3 are different from those in the first embodiment. Since other configurations and functions are the same as those in FIG. 2 which is a block diagram of the first embodiment, the same reference numerals are given and description thereof is omitted here.

モバイルアプリ201−3は、PC100−3に記憶されているファイルの情報を取得して取得したファイルの印刷を指定できるようにする機能が追加される点が、第1の実施形態のモバイルアプリ201と異なっている。   The mobile application 201-3 is added with a function that allows the user to specify the printing of the acquired file by acquiring information on the file stored in the PC 100-3. The mobile application 201 of the first embodiment is added. Is different.

印刷サービス120−3は、モバイルアプリ201−3からの要求に応じてPC100−3に記憶されているファイルの情報をモバイルアプリ201−3に返信する機能、および、PC100−3に記憶されているファイルを印刷する機能が追加される点が、第1の実施形態の印刷サービス120と異なっている。印刷サービス120−3は、取得部121−3と、生成部122−3と、送信部123−3と、指示部124と、を備えている。   The print service 120-3 has a function of returning file information stored in the PC 100-3 to the mobile application 201-3 in response to a request from the mobile application 201-3, and is stored in the PC 100-3. The point that a function for printing a file is added is different from the print service 120 of the first embodiment. The print service 120-3 includes an acquisition unit 121-3, a generation unit 122-3, a transmission unit 123-3, and an instruction unit 124.

取得部121−3は、第1の実施形態の取得部121の機能に加え、モバイルアプリ201−3からの要求に応じてPC100−3の記憶部140等に記憶されているファイルの情報を取得する機能を備える。   In addition to the function of the acquisition unit 121 of the first embodiment, the acquisition unit 121-3 acquires file information stored in the storage unit 140 of the PC 100-3 in response to a request from the mobile application 201-3. It has a function to do.

生成部122−3は、第1の実施形態の生成部122の機能に加え、取得部121−3により情報が取得されたファイルのいずれかを選択する選択画面を表示するための表示情報(第2表示情報)を生成する機能を備える。この表示情報は、選択画面をモバイル機器200−3(モバイルアプリ201−3)で生成して表示するために必要な情報であってもよいし、選択画面自体であってもよい。生成部122−3は、さらに印刷が実行できない場合に、印刷が実行できないことを示すエラー情報を生成してもよい。   In addition to the function of the generation unit 122 of the first embodiment, the generation unit 122-3 displays display information (first display) for displaying a selection screen for selecting any of the files whose information is acquired by the acquisition unit 121-3. 2 display information). This display information may be information necessary for generating and displaying the selection screen on the mobile device 200-3 (mobile application 201-3), or may be the selection screen itself. The generation unit 122-3 may generate error information indicating that printing cannot be performed when printing cannot be further performed.

送信部123−3は、第1の実施形態の送信部123の機能に加え、選択画面を表示するための表示情報、および、エラー情報をモバイル機器200−3に送信する機能を備える。   In addition to the function of the transmission unit 123 of the first embodiment, the transmission unit 123-3 has a function of transmitting display information for displaying a selection screen and error information to the mobile device 200-3.

さらに図10を用いて、ファイルの情報を取得する処理の具体例を説明する。モバイルアプリ201−3は、PC100−3に記憶されているファイルの情報(ファイルリスト)を、API110を介して印刷サービス120−3に要求する。   Further, a specific example of processing for acquiring file information will be described with reference to FIG. The mobile application 201-3 requests the file service (file list) stored in the PC 100-3 from the print service 120-3 via the API 110.

印刷サービス120−3は、要求に応じて、例えばWindowsで定義されるFindFirstFile()関数を用いてフォルダを指定し、指定したフォルダ下に記憶されているファイル(ファイル名)を取得する。印刷サービス120−3は、取得したファイル名を含むファイルリストを作成し、API110を介してモバイルアプリ201−3に送信する。なおファイルの情報は表形式である必要はなく任意の形式でよい。   In response to the request, the print service 120-3 designates a folder using, for example, a FindFirstFile () function defined in Windows, and acquires a file (file name) stored under the designated folder. The print service 120-3 creates a file list including the acquired file name, and transmits the file list to the mobile application 201-3 via the API 110. Note that the file information need not be in a tabular format and may be in an arbitrary format.

モバイルアプリ201−3は、ファイルリストに示されるファイルのいずれかを選択させるための選択画面を表示する。この場合、ファイルリストが、選択画面を表示するための表示情報(第2表示情報)に相当する。   The mobile application 201-3 displays a selection screen for selecting any of the files shown in the file list. In this case, the file list corresponds to display information (second display information) for displaying the selection screen.

PC100−3(生成部122−3)がファイルリストに基づき選択画面を生成してもよい。この場合は、生成した選択画面自体が、選択画面を表示するための表示情報(第2表示情報)に相当する。   The PC 100-3 (generation unit 122-3) may generate a selection screen based on the file list. In this case, the generated selection screen itself corresponds to display information (second display information) for displaying the selection screen.

モバイルアプリ201−3は、ファイルの条件を指定し、指定した条件に適合するファイルの情報をPC100−3から取得してもよい。図11は、このように構成する場合に用いられる指定画面の一例を示す図である。   The mobile application 201-3 may specify file conditions, and may acquire information on files that meet the specified conditions from the PC 100-3. FIG. 11 is a diagram illustrating an example of a designation screen used in such a configuration.

図11に示すように、指定画面は、入力フィールド1101、1102と、送信ボタン1111と、キャンセルボタン1112と、を含む。入力フィールド1101は、ファイルの拡張子を指定するための入力欄である。入力フィールド1102は、フォルダパスを指定するための入力欄である。このように図11では、ファイルの拡張子、および、ファイルが記憶されているフォルダのパスを条件として指定する例が示されている。モバイルアプリ201−3は、ファイルリストの要求時に、これらの条件の設定値も併せてPC100−3に送信する。例えば送信ボタン1111が押下されたときに、入力された条件の設定値(拡張子、フォルダパス)がPC100−3に送信される。キャンセルボタン1112が押下された場合は、例えば、指定画面の表示が終了される。   As shown in FIG. 11, the designation screen includes input fields 1101 and 1102, a send button 1111, and a cancel button 1112. An input field 1101 is an input field for designating a file extension. An input field 1102 is an input field for designating a folder path. As described above, FIG. 11 shows an example in which the file extension and the path of the folder storing the file are specified as conditions. When the mobile application 201-3 requests the file list, the mobile application 201-3 also transmits the setting values of these conditions to the PC 100-3. For example, when the transmission button 1111 is pressed, the set values (extension, folder path) of the input condition are transmitted to the PC 100-3. When the cancel button 1112 is pressed, for example, the display of the designation screen is ended.

図12は、取得されるファイルの情報(ファイルリスト)の一例を示す図である。図12は、図11のような条件に適合するファイルとして得られたファイルの情報の例を示している。図13は、モバイル機器200−3に送信する形式に変換されたファイルリストの一例を示す図である。図13は、XML形式のファイルリストにHTTPヘッダが付与された形式の送信データの例を示している。   FIG. 12 is a diagram illustrating an example of acquired file information (file list). FIG. 12 shows an example of file information obtained as a file meeting the conditions shown in FIG. FIG. 13 is a diagram illustrating an example of a file list converted into a format to be transmitted to the mobile device 200-3. FIG. 13 illustrates an example of transmission data in a format in which an HTTP header is added to an XML format file list.

図14は、取得したファイルの情報を表示して印刷するファイルを選択させるための選択画面の一例を示す図である。図14に示すように、選択画面は、選択肢1401と、印刷ボタン1411と、印刷設定ボタン1412と、を含む。選択肢1401は、取得されたファイルリストに含まれるファイルのうち、1以上のファイルを選択可能な選択肢である。いずれかのファイルが選択(チェック)され、印刷ボタン1411が押下されると、モバイルアプリ201−3は、選択されたファイルの印刷指示をPC100−3に送信する。印刷設定ボタン1412が押下されると、印刷設定のための設定画面が表示される。設定画面の作成処理は、例えば、第1の実施形態の図4と同様の手順で実行される。   FIG. 14 is a diagram illustrating an example of a selection screen for displaying information on acquired files and selecting a file to be printed. As shown in FIG. 14, the selection screen includes an option 1401, a print button 1411, and a print setting button 1412. The option 1401 is an option capable of selecting one or more files from among files included in the acquired file list. When any file is selected (checked) and the print button 1411 is pressed, the mobile application 201-3 transmits a print instruction for the selected file to the PC 100-3. When the print setting button 1412 is pressed, a setting screen for print setting is displayed. The setting screen creation process is executed, for example, in the same procedure as in FIG. 4 of the first embodiment.

図15は、印刷ボタン1411が押下された場合の印刷処理の流れを説明する図である。モバイルアプリ201−3は、選択画面で選択されたファイルの印刷指示を、API110を介して印刷サービス120−3に送信する。印刷指示は、設定画面で設定された印刷設定(PrintTicketなど)、および、選択されたファイルのフルパスなどの情報を含んでもよい。   FIG. 15 is a diagram for explaining the flow of print processing when the print button 1411 is pressed. The mobile application 201-3 transmits a print instruction for the file selected on the selection screen to the print service 120-3 via the API 110. The print instruction may include information such as a print setting (such as PrintTicket) set on the setting screen and the full path of the selected file.

印刷サービス120−3は、受け取ったフルパスで特定されるファイルと印刷設定とをプリンタドライバ130に渡すことにより、印刷を実行させる。プリンタドライバ130への情報の設定方法等は図6と同様である。ファイルが削除された、または、何らかの異常が生じたことなどに起因して、モバイルアプリ201−3から指定されたファイルがPC100−3内に存在しなかった場合、例えばOLEからエラーが返される。印刷サービス120−3は、このようなエラーが生じた場合に、エラー情報を生成し(生成部122−3)、モバイルアプリ201−3にエラー情報を送信してもよい(送信部123−3)。エラー情報は、例えば、印刷できなかった旨を示すエラーメッセージ、および、ファイル名などを含む。   The print service 120-3 causes the printer driver 130 to execute printing by passing the received file specified by the full path and print settings to the printer driver 130. The method for setting information in the printer driver 130 is the same as in FIG. If the file specified by the mobile application 201-3 does not exist in the PC 100-3 due to the deletion of the file or some abnormality, for example, an error is returned from the OLE. When such an error occurs, the print service 120-3 may generate error information (generating unit 122-3) and transmit the error information to the mobile application 201-3 (transmitting unit 123-3). ). The error information includes, for example, an error message indicating that printing has failed and a file name.

モバイルアプリ201−3は、エラー情報をもとにエラーメッセージを表示してもよい。図16は、モバイル機器200−3で表示されるエラーメッセージの一例を示す図である。   The mobile application 201-3 may display an error message based on the error information. FIG. 16 is a diagram illustrating an example of an error message displayed on the mobile device 200-3.

ファイルの情報を取得し、取得した情報に基づき選択されたファイルを印刷する処理についてさらに説明する。図17は、本実施形態の印刷処理の一例を示すシーケンス図である。   Processing for acquiring file information and printing a file selected based on the acquired information will be further described. FIG. 17 is a sequence diagram illustrating an example of print processing according to the present embodiment.

モバイルアプリ201−3は、PC100−3から取得するファイルの条件として拡張子およびフォルダパスなどの指定を受け付ける(ステップS401)。モバイルアプリ201−3は、例えば図11に示す指定画面を表示し、指定画面で指定された条件を受け付ける。モバイルアプリ201−3は、受け付けた条件に適合するファイルの情報(ファイルリスト)を、API110を介して印刷サービス120−3に要求する(ステップS402、ステップS403)。   The mobile application 201-3 accepts designation of an extension, a folder path, and the like as a condition for the file acquired from the PC 100-3 (step S401). For example, the mobile application 201-3 displays a designation screen illustrated in FIG. 11 and accepts a condition designated on the designation screen. The mobile application 201-3 requests the file service (file list) that matches the received conditions to the print service 120-3 via the API 110 (steps S402 and S403).

印刷サービス120−3は、指定された条件に適合するファイルを記憶部140等から検索する(ステップS404)。印刷サービス120−3は、検索された各ファイルを識別する情報(例えばファイル名)、および、フルパスを含む情報(ファイルリストなど)を作成する(ステップS405)。印刷サービス120−3は、作成したファイルリストを、API110を介してモバイルアプリ201−3に送信する(ステップS406、ステップS407)。   The print service 120-3 searches the storage unit 140 or the like for a file that meets the specified condition (step S404). The print service 120-3 creates information (for example, a file name) for identifying each searched file and information (for example, a file list) including a full path (step S405). The print service 120-3 transmits the created file list to the mobile application 201-3 via the API 110 (steps S406 and S407).

モバイルアプリ201−3は、ファイルリストを元に印刷用の画面(例えば図14の選択画面)を生成して表示する(ステップS408)。この画面で印刷するファイルおよび印刷設定が指定された場合、モバイルアプリ201−3は、印刷するファイルのパスと印刷設定とを、API110を介して印刷サービス120−3に送信し、印刷を要求する(ステップS409、ステップS410)。   The mobile application 201-3 generates and displays a printing screen (for example, the selection screen in FIG. 14) based on the file list (step S408). When a file to be printed and print settings are designated on this screen, the mobile application 201-3 transmits the path of the file to be printed and the print settings to the print service 120-3 via the API 110, and requests printing. (Step S409, Step S410).

印刷サービス120−3は、印刷が要求されたファイルがPC100−3内に存在するか判断する(ステップS411)。存在する場合、印刷サービス120−3は、このファイルに、指定された印刷設定を適用して印刷する(ステップS412)。印刷サービス120−3は、API110を介して印刷結果をモバイルアプリ201−3に送信する(ステップS413、ステップS414)。なお、ステップS411でファイルが存在しないと判断された場合、印刷サービス120−3は、エラー情報をモバイルアプリ201−3に送信してもよい。   The print service 120-3 determines whether the file requested for printing exists in the PC 100-3 (step S411). If it exists, the print service 120-3 applies the specified print setting to this file and prints it (step S412). The print service 120-3 transmits the print result to the mobile application 201-3 via the API 110 (Steps S413 and S414). If it is determined in step S411 that the file does not exist, the print service 120-3 may transmit error information to the mobile application 201-3.

このように、第3の実施形態によれば、PC100−3内に記憶されているファイルをモバイル機器200−3から選択して印刷させることができる。   As described above, according to the third embodiment, a file stored in the PC 100-3 can be selected from the mobile device 200-3 and printed.

(変形例)
上記実施形態では、PrintTicketなどを用いて現在設定されている設定値を取得し、取得した設定値をデフォルト値として設定した設定画面を生成した。設定画面のデフォルト値として設定する設定値は、現在設定されている設定値に限られるものではない。本変形例では、現在設定されている設定値以外の設定値を、設定画面のデフォルト値として設定可能とする構成について説明する。なお以下では第1の実施形態に本変形例を適用した場合を説明するが、第2および第3の実施形態にも同様に本変形例を適用できる。
(Modification)
In the above embodiment, a setting value that is currently set is acquired using PrintTicket or the like, and a setting screen in which the acquired setting value is set as a default value is generated. The setting value set as the default value on the setting screen is not limited to the setting value currently set. In this modification, a configuration is described in which setting values other than the currently set value can be set as the default values of the setting screen. In the following, the case where the present modification is applied to the first embodiment will be described, but the present modification can be similarly applied to the second and third embodiments.

現在設定されている設定値以外の設定値には、例えば、以下のような設定値がある。
(A1)ユーザによる設定等によってプリンタドライバ130が記憶している設定値のセット(例えばカラー、両面、ステープル左上、パンチ左2つ等)
(A2)予めモバイルアプリ201に保存している1または複数の設定値(例えばカラーのみ指定、カラーと両面を指定等)、または設定値のセット
(A3)印刷サービス120が記憶している1または複数の設定値(例えばカラーのみ指定、カラーと両面を指定等)、または設定値のセット
Examples of setting values other than the currently set value include the following setting values.
(A1) A set of setting values stored in the printer driver 130 according to user settings or the like (for example, color, double-sided, staple upper left, punch left two, etc.)
(A2) One or a plurality of setting values (for example, specifying only color, specifying color and both sides) stored in the mobile application 201 in advance, or a set of setting values (A3) 1 or stored in the print service 120 Multiple setting values (for example, specify only color, specify color and both sides), or set of setting values

図18は、本変形例のデフォルト変更処理の一例を示すシーケンス図である。デフォルト変更処理は、例えば、図4のステップS105で設定するデフォルト値を変更するために実行される。デフォルト変更処理の実行タイミングは任意であるが、例えば、図7のS207で設定画面を設定する前、または、設定画面を設定するときに実行するように構成できる。   FIG. 18 is a sequence diagram illustrating an example of the default changing process according to the present modification. The default change process is executed, for example, to change the default value set in step S105 of FIG. Although the execution timing of the default change process is arbitrary, for example, it can be configured to be executed before setting the setting screen in S207 of FIG. 7 or when setting the setting screen.

モバイルアプリ201は、設定画面のデフォルト値として設定する設定値のセットを識別する情報(識別情報)を、API110を介して印刷サービス120に送信する(ステップS501、ステップS502)。例えばモバイルアプリ201は、プリンタドライバ130が記憶している設定値のセット、または、印刷サービス120が記憶している設定値のセットであれば、設定値のセットを識別する識別情報を送信する。モバイルアプリ201が記憶している設定値または設定値のセットであれば、各設定または指定する設定の設定値を送信してもよい。   The mobile application 201 transmits information (identification information) for identifying a set of setting values to be set as default values on the setting screen to the print service 120 via the API 110 (steps S501 and S502). For example, if the mobile application 201 is a set of setting values stored in the printer driver 130 or a set of setting values stored in the print service 120, the mobile application 201 transmits identification information for identifying the set of setting values. If it is a set value or a set of set values stored in the mobile application 201, the set value of each setting or setting to be specified may be transmitted.

印刷サービス120は、OS1801に対してPrintTicketを要求する(ステップS503)。OS1801は、PrintTicketを印刷サービス120に送信する(ステップS504)。PrintTicketは、プリンタドライバ130に現在設定されている設定値を表している。   The print service 120 requests the OS 1801 for a PrintTicket (step S503). The OS 1801 transmits the PrintTicket to the print service 120 (step S504). PrintTicket represents a setting value currently set in the printer driver 130.

なお、モバイルアプリ201が、ユーザから現在設定されている設定値を用いる要求を受け付けた場合、または、何も指定がない場合等は、以降のステップS505〜ステップS507を実行せず、OS1801から取得したPrintTicketをモバイルアプリ201に通知してもよい。   Note that when the mobile application 201 receives a request to use a setting value that is currently set from the user, or when nothing is specified, the subsequent steps S505 to S507 are not executed and acquired from the OS 1801. The printed ticket may be notified to the mobile application 201.

印刷サービス120が記憶している設定値または設定値のセットが指定された場合、印刷サービス120は、自身が記憶している設定値を読み出す(ステップS505)。印刷サービス120は、OS1801を介して、PrintTicketの変更をプリンタドライバ130に要求する(ステップS506、ステップS507)。   When a setting value or a set of setting values stored in the print service 120 is designated, the print service 120 reads out the setting value stored in itself (step S505). The print service 120 requests the printer driver 130 to change the PrintTicket via the OS 1801 (Steps S506 and S507).

プリンタドライバ130が記憶している設定値または設定値のセットが指定された場合、ステップS505は実行せず、印刷サービス120は、PrintTicketの変更を、プリンタドライバ120に要求する。例えばプリンタドライバ130が記憶している設定値のセットに変更する場合であれば、設定値のセットを識別する識別情報をプリンタドライバ130に通知する。また、モバイルアプリ201に保存している設定値に変更する場合であれば、設定値自体をプリンタドライバ130に通知する。   When a setting value or a set of setting values stored in the printer driver 130 is designated, the printing service 120 requests the printer driver 120 to change the PrintTicket without executing Step S505. For example, in the case of changing to a set of setting values stored in the printer driver 130, identification information for identifying the set of setting values is notified to the printer driver 130. If the setting value is to be changed to the setting value stored in the mobile application 201, the setting value itself is notified to the printer driver 130.

プリンタドライバ130は、通知された設定値または識別情報をもとにPrintTicketを変更する(ステップS508)。プリンタドライバ130による変更処理の結果は、OS1801、印刷サービス120、および、API110を介して、モバイルアプリ201に送信される(ステップS509〜ステップS512)。   The printer driver 130 changes the PrintTicket based on the notified setting value or identification information (step S508). The result of the change process by the printer driver 130 is transmitted to the mobile application 201 via the OS 1801, the print service 120, and the API 110 (steps S509 to S512).

この後、モバイルアプリ201は、図7のステップS207と同様に、PrintTicketの内容をデフォルト値として設定した設定画面を表示し、設定値の変更を受け付ける。設定値が変更された場合、モバイルアプリ201は、印刷サービス120に変更内容を通知し、PrintTicketの変更処理(ステップS506〜ステップS508)を再度実行してもよい。   Thereafter, the mobile application 201 displays a setting screen in which the contents of the PrintTicket are set as default values, and accepts the change of the setting values, as in step S207 of FIG. When the setting value is changed, the mobile application 201 may notify the print service 120 of the change contents and execute the PrintTicket change process (steps S506 to S508) again.

設定値の設定が完了し、モバイルアプリ201から印刷の指示を受け付けると、印刷サービス120は印刷を要求する。この処理は、例えば、図7のステップS208〜ステップS213と同様に実行される。   When setting of the setting value is completed and a print instruction is received from the mobile application 201, the print service 120 requests printing. This process is executed, for example, in the same manner as steps S208 to S213 in FIG.

設定画面の表示、および、印刷の指示に応じた印刷処理は実行しなくてもよい。例えば、指定された設定値によりPrintTicketを変更後、そのまま印刷サービス120から印刷を要求するように構成してもよい。   The display of the setting screen and the printing process corresponding to the printing instruction need not be executed. For example, the print service 120 may be configured to request printing directly after changing the PrintTicket according to the specified setting value.

次に、第1〜第3の実施形態にかかる各装置(モバイル機器、PC)のハードウェア構成について図19を用いて説明する。図19は、第1〜第3の実施形態にかかる装置のハードウェア構成例を示す説明図である。   Next, the hardware configuration of each device (mobile device, PC) according to the first to third embodiments will be described with reference to FIG. FIG. 19 is an explanatory diagram illustrating a hardware configuration example of an apparatus according to the first to third embodiments.

第1〜第3の実施形態にかかる装置は、CPU(Central Processing Unit)51などの制御装置と、ROM(Read Only Memory)52やRAM(Random Access Memory)53などの記憶装置と、ネットワークに接続して通信を行う通信I/F54と、各部を接続するバス61を備えている。   The devices according to the first to third embodiments are connected to a control device such as a CPU (Central Processing Unit) 51, a storage device such as a ROM (Read Only Memory) 52 and a RAM (Random Access Memory) 53, and a network. A communication I / F 54 that performs communication and a bus 61 that connects each unit are provided.

第1〜第3の実施形態にかかる装置で実行されるプログラムは、ROM52等に予め組み込まれて提供される。   A program executed by the apparatus according to the first to third embodiments is provided by being incorporated in advance in the ROM 52 or the like.

第1〜第3の実施形態にかかる装置で実行されるプログラムは、インストール可能な形式又は実行可能な形式のファイルでCD−ROM(Compact Disk Read Only Memory)、フレキシブルディスク(FD)、CD−R(Compact Disk Recordable)、DVD(Digital Versatile Disk)等のコンピュータで読み取り可能な記録媒体に記録してコンピュータ・プログラム・プロダクトとして提供されるように構成してもよい。   The program executed by the apparatus according to the first to third embodiments is an installable or executable file, and is a CD-ROM (Compact Disk Read Only Memory), a flexible disk (FD), a CD-R. (Compact Disk Recordable), DVD (Digital Versatile Disk), or the like may be recorded on a computer-readable recording medium and provided as a computer program product.

さらに、第1〜第3の実施形態にかかる装置で実行されるプログラムを、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供するように構成してもよい。また、第1〜第3の実施形態にかかる装置で実行されるプログラムをインターネット等のネットワーク経由で提供または配布するように構成してもよい。   Furthermore, the program executed by the apparatus according to the first to third embodiments may be stored on a computer connected to a network such as the Internet and provided by being downloaded via the network. . Moreover, you may comprise so that the program run with the apparatus concerning the 1st-3rd embodiment may be provided or distributed via networks, such as the internet.

第1〜第3の実施形態にかかる装置で実行されるプログラムは、コンピュータを上述した装置の各部として機能させうる。このコンピュータは、CPU51がコンピュータ読取可能な記憶媒体からプログラムを主記憶装置上に読み出して実行することができる。   The program executed by the apparatuses according to the first to third embodiments can cause a computer to function as each unit of the apparatus described above. In this computer, the CPU 51 can read a program from a computer-readable storage medium onto a main storage device and execute the program.

100 PC
110 API
120 印刷サービス
121 取得部
122 生成部
123 送信部
124 指示部
130 プリンタドライバ
140 記憶部
200 モバイル機器
201 モバイルアプリ
300 プリンタ
400 ルータ
100 PC
110 API
DESCRIPTION OF SYMBOLS 120 Print service 121 Acquisition part 122 Generation part 123 Transmission part 124 Instruction part 130 Printer driver 140 Storage part 200 Mobile device 201 Mobile application 300 Printer 400 Router

特開2014−021822号公報JP 2014-021822 A

Claims (10)

プリンタドライバで設定可能な1以上の設定項目を前記プリンタドライバから取得する取得部と、
取得された前記設定項目に対する設定を行う設定画面を端末装置に表示するための第1表示情報を生成する生成部と、
前記第1表示情報を前記端末装置に送信する送信部と、
を備える情報処理システム。
An acquisition unit that acquires from the printer driver one or more setting items that can be set by the printer driver;
A generating unit that generates first display information for displaying a setting screen for setting the acquired setting item on the terminal device;
A transmission unit for transmitting the first display information to the terminal device;
An information processing system comprising:
前記取得部は、さらに、前記設定項目に対して設定可能な設定値を取得し、
前記生成部は、取得された前記設定値を設定可能な前記設定画面を前記端末装置に表示するための前記第1表示情報を生成する、
請求項1に記載の情報処理システム。
The acquisition unit further acquires a setting value that can be set for the setting item,
The generating unit generates the first display information for displaying the setting screen on which the acquired setting value can be set on the terminal device;
The information processing system according to claim 1.
前記取得部は、1以上のプリンタドライバのうち指定されたプリンタドライバから、前記設定項目を取得する、
請求項1に記載の情報処理システム。
The acquisition unit acquires the setting item from a specified printer driver among one or more printer drivers;
The information processing system according to claim 1.
前記取得部は、1以上のプリンタドライバのうち、指定された識別情報で識別されるプリンタに対応するプリンタドライバから、前記設定項目を取得する、
請求項3に記載の情報処理システム。
The acquisition unit acquires the setting item from a printer driver corresponding to a printer identified by specified identification information among one or more printer drivers.
The information processing system according to claim 3.
前記生成部は、さらに、記憶部に記憶された1以上のデータのいずれかを選択する選択画面を前記端末装置に表示するための第2表示情報を生成し、
前記送信部は、さらに、前記第2表示情報を前記端末装置に送信する、
請求項1に記載の情報処理システム。
The generation unit further generates second display information for displaying on the terminal device a selection screen for selecting one of the one or more data stored in the storage unit,
The transmission unit further transmits the second display information to the terminal device.
The information processing system according to claim 1.
前記生成部は、前記記憶部に記憶されたデータのうち、指定された条件に適合する1以上のデータのいずれかを選択する選択画面を前記端末装置に表示するための第2表示情報を生成する、
請求項5に記載の情報処理システム。
The generation unit generates second display information for displaying, on the terminal device, a selection screen for selecting one or more data that matches a specified condition from the data stored in the storage unit To
The information processing system according to claim 5.
前記生成部は、さらに、印刷が実行できない場合に、印刷が実行できないことを示すエラー情報を生成し、
前記送信部は、さらに、前記エラー情報を前記端末装置に送信する、
請求項1に記載の情報処理システム。
The generation unit further generates error information indicating that printing cannot be performed when printing cannot be performed,
The transmission unit further transmits the error information to the terminal device.
The information processing system according to claim 1.
前記設定画面で設定された前記設定項目に従った印刷を前記プリンタドライバに指示する指示部をさらに備える、
請求項1に記載の情報処理システム。
An instruction unit for instructing the printer driver to perform printing according to the setting item set on the setting screen;
The information processing system according to claim 1.
プリンタドライバで設定可能な1以上の設定項目を前記プリンタドライバから取得する取得部と、
取得された前記設定項目に対する設定を行う設定画面を端末装置に表示するための第1表示情報を生成する生成部と、
前記第1表示情報を前記端末装置に送信する送信部と、
を備える情報処理装置。
An acquisition unit that acquires from the printer driver one or more setting items that can be set by the printer driver;
A generating unit that generates first display information for displaying a setting screen for setting the acquired setting item on the terminal device;
A transmission unit for transmitting the first display information to the terminal device;
An information processing apparatus comprising:
コンピュータを、
プリンタドライバで設定可能な1以上の設定項目を前記プリンタドライバから取得する取得部と、
取得された前記設定項目に対する設定を行う設定画面を端末装置に表示するための第1表示情報を生成する生成部と、
前記第1表示情報を前記端末装置に送信する送信部、
として機能させるためのプログラム。
Computer
An acquisition unit that acquires from the printer driver one or more setting items that can be set by the printer driver;
A generating unit that generates first display information for displaying a setting screen for setting the acquired setting item on the terminal device;
A transmission unit for transmitting the first display information to the terminal device;
Program to function as.
JP2016014780A 2015-03-20 2016-01-28 Information processing system, information processing device, and program Pending JP2016177781A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US15/067,862 US9891878B2 (en) 2015-03-20 2016-03-11 Information processing system, information processing apparatus, and computer-readable recording medium

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2015058501 2015-03-20
JP2015058501 2015-03-20

Publications (1)

Publication Number Publication Date
JP2016177781A true JP2016177781A (en) 2016-10-06

Family

ID=57071247

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016014780A Pending JP2016177781A (en) 2015-03-20 2016-01-28 Information processing system, information processing device, and program

Country Status (1)

Country Link
JP (1) JP2016177781A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020004264A (en) * 2018-06-29 2020-01-09 キヤノン株式会社 Information processing device, communication method, program, and system
JP7358948B2 (en) 2019-11-27 2023-10-11 株式会社リコー Information processing device, information processing system, and program

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002251356A (en) * 2001-02-23 2002-09-06 Minolta Co Ltd Method and system for image processing, portable terminal used for the sames, image formation data transmitter, image formation apparatus, image processing program and computer readable recording medium recorded with the same
JP2008276744A (en) * 2007-04-02 2008-11-13 Seiko Epson Corp Print controller and control method
JP2009064415A (en) * 2007-08-16 2009-03-26 Ricoh Co Ltd Information processing apparatus, device control method, device control program, and recording medium
JP2009095006A (en) * 2007-09-21 2009-04-30 Canon Inc Image forming apparatus, method, and program
JP2011248856A (en) * 2010-04-28 2011-12-08 Canon Inc Print system, client, control method, and program
JP2013105292A (en) * 2011-11-14 2013-05-30 Ricoh Co Ltd Display system, program and information distribution device
JP2013134745A (en) * 2011-12-27 2013-07-08 Canon Marketing Japan Inc Information processing system, information processing device, method for controlling information processing device, and program
JP2014106883A (en) * 2012-11-29 2014-06-09 Canon Inc Information processing apparatus, print server system, method for controlling the same, and program
JP2014106764A (en) * 2012-11-28 2014-06-09 Star Micronics Co Ltd Print control device and program for print control

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002251356A (en) * 2001-02-23 2002-09-06 Minolta Co Ltd Method and system for image processing, portable terminal used for the sames, image formation data transmitter, image formation apparatus, image processing program and computer readable recording medium recorded with the same
JP2008276744A (en) * 2007-04-02 2008-11-13 Seiko Epson Corp Print controller and control method
JP2009064415A (en) * 2007-08-16 2009-03-26 Ricoh Co Ltd Information processing apparatus, device control method, device control program, and recording medium
JP2009095006A (en) * 2007-09-21 2009-04-30 Canon Inc Image forming apparatus, method, and program
JP2011248856A (en) * 2010-04-28 2011-12-08 Canon Inc Print system, client, control method, and program
JP2013105292A (en) * 2011-11-14 2013-05-30 Ricoh Co Ltd Display system, program and information distribution device
JP2013134745A (en) * 2011-12-27 2013-07-08 Canon Marketing Japan Inc Information processing system, information processing device, method for controlling information processing device, and program
JP2014106764A (en) * 2012-11-28 2014-06-09 Star Micronics Co Ltd Print control device and program for print control
JP2014106883A (en) * 2012-11-29 2014-06-09 Canon Inc Information processing apparatus, print server system, method for controlling the same, and program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020004264A (en) * 2018-06-29 2020-01-09 キヤノン株式会社 Information processing device, communication method, program, and system
JP7096716B2 (en) 2018-06-29 2022-07-06 キヤノン株式会社 Programs, communication methods, and systems
JP7358948B2 (en) 2019-11-27 2023-10-11 株式会社リコー Information processing device, information processing system, and program

Similar Documents

Publication Publication Date Title
US9584679B2 (en) Information processing apparatus, control method therefor, and medium
JP2011187060A (en) Printer discovery within web page
US10379797B2 (en) Image forming apparatus that notifies a server, based on data size information, whether a portable document format is supported, and related method of controlling printing and printing system
JP6138088B2 (en) Information processing apparatus, control method, and software program
US9891878B2 (en) Information processing system, information processing apparatus, and computer-readable recording medium
US10228890B2 (en) Apparatus, method, and non-transitory computer-readable storage medium
JP2016177781A (en) Information processing system, information processing device, and program
US9001345B2 (en) Printing system, control method for information processing apparatus, and non-transitory computer-readable medium for installing a printer driver
US20120274975A1 (en) Printing system, print data generator, processor, printing method and non-transitory recording medium
US10572580B2 (en) Information processing apparatus, information processing method and information processing system
US9311040B2 (en) System, control method for same, and image processing apparatus
US9372650B2 (en) Communication control method in image forming system which comprises a plurality of applications and an image forming apparatus and in which at least a print job described in JDF code is transmitted from said applications to said image forming apparatus and a message described in JMF code is exchanged between said applications and said image forming apparatus, storage medium stored with program for said image forming system, and said image forming system
JP2015056078A (en) Information processing system, information processing method, and program
JP2014164509A (en) Image processor
US20140293345A1 (en) Non-transitory computer-readable storage medium and localization method for printer driver
JP2014029633A (en) Information processing device and printing system
JP2016071690A (en) Terminal device, server, and printer
JP2015016611A (en) Image processing device, method of controlling image processing device, and program
JP7400505B2 (en) Information processing device, information processing system, and information processing program
JP5619245B2 (en) Information processing apparatus, information processing apparatus control method, and program
JP4973821B1 (en) Print control apparatus and program
JP6604399B2 (en) Image forming apparatus, information processing method, image forming system, and program
JP2010097486A (en) Printing system, apparatus and method for managing printing, program, and storage medium
JP4946762B2 (en) Image processing apparatus and program
JP6958171B2 (en) Image forming systems, information processing equipment, and programs

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190115

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190626

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190709

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190822

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20191029

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20191223

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20200225