JP2015153119A - Data processor, data processing method, and program - Google Patents
Data processor, data processing method, and program Download PDFInfo
- Publication number
- JP2015153119A JP2015153119A JP2014026009A JP2014026009A JP2015153119A JP 2015153119 A JP2015153119 A JP 2015153119A JP 2014026009 A JP2014026009 A JP 2014026009A JP 2014026009 A JP2014026009 A JP 2014026009A JP 2015153119 A JP2015153119 A JP 2015153119A
- Authority
- JP
- Japan
- Prior art keywords
- processing apparatus
- print processing
- data processing
- data
- 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
Links
Landscapes
- Accessory Devices And Overall Control Thereof (AREA)
Abstract
Description
本発明は、クライアントコンピューターがサーバーコンピューターからダウンロードした原稿ファイルを、クライアントコンピューター上で印刷ジョブに変換して、印刷処理装置に印刷ジョブとして送信するための、データ処理装置及びそのデータ処理方法、プログラムに関する。 The present invention relates to a data processing apparatus, a data processing method thereof, and a program for converting a document file downloaded from a server computer by a client computer into a print job on the client computer and transmitting the converted file to the print processing apparatus. .
従来から、スマートフォンなどのモバイル端末に保存された原稿ファイルを、印刷処理装置に印刷する印刷プログラムが知られている。印刷プログラムは、ユーザーが選択した原稿ファイルを、印刷ジョブとなるPDLデータ(Page Description Language)に変換し、前記PDLデータを印刷処理装置に送信することによって、印刷処理を実行している。 2. Description of the Related Art Conventionally, a printing program for printing a document file stored in a mobile terminal such as a smartphone on a print processing apparatus is known. The print program executes the printing process by converting the document file selected by the user into PDL data (Page Description Language) serving as a print job and transmitting the PDL data to the print processing apparatus.
そのほか、非力なモバイル端末上でPDLデータを生成しないで、サーバー上で印刷したい原稿ファイルをPDLデータに変換し、モバイル端末はダウンロードした前記PDLデータを印刷処理装置に中継することで、印刷処理を実行するものもある(特許文献1参照)。 In addition, without generating PDL data on a weak mobile terminal, a document file to be printed is converted into PDL data on the server, and the mobile terminal relays the downloaded PDL data to a print processing apparatus, thereby performing print processing. Some are executed (see Patent Document 1).
また近年では、モバイル端末の基本性能(例えば、CPU性能、メモリー容量等)の向上もあって、サーバー上からモバイル端末上で解釈可能なファイル形式(例えばPDFファイルや、JPEG等の画像ファイル)で原稿ファイルを受け取ったのち、モバイル端末上でPDLデータに変換する処理を行い、印刷ジョブとして前記PDLデータを印刷処理装置に送信する印刷アプリケーションも登場してきた。 In recent years, the basic performance (for example, CPU performance, memory capacity, etc.) of mobile terminals has been improved, and in a file format (for example, PDF file or JPEG image file) that can be interpreted on the mobile terminal from the server. A printing application has appeared that receives a document file, converts it into PDL data on a mobile terminal, and transmits the PDL data to a print processing apparatus as a print job.
サーバーから受信する原稿ファイルが、複数ページ印刷を前提とした複数の画像ファイルで構成される場合、全ページ分の画像ファイルのダウンロードを待たずして、ダウンロード済みの画像ファイルを順次にPDLデータに変換し、印刷ジョブとして印刷処理装置に送信する印刷モードがある(以降、本印刷モードを「バイトサービング印刷」とする)。つまり、バイトサービング印刷中においてダウンロードが完了していない未ダウンロードの画像ファイルは、印刷処理と平行してダウンロードしている状態である。 If the document file received from the server consists of multiple image files that are premised on printing multiple pages, the downloaded image files are sequentially converted to PDL data without waiting for the download of the image files for all pages. There is a print mode for conversion and transmission to the print processing apparatus as a print job (hereinafter, this print mode is referred to as “byte serving print”). That is, an undownloaded image file that has not been downloaded during byte serving printing is being downloaded in parallel with the printing process.
しかし、バイトサービング印刷はダウンロードしながら印刷処理を行うため、サーバーから全ページ分の画像ファイルをダウンロードしきった後に印刷処理を開始する場合に比べて、印刷処理装置の占有時間が長くなる可能性が生じる。その理由は、ダウンロード速度が遅い場合に、印刷処理はダウンロードを待ちながらの実行になるためである。このとき、印刷処理装置の占有時間が長くなるため、他のユーザーからの印刷ジョブを妨げてしまうという課題がある。 However, since byte-serving printing performs print processing while downloading, the print processing device may occupy longer time than when printing processing is started after all the image files for all pages have been downloaded from the server. Arise. The reason is that when the download speed is slow, the printing process is executed while waiting for the download. At this time, since the occupation time of the print processing apparatus becomes long, there is a problem that a print job from another user is hindered.
本発明の構成は、
クライアント、サーバー及び、印刷処理装置から構成されるシステムであって、クライアントは、サーバーから複数画像ファイルをダウンロードしながら印刷する手段を有し、クライアントは、特定閾値ページ以上の未ダウンロード画像がある状態で印刷処理開始のトリガーボタンが押下された場合、印刷処理装置を占有する可能性を示唆するメッセージを表示し、印刷処理開始を実行するか、もしくは印刷処理開始をキャンセルするかを選択できる選択手段を提供する。また、印刷処理装置によってジョブ処理中における待機特性が異なるため、クライアントは印刷対象となる印刷処理装置の特性を印刷処理装置に問い合わせて判定し、印刷処理装置の待機特性に応じたメッセージを表示する、メッセージ表示手段を有することを特徴とする、データ処理装置、データ処理方法、プログラムである。
The configuration of the present invention is as follows:
A system composed of a client, a server, and a print processing apparatus, wherein the client has a means for printing while downloading a plurality of image files from the server, and the client has an undownloaded image of a specific threshold page or more. When the trigger button for starting the printing process is pressed, a selection means that displays a message suggesting the possibility of occupying the printing processing apparatus and can select whether to start the printing process or cancel the printing process start I will provide a. In addition, since the standby characteristics during job processing differ depending on the print processing device, the client inquires the print processing device to determine the characteristics of the print processing device to be printed, and displays a message corresponding to the standby characteristics of the print processing device. A data processing apparatus, a data processing method, and a program characterized by having message display means.
本発明によれば、バイトサービング印刷により印刷処理装置を占有する時間が長くなる場合において、ユーザーはプリンタの特性を鑑みながら、印刷をこのまま開始する、もしくはダウンロード完了を待って印刷を開始すること選択することができる。 According to the present invention, when it takes a long time to occupy the print processing apparatus by byte-serving printing, the user chooses to start printing as it is or to start printing after downloading is completed in consideration of the characteristics of the printer. can do.
[実施例1]
図1は、本発明の一実施形態におけるデータ処理システムの構成を示す図である。本例は、サーバーコンピューターとモバイル形態のデータ処理装置と印刷処理装置とがネットワークを介して通信可能なシステムである。
[Example 1]
FIG. 1 is a diagram showing a configuration of a data processing system according to an embodiment of the present invention. In this example, a server computer, a mobile data processing apparatus, and a print processing apparatus can communicate with each other via a network.
図1において、101はモバイル形態のデータ処理装置であって、印刷処理装置104に対して印刷ジョブ送信を指示するユーザーが使用するコンピューターである。104は印刷処理装置であって、プリンタ機能のほか、コピー機能、スキャナ機能、ファクス送信機能等を備える。 In FIG. 1, reference numeral 101 denotes a mobile data processing apparatus, which is a computer used by a user who instructs the print processing apparatus 104 to send a print job. A print processing apparatus 104 includes a printer function, a copy function, a scanner function, a fax transmission function, and the like.
103は上記装置が接続されているLAN(Local Area Network)であって、LAN103を介して上記装置は情報の相互通信を行っている。102は無線LANターミナルである。無線LANターミナル102は、一般的なネットワーク・ルーター機能を有した無線LANの親機であって、家庭内や事務所などの中で無線LANを提供している。また、データ処理装置101はモバイル端末であることから、無線LANターミナル102を介してLAN103に参加することができる。データ処理装置101は、無線LANターミナル102が提供する無線LANエリアに入ると、予め設定していた認証情報を利用して自動的にLAN103のネットワークに参加することができる。 Reference numeral 103 denotes a LAN (Local Area Network) to which the device is connected, and the device performs mutual communication of information via the LAN 103. Reference numeral 102 denotes a wireless LAN terminal. The wireless LAN terminal 102 is a base unit of a wireless LAN having a general network router function, and provides a wireless LAN in a home or office. Further, since the data processing apparatus 101 is a mobile terminal, it can participate in the LAN 103 via the wireless LAN terminal 102. When the data processing apparatus 101 enters the wireless LAN area provided by the wireless LAN terminal 102, the data processing apparatus 101 can automatically join the network of the LAN 103 using authentication information set in advance.
105はインターネット上に存在するサーバーコンピューターである。LAN103はインターネットに接続されており、LAN103のネットワークに参加している装置はサーバーコンピューター105にアクセスすることができる。 A server computer 105 exists on the Internet. The LAN 103 is connected to the Internet, and devices participating in the LAN 103 network can access the server computer 105.
図2は、図1におけるデータ処理装置101のハードウェア構成を示すブロック図である。 FIG. 2 is a block diagram showing a hardware configuration of the data processing apparatus 101 in FIG.
なお、データ処理装置101は、モバイル端末やスマートフォンであり、小型端末用のオペレーティングシステムや、通話、データ通信を制御するプログラムが動いていても構わない。あるいは後述する音声制御部206及びマイク・スピーカ213、位置検出制御部210、GPSセンサー216、携帯電話データ通信部212等を備えないパーソナルコンピュータであっても構わない。 Note that the data processing apparatus 101 is a mobile terminal or a smartphone, and an operating system for a small terminal, a program for controlling a telephone call, and data communication may be running. Alternatively, a personal computer that does not include the voice control unit 206 and the microphone / speaker 213, the position detection control unit 210, the GPS sensor 216, the mobile phone data communication unit 212, and the like described later may be used.
ハードウェアの各構成要素は、システムバス201に接続されている。ROM203にはデータ処理装置101におけるオペレーティングシステム及び、通話、データ通信を制御するアプリケーションが格納されており、CPU202で実行される。データ通信を制御するアプリケーションとしては、印刷アプリケーションやMailソフト、Webブラウザなどがある。 Each component of the hardware is connected to the system bus 201. The ROM 203 stores an operating system in the data processing apparatus 101 and an application for controlling telephone calls and data communication, and is executed by the CPU 202. Examples of applications that control data communication include a printing application, Mail software, and a Web browser.
RAM204は、プログラムを実行するためのワークメモリエリアである。印刷アプリケーションが印刷ジョブを生成するワークメモリエリアであり、また、WebブラウザがWebサーバーから取得してきたWebページデータやWebサービスにアクセスするための認証情報などを一時記憶するためのメモリでもある。記憶装置209は不揮発性の記憶装置であり、データ処理装置101の再起動後も保持しておく必要のある各種動作モード設定や、稼働ログなどが記憶される。 The RAM 204 is a work memory area for executing a program. It is a work memory area where the print application generates a print job, and also a memory for temporarily storing Web page data acquired from the Web server by the Web browser, authentication information for accessing the Web service, and the like. The storage device 209 is a non-volatile storage device, and stores various operation mode settings, operation logs, and the like that need to be retained even after the data processing apparatus 101 is restarted.
NetworkController205は、無線LANターミナル102を介してLAN103のネットワークに参加するための無線LAN通信部211と、携帯キャリアの提供するネットワークに参加するための携帯電話データ通信部212の通信制御を行う。一般的に無線LANのネットワークに参加できるとき、NetworkController205は、無線LANの接続を優先する。データ処理装置101が無線LANのネットワークエリアから外れた場合には、携帯キャリアが提供する無線通信ネットワークへ参加する。 The network controller 205 performs communication control of the wireless LAN communication unit 211 for participating in the network of the LAN 103 via the wireless LAN terminal 102 and the mobile phone data communication unit 212 for participating in the network provided by the mobile carrier. In general, when the network controller 205 can participate in a wireless LAN network, the network controller 205 gives priority to the connection of the wireless LAN. When the data processing apparatus 101 is out of the wireless LAN network area, it participates in the wireless communication network provided by the mobile carrier.
音声制御部206は、主に通話アプリケーションが起動しユーザーが電話をしているときに利用する。マイク・スピーカ213にて音声データの入出力を行い、音声制御部206は、その制御プログラムとの仲介を行っている。 The voice control unit 206 is mainly used when a call application is activated and a user is making a call. The microphone / speaker 213 inputs / outputs voice data, and the voice control unit 206 mediates the control program.
表示制御部207は、データ処理装置101のディスプレイ214にて出力する情報の制御を行っている。入力制御部208は、データ処理装置101のボタンやタッチパネル215にてユーザーが指示した情報の制御を行っている。これらの音声制御部206、表示制御部207、入力制御部208を利用して、データ処理装置101上でのアプリケーションは、ネットワーク通信情報やデータ処理装置101のさまざまな情報をユーザーに提供する。 The display control unit 207 controls information output on the display 214 of the data processing apparatus 101. The input control unit 208 controls information instructed by the user using the buttons of the data processing apparatus 101 or the touch panel 215. Using these voice control unit 206, display control unit 207, and input control unit 208, the application on the data processing apparatus 101 provides network communication information and various information on the data processing apparatus 101 to the user.
位置検出制御部210は、GPSセンサー216からデータ処理装置101の位置情報を取得しオペレーティングシステムに提供する。これらの制御は、CPU202で動くオペレーティングシステムにて制御される。 The position detection control unit 210 acquires position information of the data processing apparatus 101 from the GPS sensor 216 and provides it to the operating system. These controls are controlled by an operating system that runs on the CPU 202.
図3は、図1における印刷処理装置104のハードウェア構成を説明するブロック図である。なお、本例は、スキャナ機能と、プリンタ機能を有する複合機(MFP(Multi Function Peripheral))の例を示す。 FIG. 3 is a block diagram illustrating a hardware configuration of the print processing apparatus 104 in FIG. This example shows an example of a multifunction peripheral (MFP (Multi Function Peripheral)) having a scanner function and a printer function.
図3において、301はI/Oで、ネットワーク(LAN)103などの通信媒介を介してデータ処理装置101と接続している。I/O301は複数の接続形態に対応するために複数個搭載されていてもよい。このI/O301を通して、印刷処理装置104は、デバイスIDやスキャンイメージをデータ処理装置101、102に渡す。またデータ処理装置101より、各種の制御コマンドを受けて処理を行う。I/F制御部302は、印刷処理装置104に搭載されているスキャナやプリンタ、またはファクスなどの処理系に関してデバイスIDを発行する制御をおこなっている。RAM303は、一次記憶装置で、I/O301で取得した制御コマンドなどの外部データや、スキャナエンジン313で読み取られたイメージを格納するに使用される。さらに、RAM303は、プリンタコントローラ310で展開されたプリンタエンジン306に渡される前にイメージの格納などに使用される。 In FIG. 3, reference numeral 301 denotes an I / O, which is connected to the data processing apparatus 101 via a communication medium such as a network (LAN) 103. A plurality of I / Os 301 may be mounted to support a plurality of connection forms. Through this I / O 301, the print processing apparatus 104 passes the device ID and scan image to the data processing apparatuses 101 and 102. In addition, it receives various control commands from the data processing apparatus 101 and performs processing. The I / F control unit 302 performs control to issue a device ID for a processing system such as a scanner, a printer, or a fax mounted in the print processing apparatus 104. A RAM 303 is a primary storage device and is used to store external data such as a control command acquired by the I / O 301 and an image read by the scanner engine 313. Further, the RAM 303 is used for storing images before being transferred to the printer engine 306 developed by the printer controller 310.
RAM303の割り当て管理はRAM制御部304が行っている。画像データ調歩回路305は、プリンタコントローラ310やスキャナエンジン313によって取り込まれたRAM制御部304に展開されたイメージをプリンタエンジン306の回転にあわせて出力する装置である。 The RAM control unit 304 performs allocation management of the RAM 303. The image data start-up circuit 305 is a device that outputs an image developed by the RAM controller 304 captured by the printer controller 310 or the scanner engine 313 in accordance with the rotation of the printer engine 306.
プリンタエンジン306は紙などの出力メディアにイメージを現像する装置である。メインコントローラ308は、エンジンI/F307によりプリンタエンジン306の各種制御を行う。 The printer engine 306 is a device that develops an image on an output medium such as paper. The main controller 308 performs various controls of the printer engine 306 by the engine I / F 307.
また、メインコントローラ308は、制御の要のモジュールであり、スキャナコントローラ309やプリンタコントローラ310やファクスコントローラ311にI/O301経由でデータ処理装置101より受け取る制御言語の適切な振り分け処理を行う。さらに、メインコントローラ308は、それぞれのコントローラやユーザーインターフェース312からの支持をうけてプリンタエンジン306やスキャナエンジン313の制御を行う。 The main controller 308 is a module that is important for control, and performs appropriate distribution processing of the control language received from the data processing apparatus 101 via the I / O 301 to the scanner controller 309, the printer controller 310, and the fax controller 311. Further, the main controller 308 controls the printer engine 306 and the scanner engine 313 with support from the respective controllers and the user interface 312.
メインコントローラ308と各種コントローラの間の制御インターフェイスを統一することにより、一つの周辺機器に複数種類の制御コマンドを処理可能な拡張ボードが搭載可能になる。また現在搭載されている拡張コントローラのデバイスIDを各コントローラより取得し管理するのもメインコントローラの役割である。 By unifying the control interface between the main controller 308 and various controllers, an expansion board capable of processing a plurality of types of control commands can be mounted on one peripheral device. It is also the role of the main controller to acquire and manage the device ID of the currently installed expansion controller from each controller.
スキャナコントローラ309はデータ処理装置101より受けたスキャン制御コマンドをメインコントローラ308が解釈可能な内部実行命令に分解する。またスキャナエンジン313で読み取ったイメージをスキャン制御コマンドに変更する。 The scanner controller 309 decomposes the scan control command received from the data processing apparatus 101 into an internal execution command that can be interpreted by the main controller 308. Further, the image read by the scanner engine 313 is changed to a scan control command.
プリンタコントローラ310はデータ処理装置101より印刷ジョブとして受けたPDLをメインコントローラ308が解釈可能な展開イメージなどを含む内部実行命令に分解する。展開イメージはプリンタエンジンまで運ばれ、用紙などの出力メディアに印刷される。 The printer controller 310 decomposes the PDL received as a print job from the data processing apparatus 101 into internal execution instructions including a developed image that can be interpreted by the main controller 308. The unfolded image is conveyed to the printer engine and printed on output media such as paper.
図4は、図1における印刷処理装置105のハードウェア構成を説明するブロック図である。サーバーコンピューター400において、401はCPUであり、ROM403あるいは外部メモリ406に記憶されたアプリケーションプログラム等に基づいて処理を実行する。さらに、CPU401はシステムバス407に接続される各デバイスを総括的に制御する。402はRAMで、CPU401の主メモリ、ワークエリア等として機能する。403はROMであり、基本I/Oプログラム等の記憶領域として機能する読み出し専用のメモリである。 FIG. 4 is a block diagram illustrating a hardware configuration of the print processing apparatus 105 in FIG. In the server computer 400, 401 is a CPU that executes processing based on application programs stored in the ROM 403 or the external memory 406. Further, the CPU 401 comprehensively controls each device connected to the system bus 407. Reference numeral 402 denotes a RAM that functions as a main memory, work area, and the like for the CPU 401. A ROM 403 is a read-only memory that functions as a storage area for basic I / O programs and the like.
このROM403あるいは外部メモリ406には、CPU401の制御プログラムであるオペレーティングシステムプログラム(以下OS)等が記憶される。さらにROM403あるいは外部メモリ406には上記アプリケーションプログラム等に基づく処理の際に使用するファイルやその他各種データを記憶する。404はネットワークI/Fであり、ネットワークへ接続しネットワーク通信を行う。405は外部メモリI/Fで、ハードディスク(HD)等の外部メモリ406とのアクセスを制御する。406は外部メモリであり、ブートプログラム、各種のアプリケーション、ユーザーファイル、編集ファイル等を記憶する。 The ROM 403 or the external memory 406 stores an operating system program (hereinafter referred to as OS) which is a control program for the CPU 401. Further, the ROM 403 or the external memory 406 stores files and other various data used for processing based on the application program and the like. Reference numeral 404 denotes a network I / F, which connects to the network and performs network communication. Reference numeral 405 denotes an external memory I / F that controls access to an external memory 406 such as a hard disk (HD). An external memory 406 stores a boot program, various applications, user files, edit files, and the like.
サーバーコンピューター400は、CPU401がROM403や外部メモリ106に書き込まれた基本I/OプログラムおよびOSを実行している状態で動作する。基本I/OプログラムはROM403に書き込まれており、OSはROM403もしくは外部メモリ406に書き込まれている。そしてコンピューターの電源がONされたときに、基本I/Oプログラム中のイニシャルプログラムロード機能により、ROM403もしくは外部メモリ406からOSがRAM402に書き込まれ、OSの動作が開始される。107はシステムバスであり、各デバイスを接続する。 The server computer 400 operates in a state where the CPU 401 is executing the basic I / O program and OS written in the ROM 403 and the external memory 106. The basic I / O program is written in the ROM 403, and the OS is written in the ROM 403 or the external memory 406. When the computer is turned on, the OS is written from the ROM 403 or the external memory 406 to the RAM 402 by the initial program load function in the basic I / O program, and the operation of the OS is started. A system bus 107 connects each device.
図5は、図1に示したデータ処理装置101のソフトウエアの構成を説明するブロック図である。502は印刷制御部で、ROM203にアプリケーションとしてインストールされている。印刷制御部は、通信可能な印刷処理装置104に対し、印刷ジョブを生成し、その印刷ジョブを送信する機能を有している。アプリケーション503は、上述した機能を実行するための各種のユーザーインターフェース501を備え、データ処理装置101のユーザーインターフェース上でユーザーからの要求を受け付けて、各機能処理の実行を管理している。 FIG. 5 is a block diagram for explaining the software configuration of the data processing apparatus 101 shown in FIG. A print control unit 502 is installed in the ROM 203 as an application. The print control unit has a function of generating a print job and transmitting the print job to the communicable print processing apparatus 104. The application 503 includes various user interfaces 501 for executing the functions described above, receives requests from the user on the user interface of the data processing apparatus 101, and manages the execution of each function process.
図6は、図1に示したサーバーコンピューター105のソフトウエア構成を説明するブロック図である。サーバーコンピューター105において、アプリケーション205および各モジュールは、外部メモリ406に保存されたファイルとして存在する。これらは実行時にOSやそのモジュールを利用するモジュールによってRAM402にロードされ実行されるプログラムモジュールである。また、アプリケーション605は、外部メモリ406の不図示のCD−ROM、あるいはネットワークを経由して外部メモリ406のHDに追加することが可能となっている。 FIG. 6 is a block diagram for explaining the software configuration of the server computer 105 shown in FIG. In the server computer 105, the application 205 and each module exist as files stored in the external memory 406. These are program modules that are loaded into the RAM 402 and executed by the OS and modules that use the module during execution. The application 605 can be added to the HD of the external memory 406 via a CD-ROM (not shown) of the external memory 406 or via a network.
600はネットワークモジュールであり、各種コンピューターとのネットワーク通信を行う。ネットワークモジュール600はTCP/IPモジュール601、HTTPモジュール602より構成される。TCP/IPモジュール601はTCP/IPプロトコルでのネットワーク通信を行う。HTTPモジュール602はトランスポート・プロトコルとしてTCPを使用し、HTTPプロトコルでのネットワーク通信を行う。604はWebサーバーサービスモジュールであり、データ処理装置101からのHTTPリクエストを受け取るとHTTPレスポンスを応答するサービスを提供する。 A network module 600 performs network communication with various computers. The network module 600 includes a TCP / IP module 601 and an HTTP module 602. The TCP / IP module 601 performs network communication using the TCP / IP protocol. The HTTP module 602 uses TCP as a transport protocol, and performs network communication using the HTTP protocol. Reference numeral 604 denotes a Web server service module that provides a service that responds to an HTTP response when receiving an HTTP request from the data processing apparatus 101.
605は原稿ファイル配信モジュールであり、データ処理装置101から要求される各種データファイル(例えば、JPEG形式の画像ファイル)を、データ処理装置101から取得可能なURLに配置する。 A document file distribution module 605 arranges various data files requested from the data processing apparatus 101 (for example, JPEG format image files) at URLs that can be acquired from the data processing apparatus 101.
図7は、データ処理装置101がユーザーからの各種入力操作の受け付けを処理するための、ユーザーインターフェースの一例を示している。701は、サーバーコンピューター105からダウンロード済みの印刷の原稿となる画像ファイルのプレビューを表示している。702は、サーバーコンピューター105から画像ファイルをダウンロード中であることを表示している。703は、印刷する印刷処理装置のプリンターモデル名および、印刷処理装置のIPアドレスを表示している。704は、印刷設定を選択するための画面に遷移するボタンである。 FIG. 7 shows an example of a user interface for the data processing apparatus 101 to process reception of various input operations from the user. Reference numeral 701 displays a preview of an image file that is a printed document that has been downloaded from the server computer 105. Reference numeral 702 indicates that an image file is being downloaded from the server computer 105. Reference numeral 703 displays the printer model name of the print processing apparatus to be printed and the IP address of the print processing apparatus. Reference numeral 704 denotes a button for transitioning to a screen for selecting print settings.
ボタン704を押下することで、図8に示す印刷設定画面に遷移し、各種印刷設定を選択することができる。705は、印刷処理の開始のトリガーとなるボタンである。図9は、図7の状態に遷移する前のユーザーインターフェースである。サーバーコンピューター105から画像ファイルをダウンロードする前の状態であり、画像ファイルが無いことから904に示すように印刷処理開始のトリガーとなるボタンはDisableであるが、ボタン901を押下することでサーバーコンピューター105からの画像ファイルのダウンロードを開始し、図7の702に表示する状態に遷移する。 By pressing a button 704, a transition is made to the print setting screen shown in FIG. 8, and various print settings can be selected. Reference numeral 705 denotes a button serving as a trigger for starting the printing process. FIG. 9 shows a user interface before the transition to the state of FIG. This is the state before downloading the image file from the server computer 105, and since there is no image file, the button that triggers the printing process is “Disable” as shown at 904, but when the button 901 is pressed, the server computer 105 Download of the image file from, and transition to the state displayed at 702 in FIG.
以下、図9におけるボタン901を押下したタイミングからの、本データ処理装置101におけるメッセージ表示処理および印刷処理について説明する。 Hereinafter, message display processing and print processing in the data processing apparatus 101 from the timing when the button 901 in FIG. 9 is pressed will be described.
図8は、データ処理装置101においてバイトサービング印刷が開始された場合のメッセージ表示処理および印刷処理についてのフローチャートを示している。先述したように、本フローチャートを開始するトリガーはボタン901の押下である。 FIG. 8 shows a flowchart of message display processing and print processing when byte serving printing is started in the data processing apparatus 101. As described above, the trigger for starting this flowchart is pressing the button 901.
ステップS1001では、データ処理装置101がサーバーコンピューター105から印刷の原稿となる画像ファイルの1ページ目のダウンロードが完了したかを判定する。なお、1ページあたりの画像ファイルは1枚で構成されるものとする。1ページ目のダウンロードが完了した場合(ステップS1001:Yes)、処理をステップS1002に進める。1ページ目のダウンロードが完了していない場合(ステップS1002:No)、1ページ目のダウンロード完了を待つ(ステップS1001をループ)。 In step S1001, the data processing apparatus 101 determines whether downloading of the first page of the image file to be printed from the server computer 105 has been completed. In addition, the image file per page shall be comprised by one sheet. If download of the first page is completed (step S1001: Yes), the process proceeds to step S1002. When the download of the first page has not been completed (step S1002: No), the download of the first page is awaited (step S1001 is looped).
ステップS1002では、データ処理装置101におけるユーザーインターフェースを図9の状態(印刷処理を開始するトリガーのボタンは904に示すようにDisableである)から、図7の状態に切り替える。印刷処理を開始するトリガーのボタンは705に示すようにEnableである。また、ダウンロードが完了している画像ファイルは701に示すようにプレビューしている状態である。一方、ダウンロードが完了していない画像ファイルは702に示すようにダウンロード中であることを示すプレビューを行っている状態である。 In step S1002, the user interface in the data processing apparatus 101 is switched from the state shown in FIG. 9 (the trigger button for starting the printing process is disabled as indicated by 904) to the state shown in FIG. The trigger button for starting the printing process is “Enable” as indicated by reference numeral 705. The image file that has been downloaded is in a previewed state as indicated by reference numeral 701. On the other hand, the image file that has not been downloaded is in a state of being previewed to indicate that it is being downloaded, as indicated at 702.
ステップS1003では、データ処理装置101において、ユーザーから印刷開始ボタン705が押下されたタイミングで、特定閾値以上のページ数の画像ファイルのダウンロードが完了していないかを判定する。前記閾値のページ数は、データ処理装置104がデフォルトのページ数を持っていても良いし、ユーザーが任意のページ数を指定できてもよい。特定閾値以上のページ数のダウンロードが完了していない場合(ステップS1003:Yes)、ステップS1004に処理を進める。同様に、特定閾値未満の場合(ステップS1003:No)、ステップS1007に処理を進める。 In step S <b> 1003, the data processing apparatus 101 determines whether downloading of image files having the number of pages equal to or greater than the specific threshold has been completed at the timing when the print start button 705 is pressed by the user. As for the threshold number of pages, the data processing device 104 may have a default number of pages, or the user may specify an arbitrary number of pages. If downloading of the number of pages equal to or greater than the specific threshold has not been completed (step S1003: Yes), the process proceeds to step S1004. Similarly, if it is less than the specific threshold (step S1003: No), the process proceeds to step S1007.
ステップS1004では、703で指定されている印刷処理装置104から、該印刷処理装置の印刷処理中における印刷ジョブ受け付けタイプを取得する。印刷処理装置104には、印刷処理中であっても印刷ジョブを受け付けてキューに溜められるタイプと、印刷処理中には一切の印刷ジョブを受け付けないタイプがある。印刷処理装置104の印刷処理中における印刷ジョブ受け付けタイプの取得には、印刷処理装置104が準拠するMIB(Management Information Base)情報に基づいて行われる。また、MIBとは、SNMP(Simple Network Management Protocol)で管理されるネットワーク機器(本実施の形態においては印刷処理装置104)が、自分の状態を外部に知らせるために公開する情報である。 In step S <b> 1004, a print job reception type during print processing of the print processing apparatus is acquired from the print processing apparatus 104 specified in 703. The print processing apparatus 104 includes a type that accepts a print job even during print processing and stores it in a queue, and a type that does not accept any print job during print processing. The acquisition of the print job reception type during the printing process of the print processing apparatus 104 is performed based on MIB (Management Information Base) information that the print processing apparatus 104 conforms to. The MIB is information that is disclosed by a network device (print processing apparatus 104 in the present embodiment) managed by SNMP (Simple Network Management Protocol) in order to inform the outside of its own state.
ステップS1005では、ステップS1004の判定結果に応じたメッセージを表示する。例えば、ステップS1004で取得した印刷処理装置104のジョブ受け付けタイプが、印刷処理中であっても印刷ジョブを受け付けてキューに溜められるタイプであれば、図11の1101に示すように、印刷ジョブを受け付けてキューに溜められるタイプの印刷処理装置である旨のメッセージを表示する。一方、ステップS1004で取得した印刷処理装置104のジョブ受け付けタイプが、印刷処理中には一切の印刷ジョブを受け付けないタイプであれば、図12の1201に示すように、印刷処理中には一切の印刷ジョブを受け付けないタイプの印刷処理装置である旨のメッセージを表示する。 In step S1005, a message corresponding to the determination result in step S1004 is displayed. For example, if the job acceptance type of the print processing apparatus 104 acquired in step S1004 is a type that accepts a print job and accumulates it in the queue even during print processing, the print job is displayed as indicated by 1101 in FIG. A message indicating that the print processing apparatus is of a type that can be received and stored in the queue is displayed. On the other hand, if the job reception type of the print processing apparatus 104 acquired in step S1004 is a type that does not accept any print job during the printing process, as shown at 1201 in FIG. A message indicating that the print processing apparatus does not accept a print job is displayed.
ステップS1006では、ステップS1005で表示しているOKボタン(1102、1202)が押下されたか、もしくはCancelボタン(1103、1203)が押下されたかを判定する。OKボタンが押下された場合(ステップS1006:OK)、ステップS1007に処理を進める。Cancelボタンが押下された場合(ステップS1006:Cancel)、ステップS1002に処理を戻す。 In step S1006, it is determined whether the OK button (1102, 1202) displayed in step S1005 has been pressed, or whether the Cancel button (1103, 1203) has been pressed. If the OK button has been pressed (step S1006: OK), the process proceeds to step S1007. If the Cancel button has been pressed (step S1006: Cancel), the process returns to step S1002.
ステップS1007では、サーバーコンピューター105からダウンロード済みのページの画像ファイルを順次PDLデータに変換し、印刷ジョブとして前記PDLデータを印刷処理装置104に送信する処理を実行する。なお、前記記載の通りダウンロード済みの画像ファイルから順次PDLデータへの変換および印刷ジョブとして前記PDLデータの送信を行うため、ダウンロードが完了していないページに印刷処理が追いついた場合、そのダウンロードが完了するまでの間は待機時間が生じるのはいうまでもない。 In step S1007, an image file of a page downloaded from the server computer 105 is sequentially converted into PDL data, and processing for transmitting the PDL data to the print processing apparatus 104 as a print job is executed. As described above, since the downloaded image file is sequentially converted into PDL data and the PDL data is transmitted as a print job, if the printing process catches up with a page that has not been downloaded, the download is completed. Needless to say, there is a waiting time until it is done.
以上の処理により、バイトサービング印刷により印刷処理装置を占有する時間が長くなる場合において、ユーザーは印刷処理装置の特性を鑑みながら、印刷をこのまま開始する、もしくはダウンロード完了を待って印刷を開始することを選択することができる。 With the above processing, when it takes a long time to occupy the print processing device due to byte-serving printing, the user starts printing as it is, or waits for completion of download while considering the characteristics of the print processing device. Can be selected.
[実施例2]
実施例1におけるステップS1003の処理を、図13にて示すステップS1303に変更する。実施例1における、その他のステップ(S1001、S1002、S1004、S1005、S1006、S1007)については変更が無いため、説明を省略する。
[Example 2]
The processing in step S1003 in the first embodiment is changed to step S1303 shown in FIG. Since the other steps (S1001, S1002, S1004, S1005, S1006, S1007) in the first embodiment are not changed, description thereof is omitted.
ステップS1303において、ダウンロードが完了していないページの画像ファイルがあり、かつ、1ページあたりのダウンロード時間より、1ページあたりの印刷処理の時間の方が速いかを判定する。1ページあたりダウンロード時間より1ページあたりの印刷処理の時間が速いということは、ダウンロードが完了していないページに印刷処理が追いつき、そのダウンロードが完了するまでの間の待機時間が生じる可能性があるためである。なお、1ページあたりのダウンロードの時間と、1ページあたりの印刷処理時間の算出については、1ページ目それぞれの処理時間を用いる。 In step S1303, it is determined whether there is an image file of a page that has not been downloaded, and whether the print processing time per page is faster than the download time per page. If the print processing time per page is faster than the download time per page, there is a possibility that the print process catches up with a page that has not been downloaded and a waiting time is required until the download is completed. Because. Note that the processing time for each first page is used for calculating the download time per page and the print processing time per page.
インターネット経由による画像ファイルのダウンロード速度は一定ではなく、その変動をリアルタイムに加味しながらの判定は処理が煩雑になるため、1ページ目におけるダウンロード時間と印刷処理時間で比較を行い、判定する。1ページあたりダウンロード時間より1ページあたりの印刷処理の時間が速い場合(ステップS1303:Yes)、ステップS1304に処理を進める。1ページあたりダウンロード時間より1ページあたりの印刷処理の時間が遅い場合(ステップS1303:No)、ステップS1307に処理を進める。 The download speed of the image file via the Internet is not constant, and the determination while taking into account the fluctuation in real time becomes complicated, so the comparison is made by comparing the download time and print processing time on the first page. If the print processing time per page is faster than the download time per page (step S1303: Yes), the process proceeds to step S1304. If the print processing time per page is later than the download time per page (step S1303: No), the process proceeds to step S1307.
以上の処理により、ユーザーにとって煩わしいメッセージ表示は、ダウンロードが完了していないページに印刷処理が追いつく可能性がある場合だけ表示させるようにすることができる。 With the above processing, a message display that is troublesome for the user can be displayed only when there is a possibility that the printing process may catch up with a page that has not been downloaded.
101 データ処理装置
102 無線LANターミナル
103 LAN(Local Area Network)
104 印刷処理装置
101 Data Processing Device 102 Wireless LAN Terminal 103 LAN (Local Area Network)
104 Print processing device
Claims (3)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2014026009A JP2015153119A (en) | 2014-02-14 | 2014-02-14 | Data processor, data processing method, and program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2014026009A JP2015153119A (en) | 2014-02-14 | 2014-02-14 | Data processor, data processing method, and program |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2015153119A true JP2015153119A (en) | 2015-08-24 |
Family
ID=53895296
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2014026009A Pending JP2015153119A (en) | 2014-02-14 | 2014-02-14 | Data processor, data processing method, and program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2015153119A (en) |
-
2014
- 2014-02-14 JP JP2014026009A patent/JP2015153119A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8947720B2 (en) | Communication terminal device, communication control method, and non-transitory computer-readable medium storing communication control program | |
JP6015499B2 (en) | Program and mobile device | |
TW201401843A (en) | Document scanning method and computer program | |
JP6210838B2 (en) | Information processing apparatus, control method thereof, and program | |
JP6039603B2 (en) | Printer list generation device, mobile terminal, printer list generation method, and computer program | |
JP6238711B2 (en) | Printing apparatus, printing control method, and program | |
JP2020064472A (en) | Information processing system, image forming device, terminal, information processing method, and program | |
JP6525771B2 (en) | INFORMATION PROCESSING APPARATUS, CONTROL METHOD, AND PROGRAM | |
US10089050B2 (en) | Information processing device, and method and computer-readable medium therefor | |
JP2014179739A (en) | Communication device, method of controlling communication device, and program | |
US9606753B2 (en) | Data processing apparatus for transmitting print data, method for controlling date processing apparatus, and storage medium | |
JP6204821B2 (en) | Image forming apparatus, control method thereof, and program | |
US9841933B2 (en) | Computer-readable storage medium storing display program and display device | |
JP2015084172A (en) | Information processor and program, and control method | |
JP6628654B2 (en) | Information processing apparatus, print plug-in, print system, and control method | |
EP2958346A1 (en) | Information processing apparatus, information processing method and recording medium | |
JP2014162050A (en) | Printing device, printing device control method, and program | |
JP2015114765A (en) | Information processor, program, and control method | |
US10430132B2 (en) | Communication terminal, method of controlling the same, and non-transitory computer-readable storage medium | |
JP2019196018A (en) | Printing device, printing control method and program | |
JP6157144B2 (en) | Printing apparatus, printing apparatus control method, and program | |
JP2013042466A (en) | Information processing apparatus, information processing method, and program | |
JP2017021537A (en) | Information processing apparatus, program, and control method | |
US9430226B2 (en) | Mobile information terminal has replacement portion performing replacement processing for moving temporary setting data to storage device | |
JP2015153119A (en) | Data processor, data processing method, and program |