JP6460330B2 - Information processing apparatus, recording system, and program - Google Patents

Information processing apparatus, recording system, and program Download PDF

Info

Publication number
JP6460330B2
JP6460330B2 JP2015065772A JP2015065772A JP6460330B2 JP 6460330 B2 JP6460330 B2 JP 6460330B2 JP 2015065772 A JP2015065772 A JP 2015065772A JP 2015065772 A JP2015065772 A JP 2015065772A JP 6460330 B2 JP6460330 B2 JP 6460330B2
Authority
JP
Japan
Prior art keywords
data
program
conversion
format
file
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.)
Active
Application number
JP2015065772A
Other languages
Japanese (ja)
Other versions
JP2016187074A (en
Inventor
紀彦 浅井
紀彦 浅井
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.)
Brother Industries Ltd
Original Assignee
Brother Industries 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 Brother Industries Ltd filed Critical Brother Industries Ltd
Priority to JP2015065772A priority Critical patent/JP6460330B2/en
Publication of JP2016187074A publication Critical patent/JP2016187074A/en
Application granted granted Critical
Publication of JP6460330B2 publication Critical patent/JP6460330B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、原稿を読み取ってスキャンデータを読取装置に生成させる機能と、プリントデータで示される画像をシートに対して記録装置に記録させる機能とが実装された情報処理装置、当該情報処理装置を含む記録システム、及び当該機能を情報処理装置に実行させるプログラムに関する。   The present invention provides an information processing apparatus having a function of reading a document and causing a reading device to generate scan data, and a function of causing a recording device to record an image indicated by print data, and the information processing device. The present invention relates to a recording system including the program and a program for causing an information processing apparatus to execute the function.

従来より、原稿に記録された画像を読み取ってスキャンデータを生成する読取処理を実行可能な読取装置と、プリントデータで示される画像をシートに記録する記録処理を実行可能な記録装置とを制御する情報処理装置が知られている。また、例えば特許文献1には、読取装置から取得した第1形式のスキャンデータを、第1形式と異なる第2形式の変換データに変換する装置が開示されている。   Conventionally, a reading apparatus capable of executing a reading process of reading an image recorded on a document and generating scan data and a recording apparatus capable of executing a recording process of recording an image indicated by print data on a sheet are controlled. An information processing apparatus is known. For example, Patent Document 1 discloses an apparatus that converts scan data in a first format acquired from a reading device into converted data in a second format different from the first format.

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

ここで、第2形式のデータに対する記録処理を実行不能な記録装置が存在する。このような場合に前述の情報処理装置は、第2形式の変換データがプリントデータとして選択されると、当該変換データを第2形式から第1形式に逆変換して記録装置に送信する必要がある。そのため、逆変換の処理能力を超える変換データがプリントデータとして選択されると、当該変換データに対する記録処理が実行できないという課題を生じる。   Here, there is a recording apparatus that cannot execute the recording process for the data in the second format. In such a case, when the converted data in the second format is selected as the print data, the information processing apparatus described above needs to reverse-convert the converted data from the second format to the first format and transmit the converted data to the recording device. is there. For this reason, when conversion data exceeding the reverse conversion processing capability is selected as print data, there arises a problem that the recording process for the conversion data cannot be executed.

本発明は、上記の事情に鑑みてなされたものであり、その目的は、読取装置から取得して第1形式から第2形式に変換したデータを、第1形式に逆変換して記録装置に記録処理を実行させることが可能なプログラムを提供することにある。   The present invention has been made in view of the above circumstances, and an object of the present invention is to reversely convert data obtained from a reading device and converted from the first format into the second format into the first format, and to the recording device. An object is to provide a program capable of executing a recording process.

(1) 本明細書に記載のプログラムは、操作部と、原稿に記録された画像を読み取って第1形式のデータを生成する読取装置と、前記第1形式のデータで示される画像をシートに記録する記録処理を実行する記録装置とに接続されたコンピュータによって実行可能である。該プログラムは、前記第1形式の第1データを前記読取装置から取得する第1データ取得処理と、第1方法或いは前記第1方法と異なる第2方法で、前記第1データを前記第1形式と異なる第2形式の第2データに変換する変換処理と、前記第2形式のデータを前記第1形式に逆変換する逆変換プログラムの処理能力に関する能力情報を取得する能力情報取得処理と、前記第1方法で前記第1データを前記第2データに変換したと仮定した場合に、当該第2データを前記逆変換プログラムが逆変換可能か否かを、前記能力情報に基づいて判断する第1判断処理と、前記変換処理で生成された前記第2データを記憶させる第1記憶処理と、前記記録処理の対象となるデータを選択するユーザ操作を前記操作部を通じて受け付ける第1受付処理と、前記第2データの選択を前記第1受付処理で受け付けたことに応じて、前記逆変換プログラムに当該第2データを前記第1形式の逆変換データに逆変換させる逆変換処理と、前記逆変換データで示される画像をシートに対して前記記録装置に記録させる記録指示処理とを前記コンピュータに実行させ、逆変換可能と前記第1判断処理で判断した場合の前記変換処理において、前記第1方法で前記第1データを前記第2データに変換し、逆変換不能と前記第1判断処理で判断した場合の前記変換処理において、前記第2方法で前記第1データを前記第2データに変換する。   (1) A program described in this specification includes an operation unit, a reading device that reads an image recorded on a document and generates data in a first format, and an image represented by the data in the first format on a sheet. It can be executed by a computer connected to a recording apparatus that executes a recording process for recording. The program includes: a first data acquisition process for acquiring first data in the first format from the reading device; and a first method or a second method different from the first method, and the first data in the first format. A conversion process for converting to second data in a second format different from the above, a capability information acquisition process for acquiring capability information relating to the processing capability of an inverse conversion program for inversely converting the data in the second format into the first format, When it is assumed that the first data is converted into the second data by the first method, the first data is determined based on the capability information as to whether or not the inverse conversion program can reversely convert the second data. A determination process; a first storage process for storing the second data generated by the conversion process; and a first reception process for receiving a user operation for selecting data to be subjected to the recording process through the operation unit. An inverse transformation process for causing the inverse transformation program to inversely convert the second data into the inverse transformation data of the first format in response to accepting the selection of the second data in the first acceptance processing; In the conversion process when the computer executes a recording instruction process for causing the recording apparatus to record an image indicated by data on the sheet, and the first determination process determines that reverse conversion is possible, the first method The first data is converted into the second data, and the first data is converted into the second data by the second method in the conversion processing when the reverse determination is impossible in the first determination processing. .

上記構成によれば、読取装置から取得した第1データを第1方法で第2データに変換したと仮定した場合に、当該第2データを逆変換プログラムが変換不能であれば、第1方法に代えて第2方法で変換処理が実行される。その結果、当該第2データを第1形式に逆変換して記録装置に記録処理を実行させることができる。   According to the above configuration, when it is assumed that the first data acquired from the reading device is converted to the second data by the first method, if the inverse conversion program cannot convert the second data, the first method is used. Instead, the conversion process is executed by the second method. As a result, the second data can be converted back into the first format and the recording apparatus can execute the recording process.

(2) 好ましくは、該プログラムは、前記第1データが複数ページで構成されているか否かを判断する第2判断処理を前記コンピュータに実行させ、逆変換不能と前記第1判断処理で判断し、且つ前記第1データが複数ページで構成されていると前記第2判断処理で判断した場合の前記変換処理において、前記第2方法として、各々が前記逆変換プログラムで逆変換可能であり、且つ各々が前記第2データを構成する一部のページに対応する複数の部分第2データに前記第1データを変換し、前記第1記憶処理において、複数の前記部分第2データを前記第2データとして記憶させ、前記逆変換処理において、複数の前記部分変換データそれぞれを前記逆変換プログラムに逆変換させる。   (2) Preferably, the program causes the computer to execute a second determination process for determining whether or not the first data is composed of a plurality of pages, and determines that reverse conversion is impossible by the first determination process. In the conversion process when it is determined in the second determination process that the first data is composed of a plurality of pages, as the second method, each can be reverse converted by the reverse conversion program, and The first data is converted into a plurality of partial second data each corresponding to a part of pages constituting the second data, and the plurality of partial second data is converted into the second data in the first storage process. And in the inverse conversion process, each of the plurality of partial conversion data is inversely converted into the inverse conversion program.

上記構成によれば、逆変換プログラムが変換不能な第1データが、各々が逆変換可能な複数の部分第2データに変換される。これにより、記録処理の対象として第2データが選択された場合に、各部分第2データそれぞれを逆変換プログラムに逆変換させ、逆変換プログラムから取得した逆変換データで示される画像をシートに対して記録装置に記録させることができる。   According to the above configuration, the first data that cannot be converted by the reverse conversion program is converted into a plurality of partial second data, each of which can be reverse converted. Thus, when the second data is selected as the target of the recording process, each partial second data is inversely converted into an inverse conversion program, and an image indicated by the inverse conversion data acquired from the inverse conversion program is displayed on the sheet. Can be recorded on the recording device.

(3) 好ましくは、該プログラムは、逆変換不能と前記第1判断処理で判断し、且つ前記第1データが1ページで構成されていると前記第2判断処理で判断した場合の前記変換処理において、前記第2方法として、前記第1データを圧縮してから前記第1方法で変換する。   (3) Preferably, the program determines that the reverse conversion is impossible in the first determination process, and the conversion process in the case where the second determination process determines that the first data is composed of one page. In the second method, as the second method, the first data is compressed and then converted by the first method.

上記構成によれば、第1データが複数の部分第2データに分割できない場合に、第1方法の変換処理に先立って当該第1データが圧縮されるので、逆変換プログラムが逆変換可能な第2データを得ることができる。   According to the above configuration, when the first data cannot be divided into a plurality of partial second data, the first data is compressed prior to the conversion process of the first method. Two data can be obtained.

(4) 好ましくは、該プログラムは、逆変換不能と前記第1判断処理で判断し、且つ前記第1データが1ページで構成されていると前記第2判断処理で判断したことに応じて、前記第1データを圧縮するか否かを選択するユーザ操作を前記操作部を通じて受け付ける第2受付処理を前記コンピュータに実行させ、圧縮することを選択するユーザ操作を前記第2受付処理で受け付けたことに応じて、前記第1データを圧縮してから前記第1方法で変換する前記変換処理を前記コンピュータに実行させ、圧縮しないことを選択するユーザ操作を前記第2受付処理で受け付けたことに応じて、前記第1データを記憶させる第2記憶処理を、前記変換処理及び前記第1記憶処理に代えて前記コンピュータに実行させる。   (4) Preferably, the program determines that the reverse conversion is impossible in the first determination process, and determines that the first data is composed of one page in the second determination process. Causing the computer to execute a second accepting process for accepting a user operation for selecting whether or not to compress the first data through the operation unit, and accepting a user operation for selecting to compress in the second accepting process. In response to the user receiving the user operation for selecting not to compress the first data by compressing the first data and converting the first data by the first method. Then, the second storage process for storing the first data is executed by the computer instead of the conversion process and the first storage process.

第1データを圧縮すると、当該第1データで示される画像の画質が低下する。そこで上記構成のように、第1データを圧縮してでも第2形式に変換するか、第1形式の第1データのままで記憶させるかをユーザに選択させることが望ましい。   When the first data is compressed, the image quality of the image indicated by the first data is degraded. Therefore, as in the above configuration, it is desirable that the user select whether to convert the first data into the second format even if it is compressed or to store the first data in the first format as it is.

(5) 好ましくは、前記処理能力は、データサイズが第1閾値データ量未満であることを含む。該プログラムは、前記変換処理で生成すべき前記第2データのデータ形式を選択するユーザ操作を前記操作部を通じて受け付ける第3受付処理と、前記第2形式の選択を前記第3受付処理で受け付けたことに応じて、前記変換処理とを前記コンピュータに実行させ、前記第1閾値データ量より所定の割合だけ大きい第2閾値データ量を前記第1データのデータサイズ以上である場合の前記第3受付処理において、前記第2形式を選択不能にする。   (5) Preferably, the processing capability includes that the data size is less than a first threshold data amount. The program accepts a user operation for selecting a data format of the second data to be generated in the conversion process through the operation unit, and accepts a selection of the second format in the third acceptance process. Accordingly, the conversion process is executed by the computer, and the third acceptance when the second threshold data amount larger than the first threshold data amount by a predetermined ratio is equal to or larger than the data size of the first data. In the process, the second format is made unselectable.

上記構成によれば、第1データのデータサイズが処理能力を大きく上回る場合に、第2形式への変換を受け付けないので、第2データが処理能力を超えることに起因して、当該第2データに対する記録処理が実行できない事態を抑制することができる。   According to the above configuration, when the data size of the first data greatly exceeds the processing capability, the conversion to the second format is not accepted, so that the second data exceeds the processing capability, so that the second data It is possible to suppress the situation where the recording process cannot be executed.

(6) 例えば、該プログラムは、前記第1データが複数の前記部分第2データに変換された場合の前記第1記憶処理において、前記第2データを識別する第1識別情報と、複数の前記部分第2データそれぞれを識別する第2識別情報と、全ての前記部分第2データの合計データサイズとをさらに記憶させる。   (6) For example, in the first storage process when the first data is converted into the plurality of partial second data, the program includes a plurality of first identification information for identifying the second data, and a plurality of the plurality of the second data. Second identification information for identifying each partial second data and a total data size of all the partial second data are further stored.

(7) 好ましくは、前記コンピュータは、表示部をさらに備える。該プログラムは、前記記録処理の対象となるデータを識別する識別情報を前記表示部に一覧表示させる一覧表示処理を前記コンピュータに実行させ、前記第1受付処理において、前記表示部に一覧表示させた前記識別情報の1つを選択するユーザ操作を前記操作部を通じて受け付け、前記第1受付処理で選択を受け付けた前記第1識別情報に前記第2識別情報が対応付けられている場合の前記逆変換処理において、当該前記第2識別情報で識別される複数の前記部分第2データそれぞれを前記逆変換プログラムに逆変換させ、前記一覧表示処理において、前記第1識別情報及び前記第2識別情報のうちの前記第1識別情報のみを前記表示部に一覧表示させる。   (7) Preferably, the computer further includes a display unit. The program causes the computer to execute a list display process for causing the display unit to display a list of identification information for identifying data to be recorded, and causes the display unit to display a list in the first reception process. The reverse conversion when a user operation for selecting one of the identification information is accepted through the operation unit, and the second identification information is associated with the first identification information for which selection has been accepted in the first acceptance process. In the process, each of the plurality of partial second data identified by the second identification information is inversely transformed into the inverse transformation program, and the list display process includes the first identification information and the second identification information. Only the first identification information is displayed as a list on the display unit.

(8) さらに好ましくは、該プログラムは、前記一覧表示処理において、前記第1識別情報と前記合計データサイズとを対応付けて前記表示部に表示させる。   (8) More preferably, the program causes the display unit to display the first identification information and the total data size in association with each other in the list display process.

上記構成によれば、第2データが複数の部分第2データに分割されていることをユーザに意識させることなく、当該第2データを記録処理の対象として選択させることができる。   According to the above configuration, the second data can be selected as a target for the recording process without making the user aware that the second data is divided into the plurality of partial second data.

(9) 好ましくは、該プログラムは、前記一覧表示処理において、前記逆変換プログラムが逆変換可能な前記第2データの前記識別情報と、前記逆変換プログラムが逆変換不能な前記第2データの前記識別情報との表示態様を異ならせ、前記第1受付処理において、前記逆変換プログラムが逆変換可能な前記第2データの識別情報のみを選択するユーザ操作を前記操作部を通じて受け付ける。   (9) Preferably, in the list display process, the program includes the identification information of the second data that can be reversely converted by the reverse conversion program, and the second data of the second data that cannot be reversely converted by the reverse conversion program. The display mode of the identification information is changed, and in the first reception process, a user operation for selecting only the identification information of the second data that can be reversely converted by the reverse conversion program is received through the operation unit.

上記構成によれば、逆変換プログラムが逆変換できないために記録処理の対象として選択できないことを、ユーザに認識させることができる。   According to the above configuration, the user can recognize that the reverse conversion program cannot be reversely converted and cannot be selected as a recording process target.

(10) 例えば、前記コンピュータは、通信部をさらに備える。前記通信部は、前記逆変換プログラムを実行可能なサーバ装置と通信可能である。該プログラムは、前記能力情報取得処理において、前記能力情報の送信を要求する要求情報を前記通信部を通じて前記サーバ装置に送信し、当該要求情報の応答として前記能力情報を前記通信部を通じて前記サーバ装置から受信し、前記逆変換処理において、前記第2データを逆変換させるための変換指示情報を前記通信部を通じて前記サーバ装置に送信し、当該変換指示情報の応答として前記逆変換データを前記通信部を通じて前記サーバ装置から受信する。   (10) For example, the computer further includes a communication unit. The communication unit can communicate with a server device capable of executing the inverse conversion program. In the capability information acquisition process, the program transmits request information for requesting transmission of the capability information to the server device through the communication unit, and transmits the capability information as a response to the request information through the communication unit. In the reverse conversion process, the conversion instruction information for reverse conversion of the second data is transmitted to the server device through the communication unit, and the reverse conversion data is transmitted as a response to the conversion instruction information. Through the server device.

但し、逆変換プログラムを実行するのはサーバ装置に限定されず、本発明に係るプログラムを実行するコンピュータによって実行されてもよい。   However, the inverse conversion program is not limited to the server device, and may be executed by a computer that executes the program according to the present invention.

(11) 例えば、前記コンピュータは、記憶部をさらに備える。該プログラムは、前記第1記憶処理において、前記第2データを前記記憶部に記憶させ、前記第1受付処理において、前記記憶部に記憶されたデータの1つを選択するユーザ操作を前記操作部を通じて受け付ける。   (11) For example, the computer further includes a storage unit. The program stores the second data in the storage unit in the first storage process, and performs a user operation for selecting one of the data stored in the storage unit in the first reception process. Accept through.

但し、第2データの記憶先はローカルメモリに限定されず、インターネット上のストレージサーバ等であってもよい。   However, the storage destination of the second data is not limited to the local memory, and may be a storage server on the Internet.

(12) 例えば、前記コンピュータは、通信部をさらに備える。該プログラムは、前記第1データ取得処理において、前記通信部を通じて前記読取装置から前記第1データを受信し、前記記録指示処理において、前記逆変換データで示される画像をシートに記録させるための記録指示情報を、前記通信部を通じて前記記録装置に送信する。   (12) For example, the computer further includes a communication unit. In the first data acquisition process, the program receives the first data from the reading device through the communication unit, and in the recording instruction process, the program records the image indicated by the inversely converted data on a sheet. Instruction information is transmitted to the recording device through the communication unit.

但し、本発明に係るプログラムを実行するコンピュータは読取装置及び記録装置から独立していることに限定されず、読取装置及び記録装置を備える複合機のCPUによって当該プログラムが実行されてもよい。   However, the computer that executes the program according to the present invention is not limited to being independent from the reading device and the recording device, and the program may be executed by a CPU of a multifunction machine including the reading device and the recording device.

(13) 例えば、該プログラムは、逆変換可能と前記第1判断処理で判断した場合の前記変換処理において、前記第1方法として、前記第1データを1つの前記第2データに変換する。   (13) For example, the program converts the first data into one second data as the first method in the conversion process when it is determined in the first determination process that reverse conversion is possible.

(14) 一例として、前記能力情報で示される処理能力は、前記逆変換プログラムが逆変換可能な前記第2データのページ数、及び逆変換可能な前記第2データのデータ量の少なくとも1つを示す。該プログラムは、前記第1判断処理において、前記第1方法で前記第1データを変換したと仮定した場合のページ数及びデータ量の少なくとも1つと前記能力情報とを比較して、逆変換可能か否かを判断する。   (14) As an example, the processing capability indicated by the capability information is at least one of the number of pages of the second data that can be inversely converted by the inverse conversion program and the amount of data of the second data that can be inversely converted. Show. Whether the program can perform reverse conversion by comparing the capability information with at least one of the number of pages and the data amount when it is assumed that the first data is converted by the first method in the first determination process. Judge whether or not.

(15) 他の例として、前記能力情報で示される処理能力は、前記第1方法で変換された場合に前記逆変換プログラムが逆変換可能と推定される前記第1データのページ数、及び逆変換可能と推定される前記第1データのデータ量の少なくとも1つを示す。該プログラムは、前記第1判断処理において、前記第1データのページ数及びデータ量の少なくとも1つと前記能力情報とを比較して、逆変換可能か否かを判断する。   (15) As another example, the processing capability indicated by the capability information includes the number of pages of the first data estimated to be reversely convertible by the reverse conversion program when converted by the first method, and the reverse It shows at least one of the data amount of the first data estimated to be convertible. In the first determination process, the program compares at least one of the number of pages of the first data and the amount of data with the capability information to determine whether reverse conversion is possible.

(16) 本明細書に記載の情報処理装置は、操作部と、通信部と、制御部とを備える。前記通信部は、原稿に記録された画像を読み取って第1形式のデータを生成する読取装置と、前記第1形式のデータで示される画像をシートに記録する記録処理を実行する記録装置と通信可能である。前記制御部は、前記第1形式の第1データを前記通信部を通じて前記読取装置から取得する第1データ取得処理と、第1方法或いは前記第1方法と異なる第2方法で、前記第1データを前記第1形式と異なる第2形式の第2データに変換する変換処理と、前記第2形式のデータを前記第1形式に逆変換する逆変換プログラムの処理能力に関する能力情報を取得する能力情報取得処理と、前記第1方法で前記第1データを前記第2データに変換したと仮定した場合に、当該第2データを前記逆変換プログラムが逆変換可能か否かを、前記能力情報に基づいて判断する第1判断処理と、前記変換処理で生成された前記第2データを記憶させる第1記憶処理と、前記記録処理の対象となるデータを選択するユーザ操作を前記操作部を通じて受け付ける第1受付処理と、前記第2データの選択を前記第1受付処理で受け付けたことに応じて、前記逆変換プログラムに当該第2データを前記第1形式の逆変換データに逆変換させる逆変換処理と、前記逆変換データで示される画像をシートに記録させるための記録指示情報を、前記通信部を通じて前記記録装置に送信する記録指示処理とを実行し、逆変換可能と前記第1判断処理で判断した場合の前記変換処理において、前記第1方法で前記第1データを前記第2データに変換し、逆変換不能と前記第1判断処理で判断した場合の前記変換処理において、前記第2方法で前記第1データを前記第2データに変換する。   (16) The information processing apparatus described in the present specification includes an operation unit, a communication unit, and a control unit. The communication unit communicates with a reading device that reads an image recorded on a document to generate first format data, and a recording device that executes a recording process for recording an image indicated by the first format data on a sheet. Is possible. The control unit includes: a first data acquisition process for acquiring first data in the first format from the reading device through the communication unit; and a first method or a second method different from the first method. Capability information for acquiring the capability information regarding the processing capability of the conversion processing for converting the data of the second format into the first format and the conversion processing for converting the data of the second format back to the first format When it is assumed that the first data is converted to the second data by the acquisition process and the first method, whether or not the inverse conversion program can reversely convert the second data based on the capability information. A first determination process for determining the first data, a first storage process for storing the second data generated by the conversion process, and a user operation for selecting data to be recorded is received through the operation unit. Inverse transformation that causes the inverse transformation program to inversely convert the second data into inverse transformation data of the first format in response to acceptance of the first acceptance processing and selection of the second data in the first acceptance processing. The first determination process is performed by executing a process and a recording instruction process for transmitting recording instruction information for recording an image indicated by the inversely converted data on a sheet to the recording apparatus through the communication unit. In the conversion process in the case of determining in the first determination method, the first data is converted into the second data by the first method, and in the conversion process in the case of determining in the first determination process that the reverse conversion is impossible, the second data The method converts the first data into the second data.

(17) 本明細書に記載の記録システムは、操作部と、原稿に記録された画像を読み取って第1形式のデータを生成する読取装置と、前記第1形式のデータで示される画像をシートに記録する記録処理を実行する記録装置と、制御部とを備える。前記制御部は、前記第1形式の第1データを前記読取装置から取得する第1データ取得処理と、第1方法或いは前記第1方法と異なる第2方法で、前記第1データを前記第1形式と異なる第2形式の第2データに変換する変換処理と、前記第2形式のデータを前記第1形式に逆変換する逆変換プログラムの処理能力に関する能力情報を取得する能力情報取得処理と、前記変換処理で生成された前記第2データを記憶させる第1記憶処理と、前記記録処理の対象となるデータを選択するユーザ操作を前記操作部を通じて受け付ける第1受付処理と、前記第2データの選択を前記第1受付処理で受け付けたことに応じて、前記逆変換プログラムに当該第2データを前記第1形式の逆変換データに逆変換させる逆変換処理と、前記逆変換データで示される画像をシートに対して前記記録装置に記録させる記録指示処理とを実行し、逆変換可能と前記第1判断処理で判断した場合の前記変換処理において、前記第1方法で前記第1データを前記第2データに変換し、逆変換不能と前記第1判断処理で判断した場合の前記変換処理において、前記第2方法で前記第1データを前記第2データに変換する。   (17) A recording system described in this specification includes an operation unit, a reading device that reads an image recorded on a document and generates first format data, and an image represented by the first format data as a sheet A recording apparatus that executes a recording process to be recorded on the recording medium, and a control unit. The control unit is configured to acquire the first data in the first data acquisition process by acquiring the first data in the first format from the reading device and the second method different from the first method or the first method. A conversion process for converting to second data in a second format different from the format; a capability information acquisition process for acquiring capability information relating to the processing capability of an inverse conversion program for inversely converting the data in the second format into the first format; A first storage process for storing the second data generated by the conversion process; a first reception process for receiving a user operation for selecting data to be a target of the recording process through the operation unit; and In response to the selection being accepted in the first acceptance process, the inverse transformation process causes the inverse transformation program to inversely convert the second data into the inverse transformation data of the first format, and the inverse transformation data indicates In the conversion process when the first determination process determines that reverse conversion is possible, the recording instruction process for causing the recording apparatus to record an image to be recorded on the sheet is performed. The first data is converted to the second data by the second method in the conversion process when the first data is converted and converted into the second data and the reverse determination is impossible in the first determination process.

本発明によれば、第1方法で変換された場合の第2データを逆変換プログラムが変換不能であれば、第1方法に代えて第2方法で変換処理が実行されるので、当該第2データを第1形式に逆変換して記録装置に記録処理を実行させることができる。   According to the present invention, if the inverse conversion program cannot convert the second data converted by the first method, the conversion process is executed by the second method instead of the first method. Data can be converted back to the first format and the recording apparatus can execute the recording process.

図1は、本実施形態に係る記録システム100の概略図である。FIG. 1 is a schematic diagram of a recording system 100 according to the present embodiment. 図2は、(A)が複合機10の機能ブロック図であり、(B)が携帯端末50の機能ブロック図である。2A is a functional block diagram of the multifunction device 10, and FIG. 2B is a functional block diagram of the portable terminal 50. 図3は、データ記憶領域62Bに記憶されるデータの一例であって、(A)は対応ファイル名情報を、(B)はスキャナ情報及びプリンタ情報を示す。FIG. 3 shows an example of data stored in the data storage area 62B. (A) shows corresponding file name information, and (B) shows scanner information and printer information. 図4は、画像読取処理のフローチャートである。FIG. 4 is a flowchart of the image reading process. 図5は、変換処理のフローチャートである。FIG. 5 is a flowchart of the conversion process. 図6は、画像記録処理のフローチャートである。FIG. 6 is a flowchart of the image recording process. 図7は、表示部53の表示例であって、(A)はスキャン指示画面を、(B)は圧縮確認画面を示す。FIG. 7 is a display example of the display unit 53, where (A) shows a scan instruction screen and (B) shows a compression confirmation screen. 図8は、形式選択画面の表示例であって、(A)はJPEGファイルのデータ量が第2閾値データ量未満の場合を、(B)はJPEGファイルのデータ量が第2閾値データ量以上の場合を示す。8A and 8B show display examples of the format selection screen. FIG. 8A shows a case where the data amount of the JPEG file is less than the second threshold data amount, and FIG. 8B shows that the data amount of the JPEG file is equal to or larger than the second threshold data amount. This case is shown. 図9は、ファイル選択画面の一例である。FIG. 9 is an example of a file selection screen.

以下、適宜図面を参照して本発明の実施形態について説明する。なお、以下に説明される実施形態は本発明の一例にすぎず、本発明の要旨を変更しない範囲で、本発明の実施形態を適宜変更できることは言うまでもない。   Hereinafter, embodiments of the present invention will be described with reference to the drawings as appropriate. The embodiment described below is merely an example of the present invention, and it is needless to say that the embodiment of the present invention can be changed as appropriate without departing from the gist of the present invention.

図1は、本実施形態における記録システム100の概略図である。図1に示される記録システム100は、複合機10と、携帯端末50と、サーバ70とで構成される。複合機10、携帯端末50、及びサーバ70は、通信ネットワークを通じて相互に通信可能とされている。通信ネットワークの具体例は特に限定されないが、例えば、インターネット101、有線LAN(Local Area Networkの略)、無線LAN102、或いはこれらの組み合わせであってもよい。   FIG. 1 is a schematic diagram of a recording system 100 in the present embodiment. A recording system 100 shown in FIG. 1 includes a multifunction device 10, a portable terminal 50, and a server 70. The multifunction machine 10, the portable terminal 50, and the server 70 can communicate with each other through a communication network. Although the specific example of a communication network is not specifically limited, For example, the internet 101, wired LAN (abbreviation of Local Area Network), wireless LAN102, or these combination may be sufficient.

複合機10及び携帯端末50は、図1に示されるように、無線LAN102に属している。また、無線LAN102は、不図示のルータ等を通じてインターネット101に接続されている。なお、「無線LAN102に属する」とは、無線LAN102に属するための設定がされており、無線LAN102に属する他の装置と通信可能であることを指す。より詳細には、複合機10及び携帯端末50には、無線LAN102のアクセスポイント102Aと同じSSIDが設定されており、無線LAN102に割り当てられたネットワークアドレスが付与されている。   The multifunction machine 10 and the portable terminal 50 belong to the wireless LAN 102 as shown in FIG. The wireless LAN 102 is connected to the Internet 101 through a router (not shown). Note that “belonging to the wireless LAN 102” means that settings for belonging to the wireless LAN 102 have been made and communication with other devices belonging to the wireless LAN 102 is possible. More specifically, the same SSID as that of the access point 102 </ b> A of the wireless LAN 102 is set in the multifunction device 10 and the portable terminal 50, and a network address assigned to the wireless LAN 102 is given.

なお、無線通信とは、通信区間の全域において無線通信が行われていることに限定されない。すなわち、「アクセスポイント102Aを経由して複合機10が情報或いはデータを無線送信或いは無線受信する」とは、複合機10とアクセスポイント102Aとの間において無線通信を実行できていればよい。携帯端末50についても同様である。   Note that wireless communication is not limited to wireless communication being performed in the entire communication section. That is, “the MFP 10 wirelessly transmits or receives information or data via the access point 102A” only needs to be able to execute wireless communication between the MFP 10 and the access point 102A. The same applies to the portable terminal 50.

また、サーバ70は、インターネット101に接続されている。そして、複合機10及び携帯端末50は、アクセスポイント102A及び不図示のルータからインターネット101を経由して、サーバ70と通信することができる。さらに、携帯端末50は、不図示の基地局を通じてインターネット101に接続されていてもよい。そして、携帯端末50は、基地局からインターネット101を経由して、サーバ70と無線通信することができてもよい。不図示のルータ及び基地局は、通信機器の一例である。   The server 70 is connected to the Internet 101. The multifunction device 10 and the portable terminal 50 can communicate with the server 70 via the Internet 101 from the access point 102A and a router (not shown). Furthermore, the portable terminal 50 may be connected to the Internet 101 through a base station (not shown). The portable terminal 50 may be able to wirelessly communicate with the server 70 from the base station via the Internet 101. A router and a base station (not shown) are examples of communication devices.

[複合機10]
複合機10は、図2(A)に示されるように、プリンタ部11と、スキャナ部12と、表示部23と、操作部24と、通信部25と、CPU31と、記憶部32と、通信バス33とを主に備える。複合機10を構成する各構成要素は、通信バス33を通じて相互に接続されている。
[Multifunction machine 10]
As shown in FIG. 2A, the multifunction machine 10 includes a printer unit 11, a scanner unit 12, a display unit 23, an operation unit 24, a communication unit 25, a CPU 31, a storage unit 32, and a communication unit. A bus 33 is mainly provided. Each component constituting the multi-function device 10 is connected to each other through a communication bus 33.

[プリンタ部11、スキャナ部12]
プリンタ部11は、画像データで示される画像を記録用紙に記録する記録処理を実行する。記録用紙は、シート或いは記録媒体の一例である。プリンタ部11の記録方式として、インクジェット方式や電子写真方式などの公知の方式を採用することができる。プリンタ部11は、記録部或いは記録装置の一例である。スキャナ部12は、原稿に記録されている画像を読み取って画像データを生成するスキャン処理を実行する。スキャナ部12は、読取部或いは読取装置の一例である。複合機10は、FAXの送受信を行うFAX機能、記録用紙に記録された画像を読み取って他の記録用紙に記録するコピー機能等をさらに有してもよい。
[Printer 11 and Scanner 12]
The printer unit 11 executes a recording process for recording an image indicated by the image data on a recording sheet. The recording paper is an example of a sheet or a recording medium. As a recording method of the printer unit 11, a known method such as an ink jet method or an electrophotographic method can be adopted. The printer unit 11 is an example of a recording unit or a recording device. The scanner unit 12 executes a scan process for reading an image recorded on a document and generating image data. The scanner unit 12 is an example of a reading unit or a reading device. The multi-function device 10 may further include a FAX function for performing FAX transmission / reception, a copy function for reading an image recorded on a recording sheet and recording it on another recording sheet.

複合機10は、JPEGファイルで示される画像を記録用紙に対してプリンタ部11に記録させることができ、PDFファイルで示される画像を記録用紙に対してプリンタ部11に記録させることができない。すなわち、JPEG形式は、複合機10が記録処理を実行可能な第1形式の一例である。但し、第1形式はJPEG形式に限定されず、例えば、BMP形式、TIFF形式等であってもよい。また、PDF形式は、複合機10が記録処理を実行不能な第2形式の一例である。但し、第2形式はPDF形式に限定されず、例えば、文書形式、プレゼンテーション形式、表計算形式等であってもよい。   The multi-function device 10 can record the image indicated by the JPEG file on the recording paper on the printer unit 11 and cannot record the image indicated by the PDF file on the recording paper on the printer unit 11. That is, the JPEG format is an example of a first format in which the multifunction machine 10 can execute the recording process. However, the first format is not limited to the JPEG format, and may be, for example, a BMP format, a TIFF format, or the like. The PDF format is an example of a second format in which the multifunction device 10 cannot execute the recording process. However, the second format is not limited to the PDF format, and may be, for example, a document format, a presentation format, a spreadsheet format, or the like.

[表示部23]
表示部23は、各種情報を表示する表示画面を備える。表示部23としては、液晶ディスプレイ(Liquid Crystal Displayの略)、有機ELディスプレイ(Organic Electro−Luminescence Displayの略)等を採用することができる。
[Display unit 23]
The display unit 23 includes a display screen that displays various types of information. As the display unit 23, a liquid crystal display (abbreviation of Liquid Crystal Display), an organic EL display (abbreviation of Organic Electro-Luminescence Display), or the like can be adopted.

[操作部24]
操作部24は、表示部23の表示画面に表示されたオブジェクトを選択するユーザの操作を受け付ける。具体的には、操作部24はボタンを有しており、押下されたボタンに対応づけられた各種の操作信号をCPU31へ出力する。さらに、操作部24は、表示部23の表示画面に重畳された膜状のタッチセンサを有していてもよい。すなわち、表示部23がタッチパネルディスプレイとして構成されてもよい。
[Operation unit 24]
The operation unit 24 receives a user operation for selecting an object displayed on the display screen of the display unit 23. Specifically, the operation unit 24 has a button, and outputs various operation signals associated with the pressed button to the CPU 31. Further, the operation unit 24 may include a film-like touch sensor superimposed on the display screen of the display unit 23. That is, the display unit 23 may be configured as a touch panel display.

なお、「オブジェクト」とは、ユーザが操作部24を操作することによって選択可能な画像を指す。一例として、オブジェクトは表示部23に表示された文字列であって、操作部24の方向キーを押下することによってオブジェクトの1つがハイライト表示され、操作部24の決定ボタンを押下することによってハイライト表示されたオブジェクトが選択されてもよい。他の例として、操作部24がタッチパネルである場合のオブジェクトは表示部23に表示されたアイコン、ボタン、リンク等であって、タッチ位置に表示されたオブジェクトが選択されてもよい。   The “object” refers to an image that can be selected by the user operating the operation unit 24. As an example, the object is a character string displayed on the display unit 23. One of the objects is highlighted when the direction key of the operation unit 24 is pressed, and the object is highlighted by pressing the enter button of the operation unit 24. A light-displayed object may be selected. As another example, an object when the operation unit 24 is a touch panel is an icon, a button, a link, or the like displayed on the display unit 23, and the object displayed at the touch position may be selected.

タッチパネルとして実現される操作部24は、表示部23の表示画面をタッチするユーザ操作を受け付ける。また、操作部24は、ユーザがタッチした表示画面上の位置を示す位置情報を出力する。位置情報は、例えば、表示画面の左上端を原点とし、右向きをx軸の正の向き、下向きをy軸の正の向きとしたx−y平面上の座標(x,y)として表現できる。タッチセンサには、静電容量方式、抵抗膜方式等の周知の方式を採用することができる。   The operation unit 24 realized as a touch panel receives a user operation for touching the display screen of the display unit 23. The operation unit 24 outputs position information indicating the position on the display screen touched by the user. The position information can be expressed, for example, as coordinates (x, y) on the xy plane with the upper left corner of the display screen as the origin, the right direction as the positive direction of the x axis, and the downward direction as the positive direction of the y axis. For the touch sensor, a known method such as a capacitance method or a resistance film method can be adopted.

なお、本明細書中における「タッチ」とは、入力媒体を表示画面に接触させる操作全般を含む。すなわち、タッチした入力媒体を所定時間内に表示画面から離間させるタップ操作、タッチした入力媒体を表示画面上で静止させるロングタッチ操作、タッチした入力媒体を表示画面上でスライドさせるスライド操作、表示画面上をスライドする入力媒体の加速度が閾値以上であるフリック操作、表示画面上の異なる位置にタッチした2つの入力媒体を互いに近づける向きにスライドさせるピンチイン操作、表示画面上の異なる位置にタッチした2つの入力媒体を互いに離れる向きにスライドさせるピンチアウト操作等は、タッチの一例である。   Note that “touch” in this specification includes all operations for bringing an input medium into contact with a display screen. That is, a tap operation to move the touched input medium away from the display screen within a predetermined time, a long touch operation to make the touched input medium stand still on the display screen, a slide operation to slide the touched input medium on the display screen, a display screen Flick operation where the acceleration of the input medium sliding above the threshold is more than a threshold, pinch-in operation to slide two input media touched at different positions on the display screen toward each other, two touched at different positions on the display screen A pinch-out operation or the like that slides the input medium away from each other is an example of a touch.

また、入力媒体が表示画面に触れていなくても、表示画面との間の距離がごく僅かな位置まで入力媒体を近接させることを、前述の「タッチ」の概念に含めてもよい。さらに入力媒体とは、ユーザの指であってもよいし、タッチペン等であってもよい。   In addition, even if the input medium is not touching the display screen, the concept of “touch” may include bringing the input medium close to a position where the distance from the display screen is very small. Furthermore, the input medium may be a user's finger or a touch pen.

[通信部25]
通信部25は、外部装置と無線通信を行うためのインタフェースである。複合機10は、例えば、携帯端末50、及びサーバ70等との間で通信部25を通じて各種情報或いは各データを送受信することができる。通信部25の具体的な通信手順は特に限定されないが、例えば、Wi−Fi(Wi−Fi Allianceの登録商標)を採用することができる。
[Communication unit 25]
The communication unit 25 is an interface for performing wireless communication with an external device. For example, the multifunction device 10 can transmit and receive various types of information or data to and from the mobile terminal 50 and the server 70 through the communication unit 25. Although the specific communication procedure of the communication part 25 is not specifically limited, For example, Wi-Fi (registered trademark of Wi-Fi Alliance) is employable.

[CPU31]
CPU(Central Processing Unitの略)31は、複合機10の全体動作を制御するものである。CPU31は、後述する各種プログラムを記憶部32から取得して実行する。CPU31は、各種プログラムの実行によって、操作部24から出力される各種情報、及び通信部25を通じて外部装置から取得した各種情報等に基づいた各種の処理を実行する。CPU31及び記憶部32は、制御部の一例を構成する。
[CPU 31]
A CPU (abbreviation of Central Processing Unit) 31 controls the overall operation of the multifunction machine 10. The CPU 31 acquires various programs described later from the storage unit 32 and executes them. The CPU 31 executes various processes based on various information output from the operation unit 24 and various information acquired from an external device through the communication unit 25 by executing various programs. The CPU 31 and the storage unit 32 constitute an example of a control unit.

[記憶部32]
記憶部32は、プログラム記憶領域32Aと、データ記憶領域32Bとを有する。プログラム記憶領域32Aには、OS(Operating Systemの略)34と、制御プログラム35とが格納される。OS34及び制御プログラム35は、バイナリ形式にビルドされたプログラムである。なお、制御プログラム35は、単一のプログラムであってもよいし、複数のプログラムの集合体であってもよい。データ記憶領域32Bには、制御プログラム35の実行に必要なデータ或いは情報が記憶される。
[Storage unit 32]
The storage unit 32 includes a program storage area 32A and a data storage area 32B. In the program storage area 32A, an OS (abbreviation of Operating System) 34 and a control program 35 are stored. The OS 34 and the control program 35 are programs built in a binary format. The control program 35 may be a single program or an aggregate of a plurality of programs. Data or information necessary for execution of the control program 35 is stored in the data storage area 32B.

なお、本明細書中の「データ」と「情報」とは、コンピュータによって取り扱い可能なビット或いはビット列である点において共通する。「データ」とは、各ビットが示す意味内容をコンピュータが考慮することなく取り扱えるものを指す。これに対して、「情報」とは、各ビットが示す意味内容によってコンピュータの動作が分岐するものを指す。さらに、「指示」は、送信先の装置に対して次の動作を促すための制御信号であって、情報を含んでいることもあるし、それ自体が情報としての性質を有していることもある。   Note that “data” and “information” in this specification are common in that they are bits or bit strings that can be handled by a computer. “Data” refers to data that can be handled by the computer without taking into account the meaning of each bit. On the other hand, “information” refers to information that the operation of the computer branches depending on the semantic content indicated by each bit. Furthermore, the “instruction” is a control signal for prompting the destination apparatus to perform the next operation, and may include information or itself has a property as information. There is also.

また、「データ」及び「情報」は、形式(例えば、テキスト形式、バイナリ形式、フラグ形式等)がコンピュータ毎に変更されたとしても、同一の意味内容と認識される限り、同一のデータ及び情報として取り扱われる。例えば、「2つ」であることを示す情報が、あるコンピュータではASCIIコードで”0x32“というテキスト形式の情報として保持され、別のコンピュータでは二進数表記で”10“というバイナリ形式の情報として保持されてもよい。   In addition, even if the format (for example, text format, binary format, flag format, etc.) is changed for each computer, “data” and “information” have the same data and information as long as they are recognized as the same meaning content. Are treated as For example, information indicating “two” is stored as text information “0x32” in ASCII code in one computer, and binary format information “10” in binary notation in another computer. May be.

但し、上記の「データ」及び「情報」の区別は厳密なものではなく、例外的な取り扱いも許容される。例えば、データが一時的に情報として扱われてもよいし、情報が一時的にデータとして扱われてもよい。また、ある装置ではデータとして扱われるものが、他の装置では情報として扱われてもよい。さらには、データの中から情報が取り出されてもよいし、情報の中からデータが取り出されてもよい。   However, the distinction between the above “data” and “information” is not strict, and exceptional handling is allowed. For example, data may be temporarily treated as information, or information may be temporarily treated as data. Also, what is handled as data in a certain device may be handled as information in another device. Furthermore, information may be extracted from the data, or data may be extracted from the information.

記憶部32は、例えば、RAM(Random Access Memoryの略)、ROM(Read Only Memoryの略)、EEPROM(Electrically Erasable Programmable Read−Only Memoryの略)、HDD(Hard Disk Driveの略)、CPU31が備えるバッファ等、或いはそれらの組み合わせによって構成される。   The storage unit 32 includes, for example, RAM (abbreviation of Random Access Memory), ROM (abbreviation of Read Only Memory), EEPROM (abbreviation of Electrically Erasable Programmable Read-Only Memory), HDD (abbreviation of Hard CPU) 31 (HDD). It is configured by a buffer or the like or a combination thereof.

なお、記憶部32は、コンピュータが読み取り可能なストレージ媒体であってもよい。コンピュータが読み取り可能なストレージ媒体とは、non−transitoryな媒体である。non−transitoryな媒体には、上記の例の他に、CD−ROM、DVD−ROM等の記録媒体も含まれる。また、non−transitoryな媒体は、tangibleな媒体でもある。一方、インターネット上のサーバなどからダウンロードされるプログラムを搬送する電気信号は、コンピュータが読み取り可能な媒体の一種であるコンピュータが読み取り可能な信号媒体であるが、non−transitoryなコンピュータが読み取り可能なストレージ媒体には含まれない。   The storage unit 32 may be a computer-readable storage medium. A computer-readable storage medium is a non-transitory medium. Non-transitory media include recording media such as CD-ROM and DVD-ROM in addition to the above examples. A non-transitory medium is also a tangible medium. On the other hand, an electrical signal that carries a program downloaded from a server on the Internet is a computer-readable signal medium that is a kind of computer-readable medium, but a non-transitory computer-readable storage. Not included in the media.

プログラム記憶領域32Aに記憶されているプログラムは、CPU31によって実行される。しかしながら、本明細書では、CPU31を省略して各プログラムの動作を説明することがある。すなわち、以下の説明において、「プログラムAが処理Aを実行する」という趣旨の記述は、「CPU31がプログラムAに記述された処理Aを実行する」ことを指してもよい。   The program stored in the program storage area 32A is executed by the CPU 31. However, in this specification, the operation of each program may be described with the CPU 31 omitted. That is, in the following description, the description that “the program A executes the process A” may indicate that “the CPU 31 executes the process A described in the program A”.

また、プログラム記憶領域32Aに記憶されているプログラムは、事象を判断し、判断結果に応じて動作する。しかしながら、本明細書では、判断することを省略して各プログラムの動作を説明することがある。すなわち、以下の説明において、「プログラムが条件Aに応じて、処理Aを実行する」という趣旨の記述は、「プログラムは条件Aであるか否かを判断する。プログラムは、肯定判断であることに応じて、処理Aを実行する」ことを指してもよい。   Further, the program stored in the program storage area 32A determines an event and operates according to the determination result. However, in this specification, the operation of each program may be described by omitting the determination. That is, in the following description, the description that “the program executes the process A according to the condition A” is “determining whether or not the program is the condition A. The program is a positive determination. The processing A may be executed according to the above.

OS34は、複合機10を構成するハードウェアであるプリンタ部11、スキャナ部12、表示部23、操作部24、及び通信部25等を制御するためのAPI(Application Programming Interfaceの略)を提供する基本プログラムである。すなわち、上記の各プログラムは、OS34が提供するAPIを呼び出すことによって、各ハードウェアを制御する。しかしながら、本明細書では、OS34を省略して各プログラムの動作を説明することがある。すなわち、以下の説明において、「プログラムBがハードウェアCを制御する」という趣旨の記述は、「プログラムBがOS34のAPIを通じてハードウェアCを制御する」ことを指してもよい。   The OS 34 provides an API (abbreviation for Application Programming Interface) for controlling the printer unit 11, the scanner unit 12, the display unit 23, the operation unit 24, the communication unit 25, and the like that are hardware constituting the multifunction machine 10. It is a basic program. That is, each of the above programs controls each hardware by calling an API provided by the OS 34. However, in this specification, the operation of each program may be described with the OS 34 omitted. That is, in the following description, the description “the program B controls the hardware C” may refer to “the program B controls the hardware C through the API of the OS 34”.

[携帯端末50]
携帯端末50は、図2(B)に示されるように、表示部53と、操作部54と、通信部55と、CPU61と、記憶部62と、通信バス63とを主に備える。携帯端末50に含まれる表示部53、操作部54、通信部55、CPU61、記憶部62、及び通信バス63は、複合機10に含まれる表示部23、操作部24、通信部25、CPU31、記憶部32、及び通信バス33と共通するので、再度の説明は省略する。携帯端末50は、情報処理装置の一例である。但し、情報処理装置は、スマートフォンやタブレット端末等の携帯端末50に限定されず、PC(Personal Computerの略)等であってもよい。
[Portable terminal 50]
As shown in FIG. 2B, the mobile terminal 50 mainly includes a display unit 53, an operation unit 54, a communication unit 55, a CPU 61, a storage unit 62, and a communication bus 63. The display unit 53, the operation unit 54, the communication unit 55, the CPU 61, the storage unit 62, and the communication bus 63 included in the portable terminal 50 are the display unit 23, the operation unit 24, the communication unit 25, the CPU 31, Since it is common with the memory | storage part 32 and the communication bus 33, description for the second time is abbreviate | omitted. The portable terminal 50 is an example of an information processing device. However, the information processing apparatus is not limited to the portable terminal 50 such as a smartphone or a tablet terminal, and may be a PC (abbreviation of Personal Computer) or the like.

データ記憶領域62Bは、例えば図3(A)に示される「対応ファイル名情報」を記憶している。対応ファイル名情報は、複合機10、携帯端末50、或いはサーバ70が生成したデータを取り扱うために、制御プログラム65がデータ記憶領域62Bに記憶させた情報である。対応ファイル名情報は、複数のレコードを含んでいる。図3(A)に示される各レコードを、「対応ファイル名レコード」と表記することがある。制御プログラム65は、複合機10にJPEGデータを生成するよう指示する(S11)都度、対応ファイル名情報に対応ファイル名レコードを追加する。また、制御プログラム35は、複合機10に生成させたJPEGデータを通信部25を通じて受信すると(S13)、サーバ70の能力情報に基づいて、以下の(1)〜(4)のいずれかの処理を行う。   The data storage area 62B stores, for example, “corresponding file name information” shown in FIG. The corresponding file name information is information stored in the data storage area 62B by the control program 65 in order to handle data generated by the multifunction device 10, the portable terminal 50, or the server 70. Corresponding file name information includes a plurality of records. Each record shown in FIG. 3A may be referred to as a “corresponding file name record”. The control program 65 instructs the multifunction machine 10 to generate JPEG data (S11), and adds a corresponding file name record to the corresponding file name information. Further, when the control program 35 receives the JPEG data generated by the multifunction machine 10 through the communication unit 25 (S13), the control program 35 performs any of the following processes (1) to (4) based on the capability information of the server 70. I do.

(1)制御プログラム65は、受信したJPEGデータ全てを1つのPDFデータに変換したと仮定した場合に、当該PDFデータをサーバ70がJPEGデータに逆変換できる場合に(S31:Yes)、当該JPEGデータをPDFデータへ変換する(S32)。また、制御プログラム65は、統合PDFファイル名を生成する。また、制御プログラム65は、変換したPDFデータに、生成した統合PDFファイル名を割り当てる。さらに、制御プログラム65は、変換したPDFデータを、統合PDFファイルとしてデータ記憶領域62Bに記憶させる(S33)。そして、制御プログラム65は、対応ファイル名情報に追加したレコードに、統合PDFファイル名を追記する。一例として、図3(A)の2行目の対応ファイル名レコードは、統合PDFファイル名“納品書.PDF”を含む。なお、サーバ70が逆変換できない場合(S31:No)であっても、サーバ70が逆変換可能な程度のデータ量になるように、受信したJPEGデータを圧縮した(S36)上で、(1)の処理を行ってもよい。   (1) The control program 65 assumes that all the received JPEG data has been converted into one PDF data, and when the server 70 can reversely convert the PDF data into JPEG data (S31: Yes), the JPEG data Data is converted into PDF data (S32). Further, the control program 65 generates an integrated PDF file name. In addition, the control program 65 assigns the generated integrated PDF file name to the converted PDF data. Further, the control program 65 stores the converted PDF data in the data storage area 62B as an integrated PDF file (S33). Then, the control program 65 adds the integrated PDF file name to the record added to the corresponding file name information. As an example, the corresponding file name record in the second line in FIG. 3A includes the integrated PDF file name “Invoice. PDF”. Even if the server 70 cannot perform reverse conversion (S31: No), the received JPEG data is compressed (S36) so that the data amount is such that the server 70 can perform reverse conversion. ) May be performed.

(2)制御プログラム65は、受信したJPEGデータをJPEGファイルとして記憶させることを指示するユーザ操作を操作部54を通じて受け付けた場合(S18:JPEG)に、JPEGファイル名を生成する。また、制御プログラム65は、受信したJPEGデータに、生成したJPEGファイル名を割り当てる。さらに、制御プログラム65は、受信したJPEGデータを、JPEGファイルとしてデータ記憶領域62Bに記憶させる(S19)。そして、制御プログラム65は、対応ファイル名情報に追加したレコードに、JPEGファイル名を追記する。一例として、図3(A)の4行目の対応ファイル名レコードは、JPEGファイル名“写真.JPEG”を含む。   (2) The control program 65 generates a JPEG file name when a user operation instructing to store the received JPEG data as a JPEG file is received through the operation unit 54 (S18: JPEG). Further, the control program 65 assigns the generated JPEG file name to the received JPEG data. Further, the control program 65 stores the received JPEG data as a JPEG file in the data storage area 62B (S19). Then, the control program 65 adds the JPEG file name to the record added to the corresponding file name information. As an example, the corresponding file name record in the fourth line in FIG. 3A includes a JPEG file name “Photo.JPEG”.

(3)制御プログラム65は、受信したJPEGデータ全てを1つのPDFデータに変換したと仮定した場合に、当該PDFデータをサーバ70がJPEGデータに逆変換できず(S31:No)、且つ受信したJPEGファイルが複数である場合(S34:Yes)に、受信した複数のJPEGデータを幾つかの集合に分け、集合ごとに1つのPDFデータに変換する(S38)。また、制御プログラム65は、複数の部分PDFファイル名を生成する。また、制御プログラム65は、変換した複数のPDFデータそれぞれに、生成した部分PDFファイル名を割り当てる。さらに、制御プログラム65は、変換した複数のPDFデータを、部分PDFファイルとしてデータ記憶領域62Bに記憶させる(S39)。そして、制御プログラム65は、対応ファイル名情報に追加したレコードに、部分PDFファイル名を追記する。さらに、制御プログラム65は、複数の部分PDFファイルを統合する統合PDFファイル名を生成し、当該レコードに追記する。一例として、図3(A)の1行目の対応ファイル名レコードは、統合PDFファイル名“見積書.PDF”と、部分PDFファイル名“見積書−1.PDF”、“見積書−2.PDF”とを含む。   (3) When the control program 65 assumes that all received JPEG data has been converted into one PDF data, the server 70 cannot reversely convert the PDF data into JPEG data (S31: No) and has received it. When there are a plurality of JPEG files (S34: Yes), the received plurality of JPEG data is divided into several sets, and each set is converted into one PDF data (S38). In addition, the control program 65 generates a plurality of partial PDF file names. The control program 65 assigns the generated partial PDF file name to each of the converted plurality of PDF data. Further, the control program 65 stores the converted plurality of PDF data in the data storage area 62B as a partial PDF file (S39). Then, the control program 65 adds the partial PDF file name to the record added to the corresponding file name information. Furthermore, the control program 65 generates an integrated PDF file name that integrates a plurality of partial PDF files, and appends it to the record. As an example, the corresponding file name record in the first line in FIG. 3A includes an integrated PDF file name “Estimate.PDF”, partial PDF file names “Estimate-1.PDF”, and “Estimate-2. PDF ".

(4)制御プログラム65は、受信したJPEGデータ全てを1つのPDFデータに変換したと仮定した場合に、当該PDFデータをサーバ70がJPEGデータに逆変換できず(S31:No)、且つ受信したJPEGファイルが単数である場合(S34:No)に、受信したJPEGデータを、JPEGファイルとしてデータ記憶領域62Bに記憶させる(S37)。さらに、制御プログラム65は、受信したJPEGデータ全体を1つのPDFデータに変換する(S32)。そして、制御プログラム65は、変換したPDFデータを、統合PDFファイルとしてデータ記憶領域62Bに記憶させる(S33)。一例として、図3(A)の3行目の対応ファイル名レコードは、統合PDFファイル名“マニュアル.PDF”と、JPEGファイル名“マニュアル.JPEG”とを含む。   (4) When the control program 65 assumes that all received JPEG data has been converted into one PDF data, the server 70 cannot reversely convert the PDF data into JPEG data (S31: No) and has received it. When there is a single JPEG file (S34: No), the received JPEG data is stored in the data storage area 62B as a JPEG file (S37). Further, the control program 65 converts the entire received JPEG data into one PDF data (S32). Then, the control program 65 stores the converted PDF data in the data storage area 62B as an integrated PDF file (S33). As an example, the corresponding file name record in the third line in FIG. 3A includes an integrated PDF file name “manual.PDF” and a JPEG file name “manual.JPEG”.

すなわち、対応ファイル名レコードは、統合PDFファイル名、部分PDFファイル名、及びJPEGファイル名の少なくとも1つを含んでいる。より詳細には、対応ファイル名レコードは、統合PDFファイル名を含んだレコード、JPEGファイル名を含んだレコード、統合PDFファイル名と複数の部分PDFファイル名とを含んだレコード、或いは統合PDFファイル名とJPEGファイル名とを含んだレコードの何れかである。統合PDFファイル名は第1識別情報の一例であり、部分PDFファイル名は第2識別情報の一例である。   That is, the corresponding file name record includes at least one of an integrated PDF file name, a partial PDF file name, and a JPEG file name. More specifically, the corresponding file name record is a record including an integrated PDF file name, a record including a JPEG file name, a record including an integrated PDF file name and a plurality of partial PDF file names, or an integrated PDF file name. And a JPEG file name. The integrated PDF file name is an example of first identification information, and the partial PDF file name is an example of second identification information.

なお、「データをファイルとしてデータ記憶領域に記憶させる」とは、例えば、データをファイルとして記憶させることを指示するコマンド、データ、及びデータに割り当てるファイル名をOS64に入力することを含む概念である。当該コマンドを受け付けたOS64は、入力されたデータをデータ記憶領域62Bに記憶させ、且つ入力されたファイル名をOS64が管理するファイルシステムに登録する。制御プログラム65は、ファイルシステムに登録されたファイル名と、ファイルに対する指示コマンドとをOS64に入力することによって、該当するファイルを扱うことができる。   Note that “store data as a file in the data storage area” is a concept including, for example, inputting a command instructing storage of data as a file, data, and a file name assigned to the data to the OS 64. . The OS 64 that has received the command stores the input data in the data storage area 62B, and registers the input file name in the file system managed by the OS 64. The control program 65 can handle the corresponding file by inputting the file name registered in the file system and an instruction command for the file to the OS 64.

図3(A)において、ファイル名の末尾に(実)が付加されたファイルは、ファイルシステムに登録されている。すなわち、JPEGファイル名、部分PDFファイル名、(1)或いは(4)で生成した統合PDFファイル名はファイルシステムに登録されるので、制御プログラム65は、OS64に各ファイル名を入力することで、各ファイル名に対応するファイルを扱うことができる。一方、(3)で生成した統合PDFファイル名はファイルシステムに登録されないので、制御プログラム35は、当該ファイル名をOS64に入力しても、当該ファイル名に対応するファイルを扱うことはできない。   In FIG. 3A, a file with (real) added to the end of the file name is registered in the file system. That is, the JPEG file name, the partial PDF file name, and the integrated PDF file name generated in (1) or (4) are registered in the file system, so that the control program 65 inputs each file name to the OS 64. A file corresponding to each file name can be handled. On the other hand, since the integrated PDF file name generated in (3) is not registered in the file system, the control program 35 cannot handle the file corresponding to the file name even if the file name is input to the OS 64.

なお、制御プログラム65によって、ファイルとしてファイルシステムに登録されるデータについては、ファイルシステムに登録される前であっても、便宜上「ファイル」と表記することがある。すなわち、「携帯端末50がファイルを生成する」という表記は、「制御プログラム65によって、いずれファイルとして登録されるデータを携帯端末50が生成する」という概念の表記である。また、制御プログラム65が複合機10やサーバ70から受信したデータをファイルとしてデータ記憶領域62Bに記憶させることを、便宜上「受信したファイルを記憶する」とも表記する。   Note that data registered in the file system as a file by the control program 65 may be referred to as “file” for convenience even before registration in the file system. In other words, the expression “the portable terminal 50 generates a file” is a notation of the concept that “the portable terminal 50 generates data to be registered as a file by the control program 65”. Further, storing the data received by the control program 65 from the multifunction machine 10 or the server 70 as a file in the data storage area 62B is also referred to as “store the received file” for convenience.

なお、JPEGファイル名で識別されるJPEGファイルは、例えば、複合機10で生成された第1データの一例である。統合PDFファイル名で識別される統合PDFファイルは、複合機10から取得したJPEGファイルを単一のPDFファイルに変換することによって得られる第2データの一例である。部分PDFファイル名で識別される部分PDFファイルは、複合機10から取得したJPEGファイルを複数のPDFファイルに変換することによって得られる部分第2データの一例である。   Note that the JPEG file identified by the JPEG file name is an example of first data generated by the multifunction machine 10, for example. The integrated PDF file identified by the integrated PDF file name is an example of second data obtained by converting a JPEG file acquired from the multifunction machine 10 into a single PDF file. The partial PDF file identified by the partial PDF file name is an example of partial second data obtained by converting a JPEG file acquired from the multifunction machine 10 into a plurality of PDF files.

すなわち、統合PDFファイル名で識別される統合PDFファイルと、複数の部分PDFファイル名それぞれで識別される複数の部分PDFファイルとは、複合機10で生成されたJPEGファイルをPDF形式に変換して得られる点において共通し、具体的な変換方法が相違する。JPEGファイルを単一の統合PDFファイルに変換する方法は第1方法の一例であり、JPEGファイルを複数の部分PDFファイルの変換する方法は第2方法の一例である。   That is, an integrated PDF file identified by an integrated PDF file name and a plurality of partial PDF files identified by a plurality of partial PDF file names are obtained by converting a JPEG file generated by the multifunction machine 10 into a PDF format. It is common in the point which is obtained, and the concrete conversion method is different. A method for converting a JPEG file into a single integrated PDF file is an example of a first method, and a method for converting a JPEG file into a plurality of partial PDF files is an example of a second method.

すなわち、同一のJPEGファイルの形式を第1方法及び第2方法で変換したと仮定した場合、部分PDFファイルは、統合PDFファイルに含まれる一部のページに対応する。換言すれば、統合PDFファイルは、対応する複数の部分PDFファイルを統合することによって得ることもできる。なお、形式の変換とは、例えば、変換前のデータで示される画像の内容を実質的に変更せずに、データ形式を第1形式から第2形式、或いは第2形式から第1形式に変換する処理である。   That is, assuming that the same JPEG file format is converted by the first method and the second method, the partial PDF file corresponds to some pages included in the integrated PDF file. In other words, the integrated PDF file can be obtained by integrating a plurality of corresponding partial PDF files. The format conversion is, for example, converting the data format from the first format to the second format or from the second format to the first format without substantially changing the content of the image indicated by the data before conversion. It is processing to do.

また、データ記憶領域62Bは、サイズ情報及びページ情報を、部分PDFファイル名と対応付けて記憶することができる。サイズ情報は、対応する部分PDFファイル名で識別される部分PDFファイルのデータサイズを示す情報である。ページ情報は、対応する部分PDFファイル名で識別される部分PDFファイルに含まれるページに関する情報である。具体的には、ページ情報は、複合機10によって生成されたJPEGファイルのページのうち、部分PDFファイルに含まれるページを示す情報である。換言すれば、ページ情報は、JPEGファイルを第1方法で統合PDFファイルに変換したと仮定した場合に、当該統合PDFファイルに含まれるページのうち、部分PDFファイルに含まれるページを示す情報である。   The data storage area 62B can store size information and page information in association with the partial PDF file name. The size information is information indicating the data size of the partial PDF file identified by the corresponding partial PDF file name. The page information is information relating to a page included in the partial PDF file identified by the corresponding partial PDF file name. Specifically, the page information is information indicating a page included in the partial PDF file among the pages of the JPEG file generated by the MFP 10. In other words, the page information is information indicating a page included in the partial PDF file among pages included in the integrated PDF file when it is assumed that the JPEG file is converted into the integrated PDF file by the first method. .

すなわち、図3(A)の例において、部分PDFファイル名“見積書−1.PDF”で識別する部分PDFファイルは、対応するJPEGファイル或いは統合PDFファイルの第1ページ〜第12ページを含む。また、部分PDFファイル名“見積書−2.PDF”で識別する部分PDFファイルは、対応するJPEGファイル或いは統合PDFファイルの第13ページ〜第24ページを含む。   That is, in the example of FIG. 3A, the partial PDF file identified by the partial PDF file name “Estimate-1.PDF” includes the first to twelfth pages of the corresponding JPEG file or integrated PDF file. Further, the partial PDF file identified by the partial PDF file name “Estimate-2.PDF” includes the 13th to 24th pages of the corresponding JPEG file or integrated PDF file.

また、データ記憶領域62Bは、例えば図3(B)に示されるように、スキャナ情報と、プリンタ情報とを記憶する。スキャナ情報は、後述する画像読取処理でスキャン処理を実行させる読取装置の識別情報を含む。プリンタ情報は、後述する画像記録処理で記録処理を実行させる記録装置の識別情報を含む。すなわち、携帯端末50は、他の読取装置をユーザが明示的に指定しない限り、スキャナ情報で示される読取装置を用いて画像読取処理を実行する。同様に、携帯端末50は、他の記録装置をユーザが明示的に指定しない限り、プリンタ情報で示される記録装置を用いて画像記録処理を実行する。   Further, the data storage area 62B stores scanner information and printer information as shown in FIG. 3B, for example. The scanner information includes identification information of a reading device that executes a scanning process in an image reading process to be described later. The printer information includes identification information of a recording apparatus that executes a recording process in an image recording process described later. That is, the portable terminal 50 executes the image reading process using the reading device indicated by the scanner information unless the user explicitly specifies another reading device. Similarly, unless the user explicitly specifies another recording device, the portable terminal 50 executes image recording processing using the recording device indicated by the printer information.

図3(B)の例では、スキャナ情報及びプリンタ情報に、複合機10の識別情報である“MFP−A”が設定されている。スキャナ情報及びプリンタ情報は、例えば、操作部54を通じてユーザが任意に変更できてもよい。また、図3(B)の例では、スキャナ情報及びプリンタ情報に同一の識別情報“MFP−A”が設定されているが、各々に異なる識別情報が設定されていてもよい。   In the example of FIG. 3B, “MFP-A” that is identification information of the multifunction machine 10 is set in the scanner information and the printer information. For example, the scanner information and the printer information may be arbitrarily changed by the user through the operation unit 54. In the example of FIG. 3B, the same identification information “MFP-A” is set for the scanner information and the printer information, but different identification information may be set for each.

[サーバ70]
サーバ70は、複合機10或いは携帯端末50から受信した各種要求情報に応じた処理を実行する。一例として、サーバ70は、PDFファイルをJPEG形式の逆変換ファイルに変換する逆変換処理を実行することができる。逆変換処理は、サーバ70が実行する逆変換プログラムによって実現される。他の例として、サーバ70は、逆変換プログラムの処理能力に関する能力情報を携帯端末50に送信する。能力情報は、例えば、逆変換が可能なPDFファイルのページ数である閾値ページ数と、逆変換が可能なPDFファイルのデータ量である第1閾値データ量とを含む。
[Server 70]
The server 70 executes processing according to various request information received from the multifunction device 10 or the portable terminal 50. As an example, the server 70 can execute an inverse conversion process for converting a PDF file into an inversely converted file in JPEG format. The inverse conversion process is realized by an inverse conversion program executed by the server 70. As another example, the server 70 transmits capability information regarding the processing capability of the inverse conversion program to the portable terminal 50. The capability information includes, for example, a threshold page number that is the number of pages of a PDF file that can be reversely converted and a first threshold data amount that is the data amount of a PDF file that can be reversely converted.

[記録システム100の動作]
図4〜図9を参照して、本実施形態に係る記録システム100の動作を説明する。記録システム100は、図4に示される画像読取処理と、図6に示される画像記録処理とを、非同期に実行することができる。以下、画像読取処理及び画像記録処理における携帯端末50の動作を中心に説明する。
[Operation of Recording System 100]
The operation of the recording system 100 according to the present embodiment will be described with reference to FIGS. The recording system 100 can asynchronously execute the image reading process shown in FIG. 4 and the image recording process shown in FIG. Hereinafter, the operation of the portable terminal 50 in the image reading process and the image recording process will be mainly described.

[画像読取処理]
画像読取処理は、制御プログラム65が、複合機10にJPEGデータの生成を指示し、生成されたJPEGデータを受信し、ファイルとしてデータ記憶領域62Bに記憶させる処理である。なお、前記した通り、本明細書での「ファイル」は、「制御プログラム65によっていずれファイルとして記憶されるデータ」を含む概念である。
[Image reading processing]
The image reading process is a process in which the control program 65 instructs the multifunction machine 10 to generate JPEG data, receives the generated JPEG data, and stores it in the data storage area 62B as a file. As described above, “file” in the present specification is a concept including “data stored as a file by the control program 65”.

まず、携帯端末50の制御プログラム65は、スキャン指示画面を表示部53に表示させる(S11)。図7(A)は、スキャン指示画面の一例である。図7(A)に示されるスキャン指示画面は、[スキャナ]アイコンと、[原稿サイズ]アイコンと、[スキャン画質]アイコンと、[スキャン]アイコンとを含む。そして、制御プログラム65は、スキャン指示画面に含まれる各種アイコンの位置をタップするユーザ操作を操作部54を通じて受け付ける(S12)。   First, the control program 65 of the portable terminal 50 displays a scan instruction screen on the display unit 53 (S11). FIG. 7A is an example of a scan instruction screen. The scan instruction screen shown in FIG. 7A includes a [scanner] icon, an [original size] icon, a [scan image quality] icon, and a [scan] icon. Then, the control program 65 receives a user operation for tapping the position of various icons included in the scan instruction screen through the operation unit 54 (S12).

[スキャナ]アイコンは、スキャン処理を実行させる複合機10の選択を受け付けるためのアイコンである。[スキャナ]アイコンには、選択された複合機10の識別情報が表示される。図7(A)の例では、スキャナ情報で示される識別情報“MFP−A”が選択されている。また、ユーザは、[スキャナ]アイコンの位置をタップすることによって、携帯端末50が通信可能な他の読取装置を選択することができる。   The [scanner] icon is an icon for accepting selection of the multi-function device 10 that executes scan processing. In the [scanner] icon, identification information of the selected multifunction machine 10 is displayed. In the example of FIG. 7A, the identification information “MFP-A” indicated by the scanner information is selected. Further, the user can select another reading device with which the portable terminal 50 can communicate by tapping the position of the [scanner] icon.

[原稿サイズ]アイコンは、スキャン処理において画像を読み取る原稿のサイズを示す。[原稿サイズ]アイコンには、選択された原稿のサイズが表示される。[スキャン画質]アイコンは、スキャン処理において読み取る画像の色(例えば、“カラー”、“モノクロ”等)を示す。[スキャン画質]アイコンには、選択された色が表示される。[原稿サイズ]アイコン、[スキャン画質]アイコンは、スキャン処理の実行条件を指定するユーザ操作を受け付けるためのアイコンである。ユーザは、[原稿サイズ]アイコン、[スキャン画質]アイコンの位置をタップすることによって、スキャン処理の実行条件を変更することができる。   The [Original Size] icon indicates the size of the original from which an image is read in the scanning process. In the [Original Size] icon, the size of the selected original is displayed. The [scan image quality] icon indicates the color (for example, “color”, “monochrome”, etc.) of the image read in the scan process. The selected color is displayed in the [Scan Quality] icon. The [Original Size] icon and the [Scan Quality] icon are icons for accepting a user operation for specifying a scan processing execution condition. The user can change the execution condition of the scan process by tapping the position of the [original size] icon and the [scan image quality] icon.

[スキャン]アイコンは、複合機10にスキャン処理を実行させることを指示するユーザ操作を受け付けるためのアイコンである。すなわち、制御プログラム65は、[スキャン]アイコンの位置がタップされたことに応じて(S12:Yes)、[スキャナ]アイコンで示される複合機10に通信部55を通じてスキャン指示情報を送信する。スキャン指示情報は、スキャン処理の実行を指示する情報である。スキャン指示情報は、[原稿サイズ]アイコン、[スキャン画質]アイコン等で示されるスキャン処理の実行条件を示す設定値を含む。   The [Scan] icon is an icon for accepting a user operation instructing the MFP 10 to execute a scan process. That is, the control program 65 transmits scan instruction information to the multi-function peripheral 10 indicated by the [scanner] icon through the communication unit 55 in response to the position of the [scan] icon being tapped (S12: Yes). The scan instruction information is information that instructs execution of a scan process. The scan instruction information includes setting values indicating execution conditions for scan processing indicated by an [original size] icon, a [scan image quality] icon, and the like.

図示は省略するが、複合機10の制御プログラム35は、通信部25を通じて携帯端末50からスキャン指示情報を受信する。次に、制御プログラム35は、スキャン指示情報に含まれる設定値に従ってスキャナ部12にスキャン処理を実行させる。スキャナ部12は、コンタクトガラス或いはADF(Auto Document Feederの略)にセットされた原稿に記録された画像を読み取って、画像データを生成する。また、CPU31は、スキャナ部12が生成した画像データをJPEGファイルに変換する。   Although illustration is omitted, the control program 35 of the multifunction machine 10 receives the scan instruction information from the portable terminal 50 through the communication unit 25. Next, the control program 35 causes the scanner unit 12 to execute scan processing according to the setting value included in the scan instruction information. The scanner unit 12 reads an image recorded on a document set on contact glass or ADF (abbreviation of Auto Document Feeder), and generates image data. Further, the CPU 31 converts the image data generated by the scanner unit 12 into a JPEG file.

そして、制御プログラム35は、通信部25を通じて携帯端末50にJPEGファイルを送信する。なお、上記の処理によれば、複合機10が生成したJPEGファイルは、1つの場合もあるし、複数の場合もある。なお、複合機10は、通常の使い方では、原稿の片面に記録した画像を読み取って、当該画像を示す1つのJPEGファイルを生成する。すなわち、JPEGファイルは、1つ1つが原稿の片面に記録された画像に対応する。また、当該JPEGファイルは、スキャン処理の指定画質等に応じてデータ量が異なる。制御プログラム35は、生成された全てのJPEGファイルを、通信部25を通じて携帯端末50に送信する。   Then, the control program 35 transmits the JPEG file to the portable terminal 50 through the communication unit 25. According to the above processing, there may be one JPEG file generated by the multifunction machine 10 or a plurality of JPEG files. Note that, in a normal usage, the multifunction machine 10 reads an image recorded on one side of a document and generates one JPEG file indicating the image. That is, each JPEG file corresponds to an image recorded on one side of the document. The JPEG file has a different data amount according to the designated image quality of the scan process. The control program 35 transmits all generated JPEG files to the mobile terminal 50 through the communication unit 25.

次に、携帯端末50の制御プログラム65は、通信部55を通じて複合機10からJPEGファイルを受信する(S13)。本実施形態におけるJPEGファイルは、前述のような手順で複合機10によって生成されたものである。但し、JPEGファイルの取得元は以下の例に限定されず、不図示のストレージサーバから通信部55を通じて受信してもよいし、携帯端末50に搭載された不図示のカメラによって撮影されたものであってもよい。ステップS13の処理は、第1データ取得処理の一例である。   Next, the control program 65 of the portable terminal 50 receives the JPEG file from the multifunction device 10 through the communication unit 55 (S13). The JPEG file in the present embodiment is generated by the multi function device 10 according to the procedure described above. However, the acquisition source of the JPEG file is not limited to the following example, and may be received from a storage server (not shown) through the communication unit 55 or taken by a camera (not shown) mounted on the portable terminal 50. There may be. The process of step S13 is an example of a first data acquisition process.

次に、制御プログラム65は、通信部55を通じてサーバ70から能力情報を取得する(S14)。具体的には、制御プログラム65は、能力情報の送信を要求する送信要求情報を通信部55を通じてサーバ70に送信する。そして、制御プログラム65は、送信要求情報の応答として能力情報を、通信部55を通じてサーバ70から受信する。能力情報は、サーバ70にインストールされた逆変換プログラムの処理能力を示すものである。ステップS14の処理は、能力情報取得処理の一例である。本実施形態では、閾値ページ数=20ページ、第1閾値データ量=5MBを示す能力情報が取得されたものとして、以下の処理を説明する。   Next, the control program 65 acquires capability information from the server 70 through the communication unit 55 (S14). Specifically, the control program 65 transmits transmission request information for requesting transmission of capability information to the server 70 through the communication unit 55. Then, the control program 65 receives capability information from the server 70 through the communication unit 55 as a response to the transmission request information. The capability information indicates the processing capability of the inverse conversion program installed in the server 70. The process of step S14 is an example of a capability information acquisition process. In the present embodiment, the following processing will be described on the assumption that capability information indicating that the number of threshold pages = 20 pages and the first threshold data amount = 5 MB has been acquired.

次に、制御プログラム65は、ステップS13で受信したJPEGファイルのデータ量と、第2閾値データ量とを比較する(S15)。第2閾値データ量は、能力情報に含まれる第1閾値データ量より所定の割合だけ大きい値である。なお、第2閾値データ量は、後述するデータ変換処理で当該JPEGファイルをどのように変換したとしても、変換後のPDFファイルを逆変換プログラムが逆変換できない、と制御プログラム65の開発者が推測したデータ量に設計されていればよい。そして、制御プログラム65は、ステップS15の比較結果に応じた形式選択画面を表示部53に表示させる(S16、S17)。   Next, the control program 65 compares the data amount of the JPEG file received in step S13 with the second threshold data amount (S15). The second threshold data amount is a value larger by a predetermined ratio than the first threshold data amount included in the capability information. Note that the second threshold data amount is estimated by the developer of the control program 65 that the reverse conversion program cannot reversely convert the converted PDF file, no matter how the JPEG file is converted in the data conversion process described later. It is sufficient that the data amount is designed. And the control program 65 displays the format selection screen according to the comparison result of step S15 on the display part 53 (S16, S17).

制御プログラム65は、JPEGファイルのデータ量が第2閾値データ量未満であることに応じて(S15:Yes)、図8(A)に示される形式選択画面を表示部53に表示させる(S16)。一方、制御プログラム65は、JPEGファイルのデータ量が第2閾値データ量以上であることに応じて(S15:No)、図8(B)に示される形式選択画面を表示部53に表示させる(S17)。そして、制御プログラム65は、形式選択画面に含まれる各種アイコンの位置をタップするユーザ操作を操作部54を通じて受け付ける(S18)。ステップS16〜S18の処理は、第3受付処理の一例である。   In response to the data amount of the JPEG file being less than the second threshold data amount (S15: Yes), the control program 65 displays the format selection screen shown in FIG. 8A on the display unit 53 (S16). . On the other hand, the control program 65 displays the format selection screen shown in FIG. 8B on the display unit 53 in response to the data amount of the JPEG file being equal to or larger than the second threshold data amount (S15: No) ( S17). Then, the control program 65 accepts a user operation for tapping the position of various icons included in the format selection screen through the operation unit 54 (S18). The process of steps S16 to S18 is an example of a third reception process.

図8(A)及び図8(B)に示される形式選択画面は、複数の形式アイコンを含む。[JPEG]アイコンは、ステップS13で受信したJPEGファイルを、形式を変更せずにデータ記憶領域62Bに記憶させる指示を受け付けるための形式アイコンである。[PDF]アイコンは、ステップS13で受信したJPEGファイルを、PDF形式に変更してデータ記憶領域62Bに記憶させる指示を受け付けるための形式アイコンである。図8(A)に示さされる形式選択画面では、全ての形式アイコンの選択が可能となっている。一方、図8(B)に示される形式選択画面では、[PDF]アイコンが選択不能になっている。すなわち、JPEGファイルのデータ量が第2閾値データ量以上になる場合の第3受付処理において、第2形式が選択不能になっている。   The format selection screen shown in FIGS. 8A and 8B includes a plurality of format icons. The [JPEG] icon is a format icon for accepting an instruction to store the JPEG file received in step S13 in the data storage area 62B without changing the format. The [PDF] icon is a format icon for accepting an instruction to change the JPEG file received in step S13 to the PDF format and store it in the data storage area 62B. On the format selection screen shown in FIG. 8A, all format icons can be selected. On the other hand, in the format selection screen shown in FIG. 8B, the [PDF] icon cannot be selected. That is, the second format cannot be selected in the third reception process when the data amount of the JPEG file is equal to or greater than the second threshold data amount.

そして、制御プログラム65は、[JPEG]アイコンの位置がタップされたことに応じて(S18:JPEG)、ステップS13で受信したJPEGファイルをデータ記憶領域62Bに記憶させる(S19)。また、制御プログラム65は、当該JPEGファイルのファイル名を含む対応ファイル名レコードを、図3(A)に示される対応ファイル名情報に追加する。なお、JPEGファイルのファイル名は、複合機10或いは携帯端末50によって自動的に決定されてもよいし、操作部54を通じてユーザに指定されてもよい。統合PDFファイル及び部分PDFファイルのファイル名についても同様である。本明細書では、これらの処理を総称して、「制御プログラム65がファイル名を生成する」と表記する。   Then, in response to the position of the [JPEG] icon being tapped (S18: JPEG), the control program 65 stores the JPEG file received in step S13 in the data storage area 62B (S19). Further, the control program 65 adds a corresponding file name record including the file name of the JPEG file to the corresponding file name information shown in FIG. The file name of the JPEG file may be automatically determined by the multifunction device 10 or the portable terminal 50, or may be designated by the user through the operation unit 54. The same applies to the file names of the integrated PDF file and the partial PDF file. In this specification, these processes are collectively referred to as “the control program 65 generates a file name”.

また、制御プログラム65は、[PDF]アイコンの位置がタップされたことに応じて(S18:PDF)、変換処理を実行する(S20)。変換処理は、ステップS13で受信したJPEGファイルを、前述の第1方法或いは第2方法でPDFファイルに変換する処理である。図5を参照して、変換処理の詳細を説明する。   Further, the control program 65 executes conversion processing in response to the position of the [PDF] icon being tapped (S18: PDF) (S20). The conversion process is a process of converting the JPEG file received in step S13 into a PDF file by the first method or the second method described above. Details of the conversion process will be described with reference to FIG.

[変換処理]
まず、制御プログラム65は、ステップS13で受信したJPEGファイル全体を1つの統合PDFファイルに変換したと仮定した場合に、当該統合PDFファイルのページ数及びデータ量を推定する。一例として、制御プログラム65は、JPEGファイルの数を統合PDFファイルのページ数とみなし、JPEGファイルのデータ量を統合PDFファイルのデータ量とみなしてもよい。他の例として、制御プログラム65は、JPEGファイルのデータ量から統合PDFファイルのデータ量を所定の演算によって推定してもよい。さらに他の例として、制御プログラム65は、JPEGファイルを実際に統合PDFファイルに変換し、生成した統合PDFファイルのデータ量を取得してもよい。
[Conversion processing]
First, when it is assumed that the entire JPEG file received in step S13 is converted into one integrated PDF file, the control program 65 estimates the number of pages and the data amount of the integrated PDF file. As an example, the control program 65 may consider the number of JPEG files as the number of pages of the integrated PDF file and the data amount of the JPEG file as the data amount of the integrated PDF file. As another example, the control program 65 may estimate the data amount of the integrated PDF file from the data amount of the JPEG file by a predetermined calculation. As yet another example, the control program 65 may actually convert the JPEG file into an integrated PDF file and acquire the data amount of the generated integrated PDF file.

そして、制御プログラム65は、当該統合PDFファイルをサーバ70の逆変換プログラムが逆変換可能か否かを、ステップS14で取得した能力情報に基づいて判断する(S31)。具体的には、制御プログラム65は、推定した統合PDFファイルのページ数が閾値ページ数未満であり、且つ推定した統合PDFファイルのデータ量が第1閾値データ量未満である場合に、当該統合PDFファイルをサーバ70の逆変換プログラムが逆変換可能と判断する(S31:Yes)。一方、制御プログラム65は、推定した統合PDFファイルのページ数が閾値ページ数以上であるか、推定した統合PDFファイルのデータ量が第1閾値データ量以上である場合に、当該統合PDFファイルをサーバ70の逆変換プログラムが逆変換不能と判断する(S31:No)。ステップS31の処理は、第1判断処理の一例である。   Then, the control program 65 determines whether or not the reverse conversion program of the server 70 can reverse convert the integrated PDF file based on the capability information acquired in step S14 (S31). Specifically, when the estimated number of pages of the integrated PDF file is less than the threshold page number and the estimated amount of data of the integrated PDF file is less than the first threshold data amount, the control program 65 It is determined that the file can be reversely converted by the reverse conversion program of the server 70 (S31: Yes). On the other hand, when the estimated number of pages of the integrated PDF file is equal to or greater than the threshold number of pages or the estimated amount of data of the integrated PDF file is equal to or greater than the first threshold data amount, The reverse conversion program 70 determines that reverse conversion is not possible (S31: No). The process of step S31 is an example of a first determination process.

制御プログラム65は、統合PDFファイルをサーバ70の逆変換プログラムが逆変換可能と判断したことに応じて(S31:Yes)、ステップS13で受信したJPEGファイル全体を1つのPDFファイルに変換することによって、統合PDFファイルを生成する(S32)。また、制御プログラム65は、生成した統合PDFファイルに割り当てる統合PDFファイル名を生成し、統合PDFファイルをデータ記憶領域62Bに記憶させる(S33)。ステップS33の処理は、第1記憶処理の一例である。さらに、制御プログラム65は、当該統合PDFファイル名を含む対応ファイル名レコードを、図3(A)に示される対応ファイル名情報に追加する。この場合、図3(A)の2行目に示されるように、統合PDFファイル名のみを含む対応ファイル名レコードが対応ファイル名情報に追加される。   The control program 65 converts the entire JPEG file received in step S13 into one PDF file in response to the reverse conversion program of the server 70 determining that the integrated PDF file can be reversely converted (S31: Yes). Then, an integrated PDF file is generated (S32). Further, the control program 65 generates an integrated PDF file name to be assigned to the generated integrated PDF file, and stores the integrated PDF file in the data storage area 62B (S33). The process of step S33 is an example of a first storage process. Further, the control program 65 adds a corresponding file name record including the integrated PDF file name to the corresponding file name information shown in FIG. In this case, as shown in the second line of FIG. 3A, a corresponding file name record including only the integrated PDF file name is added to the corresponding file name information.

一方、制御プログラム65は、統合PDFファイルをサーバ70の逆変換プログラムが逆変換不能と判断したことに応じて(S31:No)、ステップS13で複数のJPEGファイルを受信したか否かを判断する(S34)。ステップS34の処理は、第2判断処理の一例である。   On the other hand, the control program 65 determines whether or not a plurality of JPEG files have been received in step S13 in response to the reverse conversion program of the server 70 determining that reverse conversion is impossible for the integrated PDF file (S31: No). (S34). The process of step S34 is an example of a second determination process.

次に、制御プログラム65は、受信したJPEGファイルが1つであると判断したことに応じて(S34:No)、圧縮確認画面を表示部53に表示させる。図7(B)は、圧縮確認画面の一例である。図7(B)に示される圧縮確認画面は、「統合PDFファイルのサイズが大きくなりすぎます。圧縮しますか?」とのメッセージと、[はい]アイコンと、[いいえ]アイコンとを含む。そして、制御プログラム65は、圧縮確認画面に含まれる各種アイコンの位置をタップするユーザ操作を操作部54を通じて受け付ける(S35)。ステップS35の処理は、第2受付処理の一例である。   Next, the control program 65 causes the display unit 53 to display a compression confirmation screen in response to determining that the received JPEG file is one (S34: No). FIG. 7B is an example of a compression confirmation screen. The compression confirmation screen shown in FIG. 7B includes a message “The size of the integrated PDF file is too large. Do you want to compress it?”, A [Yes] icon, and a [No] icon. Then, the control program 65 accepts a user operation for tapping the position of various icons included in the compression confirmation screen through the operation unit 54 (S35). The process of step S35 is an example of a second reception process.

次に、制御プログラム65は、[はい]アイコンの位置がタップされたことに応じて(S35:Yes)、ステップS13で受信したJPEGファイルを圧縮することによって、当該JPEGファイルのデータ量を削減する(S36)。JPEGファイルの圧縮には、周知の圧縮アルゴリズムを用いることができる。そして、制御プログラム65は、圧縮されたJPEGファイルを統合PDFファイルに変換(S32)し、当該統合PDFファイルの統合PDFファイル名を生成し、当該統合PDFファイルをデータ記憶領域62Bに記憶させる(S33)。ステップS32、S33の処理は既に説明したので、再度の説明は省略する。   Next, the control program 65 reduces the data amount of the JPEG file by compressing the JPEG file received in Step S13 in response to the position of the [Yes] icon being tapped (S35: Yes). (S36). A well-known compression algorithm can be used for the compression of the JPEG file. Then, the control program 65 converts the compressed JPEG file into an integrated PDF file (S32), generates an integrated PDF file name of the integrated PDF file, and stores the integrated PDF file in the data storage area 62B (S33). ). Since the processing of steps S32 and S33 has already been described, the description thereof will be omitted.

一方、制御プログラム65は、[いいえ]アイコンの位置がタップされたことに応じて(S35:No)、ステップS13で受信したJPEGファイルのJPEGファイル名を生成し、当該JPEGファイルをデータ記憶領域62Bに記憶させる(S37)。ステップS37の処理は、第2記憶処理の一例である。また、制御プログラム65は、ステップS32、S33の処理をさらに実行する。そして、制御プログラム65は、統合PDFファイルのファイル名と、JPEGファイルのファイル名とを含む対応ファイル名レコードを、図3(A)に示される対応ファイル名情報に追加する。この場合、図3(A)の3行目に示されるように、統合PDFファイル名と、JPEGファイル名とを含む対応ファイル名レコードが対応ファイル名情報に追加される。   On the other hand, in response to the position of the [No] icon being tapped (S35: No), the control program 65 generates a JPEG file name of the JPEG file received in step S13, and stores the JPEG file in the data storage area 62B. (S37). The process of step S37 is an example of a second storage process. Further, the control program 65 further executes the processes of steps S32 and S33. Then, the control program 65 adds a corresponding file name record including the file name of the integrated PDF file and the file name of the JPEG file to the corresponding file name information shown in FIG. In this case, as shown in the third line of FIG. 3A, a corresponding file name record including the integrated PDF file name and the JPEG file name is added to the corresponding file name information.

さらに、制御プログラム65は、受信したJPEGファイルが複数であると判断したことに応じて(S34:Yes)、ステップS13で受信した複数のJPEGファイルを幾つかの集合に分割し、集合ごとに1つのPDFファイルに変換することによって、複数の部分PDFファイルを生成する(S38)。また、制御プログラム65は、生成した複数の部分PDFファイルそれぞれの部分PDFファイル名を生成し、当該部分PDFファイルをデータ記憶領域62Bに記憶させる(S39)。ステップS39の処理は、第1記憶処理の一例である。なお、図示していないが、各集合全体を1つのPDFファイルに変換したと仮定した場合に、当該PDFファイルをサーバ70の逆変換プログラムが逆変換可能になるように、各集合に含まれるJPEGファイルのページ数及びデータ量を調整する。調整に際しては、ステップS14で取得した能力情報を参照する。   Furthermore, the control program 65 divides the plurality of JPEG files received in step S13 into several sets in response to determining that there are a plurality of received JPEG files (S34: Yes). A plurality of partial PDF files are generated by converting into one PDF file (S38). Further, the control program 65 generates a partial PDF file name for each of the generated partial PDF files, and stores the partial PDF file in the data storage area 62B (S39). The process of step S39 is an example of a first storage process. Although not shown in the figure, when it is assumed that each set is converted into one PDF file, the JPEG included in each set is set so that the reverse conversion program of the server 70 can reverse-convert the PDF file. Adjust the file page count and data volume. In the adjustment, the capability information acquired in step S14 is referred to.

さらに、制御プログラム65は、生成した複数の部分PDFファイルそれぞれのファイル名、サイズ情報、及びページ情報と、統合PDFファイル名とを含む対応ファイル名レコードを、図3(A)に示される対応ファイル名情報に追加する。この場合、図3(A)の1行目に示されるように、統合PDFファイル名と、複数の部分PDFファイル名と、各部分PDFファイル名に対応付けられたサイズ情報及びページ情報とを含む対応ファイル名レコードが対応ファイル名情報に追加される。   Furthermore, the control program 65 generates a corresponding file name record including the file name, size information, page information, and integrated PDF file name of each of the generated partial PDF files, as shown in FIG. Add to name information. In this case, as shown in the first line of FIG. 3A, the integrated PDF file name, a plurality of partial PDF file names, and size information and page information associated with each partial PDF file name are included. The corresponding file name record is added to the corresponding file name information.

なお、ステップS38で生成される複数の部分PDFファイルは、各々がサーバ70の逆変換プログラムで逆変換が可能なページ数及びデータ量である。すなわち、各部分PDFファイルは、ページ数が閾値ページ未満であり、且つデータ量が第1閾値データ量未満である。また、制御プログラム65は、ステップS13で受信した複数のJPEGファイルを、各部分PDFファイルのページ数が均等になるように分割してもよいし、各部分PDFファイルのデータ量が均等になるように分割してもよい。但し、各部分PDFファイルのページ数及びデータ量は、同一である必要はない。   The plurality of partial PDF files generated in step S38 each have the number of pages and the data amount that can be reversely converted by the reverse conversion program of the server 70. That is, each partial PDF file has a page number less than the threshold page and a data amount less than the first threshold data amount. Further, the control program 65 may divide the plurality of JPEG files received in step S13 so that the number of pages of each partial PDF file is equal, or the data amount of each partial PDF file is equalized. You may divide into. However, the number of pages and the data amount of each partial PDF file need not be the same.

[画像記録処理]
図6に示される画像記録処理は、データ記憶領域62Bに記憶されたファイルで示される画像を記録用紙に記録する記録処理を、複合機10のプリンタ部11に実行させる処理である。
[Image recording processing]
The image recording process shown in FIG. 6 is a process for causing the printer unit 11 of the multifunction machine 10 to execute a recording process for recording an image indicated by a file stored in the data storage area 62B on a recording sheet.

まず、携帯端末50の制御プログラム65は、ファイル選択画面を表示部53に表示させる(S41)。図9は、ファイル選択画面の一例である。図9に示されるファイル選択画面は、複数のファイルアイコン111、112、113、114を含む。そして、制御プログラム65は、ファイルアイコン111〜114の位置をタップするユーザ操作を操作部54を通じて受け付ける(S42)。ステップS41の処理は一覧表示処理の一例であり、ステップS42の処理は第1受付処理の一例である。   First, the control program 65 of the portable terminal 50 displays a file selection screen on the display unit 53 (S41). FIG. 9 is an example of a file selection screen. The file selection screen shown in FIG. 9 includes a plurality of file icons 111, 112, 113, and 114. Then, the control program 65 receives a user operation for tapping the position of the file icons 111 to 114 through the operation unit 54 (S42). The process of step S41 is an example of a list display process, and the process of step S42 is an example of a first reception process.

ファイルアイコン111〜114は、図3(A)に示される対応ファイル名レコードと対応する。ファイルアイコン111〜114には、対応する対応ファイル名レコードに含まれるファイル名の1つと、当該ファイル名で特定されるファイルのデータサイズとが記載されている。ファイルアイコン111は1行目の対応ファイル名レコードに対応し、ファイルアイコン112は2行目の対応ファイル名レコードに対応し、ファイルアイコン113は3行目の対応ファイル名レコードに対応し、ファイルアイコン114は4行目の対応ファイル名レコードに対応する。   The file icons 111 to 114 correspond to the corresponding file name records shown in FIG. In the file icons 111 to 114, one of the file names included in the corresponding corresponding file name record and the data size of the file specified by the file name are described. The file icon 111 corresponds to the corresponding file name record on the first line, the file icon 112 corresponds to the corresponding file name record on the second line, the file icon 113 corresponds to the corresponding file name record on the third line, and the file icon 114 corresponds to the corresponding file name record on the fourth line.

制御プログラム65は、ステップS41において、ファイルアイコンに対応する対応ファイル名レコードに統合PDFファイル名が含まれている場合、当該ファイルアイコンに統合PDFファイル名を記載する。一方、制御プログラム65は、ファイルアイコンに対応する対応ファイル名レコードに統合PDFファイル名が含まれていない場合、当該ファイルアイコンにレコード内の他のファイル名を記載する。   When the integrated PDF file name is included in the corresponding file name record corresponding to the file icon in step S41, the control program 65 describes the integrated PDF file name in the file icon. On the other hand, when the integrated PDF file name is not included in the corresponding file name record corresponding to the file icon, the control program 65 describes another file name in the record in the file icon.

具体的には、ファイルアイコン111に記載されるファイル名は、統合PDFファイル名及び部分PDFファイル名のうちの統合PDFファイル名“見積書.PDF”のみである。すなわち、ファイル選択画面には、統合PDFファイル名に対応付けられた部分PDFファイル名“見積書−1.PDF”、“見積書−2.PDF”は記載されない。また、統合PDFファイル名“見積書.PDF”で識別される統合PDFファイルは実在しないので、統合PDFファイル名“見積書.PDF”に対応する複数のサイズ情報で示されるデータサイズの合計(以下、「合計データサイズ」と表記する。)を、統合PDFファイルのデータサイズとみなして、ファイルアイコン111に記載している。   Specifically, the file name described in the file icon 111 is only the integrated PDF file name “estimate.PDF” of the integrated PDF file name and the partial PDF file name. That is, the partial PDF file names “estimate-1.PDF” and “estimate-2.PDF” associated with the integrated PDF file name are not described on the file selection screen. In addition, since the integrated PDF file identified by the integrated PDF file name “estimate.PDF” does not actually exist, the total of the data sizes indicated by a plurality of size information corresponding to the integrated PDF file name “estimate. , “Total data size”) is regarded as the data size of the integrated PDF file, and is described in the file icon 111.

他の例として、ファイルアイコン112には、統合PDFファイル名“納品書.PDF”が記載される。他の例として、ファイルアイコン113には、統合PDFファイル名及びJPEGファイル名のうちの統合PDFファイル名“マニュアル.PDF”のみが記載される。すなわち、ファイル選択画面には、統合PDFファイル名に対応付けられたJPEGファイル名“マニュアル.JPEG”が記載されない。さらに他の例として、ファイルアイコン114には、JPEGファイル名“写真.JPEG”が記載される。ファイルアイコン112〜114に記載されたファイル名で識別されるファイルは実在するので、当該ファイルのデータサイズがファイルアイコン112〜114に記載される。   As another example, the file icon 112 describes the integrated PDF file name “Invoice. PDF”. As another example, in the file icon 113, only the integrated PDF file name “manual.PDF” of the integrated PDF file name and the JPEG file name is described. That is, the JPEG file name “manual.JPEG” associated with the integrated PDF file name is not described on the file selection screen. As yet another example, the file icon 114 describes the JPEG file name “Photo.JPEG”. Since the file identified by the file name described in the file icons 112 to 114 actually exists, the data size of the file is described in the file icons 112 to 114.

次に、制御プログラム65は、ファイルアイコン111〜114の1つの位置がタップされたことに応じて、記録処理の対象になるファイル(以下、「対象ファイル」と表記する。)を特定する。また、制御プログラム65は、対象ファイルの形式を判断する(S42)。なお、制御プログラム65は、選択されたファイルアイコン111〜114に対応する対応ファイル名レコードに基づいて、対象ファイルを特定する。より詳細には、制御プログラム65は、選択されたファイルアイコン111〜114に対応する対応ファイル名レコードに、JPEGファイル名が含まれていれば、当該JPEGファイルを対象ファイルとし、JPEGファイル名が含まれていなければ、部分PDFファイルを対象ファイルとし、部分PDFファイル名が含まれていなければ、統合PDFファイルを対象ファイルとする。   Next, the control program 65 identifies a file to be subjected to recording processing (hereinafter referred to as “target file”) in response to tapping of one position of the file icons 111 to 114. Further, the control program 65 determines the format of the target file (S42). The control program 65 specifies the target file based on the corresponding file name record corresponding to the selected file icon 111 to 114. More specifically, if the JPEG file name is included in the corresponding file name record corresponding to the selected file icon 111 to 114, the control program 65 sets the JPEG file as the target file and includes the JPEG file name. If not, the partial PDF file is the target file. If the partial PDF file name is not included, the integrated PDF file is the target file.

一例として、制御プログラム65は、ファイルアイコン111が選択された場合に、対応する対応ファイル名レコードに含まれる統合PDFファイル名及び部分PDFファイル名のうち、部分PDFファイル名“見積書−1.PDF”、“見積書−2.PDF”で識別される部分PDFファイルを、対象ファイルとして特定する。他の例として、制御プログラム65は、ファイルアイコン112が選択された場合に、対応する対応ファイル名レコードに含まれる統合PDFファイル名“納品書.PDF”で識別される統合PDFファイルを、対象ファイルとして特定する。また、これらの場合の制御プログラム65は、対象ファイルをPDF形式と判断する(S42:PDF)。   As an example, when the file icon 111 is selected, the control program 65 selects the partial PDF file name “estimate-1.PDF” from the integrated PDF file name and partial PDF file name included in the corresponding corresponding file name record. The partial PDF file identified by “Estimate-2.PDF” is specified as the target file. As another example, when the file icon 112 is selected, the control program 65 selects an integrated PDF file identified by the integrated PDF file name “delivery form.PDF” included in the corresponding corresponding file name record as the target file. As specified. Further, the control program 65 in these cases determines that the target file is in the PDF format (S42: PDF).

他の例として、制御プログラム65は、ファイルアイコン113が選択された場合に、対応する対応ファイル名レコードに含まれる統合PDFファイル名及びJPEGファイル名のうち、JPEGファイル名“マニュアル.JPEG”で識別されるJPEGファイルを、対象ファイルとして特定する。他の例として、制御プログラム65は、ファイルアイコン114が選択された場合に、対応する対応ファイル名レコードに含まれるJPEGファイル名“写真.JPEG”で識別されるJPEGファイルを、対象ファイルとして特定する。また、これらの場合の制御プログラム65は、対象ファイルをJPEG形式と判断する(S42:JPEG)。   As another example, when the file icon 113 is selected, the control program 65 is identified by the JPEG file name “Manual.JPEG” among the integrated PDF file name and JPEG file name included in the corresponding file name record. The JPEG file to be processed is specified as the target file. As another example, when the file icon 114 is selected, the control program 65 specifies a JPEG file identified by the JPEG file name “Photo.JPEG” included in the corresponding file name record as a target file. . Further, the control program 65 in these cases determines that the target file is in JPEG format (S42: JPEG).

次に、制御プログラム65は、対象ファイルがJPEG形式であると判断したことに応じて(S42:JPEG)、対応ファイル名レコードからJPEGファイル名を読み出し、当該JPEGファイル名で識別されるJPEGファイルをOS64を通じてデータ記憶領域62Bから読み出す。そして、制御プログラム65は、当該JPEGファイルに対する記録処理の実行を複合機10に指示するための記録指示情報を生成し、生成した記録指示情報を通信部55を通じて複合機10に送信する(S43)。記録処理は、複合機10が画像を記録用紙に記録する処理である。ステップS43における記録指示情報は、JPEG形式の対象ファイルを含む。ステップS43の処理は、記録指示処理の一例である。   Next, in response to determining that the target file is in JPEG format (S42: JPEG), the control program 65 reads the JPEG file name from the corresponding file name record, and selects the JPEG file identified by the JPEG file name. Read from the data storage area 62B through the OS 64. Then, the control program 65 generates recording instruction information for instructing the multifunction device 10 to execute the recording process for the JPEG file, and transmits the generated recording instruction information to the multifunction device 10 through the communication unit 55 (S43). . The recording process is a process in which the multifunction machine 10 records an image on a recording sheet. The recording instruction information in step S43 includes a target file in JPEG format. The process of step S43 is an example of a recording instruction process.

また図示は省略するが、複合機10の制御プログラム35は、通信部25を通じて携帯端末50から記録指示情報を受信する。そして、制御プログラム35は、受信した記録指示情報に従ってプリンタ部11に記録処理を実行させる。具体的には、制御プログラム35は、受信した記録指示情報に含まれるJPEGファイルで示される画像を記録用紙に対してプリンタ部11に記録させる。   Although not shown, the control program 35 of the multifunction machine 10 receives the recording instruction information from the portable terminal 50 through the communication unit 25. Then, the control program 35 causes the printer unit 11 to execute a recording process according to the received recording instruction information. Specifically, the control program 35 causes the printer unit 11 to record the image indicated by the JPEG file included in the received recording instruction information on the recording paper.

一方、制御プログラム65は、対象ファイルがPDF形式であると判断したことに応じて(S42:PDF)、当該PDFファイルをサーバ70に逆変換させる(S44〜S47)。すなわち、制御プログラム65は、PDFファイルをサーバ70に送信し、サーバ70の逆変換プログラムに当該PDFファイルを逆変換させ、逆変換によって生成されたJPEG形式の逆変換ファイルをサーバ70から受信する。ステップS44〜S47の処理は、逆変換処理の一例である。   On the other hand, the control program 65 reversely converts the PDF file to the server 70 in response to determining that the target file is in the PDF format (S42: PDF) (S44 to S47). That is, the control program 65 transmits the PDF file to the server 70, causes the inverse conversion program of the server 70 to inversely convert the PDF file, and receives the JPEG format inversely converted file generated by the inverse conversion from the server 70. The process of steps S44 to S47 is an example of an inverse conversion process.

なお、制御プログラム65は、対象ファイルが統合PDFファイルであることに応じて(S44:No)、対応ファイル名レコードから統合PDFファイル名を読み出し、当該統合PDFファイル名で識別される統合PDFファイルをOS64を通じてデータ記憶領域62Bから読み出す。そして、制御プログラム65は、統合PDFファイルを含む変換指示情報を通信部55を通じてサーバ70に送信する(S45)。   Note that the control program 65 reads the integrated PDF file name from the corresponding file name record in response to the target file being an integrated PDF file (S44: No), and selects the integrated PDF file identified by the integrated PDF file name. Read from the data storage area 62B through the OS 64. Then, the control program 65 transmits the conversion instruction information including the integrated PDF file to the server 70 through the communication unit 55 (S45).

一方、制御プログラム65は、対象ファイルが部分PDFファイルであることに応じて(S44:Yes)、対応ファイル名レコードから部分PDFファイル名を読み出し、当該部分PDFファイル名で識別される部分PDFファイルをOS64を通じてデータ記憶領域62Bから読み出す。そして、制御プログラム65は、部分PDFファイルを含む変換指示情報を通信部55を通じてサーバ70に送信する(S46)。   On the other hand, the control program 65 reads the partial PDF file name from the corresponding file name record in response to the target file being a partial PDF file (S44: Yes), and selects the partial PDF file identified by the partial PDF file name. Read from the data storage area 62B through the OS 64. Then, the control program 65 transmits conversion instruction information including the partial PDF file to the server 70 through the communication unit 55 (S46).

変換指示情報は、逆変換処理をサーバ70に指示するための情報である。また、制御プログラム65は、ステップS46において、複数の部分PDFファイルを含む変換指示情報を送信してもよいし、1つの部分PDFファイルを含む複数の変換指示情報を順番に送信してもよい。いずれの場合でも、制御プログラム65は、1つの対応ファイル名レコードに含まれる全ての部分PDFファイルの逆変換を、サーバ70に指示する。   The conversion instruction information is information for instructing the server 70 to perform an inverse conversion process. In step S46, the control program 65 may transmit conversion instruction information including a plurality of partial PDF files, or may sequentially transmit a plurality of conversion instruction information including one partial PDF file. In any case, the control program 65 instructs the server 70 to perform reverse conversion of all partial PDF files included in one corresponding file name record.

また図示は省略するが、サーバ70は、携帯端末50から変換要求情報を受信する。次に、サーバ70は、逆変換プログラムに逆変換処理を実行させる。逆変換処理は、受信した変換要求情報に含まれるPDFファイルの形式をJPEG形式に変換して逆変換ファイルを生成する処理である。これにより、PDFファイルに含まれる各ページに対応する複数の逆変換ファイルが生成される。そして、サーバ70は、逆変換プログラムが生成した逆変換ファイルを携帯端末50に送信する。   Although not shown, the server 70 receives conversion request information from the portable terminal 50. Next, the server 70 causes the inverse conversion program to execute an inverse conversion process. The reverse conversion process is a process for converting the PDF file format included in the received conversion request information into a JPEG format to generate an inverse conversion file. Thereby, a plurality of reverse conversion files corresponding to each page included in the PDF file are generated. Then, the server 70 transmits the reverse conversion file generated by the reverse conversion program to the portable terminal 50.

次に、携帯端末50の制御プログラム65は、変換要求情報の応答として逆変換ファイルを、通信部55を通じてサーバ70から受信する(S47:Yes)。そして、制御プログラム65は、当該JPEG形式の逆変換ファイルの記録処理の実行を複合機10に指示するための記録指示情報を生成し、生成した記録指示情報を通信部55を通じて複合機10に送信する(S48)。ステップS48における記録指示情報は、JPEG形式の逆変換ファイルを含む。ステップS48の処理は、記録指示処理の一例である。また、記録指示情報を受信した複合機10の動作は、ステップS43の場合と共通する。   Next, the control program 65 of the portable terminal 50 receives the reverse conversion file from the server 70 through the communication unit 55 as a response to the conversion request information (S47: Yes). Then, the control program 65 generates recording instruction information for instructing the multifunction device 10 to execute recording processing of the JPEG reverse conversion file, and transmits the generated recording instruction information to the multifunction device 10 through the communication unit 55. (S48). The recording instruction information in step S48 includes a JPEG format reverse conversion file. The process of step S48 is an example of a recording instruction process. The operation of the multifunction machine 10 that has received the recording instruction information is the same as that in step S43.

[本実施形態の作用効果]
上記の実施形態によれば、複合機10から取得したJPEGファイルを統合PDFファイルに変換したと仮定した場合に、当該統合PDFファイルを逆変換プログラムが変換不能であれば、当該JPEGファイルが複数の部分PDFファイルに変換される。その結果、PDFファイルが記録処理の対象として選択された場合に、複数の部分PDFファイルそれぞれを逆変換プログラムに逆変換させ、逆変換ファイルに対する記録処理を複合機10に実行させることができる。
[Operational effects of this embodiment]
According to the above embodiment, assuming that the JPEG file acquired from the MFP 10 is converted into an integrated PDF file, if the reverse conversion program cannot convert the integrated PDF file, the JPEG file includes a plurality of JPEG files. Converted to partial PDF file. As a result, when a PDF file is selected as a recording process target, each of the plurality of partial PDF files can be inversely converted into an inverse conversion program, and the MFP 10 can execute a recording process for the inversely converted file.

また、上記の実施形態によれば、JPEGファイルが複数の部分PDFファイルに分割できない場合に、統合PDFファイルへの変換に先立ってJPEGファイルが圧縮される。これにより、逆変換プログラムが逆変換可能な統合PDFファイルを得ることができる。なお、制御プログラム65は、図5のステップS36、S32において、JPEGファイルを圧縮することに代えて、JPEGファイルを統合PDFファイルに変換し、統合PDFファイルを圧縮してもよい。   Further, according to the above-described embodiment, when a JPEG file cannot be divided into a plurality of partial PDF files, the JPEG file is compressed prior to conversion to an integrated PDF file. Thereby, the integrated PDF file which can be reversely converted by the reverse conversion program can be obtained. Note that the control program 65 may convert the JPEG file into an integrated PDF file and compress the integrated PDF file instead of compressing the JPEG file in steps S36 and S32 of FIG.

但し、JPEGファイルを圧縮すると、当該JPEGファイルで示される画像の画質が低下する。そこで図5のステップS35のように、JPEGファイルを圧縮してでも統合PDFファイルに変換するか、JPEGファイルのままで記憶させるかをユーザに選択させることが望ましい。なお、上記の実施形態では、JPEGファイルをデータ記憶領域62Bに記憶させた後に、当該JPEGファイルを変換して得られる統合PDFファイルをさらにデータ記憶領域62Bに記憶させているが、ステップS37の後のステップS32、S33は省略してもよい。   However, when a JPEG file is compressed, the image quality of the image indicated by the JPEG file is degraded. Therefore, as shown in step S35 of FIG. 5, it is desirable to let the user select whether to convert the JPEG file into an integrated PDF file even if it is compressed or to store it as it is. In the above embodiment, after the JPEG file is stored in the data storage area 62B, the integrated PDF file obtained by converting the JPEG file is further stored in the data storage area 62B. Steps S32 and S33 may be omitted.

また、上記の実施形態では、統合PDFファイルがサーバ70の逆変換プログラムの処理能力を超える場合であっても、当該PDFファイルを生成し、JPEGファイルと対応付けてデータ記憶領域62Bに記憶させている。このため、JPEGファイルを用いて統合PDFファイル相当の画像を複合機10に記録処理させることと、OS64上で動作するアプリケーション等から統合PDFファイルを利用することとを両立できる。   In the above embodiment, even if the integrated PDF file exceeds the processing capability of the reverse conversion program of the server 70, the PDF file is generated and stored in the data storage area 62B in association with the JPEG file. Yes. For this reason, it is possible to make the multifunction device 10 record the image corresponding to the integrated PDF file using the JPEG file and to use the integrated PDF file from an application or the like operating on the OS 64.

また、上記の実施形態によれば、JPEGファイルのデータサイズが逆変換プログラムの処理能力を大きく上回る場合に、形式選択画面でPDFファイルへの変換を受け付けない。これにより、PDFファイルが逆変換プログラムの処理能力を超えることに起因して、当該PDFファイルに対する記録処理が実行できない事態を抑制できる。   Further, according to the above embodiment, when the data size of the JPEG file greatly exceeds the processing capability of the reverse conversion program, conversion to a PDF file is not accepted on the format selection screen. Accordingly, it is possible to suppress a situation in which the recording process for the PDF file cannot be executed due to the PDF file exceeding the processing capability of the inverse conversion program.

また、上記の実施形態におけるファイル選択画面には、対応する統合PDFファイル名及び部分PDFファイル名のうちの統合PDFファイル名のみが表示される。その結果、統合PDFファイルが複数の部分PDFファイルに分割されて保存されていることを、ユーザに意識させることがない。その結果、内容が実質的に共通するファイルの存在によって、ユーザを混乱させることが抑制される。統合PDFファイル名とJPEGファイル名とが対応付けられている場合も同様である。   In addition, only the integrated PDF file name of the corresponding integrated PDF file name and partial PDF file name is displayed on the file selection screen in the above embodiment. As a result, the user is not made aware that the integrated PDF file is divided into a plurality of partial PDF files and stored. As a result, it is possible to prevent the user from being confused by the existence of a file having substantially the same content. The same applies when the integrated PDF file name and the JPEG file name are associated with each other.

なお、制御プログラム65は、図9(A)に示されるファイル選択画面において、対応ファイル名情報に登録されていないPDFファイル(以下、「未登録PDFファイル」と表記する。)の選択を受け付けてもよい。すなわち、制御プログラム65は、未登録PDFファイルに対応するファイルアイコンを、ファイル選択画面にさらに含めてもよい。そして、制御プログラム65は、当該ファイルアイコンの位置がタップされたことにおいて、対応する未登録PDFファイルを含む記録指示情報を、通信部55を通じて複合機10に送信してもよい。   The control program 65 accepts selection of a PDF file that is not registered in the corresponding file name information (hereinafter referred to as “unregistered PDF file”) on the file selection screen shown in FIG. Also good. That is, the control program 65 may further include a file icon corresponding to the unregistered PDF file on the file selection screen. Then, when the position of the file icon is tapped, the control program 65 may transmit the recording instruction information including the corresponding unregistered PDF file to the multifunction device 10 through the communication unit 55.

但し、未登録PDFファイルは、逆変換プログラムが逆変換可能なページ数或いはデータサイズを超えている可能性もある。そこで、制御プログラム65は、ファイル選択画面に一覧表示させるファイルアイコンのうち、逆変換可能なPDFファイルに対応付けられたファイルアイコンのみを選択可能に、逆変換不能なPDFファイルに対応付けられたファイルアイコンを選択不能にしてもよい。これにより、逆変換プログラムが逆変換できないために対象ファイルとして選択できないことを、ユーザに認識させることができる。   However, the unregistered PDF file may exceed the number of pages or the data size that can be reversely converted by the reverse conversion program. Therefore, the control program 65 can select only the file icon associated with the reverse-convertible PDF file among the file icons displayed in a list on the file selection screen, and the file associated with the PDF file that cannot be reverse-converted. The icon may be disabled. This allows the user to recognize that the reverse conversion program cannot be reversely converted and cannot be selected as the target file.

なお、上記の実施形態によれば、通信ネットワークを通じて複合機10及びサーバ70に接続された携帯端末50によって、図4〜図6に示される処理が実行される例を説明した。しかしながら、記録システム100の形態はこれに限定されない。例えば、携帯端末50及びサーバ70の少なくとも一方が省略されてもよい。   Note that, according to the above-described embodiment, the example in which the processes illustrated in FIGS. 4 to 6 are executed by the mobile terminal 50 connected to the multifunction machine 10 and the server 70 through the communication network has been described. However, the form of the recording system 100 is not limited to this. For example, at least one of the portable terminal 50 and the server 70 may be omitted.

一例として、携帯端末50によって逆変換プログラムが実行されてもよい。この場合の処理能力は、CPU61のクロック周波数、或いは作業領域として使用されるデータ記憶領域62Bの記憶容量等によって変動する。他の例として、図3(A)に示される対応ファイル名情報及びファイルは、通信ネットワークを通じて携帯端末50がアクセス可能なストレージサーバ等に記憶されていてもよい。他の例として、図4〜図6の各処理は、複合機10によって実行されてもよい。すなわち、複合機10は、通信バス33を通じて接続されたスキャナ部12からJPEGファイルを取得し、通信バス33を通じて接続されたプリンタ部11に記録処理を実行させてもよい。   As an example, the inverse conversion program may be executed by the mobile terminal 50. The processing capability in this case varies depending on the clock frequency of the CPU 61 or the storage capacity of the data storage area 62B used as a work area. As another example, the corresponding file name information and file shown in FIG. 3A may be stored in a storage server or the like accessible by the portable terminal 50 through a communication network. As another example, each process of FIGS. 4 to 6 may be executed by the multifunction device 10. That is, the multifunction machine 10 may acquire a JPEG file from the scanner unit 12 connected through the communication bus 33 and cause the printer unit 11 connected through the communication bus 33 to execute a recording process.

さらに他の例として、JPEGファイルをPDFファイルに変換する処理(S32、S38)を、サーバ70にインストールされた変換プログラムに実行させてもよい。この場合、携帯端末50の制御プログラム65は、ステップS13で受信したJPEGファイルをサーバ70の変換プログラムがPDFファイルに変換できるか否かを判断する。そして、制御プログラム65は、変換可能と判断したことに応じて、通信部55を通じてサーバ70に変換指示情報を送信する。制御プログラム65は、PDFファイルに変換可能なJPEGファイルのファイル数及びデータ量を示す能力情報をサーバ70から受信し、ステップS13で受信したJPEGファイルのファイル数及びデータ量と比較することによって、当該JPEGファイルをサーバ70の変換プログラムがPDFファイルに変換できるか否かを判断してもよい。   As yet another example, the conversion program installed in the server 70 may execute the process of converting a JPEG file into a PDF file (S32, S38). In this case, the control program 65 of the portable terminal 50 determines whether or not the conversion program of the server 70 can convert the JPEG file received in step S13 into a PDF file. Then, the control program 65 transmits the conversion instruction information to the server 70 through the communication unit 55 in response to determining that conversion is possible. The control program 65 receives the capability information indicating the number of JPEG files and the amount of data that can be converted into a PDF file from the server 70, and compares them with the number of JPEG files and the amount of data received in step S13. It may be determined whether the conversion program of the server 70 can convert the JPEG file into a PDF file.

変換指示情報は、JPEGファイルをPDFファイルに変換することを指示するための情報であって、変換対象のJPEGファイルを含む。すなわち、ステップS32で送信される変換指示情報には、ステップS13で受信した全てのJPEGファイルが含まれる。一方、ステップS38で送信される変換指示情報には、1つの部分PDFファイルとなるJPEGファイルの集合が含まれる。すなわち、制御プログラム65は、ステップS38において、複数の変換指示情報を通信部55を通じてサーバ70に送信する。   The conversion instruction information is information for instructing to convert a JPEG file into a PDF file, and includes a JPEG file to be converted. That is, the conversion instruction information transmitted in step S32 includes all the JPEG files received in step S13. On the other hand, the conversion instruction information transmitted in step S38 includes a set of JPEG files that become one partial PDF file. That is, the control program 65 transmits a plurality of conversion instruction information to the server 70 through the communication unit 55 in step S38.

サーバ70は、携帯端末50から変換指示情報を受信する。また、サーバ70は、変換指示情報に含まれるJPEGファイルを、変換プログラムに1つのPDFファイルに変換させる。さらに、サーバ70は、変換プログラムが生成したPDFファイルを携帯端末50に送信する。そして、携帯端末50の制御プログラム65は、通信部55を通じてサーバ70からPDFファイルを受信する。   The server 70 receives conversion instruction information from the mobile terminal 50. In addition, the server 70 causes the conversion program to convert the JPEG file included in the conversion instruction information into one PDF file. Further, the server 70 transmits the PDF file generated by the conversion program to the portable terminal 50. Then, the control program 65 of the portable terminal 50 receives the PDF file from the server 70 through the communication unit 55.

また、実施形態の複合機10及び携帯端末50において、記憶部32、62のプログラム記憶領域32A、62Aに記憶された各種プログラムがCPU31、61によって実行されることによって、本発明の制御部が実行する各処理が実現される例を説明した。しかしながら、制御部の構成はこれに限定されず、その一部又は全部を集積回路(IC(Integrated Circuitの略)とも言う。)等のハードウェアで実現してもよい。   In the MFP 10 and the portable terminal 50 according to the embodiment, the CPU 31 and 61 execute various programs stored in the program storage areas 32A and 62A of the storage units 32 and 62, thereby executing the control unit of the present invention. An example in which each process is realized has been described. However, the configuration of the control unit is not limited to this, and part or all of the configuration may be realized by hardware such as an integrated circuit (also referred to as an IC (Integrated Circuit)).

さらに、本発明は、複合機10及び携帯端末50として実現できるだけでなく、複合機10及び携帯端末50に処理を実行させるプログラムとして実現してもよい。そして、当該プログラムは、non−transitoryな記録媒体に記録されて提供されてもよい。non−transitoryな記録媒体は、CD−ROM、DVD−ROM等の他、通信ネットワークを通じて複合機10及び携帯端末50に接続可能なサーバに搭載された記憶部を含んでもよい。そして、サーバの記憶部に記憶されたプログラムは、当該プログラムを示す情報或いは信号として、インターネット等の通信ネットワークを通じて配信されてもよい。   Furthermore, the present invention may be realized not only as the multifunction device 10 and the portable terminal 50 but also as a program that causes the multifunction device 10 and the portable terminal 50 to execute processing. Then, the program may be provided by being recorded on a non-transitory recording medium. The non-transitory recording medium may include a storage unit mounted on a server that can be connected to the MFP 10 and the portable terminal 50 through a communication network, in addition to a CD-ROM, a DVD-ROM, and the like. And the program memorize | stored in the memory | storage part of the server may be distributed through communication networks, such as the internet, as the information or signal which shows the said program.

10・・・複合機
11・・・プリンタ部
12・・・スキャナ部
31,61・・・CPU
53・・・表示部
54・・・操作部
25,55・・・通信部
32,62・・・記憶部
35,65・・・制御プログラム
50・・・携帯端末
70・・・サーバ
100・・・記録システム
10: MFP 11 ... printer unit 12 ... scanner unit 31, 61 ... CPU
53 ... Display unit 54 ... Operation unit 25, 55 ... Communication unit 32, 62 ... Storage unit 35, 65 ... Control program 50 ... Mobile terminal 70 ... Server 100 ...・ Recording system

Claims (17)

操作部と、原稿に記録された画像を読み取って第1形式のデータを生成する読取装置と、前記第1形式のデータで示される画像をシートに記録する記録処理を実行する記録装置とに接続されたコンピュータによって実行可能なプログラムであって、
前記第1形式の第1データを前記読取装置から取得する第1データ取得処理と、
第1方法或いは前記第1方法と異なる第2方法で、前記第1データを前記第1形式と異なる第2形式の第2データに変換する変換処理と、
前記第2形式のデータを前記第1形式に逆変換する逆変換プログラムの処理能力に関する能力情報を取得する能力情報取得処理と、
前記第1方法で前記第1データを前記第2データに変換したと仮定した場合に、当該第2データを前記逆変換プログラムが逆変換可能か否かを、前記能力情報に基づいて判断する第1判断処理と、
前記変換処理で生成された前記第2データを記憶させる第1記憶処理と、
前記記録処理の対象となるデータを選択するユーザ操作を前記操作部を通じて受け付ける第1受付処理と、
前記第2データの選択を前記第1受付処理で受け付けたことに応じて、前記逆変換プログラムに当該第2データを前記第1形式の逆変換データに逆変換させる逆変換処理と、
前記逆変換データで示される画像をシートに対して前記記録装置に記録させる記録指示処理と、を前記コンピュータに実行させ、
逆変換可能と前記第1判断処理で判断した場合の前記変換処理において、前記第1方法で前記第1データを前記第2データに変換し、
逆変換不能と前記第1判断処理で判断した場合の前記変換処理において、前記第2方法で前記第1データを前記第2データに変換するプログラム。
Connected to an operation unit, a reading device that reads an image recorded on a document to generate first format data, and a recording device that executes a recording process for recording an image indicated by the first format data on a sheet A computer executable program,
A first data acquisition process for acquiring first data in the first format from the reader;
A conversion process for converting the first data into second data in a second format different from the first format in a first method or a second method different from the first method;
A capability information acquisition process for acquiring capability information related to the processing capability of an inverse conversion program for inversely converting the data in the second format into the first format;
When it is assumed that the first data has been converted to the second data by the first method, whether or not the reverse conversion program can reversely convert the second data is determined based on the capability information. 1 judgment process;
A first storage process for storing the second data generated by the conversion process;
A first receiving process for receiving a user operation for selecting data to be subjected to the recording process through the operation unit;
An inverse transform process for causing the inverse transform program to inversely convert the second data into inversely transformed data of the first format in response to accepting the selection of the second data in the first accepting process;
Causing the computer to execute a recording instruction process for causing the recording apparatus to record the image indicated by the inversely converted data on the sheet,
In the conversion process when it is determined in the first determination process that reverse conversion is possible, the first data is converted into the second data by the first method,
A program for converting the first data into the second data by the second method in the conversion process when it is determined by the first determination process that reverse conversion is impossible.
該プログラムは、
前記第1データが複数ページで構成されているか否かを判断する第2判断処理を、前記コンピュータに実行させ、
逆変換不能と前記第1判断処理で判断し、且つ前記第1データが複数ページで構成されていると前記第2判断処理で判断した場合の前記変換処理において、前記第2方法として、各々が前記逆変換プログラムで逆変換可能であり、且つ各々が前記第2データを構成する一部のページに対応する複数の部分第2データに前記第1データを変換し、
前記第1記憶処理において、複数の前記部分第2データを前記第2データとして記憶させ、
前記逆変換処理において、複数の前記部分第2データそれぞれを前記逆変換プログラムに逆変換させる請求項1に記載のプログラム。
The program
Causing the computer to execute a second determination process for determining whether or not the first data is composed of a plurality of pages;
In the conversion process when it is determined in the first determination process that the reverse conversion is impossible, and the second determination process determines that the first data is composed of a plurality of pages, each of the second methods includes: The first data is converted into a plurality of partial second data, each of which can be converted by the reverse conversion program, and each of which corresponds to a part of pages constituting the second data;
In the first storage process, a plurality of the partial second data is stored as the second data,
The program according to claim 1, wherein in the inverse conversion process, each of the plurality of partial second data is inversely converted into the inverse conversion program.
該プログラムは、逆変換不能と前記第1判断処理で判断し、且つ前記第1データが1ページで構成されていると前記第2判断処理で判断した場合の前記変換処理において、前記第2方法として、前記第1データを圧縮してから前記第1方法で変換する請求項2に記載のプログラム。   In the conversion process, the program determines that the reverse conversion is impossible in the first determination process and the second determination process determines that the first data is composed of one page. The program according to claim 2, wherein the first data is compressed and then converted by the first method. 該プログラムは、
逆変換不能と前記第1判断処理で判断し、且つ前記第1データが1ページで構成されていると前記第2判断処理で判断したことに応じて、前記第1データを圧縮するか否かを選択するユーザ操作を前記操作部を通じて受け付ける第2受付処理を、前記コンピュータに実行させ、
圧縮することを選択するユーザ操作を前記第2受付処理で受け付けたことに応じて、前記第1データを圧縮してから前記第1方法で変換する前記変換処理を、前記コンピュータに実行させ、
圧縮しないことを選択するユーザ操作を前記第2受付処理で受け付けたことに応じて、前記第1データを記憶させる第2記憶処理を、前記変換処理及び前記第1記憶処理に代えて前記コンピュータに実行させる請求項3に記載のプログラム。
The program
Whether or not to compress the first data according to the fact that the first determination process determines that reverse conversion is impossible and the first determination process determines that the first data is composed of one page. Causing the computer to execute a second acceptance process for accepting a user operation for selecting an item through the operation unit,
In response to receiving a user operation for selecting compression in the second reception process, the computer executes the conversion process of compressing the first data and converting the first data,
In response to accepting a user operation for selecting not to be compressed in the second accepting process, the second storing process for storing the first data is changed to the computer instead of the converting process and the first storing process. The program according to claim 3 to be executed.
前記処理能力は、データサイズが第1閾値データ量未満であることを含み、
該プログラムは、
前記変換処理で生成すべき前記第2データのデータ形式を選択するユーザ操作を前記操作部を通じて受け付ける第3受付処理と、
前記第2形式の選択を前記第3受付処理で受け付けたことに応じて、前記変換処理とを前記コンピュータに実行させ、
前記第1閾値データ量より所定の割合だけ大きい第2閾値データ量を前記第1データのデータサイズ以上である場合の前記第3受付処理において、前記第2形式を選択不能にする請求項4に記載のプログラム。
The processing capability includes that the data size is less than a first threshold data amount,
The program
A third receiving process for receiving a user operation for selecting a data format of the second data to be generated in the conversion process through the operation unit;
In response to accepting the selection of the second format in the third accepting process, the computer executes the conversion process,
5. The method according to claim 4, wherein the second format cannot be selected in the third reception process when a second threshold data amount larger than the first threshold data amount by a predetermined rate is equal to or larger than a data size of the first data. The listed program.
該プログラムは、前記第1データが複数の前記部分第2データに変換された場合の前記第1記憶処理において、前記第2データを識別する第1識別情報と、複数の前記部分第2データそれぞれを識別する第2識別情報と、全ての前記部分第2データの合計データサイズと、をさらに記憶させる請求項2から5のいずれかに記載のプログラム。   In the first storage processing when the first data is converted into the plurality of partial second data, the program includes first identification information for identifying the second data and a plurality of the partial second data, respectively. The program according to any one of claims 2 to 5, further storing second identification information for identifying the second identification information and a total data size of all the partial second data. 前記コンピュータは、表示部をさらに備えており、
該プログラムは、
前記記録処理の対象となるデータを識別する識別情報を前記表示部に一覧表示させる一覧表示処理を、前記コンピュータに実行させ、
前記第1受付処理において、前記表示部に一覧表示させた前記識別情報の1つを選択するユーザ操作を前記操作部を通じて受け付け、
前記第1受付処理で選択を受け付けた前記第1識別情報に前記第2識別情報が対応付けられている場合の前記逆変換処理において、当該前記第2識別情報で識別される複数の前記部分第2データそれぞれを前記逆変換プログラムに逆変換させ、
前記一覧表示処理において、前記第1識別情報及び前記第2識別情報のうちの前記第1識別情報のみを前記表示部に一覧表示させる請求項6に記載のプログラム。
The computer further includes a display unit,
The program
Causing the computer to execute a list display process for causing the display unit to display a list of identification information for identifying data to be recorded.
In the first reception process, a user operation for selecting one of the identification information displayed in a list on the display unit is received through the operation unit,
In the inverse transformation process when the second identification information is associated with the first identification information that has been selected in the first reception process, a plurality of the partial identifications identified by the second identification information Each of the two data is inversely converted to the inverse conversion program,
The program according to claim 6, wherein in the list display process, only the first identification information of the first identification information and the second identification information is displayed as a list on the display unit.
該プログラムは、前記一覧表示処理において、前記第1識別情報と前記合計データサイズとを対応付けて前記表示部に表示させる請求項7に記載のプログラム。   The program according to claim 7, wherein in the list display process, the first identification information and the total data size are associated with each other and displayed on the display unit. 該プログラムは、
前記一覧表示処理において、前記逆変換プログラムが逆変換可能な前記第2データの前記識別情報と、前記逆変換プログラムが逆変換不能な前記第2データの前記識別情報との表示態様を異ならせ、
前記第1受付処理において、前記逆変換プログラムが逆変換可能な前記第2データの識別情報のみを選択するユーザ操作を前記操作部を通じて受け付ける請求項7又は8に記載のプログラム。
The program
In the list display process, the display mode of the identification information of the second data that can be reversely converted by the reverse conversion program and the identification information of the second data that cannot be reversely converted by the reverse conversion program are changed.
The program according to claim 7 or 8, wherein in the first reception process, a user operation for selecting only identification information of the second data that can be reversely converted by the reverse conversion program is received through the operation unit.
前記コンピュータは、通信部をさらに備えており、
前記通信部は、前記逆変換プログラムを実行可能なサーバ装置と通信可能であり、
該プログラムは、
前記能力情報取得処理において、前記能力情報の送信を要求する要求情報を前記通信部を通じて前記サーバ装置に送信し、当該要求情報の応答として前記能力情報を前記通信部を通じて前記サーバ装置から受信し、
前記逆変換処理において、前記第2データを逆変換させるための変換指示情報を前記通信部を通じて前記サーバ装置に送信し、当該変換指示情報の応答として前記逆変換データを前記通信部を通じて前記サーバ装置から受信する請求項1から9のいずれかに記載のプログラム。
The computer further includes a communication unit,
The communication unit is capable of communicating with a server device capable of executing the inverse transformation program;
The program
In the capability information acquisition process, request information requesting transmission of the capability information is transmitted to the server device through the communication unit, and the capability information is received from the server device through the communication unit as a response to the request information,
In the inverse conversion process, conversion instruction information for inversely converting the second data is transmitted to the server device through the communication unit, and the reverse conversion data is transmitted through the communication unit as a response to the conversion instruction information. The program according to claim 1, which is received from the program.
前記コンピュータは、記憶部をさらに備えており、
該プログラムは、
前記第1記憶処理において、前記第2データを前記記憶部に記憶させ、
前記第1受付処理において、前記記憶部に記憶されたデータの1つを選択するユーザ操作を前記操作部を通じて受け付ける請求項1から10のいずれかに記載のプログラム。
The computer further includes a storage unit,
The program
In the first storage process, the second data is stored in the storage unit,
The program according to any one of claims 1 to 10, wherein a user operation for selecting one of data stored in the storage unit is received through the operation unit in the first reception process.
前記コンピュータは、通信部をさらに備えており、
該プログラムは、
前記第1データ取得処理において、前記通信部を通じて前記読取装置から前記第1データを受信し、
前記記録指示処理において、前記逆変換データで示される画像をシートに記録させるための記録指示情報を、前記通信部を通じて前記記録装置に送信する請求項1から11のいずれかに記載のプログラム。
The computer further includes a communication unit,
The program
In the first data acquisition process, the first data is received from the reading device through the communication unit,
The program according to any one of claims 1 to 11, wherein in the recording instruction process, recording instruction information for recording an image indicated by the inversely converted data on a sheet is transmitted to the recording apparatus through the communication unit.
該プログラムは、逆変換可能と前記第1判断処理で判断した場合の前記変換処理において、前記第1方法として、前記第1データを1つの前記第2データに変換する請求項1から12のいずれかに記載のプログラム。   The program according to any one of claims 1 to 12, wherein the program converts the first data into one second data as the first method in the conversion processing when the first determination processing determines that reverse conversion is possible. The program described in 前記能力情報で示される処理能力は、前記逆変換プログラムが逆変換可能な前記第2データのページ数、及び逆変換可能な前記第2データのデータ量の少なくとも1つを示し、
該プログラムは、前記第1判断処理において、前記第1方法で前記第1データを変換したと仮定した場合のページ数及びデータ量の少なくとも1つと前記能力情報とを比較して、逆変換可能か否かを判断する請求項1から13のいずれかに記載のプログラム。
The processing capability indicated by the capability information indicates at least one of the number of pages of the second data that can be inversely converted by the inverse conversion program, and the amount of data of the second data that can be inversely converted,
Whether the program can perform reverse conversion by comparing the capability information with at least one of the number of pages and the data amount when it is assumed that the first data is converted by the first method in the first determination process. The program according to claim 1, which determines whether or not.
前記能力情報で示される処理能力は、前記第1方法で変換された場合に前記逆変換プログラムが逆変換可能と推定される前記第1データのページ数、及び逆変換可能と推定される前記第1データのデータ量の少なくとも1つを示し、
該プログラムは、前記第1判断処理において、前記第1データのページ数及びデータ量の少なくとも1つと前記能力情報とを比較して、逆変換可能か否かを判断する請求項1から13のいずれかに記載のプログラム。
The processing capability indicated by the capability information includes the number of pages of the first data that the inverse conversion program is estimated to be able to perform reverse conversion when converted by the first method, and the first number that is estimated to be capable of reverse conversion. Indicates at least one of the data amount of one data,
The program according to any one of claims 1 to 13, wherein in the first determination process, the capability information is compared with at least one of the number of pages of the first data and the data amount to determine whether reverse conversion is possible. The program described in
操作部と、
通信部と、
制御部と、を備える情報処理装置であって、
前記通信部は、
原稿に記録された画像を読み取って第1形式のデータを生成する読取装置と、
前記第1形式のデータで示される画像をシートに記録する記録処理を実行する記録装置と通信可能であり、
前記制御部は、
前記第1形式の第1データを前記通信部を通じて前記読取装置から取得する第1データ取得処理と、
第1方法或いは前記第1方法と異なる第2方法で、前記第1データを前記第1形式と異なる第2形式の第2データに変換する変換処理と、
前記第2形式のデータを前記第1形式に逆変換する逆変換プログラムの処理能力に関する能力情報を取得する能力情報取得処理と、
前記第1方法で前記第1データを前記第2データに変換したと仮定した場合に、当該第2データを前記逆変換プログラムが逆変換可能か否かを、前記能力情報に基づいて判断する第1判断処理と、
前記変換処理で生成された前記第2データを記憶させる第1記憶処理と、
前記記録処理の対象となるデータを選択するユーザ操作を前記操作部を通じて受け付ける第1受付処理と、
前記第2データの選択を前記第1受付処理で受け付けたことに応じて、前記逆変換プログラムに当該第2データを前記第1形式の逆変換データに逆変換させる逆変換処理と、
前記逆変換データで示される画像をシートに記録させるための記録指示情報を、前記通信部を通じて前記記録装置に送信する記録指示処理とを実行し、
逆変換可能と前記第1判断処理で判断した場合の前記変換処理において、前記第1方法で前記第1データを前記第2データに変換し、
逆変換不能と前記第1判断処理で判断した場合の前記変換処理において、前記第2方法で前記第1データを前記第2データに変換する情報処理装置。
An operation unit;
A communication department;
An information processing apparatus comprising a control unit,
The communication unit is
A reading device that reads an image recorded on a document and generates data in a first format;
It is possible to communicate with a recording apparatus that executes a recording process for recording an image indicated by the first format data on a sheet,
The controller is
A first data acquisition process for acquiring the first data in the first format from the reading device through the communication unit;
A conversion process for converting the first data into second data in a second format different from the first format in a first method or a second method different from the first method;
A capability information acquisition process for acquiring capability information related to the processing capability of an inverse conversion program for inversely converting the data in the second format into the first format;
When it is assumed that the first data has been converted to the second data by the first method, whether or not the reverse conversion program can reversely convert the second data is determined based on the capability information. 1 judgment process;
A first storage process for storing the second data generated by the conversion process;
A first receiving process for receiving a user operation for selecting data to be subjected to the recording process through the operation unit;
An inverse transform process for causing the inverse transform program to inversely convert the second data into inversely transformed data of the first format in response to accepting the selection of the second data in the first accepting process;
A recording instruction process for transmitting recording instruction information for recording an image represented by the inversely converted data on a sheet to the recording apparatus through the communication unit;
In the conversion process when it is determined in the first determination process that reverse conversion is possible, the first data is converted into the second data by the first method,
An information processing apparatus that converts the first data into the second data by the second method in the conversion process when it is determined in the first determination process that reverse conversion is impossible.
操作部と、
原稿に記録された画像を読み取って第1形式のデータを生成する読取装置と、
前記第1形式のデータで示される画像をシートに記録する記録処理を実行する記録装置と、
制御部と、を備える記録システムであって、
前記制御部は、
前記第1形式の第1データを前記読取装置から取得する第1データ取得処理と、
第1方法或いは前記第1方法と異なる第2方法で、前記第1データを前記第1形式と異なる第2形式の第2データに変換する変換処理と、
前記第2形式のデータを前記第1形式に逆変換する逆変換プログラムの処理能力に関する能力情報を取得する能力情報取得処理と、
前記第1方法で前記第1データを前記第2データに変換したと仮定した場合に、当該第2データを前記逆変換プログラムが逆変換可能か否かを、前記能力情報に基づいて判断する第1判断処理と、
前記変換処理で生成された前記第2データを記憶させる第1記憶処理と、
前記記録処理の対象となるデータを選択するユーザ操作を前記操作部を通じて受け付ける第1受付処理と、
前記第2データの選択を前記第1受付処理で受け付けたことに応じて、前記逆変換プログラムに当該第2データを前記第1形式の逆変換データに逆変換させる逆変換処理と、
前記逆変換データで示される画像をシートに対して前記記録装置に記録させる記録指示処理とを実行し、
逆変換可能と前記第1判断処理で判断した場合の前記変換処理において、前記第1方法で前記第1データを前記第2データに変換し、
逆変換不能と前記第1判断処理で判断した場合の前記変換処理において、前記第2方法で前記第1データを前記第2データに変換する記録システム。
An operation unit;
A reading device that reads an image recorded on a document and generates data in a first format;
A recording apparatus for executing a recording process for recording an image represented by the data in the first format on a sheet;
A recording system comprising a control unit,
The controller is
A first data acquisition process for acquiring first data in the first format from the reader;
A conversion process for converting the first data into second data in a second format different from the first format in a first method or a second method different from the first method;
A capability information acquisition process for acquiring capability information related to the processing capability of an inverse conversion program for inversely converting the data in the second format into the first format;
When it is assumed that the first data has been converted to the second data by the first method, whether or not the reverse conversion program can reversely convert the second data is determined based on the capability information. 1 judgment process;
A first storage process for storing the second data generated by the conversion process;
A first receiving process for receiving a user operation for selecting data to be subjected to the recording process through the operation unit;
An inverse transform process for causing the inverse transform program to inversely convert the second data into inversely transformed data of the first format in response to accepting the selection of the second data in the first accepting process;
A recording instruction process for causing the recording apparatus to record the image indicated by the inversely converted data on the sheet;
In the conversion process when it is determined in the first determination process that reverse conversion is possible, the first data is converted into the second data by the first method,
A recording system that converts the first data into the second data by the second method in the conversion process when it is determined in the first determination process that reverse conversion is impossible.
JP2015065772A 2015-03-27 2015-03-27 Information processing apparatus, recording system, and program Active JP6460330B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015065772A JP6460330B2 (en) 2015-03-27 2015-03-27 Information processing apparatus, recording system, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015065772A JP6460330B2 (en) 2015-03-27 2015-03-27 Information processing apparatus, recording system, and program

Publications (2)

Publication Number Publication Date
JP2016187074A JP2016187074A (en) 2016-10-27
JP6460330B2 true JP6460330B2 (en) 2019-01-30

Family

ID=57203754

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015065772A Active JP6460330B2 (en) 2015-03-27 2015-03-27 Information processing apparatus, recording system, and program

Country Status (1)

Country Link
JP (1) JP6460330B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7120344B2 (en) * 2021-02-03 2022-08-17 ブラザー工業株式会社 Program and terminal equipment

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4597258B2 (en) * 2000-02-22 2010-12-15 キヤノン株式会社 Data processing apparatus and data processing method
JP2003216353A (en) * 2002-01-23 2003-07-31 Minolta Co Ltd Print system, print method and its program
JP2004171515A (en) * 2002-10-29 2004-06-17 Ricoh Co Ltd Image forming apparatus and image data transfer method
JP2006215659A (en) * 2005-02-01 2006-08-17 Canon Inc Catalog management apparatus, catalog preparation method and catalog retrieval method
JP2008054328A (en) * 2007-08-31 2008-03-06 Konica Minolta Business Technologies Inc Apparatus and method for transmitting image data
JP5353932B2 (en) * 2011-03-25 2013-11-27 ブラザー工業株式会社 Information processing program, information processing apparatus, and information processing method
JP5842883B2 (en) * 2013-08-28 2016-01-13 コニカミノルタ株式会社 Method for acquiring read data from portable terminal device, image processing apparatus, and acquisition program

Also Published As

Publication number Publication date
JP2016187074A (en) 2016-10-27

Similar Documents

Publication Publication Date Title
US10778863B2 (en) Operation input system, electronic device and mobile terminal
US20200053246A1 (en) Computer readable recording medium, information processing apparatus, and information processing method
US8681351B2 (en) Image processing apparatus, display control method, and recording medium
US9473610B2 (en) Information processing program, information processing apparatus and information processing method
US20140340706A1 (en) Cooperative image processing system, portable terminal apparatus, cooperative image processing method, and recording medium
JP6170452B2 (en) Image processing apparatus and system including the same
US9007611B2 (en) Non-transitory computer-readable recording medium and information processing device having a sharing function of processing data
US9063675B2 (en) Information processing apparatus, information processing method, and computer-readable recording medium storing program for information processing apparatus
US10331388B2 (en) Image processing system, image processing method, and non-transitory storage medium storing image processing program
JP2016114982A (en) Information processing apparatus, recording system, printing program, and external program
JP2015198289A (en) Control program and information processing device
JP6409322B2 (en) Recording system and program
JP2016114981A (en) Information processing apparatus, recording system, printing program, and external program
JP6717402B2 (en) Information processing device, recording system, print program, and external program
JP6460330B2 (en) Information processing apparatus, recording system, and program
CN104427174A (en) Portable terminal apparatus, method of obtaining scanned data from an image processing apparatus, and recording medium
JP6471581B2 (en) Information processing apparatus, recording system, and program
JP6540122B2 (en) INFORMATION PROCESSING APPARATUS, RECORDING SYSTEM, AND PROGRAM
US8941856B2 (en) Image processing apparatus, image processing method, and non-transitory computer-readable recording medium encoded with image processing program
US10477039B2 (en) Non-transitory computer-readable medium storing output instructions to control portable terminal and portable terminal
JP2017041254A (en) Program and portable terminal
JP6390484B2 (en) Information processing apparatus, output program, and external program
JP2015103975A (en) Image reading system, image reading apparatus, information processing apparatus, control method of them, and program
JP6056875B2 (en) Information processing program, information processing apparatus, and information processing method
JP2019139798A (en) Output instruction program, external program, information processing apparatus, and content processing system

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20180216

RD05 Notification of revocation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7425

Effective date: 20180216

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180301

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20181004

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20181106

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20181121

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20181205

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20181218

R150 Certificate of patent or registration of utility model

Ref document number: 6460330

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150