JP2019067361A - Information processing apparatus, communication system, image forming method, and program - Google Patents

Information processing apparatus, communication system, image forming method, and program Download PDF

Info

Publication number
JP2019067361A
JP2019067361A JP2018111382A JP2018111382A JP2019067361A JP 2019067361 A JP2019067361 A JP 2019067361A JP 2018111382 A JP2018111382 A JP 2018111382A JP 2018111382 A JP2018111382 A JP 2018111382A JP 2019067361 A JP2019067361 A JP 2019067361A
Authority
JP
Japan
Prior art keywords
page
data
file
document file
image forming
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2018111382A
Other languages
Japanese (ja)
Other versions
JP7172150B2 (en
Inventor
尚悟 吉田
Shogo Yoshida
尚悟 吉田
志功 宮本
Yukiisa Miyamoto
志功 宮本
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to US16/116,198 priority Critical patent/US10521161B2/en
Publication of JP2019067361A publication Critical patent/JP2019067361A/en
Application granted granted Critical
Publication of JP7172150B2 publication Critical patent/JP7172150B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

To solve the problem in which: when a document file to be printed is divided into document files by pages in order to overlap transfer processing and print processing, it is difficult to perform processing on the entire document, such as browsing the entire document with a viewer after printing and printing the entire document again.SOLUTION: A file creation unit 5200 of a cloud service 50 creates, from a PDF file including data of a plurality of pages, a conversion file in which pieces of data of the pages of the plurality of pages are arranged in order of the pages, and specific information for identifying the boundaries of the pieces of data of the pages in the arrangement is included in the arrangement. A communication unit 5100 of the cloud service 50 transmits the conversion file created by the file creation unit 5200 to an image forming apparatus 20.SELECTED DRAWING: Figure 1

Description

本発明は、情報処理装置、通信システム、画像形成方法、及びプログラムに関する。   The present invention relates to an information processing apparatus, a communication system, an image forming method, and a program.

MFP(Multifunction Peripheral/Printer/Product)などの画像形成装置は、PCL(Printer Control Language)、PS(PostScript)、あるいはPDF(Portable Document Format)などの各種ファイルを受信して、印刷処理を実行する。PCL及びPSなどのシーケンシャルアクセス形式のファイルにおいて、各ページのデータはページ順に配置される。このため、画像形成装置は、シーケンシャルアクセス形式のファイルを受信しつつ、順に各ページのデータを読み出して印刷することができる。これに対し、PDFファイルなどのランダムアクセス形式のデータについては、各ページのデータがページ順とは関係なく配置され得るので、画像形成装置は、ファイル全体の受信が完了してから、ファイル後方に配置されたファイルの構造情報を参照しつつ、各ページのデータにアクセスして印刷する。   An image forming apparatus such as MFP (Multifunction Peripheral / Printer / Product) receives various files such as PCL (Printer Control Language), PS (PostScript), or PDF (Portable Document Format), and executes print processing. In a file of sequential access format such as PCL and PS, data of each page is arranged in page order. Therefore, the image forming apparatus can read out and print the data of each page in order while receiving the file of the sequential access format. On the other hand, for data of random access format such as PDF file, the data of each page may be arranged regardless of the page order, so the image forming apparatus can be placed behind the file after the reception of the entire file is completed. The data of each page is accessed and printed while referring to the structure information of the placed file.

特許文献1には、印刷すべきPDFデータをページ毎に新たなPDFデータのデータブロックに編集し、編集された各データブロックを1つの転送用ファイルに結合して、印刷装置に送信することによって、PDFデータの転送処理と印刷装置における印刷処理をオーバーラップさせることができ、かつ、転送用ファイルが印刷ジョブの単位となり、デバイス制御コマンドを付して所望のデバイス制御を実現し得ることが開示されている。   According to Patent Document 1, PDF data to be printed is edited into data blocks of new PDF data page by page, and each edited data block is combined into one transfer file and transmitted to the printing apparatus. Discloses that transfer processing of PDF data can be overlapped with print processing in the printing apparatus, and a transfer file can be a unit of print job, and device control commands can be added to realize desired device control. It is done.

しかし、転送処理と印刷処理をオーバーラップさせるべく、印刷する文書ファイルをページごとの文書ファイルに分割すると、印刷後にビュアーにより文書全体を閲覧したり、文書全体を再度印刷したりするなどの文書全体の処理が困難になるという課題がある。   However, if the document file to be printed is divided into document files for each page in order to overlap transfer processing and printing processing, the entire document is viewed such that the entire document is viewed by the viewer after printing, or the entire document is printed again. There is a problem that the processing of

請求項1に係る発明の情報処理装置は、複数のページのデータが含まれる第1の文書ファイルから、前記複数のページにおける各ページのデータがページの順に配列されており、前記各ページのデータの境界を識別するための識別情報が前記配列に含まれた第2の文書ファイルを生成する生成手段と、前記生成手段によって生成された前記第2の文書ファイルを画像形成装置へ送信する送信手段と、を有する。   In the information processing apparatus according to the first aspect of the present invention, the data of each page in the plurality of pages is arranged in the order of pages from the first document file including the data of the plurality of pages, and the data of each page Generating means for generating a second document file in which the identification information for identifying the boundaries of the lines is included in the array, and transmitting means for transmitting the second document file generated by the generating means to the image forming apparatus And.

本発明によると、文書ファイルを印刷処理後も文書全体の処理を可能に変換した上で、画像形成装置において、転送処理とオーバーラップさせながら印刷処理を実行させることが可能になるという効果を奏する。   According to the present invention, it is possible to convert the processing of the entire document so that the document file can be processed even after the printing processing, and then, in the image forming apparatus, it is possible to execute the printing processing while overlapping the transfer processing. .

本発明の一実施形態に係る通信システムの全体構成図である。1 is an overall configuration diagram of a communication system according to an embodiment of the present invention. 一実施形態に係る端末のハードウェア構成図である。It is a hardware block diagram of the terminal which concerns on one Embodiment. 一実施形態に係る画像形成装置のハードウェア構成図である。FIG. 1 is a hardware configuration diagram of an image forming apparatus according to an embodiment. 一実施形態に係る画像形成装置及びクラウドサービスの機能ブロック図である。FIG. 2 is a functional block diagram of an image forming apparatus and a cloud service according to an embodiment. PDFファイルの構造の一例を示す概念図である。It is a conceptual diagram which shows an example of the structure of a PDF file. 画像を印刷する処理の一例を示すシーケンス図である。It is a sequence diagram which shows an example of the process which prints an image. PDFファイルの構造の一例を示す概念図である。It is a conceptual diagram which shows an example of the structure of a PDF file. 画像形成装置における印刷処理の一例を示すシーケンス図である。FIG. 6 is a sequence diagram showing an example of print processing in the image forming apparatus. 分割ファイルを生成する処理の一例を示すフロー図である。It is a flow figure showing an example of processing which generates a division file. 通信システムにおける処理の一例を示すシーケンス図である。It is a sequence diagram which shows an example of the process in a communication system. 画像を変換する処理の一例を示すシーケンス図である。It is a sequence diagram which shows an example of the process which converts an image. クラウドサービス又は端末の機能をブロック状に示す機能ブロック図の一例である。It is an example of the functional block diagram which shows the function of a cloud service or a terminal in block form. 画像形成装置の機能をブロック状に示す機能ブロック図の一例である。FIG. 2 is an example of a functional block diagram showing the functions of the image forming apparatus in block form. 通信システムによる印刷処理を説明するシーケンス図の一例である。It is an example of a sequence diagram explaining printing processing by a communication system. ユーザが指定可能な変換条件の一例を示す図である。It is a figure which shows an example of the conversion conditions which can be designated by the user. ユーザが指定可能な変換条件の入力画面の一例を説明する図である。It is a figure explaining an example of the input screen of the conversion conditions which can be specified by the user.

以下、図面を用いて、本発明の実施形態について説明する。   Hereinafter, embodiments of the present invention will be described using the drawings.

<<通信システム>>
図1は、本発明の一実施形態に係る通信システムの全体構成図である。以下、通信端末を単に端末と表す。図1に示されているように、通信システム1は、端末10A,10B、画像形成装置20A,20B、及びクラウドサービス50を有している。端末10A,10Bのうち任意のものを端末10と表す。画像形成装置20A,20Bのうち任意のものを画像形成装置20と表す。通信システム1において、端末10、画像形成装置20、及びクラウドサービス50の数は、特に限定されない。
<< Communication system >>
FIG. 1 is an overall configuration diagram of a communication system according to an embodiment of the present invention. Hereinafter, the communication terminal is simply referred to as a terminal. As shown in FIG. 1, the communication system 1 includes terminals 10A and 10B, image forming apparatuses 20A and 20B, and a cloud service 50. Any one of the terminals 10A and 10B is referred to as a terminal 10. Any one of the image forming apparatuses 20A and 20B is referred to as an image forming apparatus 20. In the communication system 1, the number of terminals 10, image forming apparatuses 20, and cloud services 50 is not particularly limited.

端末10は、通信機能を有する情報処理装置であり、例えば、タブレット、スマートフォンなどのスマートデバイス、ノートPC(Personal Computer)、テレビ会議端末、電子黒板、又はカメラである。図1において、端末10Aは、例えば、ノートPCであり、端末10Bは、例えば、スマートデバイスである。   The terminal 10 is an information processing apparatus having a communication function, and is, for example, a tablet, a smart device such as a smartphone, a notebook PC (Personal Computer), a video conference terminal, an electronic blackboard, or a camera. In FIG. 1, the terminal 10A is, for example, a notebook PC, and the terminal 10B is, for example, a smart device.

画像形成装置20は、画像処理機能及び通信機能を有する情報処理装置であり、例えば、MFP(Multifunction Peripheral/Printer/Product)、ファクシミリ、スキャナ、又はプリンタである。図1において、画像形成装置20Aは、例えば、ファクシミリ、スキャナ、及びプリンタ機能を有するMFPであり、画像形成装置20Bは、例えば、プリンタである。   The image forming apparatus 20 is an information processing apparatus having an image processing function and a communication function, and is, for example, an MFP (Multifunction Peripheral / Printer / Product), a facsimile, a scanner, or a printer. In FIG. 1, an image forming apparatus 20A is, for example, an MFP having a facsimile, a scanner, and a printer function, and an image forming apparatus 20B is, for example, a printer.

クラウドサービス50は、通信機能を有する情報処理装置である。クラウドサービス50は、端末10又は画像形成装置20からの要求に基づいてPDF(Portable Document Format)ファイルなどの文書ファイルを管理し、画像形成装置20へ送信するプリントサーバとして機能する。また、クラウドサービス50は、後述の文書ファイルの変換機能を有する。   The cloud service 50 is an information processing apparatus having a communication function. The cloud service 50 manages a document file such as a PDF (Portable Document Format) file based on a request from the terminal 10 or the image forming apparatus 20, and functions as a print server that transmits the document file to the image forming apparatus 20. Also, the cloud service 50 has a document file conversion function described later.

端末10及び画像形成装置20は、直接、あるいは無線LANルータ2Rを介して、LAN2L(Local Area Network)に接続している。端末10及び画像形成装置20は、LAN2Lからインターネット2Iに接続し、インターネット2I上のクラウドサービス50に接続する。LAN2L及びインターネット2Iのうち任意のものを通信ネットワーク2と表す。通信ネットワーク2の全部又は一部には、Wi−Fi(Wireless Fidelity)などの無線による通信が行われる箇所があってもよい。   The terminal 10 and the image forming apparatus 20 are connected to a LAN 2L (Local Area Network) directly or through the wireless LAN router 2R. The terminal 10 and the image forming apparatus 20 connect from the LAN 2L to the Internet 2I and connect to the cloud service 50 on the Internet 2I. Any one of the LAN 2 L and the Internet 2 I is referred to as a communication network 2. In all or part of the communication network 2, there may be a place where wireless communication such as Wi-Fi (Wireless Fidelity) is performed.

端末10、及びクラウドサービス50は、任意のアプリケーション又はドライバを用いて、PDFファイルなどのランダムアクセス形式の文書ファイルを生成する。端末10及びクラウドサービス50は、文書ファイルを含む印刷要求を画像形成装置20へ送信する。画像形成装置20は、端末10又はクラウドサービス50によって送信された文書ファイルを受信して印刷処理を実行する。   The terminal 10 and the cloud service 50 generate a random access document file such as a PDF file using any application or driver. The terminal 10 and the cloud service 50 transmit a print request including the document file to the image forming apparatus 20. The image forming apparatus 20 receives the document file transmitted by the terminal 10 or the cloud service 50 and executes the printing process.

<<ハードウェア構成>>
図2は、一実施形態に係る端末のハードウェア構成図である。図2を用いて、端末10のハードウェア構成について説明する。
<< Hardware Configuration >>
FIG. 2 is a hardware configuration diagram of a terminal according to an embodiment. The hardware configuration of the terminal 10 will be described using FIG.

端末10は、CPU101(Central Processing Unit)と、ROM102(Read Only Memory)と、RAM103(Random Access Memory)と、SSD104(Solid State Drive)と、メディアI/F105(Interface)と、ネットワークI/F107と、ユーザI/F108と、バスライン110と、を有する。   The terminal 10 includes a CPU 101 (Central Processing Unit), a ROM 102 (Read Only Memory), a RAM 103 (Random Access Memory), an SSD 104 (Solid State Drive), a media I / F 105 (Interface), and a network I / F 107. , User I / F 108, and a bus line 110.

CPU101は、端末10全体の動作を制御する。ROM102は、端末10上で動作する各種プログラム及びアプリケーションを記憶する。以下、アプリケーションを単にアプリと表す。RAM103は、CPU101のワークエリアとして使用される。SSD104は、各種プログラム又はアプリで利用されるデータを記憶する。メディアI/F105は、外部メモリなどの記録メディア106に記憶されている情報を読み出したり、記録メディア106に情報を書き込んだりするためのインタフェースである。ネットワークI/F107は、通信ネットワーク2を介して他の装置と通信するためのインタフェースである。ユーザI/F108は、ユーザによる操作入力を受け付けるためのインタフェースである。ユーザI/F108は、例えば、タッチパネル機能を搭載した液晶表示装置又は有機EL(Electro Luminescence)表示装置、もしくはキーボード及びマウスである。バスライン110は、上記各構成要素を図2に示されているように電気的に接続するためのアドレスバス又はデータバスである。   The CPU 101 controls the overall operation of the terminal 10. The ROM 102 stores various programs and applications operating on the terminal 10. Hereinafter, the application is simply referred to as an application. The RAM 103 is used as a work area of the CPU 101. The SSD 104 stores data used by various programs or applications. The media I / F 105 is an interface for reading information stored in the recording medium 106 such as an external memory or writing information in the recording medium 106. The network I / F 107 is an interface for communicating with other devices via the communication network 2. The user I / F 108 is an interface for receiving an operation input by the user. The user I / F 108 is, for example, a liquid crystal display device having a touch panel function or an organic EL (Electro Luminescence) display device, or a keyboard and a mouse. The bus line 110 is an address bus or data bus for electrically connecting the above-described components as shown in FIG.

クラウドサービス50のハードウェア構成は、端末10のハードウェア構成と同様であるので説明を省略する。ただし、SSD104は、HDD(Hard Disk Drive)などの任意の不揮発性の記憶装置に置き換え可能である。   The hardware configuration of the cloud service 50 is the same as the hardware configuration of the terminal 10, so the description will be omitted. However, the SSD 104 can be replaced with any non-volatile storage device such as a hard disk drive (HDD).

図3は、一実施形態に係る画像形成装置20のハードウェア構成図である。図3を用いて、画像形成装置20のハードウェア構成について説明する。   FIG. 3 is a hardware configuration diagram of the image forming apparatus 20 according to an embodiment. The hardware configuration of the image forming apparatus 20 will be described with reference to FIG.

画像形成装置20のコントローラ200は、CPU201と、ROM202と、RAM203と、NVRAM204(Non-volatile RAM)と、HDD205(hard Disk Drive)と、ネットワークI/F206と、エンジンI/F207と、パネルI/F208と、スキャナI/F209と、メディアI/F215と、バスライン210と、を有する。また、画像形成装置20は、プロッタエンジン211と、操作パネル212と、スキャナエンジン213と、を有する。   The controller 200 of the image forming apparatus 20 includes a CPU 201, a ROM 202, a RAM 203, an NVRAM 204 (non-volatile RAM), an HDD 205 (hard disk drive), a network I / F 206, an engine I / F 207, and a panel I / F. An F 208, a scanner I / F 209, a media I / F 215, and a bus line 210 are included. The image forming apparatus 20 further includes a plotter engine 211, an operation panel 212, and a scanner engine 213.

CPU201は、画像形成装置20全体の動作を制御する。ROM202は、画像形成装置20上で動作する各種プログラム及びアプリを記憶する。RAM203は、CPU201のワークエリアとして使用される。NVRAM204及びHDD205は、各種プログラム又はアプリで利用されるデータを記憶する。ネットワークI/F206は、通信ネットワーク2を介して他の装置と通信するためのインタフェースである。エンジンI/F207は、プロッタエンジン211と接続するためのインタフェースである。パネルI/F208は、操作パネル212と接続するためのインタフェースである。スキャナI/F209は、スキャナエンジン213と接続するためのインタフェースである。メディアI/F215は、外部メモリなどの記録メディア216に記憶されている情報を読み出したり、記録メディア216に情報を書き込んだりするためのインタフェースである。バスライン210は、上記各構成要素を図3に示されているように電気的に接続するためのアドレスバス又はデータバスである。   The CPU 201 controls the overall operation of the image forming apparatus 20. The ROM 202 stores various programs and applications that operate on the image forming apparatus 20. The RAM 203 is used as a work area of the CPU 201. The NVRAM 204 and the HDD 205 store data used by various programs or applications. The network I / F 206 is an interface for communicating with other devices via the communication network 2. The engine I / F 207 is an interface for connecting to the plotter engine 211. The panel I / F 208 is an interface for connecting to the operation panel 212. The scanner I / F 209 is an interface for connecting to the scanner engine 213. The media I / F 215 is an interface for reading information stored in a recording medium 216 such as an external memory or writing information in the recording medium 216. The bus line 210 is an address bus or data bus for electrically connecting the above-described components as shown in FIG.

プロッタエンジン211は、記録媒体への画像の印刷処理において、画像形成装置20のプロッタの動作を制御する。プロッタは、任意の印刷装置であり、インクジェット方式の場合、例えば、インクジェットヘッドであり、レーザープリンタ方式の場合、例えば、感光体、レーザー照射装置、あるいは転写装置である。操作パネル212は、ユーザから設定、条件、指示などの入力を受け付けるためのパネルであり、例えば、タッチパネル機能を搭載した液晶表示装置又は有機EL表示装置、もしくはキーボード及びマウスである。スキャナエンジン213は、画像形成装置20におけるスキャナの動作を制御する。なお、スキャナは、特に限定されないが、例えば、圧版、ADF(Auto Document Feeder)、及び撮像素子を有する公知のものが例示される。   The plotter engine 211 controls the operation of the plotter of the image forming apparatus 20 in the process of printing an image on a recording medium. The plotter is an arbitrary printing device, and in the case of the inkjet method, for example, an inkjet head, and in the case of the laser printer method, for example, a photoreceptor, a laser irradiation device, or a transfer device. The operation panel 212 is a panel for receiving input of settings, conditions, instructions and the like from the user, and is, for example, a liquid crystal display device or an organic EL display device equipped with a touch panel function, or a keyboard and a mouse. The scanner engine 213 controls the operation of the scanner in the image forming apparatus 20. Although the scanner is not particularly limited, for example, a known scanner having a pressure plate, an ADF (Auto Document Feeder), and an imaging device is exemplified.

<<機能構成>>
次に、一実施形態に係る画像形成装置20の機能構成について説明する。図4は、一実施形態に係る画像形成装置20及びクラウドサービス50の機能ブロック図である。
<< Functional Configuration >>
Next, the functional configuration of the image forming apparatus 20 according to an embodiment will be described. FIG. 4 is a functional block diagram of the image forming apparatus 20 and the cloud service 50 according to an embodiment.

画像形成装置20は、通信部2100と、ページデータ生成部2210と、印刷データ処理部2220と、を有する。これら各部は、図3に示されている各構成要素のいずれかが、ROM202からRAM203上に展開された画像形成装置20用のプログラム又はアプリに従ったCPU201からの命令によって動作することで実現される機能である。また、画像形成装置20は、ROM202、RAM203、NVRAM204、又はHDD205により構築される記憶部2000を有する。   The image forming apparatus 20 includes a communication unit 2100, a page data generation unit 2210, and a print data processing unit 2220. These units are realized by any of the components shown in FIG. 3 operating according to a program for the image forming apparatus 20 expanded on the RAM 203 from the ROM 202 or an instruction from the CPU 201 according to an application. Function. The image forming apparatus 20 further includes a storage unit 2000 constructed by the ROM 202, the RAM 203, the NVRAM 204, or the HDD 205.

通信部2100は、CPU201からの命令、及びネットワークI/F206の処理により、通信ネットワーク2を介した他の装置との通信を制御する。   The communication unit 2100 controls communication with another device via the communication network 2 by an instruction from the CPU 201 and processing of the network I / F 206.

ページデータ生成部2210は、CPU201からの命令に基づいて、一つの複数ページのPDFファイルから、複数のページごとのPDFファイルを生成する。   The page data generation unit 2210 generates a PDF file for each of a plurality of pages from a PDF file of a plurality of pages based on an instruction from the CPU 201.

印刷データ処理部2220は、CPU101からの命令に基づくプロッタエンジン211の動作により、画像を印刷するための制御を行う。   The print data processing unit 2220 performs control for printing an image by the operation of the plotter engine 211 based on an instruction from the CPU 101.

クラウドサービス50は、通信部5100と、ファイル生成部5200と、を有する。これら各部は、図2に示されている各構成要素のいずれかが、ROM102からRAM103上に展開されたクラウドサービス50用のプログラム又はアプリに従ったCPU101からの命令によって動作することで実現される機能である。また、クラウドサービス50は、ROM102、RAM103、又はSSD104により構築される記憶部5000を有する。   The cloud service 50 includes a communication unit 5100 and a file generation unit 5200. These units are realized by any of the components shown in FIG. 2 operating according to a program for the cloud service 50 developed on the RAM 103 from the ROM 102 or an instruction from the CPU 101 according to an application. It is a function. The cloud service 50 also includes a storage unit 5000 constructed by the ROM 102, the RAM 103, or the SSD 104.

通信部5100は、CPU101からの命令、及びネットワークI/F107の処理により、通信ネットワーク2を介した他の装置との通信を制御する。   The communication unit 5100 controls communication with another device via the communication network 2 by an instruction from the CPU 101 and processing of the network I / F 107.

ファイル生成部5200は、CPU101からの命令に基づいて、ページごとのPDFファイルに分割可能な、PDFファイルを生成する。   The file generation unit 5200 generates a PDF file that can be divided into PDF files for each page based on an instruction from the CPU 101.

(ファイル構造)
図5は、PDFファイルの構造の一例を示す概念図である。PDFファイルは、国際標準化機構(ISO: International Organization for Standardization)で管理されているオープンスタンダードに準拠して、先頭から順に、ヘッダPH、ボディPB、相互参照表PR、及びトレイラーPTを有する。なお、図5において、ヘッダPH、ボディPB、相互参照表PR、及びトレイラーPTに含まれる情報は一例である。
(File structure)
FIG. 5 is a conceptual view showing an example of the structure of a PDF file. The PDF file has a header PH, a body PB, a cross reference table PR, and a trailer PT in order from the top, in accordance with the open standard managed by the International Organization for Standardization (ISO). In FIG. 5, the information included in the header PH, the body PB, the cross reference table PR, and the trailer PT is an example.

ヘッダPHには、PDFのバージョン情報などが含まれる。   The header PH includes PDF version information and the like.

ボディPBには、オブジェクト番号ごとに、ドキュメントカタログ、ページ情報、各ページのオブジェクト情報などが定義されている。オブジェクト番号は、オブジェクトの識別子であり、例えば、「1 0 obj」のように、参照番号(x)、生成番号(y)、及び「obj」を並べてなる。ドキュメントカタログは、オブジェクト階層のルート(最上位)である。ページ情報は、各ページのオブジェクト情報への参照などが含まれる。各ページのオブジェクト情報には、各ページを描画するためのデータが含まれる。   In the body PB, a document catalog, page information, object information of each page, and the like are defined for each object number. The object number is an identifier of the object, and is formed by arranging a reference number (x), a generation number (y), and “obj”, for example, “1 0 obj”. The document catalog is the root of the object hierarchy (top level). The page information includes references to object information of each page. The object information of each page includes data for drawing each page.

相互参照表PRには、ボディPBに定義されている各オブジェクト番号のオブジェクトのアドレス情報(位置情報)が含まれている。アドレス情報は、オブジェクトがヘッダPHの先頭から何バイト目かを示すオフセット情報である。画像形成装置20は、相互参照表PRに基づいて、オブジェクトの位置を特定し、アクセスする。   The cross reference table PR includes address information (position information) of objects of each object number defined in the body PB. The address information is offset information that indicates the number of bytes from the beginning of the header PH of the object. The image forming apparatus 20 identifies and accesses the position of the object based on the cross reference table PR.

トレイラーPTには、相互参照表PRの位置を示すアドレス情報(startxref)、ドキュメントカタログのオブジェクト番号(Root)、及びPDFファイルの作成日時への参照(Info)などが含まれている。   The trailer PT includes address information (startxref) indicating the position of the cross reference table PR, an object number (Root) of the document catalog, and a reference (Info) to the creation date and time of the PDF file.

PDFファイルの構造上、画像形成装置20は、ドキュメントカタログのオブジェクト番号をトレイラーPTから特定し、このオブジェクト番号に対応するアドレス情報を相互参照表PRから特定することで、ドキュメントカタログにアクセスする。すなわち、画像形成装置20による通常の動作では、PDFファイルのトレイラーPTまでを読み込んだ上で、PDFファイルに係る画像処理を開始する。   Due to the structure of the PDF file, the image forming apparatus 20 accesses the document catalog by specifying the object number of the document catalog from the trailer PT and specifying the address information corresponding to the object number from the cross reference table PR. That is, in the normal operation of the image forming apparatus 20, after the trailer PT of the PDF file is read, the image processing related to the PDF file is started.

PDFの言語仕様上、オブジェクト情報はページ順に並んでいなくてもよく、オブジェクト番号も連番である必要はない。例えば、図5において、「5 0 obj,18 0 obj,7 0 obj」は、それぞれ文書における5ページ目、1ページ目、又は3ページ目を描画するためのオブジェクト情報であってもよい。従って、オブジェクト情報が整列されていなければ、画像形成装置20は、オブジェクト情報におけるどこまでが何ページ目か相互参照表PRなしに判断できない。   In the language specification of PDF, the object information need not be arranged in page order, and the object number does not have to be a sequential number. For example, in FIG. 5, “5 0 obj, 18 0 obj, 7 0 obj” may be object information for drawing the fifth page, the first page, or the third page of the document. Therefore, if the object information is not aligned, the image forming apparatus 20 can not determine how many pages in the object information are without the cross reference table PR.

<<処理>>
続いて、通信システム1における処理について説明する。図6は、画像を印刷する処理の一例を示すシーケンス図である。以下、端末10による要求に基づいて、クラウドサービス50において管理されている文書ファイルを画像形成装置20へ送信し、画像形成装置20において印刷する一例の処理について説明する。ただし、端末10が、クラウドサービス50と同様の機能を有している場合、端末10から直接、画像形成装置20へ印刷要求を送信することもできる。この場合、図6におけるクラウドサービス50の処理は、端末10の処理に置き換えられる。また、画像形成装置20による印刷要求に基づいて、クラウドサービス50から画像形成装置20へ文書ファイルを送信し、画像形成装置20において印刷処理を実行してもよい。この場合、図6における端末10の処理は画像形成装置20の処理に置き換えられる。
<< Processing >>
Subsequently, processing in the communication system 1 will be described. FIG. 6 is a sequence diagram showing an example of the process of printing an image. Hereinafter, an exemplary process of transmitting a document file managed in the cloud service 50 to the image forming apparatus 20 and printing the document file in the image forming apparatus 20 based on a request from the terminal 10 will be described. However, when the terminal 10 has the same function as the cloud service 50, the print request can also be transmitted from the terminal 10 directly to the image forming apparatus 20. In this case, the processing of the cloud service 50 in FIG. 6 is replaced with the processing of the terminal 10. Alternatively, the document file may be transmitted from the cloud service 50 to the image forming apparatus 20 based on the print request from the image forming apparatus 20, and the image forming apparatus 20 may execute the printing process. In this case, the processing of the terminal 10 in FIG. 6 is replaced by the processing of the image forming apparatus 20.

端末10は、ユーザによる印刷要求の入力に応じて、通信ネットワーク2を介してクラウドサービス50へ印刷要求を送信する(ステップS1)。印刷要求には、印刷するファイルのファイル名が含まれている。以下、印刷するファイルがPDFファイルである場合について説明する。   The terminal 10 transmits a print request to the cloud service 50 via the communication network 2 in response to the input of the print request by the user (step S1). The print request includes the file name of the file to be printed. The following describes the case where the file to be printed is a PDF file.

クラウドサービス50の通信部5100は、端末10によって送信された印刷要求を受信する。クラウドサービス50のファイル生成部5200は、印刷要求に含まれるファイル名のPDFファイルを記憶部5000から読み込む(ステップS11)。   The communication unit 5100 of the cloud service 50 receives the print request transmitted by the terminal 10. The file generation unit 5200 of the cloud service 50 reads a PDF file of the file name included in the print request from the storage unit 5000 (step S11).

クラウドサービス50のファイル生成部5200は、読み込まれたPDFファイルのヘッダに、複数のPDFファイルに分割可能なファイルであることを特定するための特定情報(識別情報とも言う)として、予め定められたコメントを挿入する(ステップS12)。図7は、PDFファイルの構造の一例を示す概念図である。図7の(A)は、特定情報が挿入されたヘッダPHiを示す。   The file generation unit 5200 of the cloud service 50 is predetermined in the header of the read PDF file as identification information (also referred to as identification information) for identifying that the file can be divided into a plurality of PDF files. A comment is inserted (step S12). FIG. 7 is a conceptual diagram showing an example of the structure of a PDF file. (A) of FIG. 7 shows the header PHi into which specific information has been inserted.

続いて、クラウドサービス50のファイル生成部5200は、ステップS11で読み込まれたPDFファイルに含まれる各ページのデータについて、以下のループ処理を繰り返す。   Subsequently, the file generation unit 5200 of the cloud service 50 repeats the following loop processing on data of each page included in the PDF file read in step S11.

まず、クラウドサービス50のファイル生成部5200は、ステップS11で読み込まれたPDFファイルを検索して、文書の1ページ目を描画するためのオブジェクト情報を読み込む(ステップS21)。このとき、検索されたオブジェクト情報が圧縮されていた場合でも、ファイル生成部5200は、オブジェクト情報を解凍せず、圧縮されたままの状態で読み込む。   First, the file generation unit 5200 of the cloud service 50 searches the PDF file read in step S11, and reads object information for drawing the first page of the document (step S21). At this time, even if the retrieved object information is compressed, the file generation unit 5200 does not decompress the object information, and reads in the compressed state.

クラウドサービス50のファイル生成部5200は、ステップS21で読み込まれた1ページ目を描画するためのオブジェクトを、PDFファイルにおけるボディPBの先頭側に移動することにより、ボディPBの記述がページ順になるように整列する(ステップS22)。   The file generation unit 5200 of the cloud service 50 moves the object for drawing the first page read in step S21 to the top side of the body PB in the PDF file so that the description of the body PB is in page order (Step S22).

クラウドサービス50のファイル生成部5200は、PDFファイルにおけるボディPBに、1ページ目のオブジェクトの境界位置を示す境界情報(区切り位置を示すページ区切情報ともいう)を付加する(ステップS23)。境界情報を付加する方法の2つの例について説明する。   The file generation unit 5200 of the cloud service 50 adds, to the body PB in the PDF file, boundary information (also referred to as page separation information indicating the division position) indicating the boundary position of the first page object (step S23). Two examples of the method of adding the boundary information will be described.

境界情報を付加する1つ目の方法では、予め定められたオブジェクト情報を境界情報として用いる。図7の(B−1)は、PDFファイルのボディPBを示す概念図である。図7の(B−2)は、PDFファイルのnページ目のオブジェクト群を示す概念図である。   In the first method of adding boundary information, predetermined object information is used as the boundary information. (B-1) of FIG. 7 is a conceptual diagram showing the body PB of the PDF file. (B-2) of FIG. 7 is a conceptual diagram showing an object group of the nth page of the PDF file.

図7の(B−1)及び(B−2)の例では、「/Pageオブジェクト」を境界情報として用いる。すなわち、クラウドサービス50のファイル生成部5200は、図7の(B−1)のボディPBにおける「/Pagesオブジェクト」から、nページにかかる「/Pageオブジェクト」を抽出して、nページ目のオブジェクト群PBnの後端に挿入することにより(図7の(B−2)参照)、「/Pageオブジェクト」を境界情報とする。なお、ファイル生成部5200は、nページにかかる「/Pageオブジェクト」を、nページ目のオブジェクト群PBnの先端に挿入することにより、「/Pageオブジェクト」を境界情報としてもよい。なお、「/Pageオブジェクト」は、PDFの言語仕様で定義されているものである。ファイル生成部5200は、「/Pageオブジェクト」以外の「/Contentsオブジェクト」などの他のオブジェクト情報を、オブジェクト群の先端又は後端に挿入することで境界情報としてもよい。   In the example of (B-1) and (B-2) of FIG. 7, "/ Page object" is used as boundary information. That is, the file generation unit 5200 of the cloud service 50 extracts the “/ Page object” for page n from the “/ Pages object” in the body PB of (B-1) in FIG. By inserting it into the rear end of the group PBn (see (B-2) in FIG. 7), the “/ Page object” is used as boundary information. The file generation unit 5200 may use the “/ Page object” as the boundary information by inserting the “/ Page object” corresponding to the n-th page at the tip of the object group PBn of the n-th page. The "/ Page object" is defined in the language specification of PDF. The file generation unit 5200 may set boundary information by inserting other object information such as “/ Contents object” other than “/ Page object” at the front end or rear end of the object group.

境界情報を付加する2つ目の方法では、ページの区切りを示すコメントを境界情報として用いる。ページの区切りを示すコメントは、PDF言語において、ページの描画内容に直接影響を与えないコメントである。図7の(C−1)及び(C−2)は、ページの区切りを示すコメントが付加されたPDFファイルのボディの概念図である。   In the second method of adding boundary information, a comment indicating page breaks is used as the boundary information. Comments indicating page breaks are comments that do not directly affect the drawing content of the page in the PDF language. (C-1) and (C-2) of FIG. 7 are conceptual diagrams of the body of the PDF file to which the comment indicating the page division is added.

図7の(C−1)の例では、各ページのオブジェクト群の後端に、ページの区切りを示すコメント「%End Page」が付加されている。図7の(C−2)の例では、各ページのオブジェクト群の先端に、ページの区切りを示すコメント「%Start Page」が付加されている。画像形成装置20は、PDFファイルを読み込むときに、これらのコメントを検知して、ページ区切り位置を判断することができる。   In the example of (C-1) in FIG. 7, a comment “% End Page” indicating the page division is added to the rear end of the object group of each page. In the example of (C-2) of FIG. 7, the comment "% Start Page" which shows the division of a page is added to the tip of the object group of each page. When reading a PDF file, the image forming apparatus 20 can detect these comments to determine the page break position.

ステップS23の処理が完了すると、クラウドサービス50のファイル生成部5200は、ステップS11で読み込まれたPDFファイルにおいて、未処理のデータがあるか判断する。未処理のデータがある場合、ファイル生成部5200は、未処理のデータに対しループ処理を繰り返す。このとき、クラウドサービス50のファイル生成部5200は、ステップS21で読み込まれたnページ目のオブジェクト群を、PDFファイルにおけるボディPBのn−1ページ目のオブジェクト群の後に挿入することにより、ボディPBの記述がページ順になるように整列する(ステップS22)。   When the process of step S23 is completed, the file generation unit 5200 of the cloud service 50 determines whether or not there is unprocessed data in the PDF file read in step S11. If there is unprocessed data, the file generation unit 5200 repeats loop processing on the unprocessed data. At this time, the file generation unit 5200 of the cloud service 50 inserts the object group of the nth page read in step S21 after the object group of the n-1th page of the body PB in the PDF file, Are arranged in the page order (step S22).

ループ処理が完了してから、クラウドサービス50のファイル生成部5200は、境界情報が付加されたPDFファイルに対し、ファイルの構造情報を追加して、更新する(ステップS31)。ファイルの構造情報は、PDF言語で規定されているページツリー、ドキュメントカタログ、相互参照表PR、トレイラーなどを含む。ファイルの構造情報が追加されたファイルは、PDF言語仕様を満たすものとなる。   After the loop processing is completed, the file generation unit 5200 of the cloud service 50 adds structure information of the file to the PDF file to which the boundary information is added, and updates the file (step S31). The structure information of the file includes a page tree specified in the PDF language, a document catalog, a cross reference table PR, a trailer and the like. The file to which the file structure information has been added satisfies the PDF language specification.

クラウドサービス50のファイル生成部5200は、印刷ジョブに必要なページ情報Bpを生成して追加する。この場合、ページ情報のオブジェクト番号には、予め定められた値が割り当てられる。ページ情報には、ページ数と、ページを描画するためのオブジェクトへの参照が含まれる。   The file generation unit 5200 of the cloud service 50 generates and adds page information Bp necessary for the print job. In this case, a predetermined value is assigned to the object number of the page information. The page information includes the page number and a reference to an object for drawing the page.

クラウドサービス50のファイル生成部5200は、印刷ジョブに必要なジョブ情報としてドキュメントカタログを生成して生成過程にあるPDFファイルに追加する。ドキュメントカタログのオブジェクト番号は予め定められた値が割り当てられる。印刷ジョブに必要なジョブ情報には、ページ情報のオブジェクトへの参照が含まれる。上記のように、ページ情報のオブジェクトのオブジェクト番号は予め定められているので、ページ情報への参照は予め定められた値となる。   The file generation unit 5200 of the cloud service 50 generates a document catalog as job information necessary for the print job and adds it to the PDF file in the process of generation. The object number of the document catalog is assigned a predetermined value. The job information necessary for the print job includes a reference to the page information object. As described above, since the object number of the page information object is determined in advance, the reference to the page information is a predetermined value.

クラウドサービス50のファイル生成部5200は、相互参照表PRを生成して、境界情報が付加された生成過程にあるPDFファイルにおけるボディPBの後に追加する。相互参照表PRは、ボディPBにおける各オブジェクトの位置をオフセット情報として表したアドレス情報である。ページデータ生成部2210は、先に生成したボディPBから、各オブジェクトを検索し、検索された各オブジェクトの位置を示すアドレス情報をオフセット情報として記述することで、相互参照表PRを生成する。   The file generation unit 5200 of the cloud service 50 generates a cross reference table PR and adds it after the body PB in the PDF file in the process of generation to which the boundary information is added. The cross reference table PR is address information that represents the position of each object in the body PB as offset information. The page data generation unit 2210 searches each object from the body PB generated earlier, and generates address information indicating the position of each searched object as offset information, thereby generating a cross reference table PR.

クラウドサービス50の通信部5100は、ファイルの構造情報が追加されたPDF形式のファイルを含む印刷要求を画像形成装置20へ送信する(ステップS41)。ファイルの構造情報が追加されたPDF形式のファイルを変換ファイルと表す。   The communication unit 5100 of the cloud service 50 transmits, to the image forming apparatus 20, a print request including the file in PDF format to which the file structure information is added (step S41). A PDF format file to which file structure information has been added is referred to as a conversion file.

クラウドサービス50のファイル生成部5200は、変換ファイルを記憶部5000に記憶する(ステップS42)。変換ファイルは、PDFの言語仕様に従っているので、記憶部5000に記憶されている変換ファイルをビュアーにより読み出して、文書の全体を閲覧することができる。   The file generation unit 5200 of the cloud service 50 stores the conversion file in the storage unit 5000 (step S42). The converted file conforms to the language specification of PDF, so the converted file stored in the storage unit 5000 can be read by the viewer to browse the entire document.

続いて、印刷要求を受信した画像形成装置20の処理について説明する。図8は、画像形成装置における印刷処理の一例を示すシーケンス図である。   Subsequently, processing of the image forming apparatus 20 that has received the print request will be described. FIG. 8 is a sequence diagram showing an example of print processing in the image forming apparatus.

画像形成装置20の通信部2100は、端末10によって送信された印刷要求の受信を開始すると、印刷要求に含まれるPDFファイルを、バッファとしてRAM203に順次記憶(バッファリング)する。画像形成装置20は、バッファリングの完了を待機することなく、以下の印刷処理を継続する。   When the communication unit 2100 of the image forming apparatus 20 starts reception of the print request transmitted by the terminal 10, the PDF file included in the print request is sequentially stored (buffered) in the RAM 203 as a buffer. The image forming apparatus 20 continues the following printing process without waiting for the completion of buffering.

通信部2100は、印刷を開始するための印刷開始通知をページデータ生成部2210へ送信する(ステップS52)。   The communication unit 2100 transmits a print start notification for starting printing to the page data generation unit 2210 (step S52).

ページデータ生成部2210は、印刷開始通知を受信すると、引刷要求に含まれるPDFファイルから、印刷する各ページのデータが分割されたPDFファイルを生成可能であるか判断する(ステップS53)。以下、ページごとに分割されたPDFファイルを、分割ファイルと表す。例えば、印刷要求に含まれるPDFファイルのページ数が10であり、全ページ印刷する場合、ページデータ生成部2210は、10個のページごとの分割ファイルを生成可能であるか判断する。   When the page data generation unit 2210 receives the print start notification, the page data generation unit 2210 determines whether the PDF file in which the data of each page to be printed is divided can be generated from the PDF file included in the request for printing (step S53). Hereinafter, a PDF file divided into pages is referred to as a divided file. For example, when the number of pages of the PDF file included in the print request is 10 and all pages are to be printed, the page data generation unit 2210 determines whether divided files for every 10 pages can be generated.

ページデータ生成部2210は、受信バッファにおけるヘッダPHiの部分を読み込んだ時点で、特定情報を検知すれば、分割ファイルを生成可能であると判断する。   When the page data generation unit 2210 reads the part of the header PHi in the reception buffer, if it detects the specific information, it determines that the divided file can be generated.

以下、ステップS53において、分割ファイルを生成可能であると判断された場合について説明する。画像形成装置20のページデータ生成部2210は、PDFファイルにおける各ページのオブジェクトが受信されるたびに、ページごとの分割ファイルを生成する(ステップS61)。   Hereinafter, the case where it is determined in step S53 that a split file can be generated will be described. The page data generation unit 2210 of the image forming apparatus 20 generates a divided file for each page each time an object of each page in the PDF file is received (step S61).

図9は、分割ファイルを生成する処理の一例を示すフロー図である。図9を用いてステップS61の処理を詳細に説明する。なお、ステップS61の処理は、クラウドサービス50から送られてきたPDFファイルの受信の完了を待つことなく実行される。   FIG. 9 is a flow chart showing an example of processing for generating a divided file. The process of step S61 will be described in detail with reference to FIG. The process of step S61 is performed without waiting for the completion of the reception of the PDF file sent from the cloud service 50.

RAM203には、通信部2100によって受信されたPDFファイルの一部が、バッファとして順次記憶される。ページデータ生成部2210は、バッファをレコードごとに読み込む(ステップS61−1)。   In the RAM 203, part of the PDF file received by the communication unit 2100 is sequentially stored as a buffer. The page data generation unit 2210 reads the buffer for each record (step S61-1).

ページデータ生成部2210は、読み込まれたレコードが、相互参照表PR、ドキュメントカタログ、ページ情報、又はトレイラーPTに該当するか判断する(ステップS61−2)。   The page data generation unit 2210 determines whether the read record corresponds to the cross reference table PR, the document catalog, the page information, or the trailer PT (step S61-2).

ステップS61−2において、レコードが、相互参照表PR、ドキュメントカタログ、ページ情報、又はトレイラーPTのいずれかに該当する(YES)と判断された場合、ページデータ生成部2210は、読み込まれたレコードを削除する(ステップS61−3)。相互参照表PR、ドキュメントカタログ、ページ情報、及びトレイラーPTの各レ
コードは、後述の処理で、分割ファイルを作成する際に、新たに生成されるためである。
If it is determined in step S61-2 that the record corresponds to any of the cross reference table PR, the document catalog, the page information, or the trailer PT (YES), the page data generation unit 2210 reads the read record. It deletes (Step S61-3). The respective records of the cross reference table PR, the document catalog, the page information, and the trailer PT are newly generated at the time of creating the divided file in the process described later.

ステップS61−2において、該当しない(NO)と判断された場合、ページデータ生成部2210は、読み込まれたレコードを、記憶部2000に記憶する(ステップS61−4)。   If it is determined in step S61-2 that the information does not correspond (NO), the page data generation unit 2210 stores the read record in the storage unit 2000 (step S61-4).

ページデータ生成部2210は、ステップS61−1乃至S61−4の処理を、1ページ分のレコード、すなわちオブジェクトを読み終えるまで繰り返す。なお、ページデータ生成部2210は、ボディPBにおける境界情報を読み込むことで、1ページ分のレコードを読み終えたか判断することができる。   The page data generation unit 2210 repeats the processes of steps S61-1 to S61-4 until one page of records, ie, an object, is read. The page data generation unit 2210 can determine whether reading of one page of records has been completed by reading the boundary information in the body PB.

上記のループ処理が完了した時点で、記憶部2000にはPDFファイルから抽出された1ページ分のレコードのうち、相互参照表PR、ドキュメントカタログ、ページ情報、又はトレイラーPTが除かれた各レコード、すなわち1ページを描画するための各データを含むオブジェクトが記憶される。ページデータ生成部2210は、記憶部2000に記憶されたレコードを、分割ファイルにおけるボディとする。   When the above loop processing is completed, the storage unit 2000 stores each record from which the cross reference table PR, the document catalog, the page information, or the trailer PT has been removed among the records of one page extracted from the PDF file, That is, an object including each data for drawing one page is stored. The page data generation unit 2210 sets the record stored in the storage unit 2000 as the body in the divided file.

このボディには、ステップS61−3の処理で読み捨てられる相互参照表PR、ドキュメントカタログ、ページ情報、及びトレイラーPTなどが含まれない。このボディを分割ファイルとして、印刷データ処理部2220に送信しても、PDF言語に準拠していないため、印刷データ処理部2220は、印刷処理を実行できない。そこで、ページデータ生成部2210は、ボディに、必要な情報を追加して、PDF言語仕様に基づいたPDFファイルを完成させる。   This body does not include the cross reference table PR, the document catalog, the page information, the trailer PT, etc. which are discarded in the process of step S61-3. Even if this body is sent as a divided file to the print data processing unit 2220, the print data processing unit 2220 can not execute print processing because it does not conform to the PDF language. Therefore, the page data generation unit 2210 adds necessary information to the body to complete the PDF file based on the PDF language specification.

この処理で、ページデータ生成部2210は、ヘッダを生成して、生成過程にある分割ファイルの先頭に追加する。追加されるヘッダには、PDFのバージョン情報などの定型文が含まれる。   In this process, the page data generation unit 2210 generates a header and adds it to the beginning of the divided file in the generation process. The header to be added includes fixed phrases such as PDF version information.

ページデータ生成部2210は生成されたドキュメントカタログ、及びページ情報を、ボディの後端に追加する(ステップS61−5)。続いて、ページデータ生成部2210は、相互参照表を生成して、生成過程にある分割ファイルにおけるボディの後に追加する(ステップS61−6)。ページデータ生成部2210は、分割ファイルにおけるトレイラーを生成し、生成過程にある分割PDFファイルにおける相互参照表PRの後に追加することで、PDF言語に従った分割ファイルを完成させる(ステップS61−7)。ステップS61−5乃至S61−7の処理は、ステップS31のファイル構造情報を追加する処理と同様である。   The page data generation unit 2210 adds the generated document catalog and page information to the rear end of the body (step S61-5). Subsequently, the page data generation unit 2210 generates a cross reference table and adds it after the body in the divided file in the generation process (step S61-6). The page data generation unit 2210 generates a trailer in the divided file, and adds it after the cross reference table PR in the divided PDF file in the generation process, thereby completing the divided file according to the PDF language (step S61-7). . The processes of steps S61-5 to S61-7 are the same as the process of adding the file structure information of step S31.

1ページ分の分割ファイルが完成してからの処理について、図8に戻って説明を続ける。ページデータ生成部2210は、生成された分割ファイルを印刷データ処理部2220へ送信する(ステップS62)。   The processing after the divided file for one page is completed will be described by returning to FIG. The page data generation unit 2210 transmits the generated divided file to the print data processing unit 2220 (step S62).

印刷データ処理部2220は、受信された分割ファイルを言語解析し、データにアクセスしながらフレームメモリに1ページ分の画像を描画することで印刷画像を生成する。印刷データ処理部2220は、印刷画像を含む印刷指示をプロッタエンジン211へ送信して、印刷処理を実行させる(ステップS63)。プロッタエンジンは印刷処理の指示を受けると、用紙に1ページの印刷画像を転写し、排紙する。   The print data processing unit 2220 analyzes the language of the received divided file, and generates a print image by drawing an image of one page in a frame memory while accessing data. The print data processing unit 2220 transmits a print instruction including a print image to the plotter engine 211 to execute print processing (step S63). When receiving the print processing instruction, the plotter engine transfers a print image of one page to a sheet and discharges it.

ページデータ生成部2210は、印刷対象のページのデータのうち、分割ファイルの生成が完了していない未処理のページのデータがバッファに含まれているか判断する。未処理のページのデータが含まれていると判断された場合には、画像形成装置20は、ステップS61乃至S63の処理を繰り返す。このようにして、印刷する各ページの画像コンテンツに対応する分割ファイルが生成され、1ページずつ印刷処理が実行される。   The page data generation unit 2210 determines, among the data of the page to be printed, whether the data of the unprocessed page for which the generation of the divided file is not completed is included in the buffer. If it is determined that the data of the unprocessed page is included, the image forming apparatus 20 repeats the processes of steps S61 to S63. In this manner, divided files corresponding to the image content of each page to be printed are generated, and the printing process is executed page by page.

印刷対象のすべてのページの印刷処理が完了してから、ページデータ生成部2210は、バッファとして残っている情報を削除する(ステップS64)。これにより、バッファがクリアされた状態で、次のデータの受信待ち状態に遷移するので、バッファに必要な容量は、1ページ分の受信データで足りることになる。   After the print processing of all pages to be printed is completed, the page data generation unit 2210 deletes the information remaining as a buffer (step S64). As a result, in the state where the buffer is cleared, the state transits to the next data reception waiting state, so that the capacity required for the buffer is sufficient for one page of received data.

<<<実施形態の変形例A>>>
続いて、実施形態の変形例Aについて、上記の実施形態と異なる点について説明する。実施形態の変形例Aでは、クラウドサービス50において、変換済みのPDFファイルに対する印刷要求が受け付けられた場合の処理について説明する。図10は、通信システムにおける処理の一例を示すシーケンス図である。
<<< Modification Example of Embodiment A >>>
Subsequently, a modification A of the embodiment will be described about points different from the above embodiment. In the modification example A of the embodiment, processing in the case where the print request for the converted PDF file is accepted in the cloud service 50 will be described. FIG. 10 is a sequence diagram showing an example of processing in the communication system.

クラウドサービス50において、印刷要求が受け付けられると(ステップS1)、ファイル生成部5200は、印刷要求に含まれるファイル名のPDFファイルを記憶部5000から読み込む(ステップS11)。   In the cloud service 50, when a print request is accepted (step S1), the file generation unit 5200 reads a PDF file of the file name included in the print request from the storage unit 5000 (step S11).

クラウドサービス50のファイル生成部5200は、読み込まれたファイルのヘッダを参照して、特定情報「%Enable Page Split Mode」が含まれているか検知する(ステップSA)。   The file generation unit 5200 of the cloud service 50 refers to the header of the read file to detect whether the specific information “% Enable Page Split Mode” is included (step SA).

ステップSAにおいて特定情報含まれていると検知された場合、クラウドサービス50は、ステップS12乃至S31のファイルの変換処理を実行しない。読み込まれたファイルはすでに複数のPDFファイルに分割可能に変換されているためである。   If it is detected in step SA that the specific information is included, the cloud service 50 does not execute the file conversion process of steps S12 to S31. This is because the read file has already been converted into multiple PDF files so as to be divisible.

クラウドサービス50の通信部5100は、ステップS11で読み出されたPDFファイルを含む印刷要求を画像形成装置20へ送信する(ステップS41)。印刷要求を受信した画像形成装置20は、上記の実施形態と同様に印刷処理を実行する。   The communication unit 5100 of the cloud service 50 transmits a print request including the PDF file read in step S11 to the image forming apparatus 20 (step S41). The image forming apparatus 20 having received the print request executes the print process as in the above embodiment.

<<<実施形態の変形例B>>>
続いて、実施形態の変形例Bについて、上記の実施形態と異なる点について説明する。図11は、画像を変換する処理の一例を示すシーケンス図である。
<<< Modification Example of Embodiment B >>>
Subsequently, a modified example B of the embodiment will be described about points different from the above embodiment. FIG. 11 is a sequence diagram showing an example of the process of converting an image.

クラウドサービス50のファイル生成部5200が変換ファイルにおける1ページ分のオブジェクトを整列して(ステップS22)、境界情報を付加するたびに(ステップS23)、通信部5100は、境界情報が付加された1ページ分のオブジェクトを画像形成装置20へ送信する(ステップSB1)。   1 each time the file generation unit 5200 of the cloud service 50 arranges objects for one page in the conversion file (step S22), and the boundary information is added (step S23), the communication unit 5100 adds the boundary information 1 An object of a page is transmitted to the image forming apparatus 20 (step SB1).

クラウドサービス50のファイル生成部5200によってファイル構造情報が生成されると(ステップS31)、通信部5100は、ファイル構造情報を画像形成装置20へ送信する。なお、ファイル構造情報が画像形成装置20へ送信されることで、最終的に変換ファイルの全体が画像形成装置20へ送信されることになる。これにより、画像形成装置20は、例えば、ページの逆順の印刷など、変換ファイルをページ順に分割して印刷する処理を実行しない印刷要求を受け付けた場合でも、ファイル構造情報に基づいて、印刷条件に応じた印刷処理を実行することができる。なお、クラウドサービス50は、例えば、通信ネットワーク2を介した画像形成装置20との通信により、画像形成装置20が変換ファイルをページ順に分割して印刷することを確認できた場合には、ファイル構造情報を画像形成装置20へ送信しなくてもよい。ただし、この場合でも、クラウドサービス50は、変換ファイルの終端を画像形成装置20へ伝えるため、終端に所定のコメント「%%EOF」を含めて変換ファイルを画像形成装置20へ送信する。   When the file structure information is generated by the file generation unit 5200 of the cloud service 50 (step S31), the communication unit 5100 transmits the file structure information to the image forming apparatus 20. Note that, by transmitting the file structure information to the image forming apparatus 20, the entire converted file is finally transmitted to the image forming apparatus 20. Thus, even if the image forming apparatus 20 receives a print request that does not execute the process of dividing and printing the converted file in page order, such as reverse page printing, for example, based on the file structure information Corresponding print processing can be executed. Note that, for example, when the cloud service 50 confirms that the image forming apparatus 20 divides and prints the converted file in page order by communication with the image forming apparatus 20 via the communication network 2, the file structure The information may not be transmitted to the image forming apparatus 20. However, even in this case, the cloud service 50 transmits the conversion file to the image forming apparatus 20 including the predetermined comment “%% EOF” at the end, in order to convey the end of the conversion file to the image forming apparatus 20.

画像形成装置20における処理は上記の実施形態と同様である。ただし、画像形成装置20はクラウドサービス50におけるループ処理が完了する前に印刷処理を開始することができる。   The processing in the image forming apparatus 20 is the same as that of the above embodiment. However, the image forming apparatus 20 can start print processing before loop processing in the cloud service 50 is completed.

上記のとおり、クラウドサービス50の通信部5100は、変換ファイルの生成過程において、変換ファイルを構築するデータが生成されるたびに、順次、生成されたデータを画像形成装置20へ送信する。送信のタイミングは1ページ分のオブジェクトが生成されるタイミングに限られない。例えば、通信部5100は、ファイル生成部5200によって、所定のサイズのデータが生成されるたびに、生成された所定のサイズのデータを画像形成装置20へ送信してもよい。   As described above, the communication unit 5100 of the cloud service 50 sequentially transmits generated data to the image forming apparatus 20 each time data for constructing a conversion file is generated in the conversion file generation process. The timing of transmission is not limited to the timing at which an object for one page is generated. For example, the communication unit 5100 may transmit the generated data of the predetermined size to the image forming apparatus 20 each time the file generation unit 5200 generates the data of the predetermined size.

<<実施形態の主な効果>>
上記実施形態の画像形成方法によると、クラウドサービス50(情報処理装置の一例)のファイル生成部5200(生成手段の一例)は、複数のページのデータが含まれるPDFファイル(第1の文書ファイルの一例)から、複数のページにおける各ページのデータがページの順に配列されており、各ページのデータの境界を識別するための境界情報(識別情報の一例)が、この配列に含まれた変換ファイル(第2の文書ファイルの一例)を生成する(生成処理の一例)。クラウドサービス50の通信部5100(送信手段の一例)は、ファイル生成部5200によって生成された変換ファイルを画像形成装置20へ送信する(送信処理の一例)。変換ファイルには、文書におけるすべてのページを描画するためのデータが含まれているため、変換ファイルをビュアーで開くことで、文書全体を閲覧することができる。また、変換ファイルにおいて、各ページのデータがページの順に配列されているので、変換ファイルの送信先の画像形成装置20において、転送処理とオーバーラップさせながら印刷処理を実行させることができる。
<< Main effects of the embodiment >>
According to the image forming method of the above embodiment, the file generation unit 5200 (an example of the generation unit) of the cloud service 50 (an example of the information processing apparatus) is a PDF file (a first document file) including data of a plurality of pages. From one example), the data of each page in a plurality of pages are arranged in the order of pages, and the conversion file includes boundary information (an example of identification information) for identifying the boundary of data of each page in this array (An example of a second document file) is generated (an example of generation processing). The communication unit 5100 (an example of a transmission unit) of the cloud service 50 transmits the conversion file generated by the file generation unit 5200 to the image forming apparatus 20 (an example of transmission processing). Since the conversion file contains data for drawing all the pages in the document, the entire document can be browsed by opening the conversion file with a viewer. Further, in the conversion file, since the data of each page is arranged in the order of the pages, the print processing can be executed while being overlapped with the transfer processing in the image forming apparatus 20 of the transmission destination of the conversion file.

クラウドサービス50のファイル生成部5200は、ページのデータを構成するページオブジェクト(所定の要素の一例)を、境界情報としてページのデータの端部に並び替えることで変換ファイルを生成する。これにより、画像形成装置20は、ページオブジェクトの位置に基づいて、各ページを描画するためのオブジェクトの位置を特定できるようになる。また、画像形成装置20は、変換ファイルに基づいてページごとの分割ファイルを生成して印刷できるようになるので、画像形成装置20に必要なメモリの容量を低減できる。   The file generation unit 5200 of the cloud service 50 generates a conversion file by rearranging a page object (an example of a predetermined element) constituting the data of the page as the boundary information to the end of the data of the page. Thereby, the image forming apparatus 20 can specify the position of the object for drawing each page based on the position of the page object. Further, since the image forming apparatus 20 can generate and print divided files for each page based on the conversion file, the memory capacity required for the image forming apparatus 20 can be reduced.

クラウドサービス50のファイル生成部5200は、各ページのデータの端部に、境界として所定のコメント「%End Page」(識別情報の一例)を配置して変換ファイルを生成する。これにより、画像形成装置20は、所定のコメントの位置に基づいて、各ページを描画するためのオブジェクトの位置を特定できるようになる。また、画像形成装置20は、変換ファイルに基づいてページごとの分割ファイルを生成して印刷できるようになるので、画像形成装置20に必要なメモリの容量を低減できる。   The file generation unit 5200 of the cloud service 50 generates a conversion file by arranging a predetermined comment “% End Page” (an example of identification information) as a boundary at an end of data of each page. Thus, the image forming apparatus 20 can specify the position of the object for drawing each page based on the position of the predetermined comment. Further, since the image forming apparatus 20 can generate and print divided files for each page based on the conversion file, the memory capacity required for the image forming apparatus 20 can be reduced.

クラウドサービス50のファイル生成部5200は、各ページのデータがページの順に配列されていることを示すコメント「%Enable Page Split Mode」(配列情報の一例)を含めて変換ファイルを生成する。これにより、変換ファイルを受信した画像形成装置20は、コメントに基づいて、変換ファイルの分割ファイルを生成できるか判別できる。   The file generation unit 5200 of the cloud service 50 generates a conversion file including a comment “% Enable Page Split Mode” (an example of arrangement information) indicating that data of each page is arranged in order of pages. Thus, the image forming apparatus 20 that has received the conversion file can determine, based on the comment, whether it is possible to generate a divided file of the conversion file.

PDFファイルにおいて、コメント「%Enable Page Split Mode」が含まれている場合に、クラウドサービス50のファイル生成部5200は、新たな変換ファイルを生成せず、通信部5100は、PDFファイルを画像形成装置20へ送信する。これにより、すでにページ順に変換されているPDFファイルについては、再度ファイルを変換することなく画像形成装置20へ送信されるので、印刷時間を短縮することができる。   When the comment “% Enable Page Split Mode” is included in the PDF file, the file generation unit 5200 of the cloud service 50 does not generate a new conversion file, and the communication unit 5100 transmits the PDF file to the image forming apparatus. Send to 20 As a result, the PDF file, which has already been converted in page order, is transmitted to the image forming apparatus 20 without converting the file again, so the printing time can be shortened.

クラウドサービス50の通信部5100は、ファイル生成部5200によって、変換ファイルを構築するデータが生成されるたびに、順次、生成されたデータを画像形成装置20へ送信する。あるいは、クラウドサービス50の通信部5100は、ファイル生成部5200によって、複数のページにおける1ページ分のデータが生成されるたびに、生成された1ページ分のデータを前記画像形成装置へ送信する。あるいは、クラウドサービス50の通信部5100は、ファイル生成部5200によって、所定のサイズのデータが生成されるたびに、生成された所定のサイズのデータを画像形成装置20へ送信する。これにより、クラウドサービス50は、変換ファイルの生成が完了する前に、各ページのデータを画像形成装置20へ送信できるようになるので、印刷時間を短縮することができる。   The communication unit 5100 of the cloud service 50 sequentially transmits generated data to the image forming apparatus 20 each time the file generation unit 5200 generates data for constructing a conversion file. Alternatively, the communication unit 5100 of the cloud service 50 transmits the generated data of one page to the image forming apparatus each time the file generation unit 5200 generates data of one page in a plurality of pages. Alternatively, the communication unit 5100 of the cloud service 50 transmits the generated data of the predetermined size to the image forming apparatus 20 each time the file generation unit 5200 generates the data of the predetermined size. As a result, since the cloud service 50 can transmit data of each page to the image forming apparatus 20 before the generation of the conversion file is completed, the printing time can be shortened.

画像形成装置20のページデータ生成部(分割手段の一例)は、変換ファイルから、ページごとのデータが分割された分割ファイル(第3の文書ファイルの一例)を生成する。画像形成装置20の印刷データ処理部2220(印刷手段の一例)は、分割ファイルに基づいて印刷する。これにより画像形成装置20は、変換ファイルの全体の転送を待機することなく、分割ファイルに基づいて、印刷処理を実行することができる。   A page data generation unit (an example of a division unit) of the image forming apparatus 20 generates a divided file (an example of a third document file) in which data of each page is divided from the conversion file. A print data processing unit 2220 (an example of a printing unit) of the image forming apparatus 20 prints based on the divided file. As a result, the image forming apparatus 20 can execute the printing process based on the divided files without waiting for the transfer of the entire converted file.

実施例1では、クラウドサービス50が、複数のページのデータが含まれるPDFファイルから、各ページのデータがページの順に配列されており、各ページのデータの境界を識別するための境界情報が、この配列に含まれた変換ファイルを生成した。   In the first embodiment, the cloud service 50 arranges the data of each page in the order of pages from the PDF file including the data of a plurality of pages, and the boundary information for identifying the boundary of the data of each page is The conversion file included in this array was generated.

しかし、実施例1のPDFファイルを変換してから印刷する技術により画像形成装置20が1ページ目を印刷するまでの時間を短縮できるとしても、ファイルの変換に必要な時間はゼロではないし、変換によりファイルサイズが増大することもあるので、変換対象のPDFファイルによっては、変換した方が早く印刷できるとは限らないという問題があった。   However, even if the time taken for the image forming apparatus 20 to print the first page can be shortened by the technique of converting and printing the PDF file of the first embodiment, the time required for converting the file is not zero, and conversion is Because the file size may increase due to the conversion, depending on the PDF file to be converted, there is a problem that it is not always possible to print faster if the conversion is performed.

そこで、本実施例では、PDFファイルを変換しないでそのまま印刷した方が効率的であると判断した場合、PDFファイルを変換せずに印刷することで、PDFファイルの印刷時間を短縮する通信システム1について説明する。   Therefore, in the present embodiment, when it is judged that it is more efficient to print as it is without converting the PDF file, the communication system 1 shortens the printing time of the PDF file by printing without converting the PDF file 1 Will be explained.

なお、実施例1で用いられた図1の全体構成図、図2の端末のハードウェア構成図、図3の画像形成装置20のハードウェア構成図については、本実施例でも援用される。   The general configuration of FIG. 1 used in the first embodiment, the hardware configuration of the terminal shown in FIG. 2, and the hardware configuration of the image forming apparatus 20 shown in FIG. 3 are incorporated in this embodiment.

<機能について>
<<クラウドサービス/端末>>
図12は、本実施例のクラウドサービス50又は端末10の機能をブロック状に示す機能ブロック図の一例である。なお、クラウドサービス50と同様の機能を端末10が有していてもよい。以下では、クラウドサービス50について説明される機能は端末10が有する場合もある。
<About function>
<< Cloud service / terminal >>
FIG. 12 is an example of a functional block diagram showing the functions of the cloud service 50 or the terminal 10 according to the present embodiment in block form. The terminal 10 may have the same function as that of the cloud service 50. In the following, the terminal 10 may have the functions described for the cloud service 50.

本実施例のクラウドサービス50は、通信部21、表示部22、PDFファイル保存部23、データ処理部24、変換条件判断部26、及び、PDF変換部27を有している。これら各部は、図2に示されている各構成要素のいずれかが、ROM102からRAM103上に展開されたクラウドサービス50又は端末10用のプログラム又はアプリに従ったCPU101からの命令によって動作することで実現される機能である。また、クラウドサービス50は、ROM102、RAM103、又はSSD104により構築される記憶部5000を有する。   The cloud service 50 according to this embodiment includes a communication unit 21, a display unit 22, a PDF file storage unit 23, a data processing unit 24, a conversion condition determination unit 26, and a PDF conversion unit 27. These units operate by any of the components shown in FIG. 2 operating according to a program for the cloud service 50 or the terminal 10 expanded on the RAM 103 from the ROM 102 or an instruction from the CPU 101 according to an application. It is a function to be realized. The cloud service 50 also includes a storage unit 5000 constructed by the ROM 102, the RAM 103, or the SSD 104.

Figure 2019067361
まず、記憶部5000に構築された変換条件DB28について説明する。表1は、変換条件DB28に記憶されている変換条件を模式的に示す。変換条件DB28には、合致する場合にPDFファイルが変換されない変換条件が記憶されている。逆に、合致する場合にPDFファイルが変換される変換条件が記憶されていてもよい。
Figure 2019067361
First, the conversion condition DB 28 constructed in the storage unit 5000 will be described. Table 1 schematically shows the conversion conditions stored in the conversion condition DB 28. The conversion condition DB 28 stores conversion conditions in which the PDF file is not converted when they match. Conversely, conversion conditions under which the PDF file is converted when they match may be stored.

(クラウドサービスの機能)
次に、クラウドサービス50が有する機能について説明する。図12の機能がクラウドサービス50の場合、通信部21は、端末10からPDFファイルを受信し、ファイル変換後又は変換していないPDFファイルを画像形成装置20に送信する。図12の機能が端末10の場合、通信部21は、ファイル変換後又は変換していないPDFファイルを画像形成装置20に送信する。
(Function of cloud service)
Next, functions of the cloud service 50 will be described. When the function of FIG. 12 is the cloud service 50, the communication unit 21 receives the PDF file from the terminal 10, and transmits the PDF file after file conversion or not converted to the image forming apparatus 20. When the function of FIG. 12 is the terminal 10, the communication unit 21 transmits the PDF file after file conversion or not converted to the image forming apparatus 20.

表示部22は、主に端末10の機能である。表示部22は、例えば、タッチパネルによりユーザからの指示を受け付け、また、ユーザへ伝えるメッセージを表示する。   The display unit 22 is mainly a function of the terminal 10. For example, the display unit 22 receives an instruction from the user by using a touch panel, and displays a message to be sent to the user.

図12の機能がクラウドサービス50の場合、PDFファイル保存部23は、通信部21が取得した印刷対象PDFファイルを一時的に保存する。図12の機能が端末10の場合、ユーザが印刷対象とするPDFファイルを保存している。   When the function of FIG. 12 is the cloud service 50, the PDF file storage unit 23 temporarily stores the print target PDF file acquired by the communication unit 21. When the function of FIG. 12 is the terminal 10, the PDF file to be printed by the user is stored.

データ処理部24は、クラウドサービス50及び端末10で機能が同じである。データ処理部24は、PDF変換モジュール25にPDFファイルの変換が必要か否かの判断を要求し、変換が必要であると判断された場合にはPDF変換モジュール25から変換後のPDFファイルを取得する。変換が必要でないと判断された場合にはPDF変換モジュール25から変換されていないPDFファイルを取得する。また、データ処理部24はファイル変換後又は変換されてないPDFファイルの印刷を画像形成装置20に指示する。   The data processing unit 24 has the same function in the cloud service 50 and the terminal 10. The data processing unit 24 requests the PDF conversion module 25 to determine whether the conversion of the PDF file is necessary or not, and when it is determined that the conversion is necessary, the converted PDF file is acquired from the PDF conversion module 25 Do. If it is determined that the conversion is not necessary, the PDF conversion module 25 acquires a non-converted PDF file. Further, the data processing unit 24 instructs the image forming apparatus 20 to print a PDF file after file conversion or not converted.

PDF変換モジュール25は、クラウドサービス50及び端末10で機能が同じである。PDF変換モジュール25は変換条件判断部26とPDF変換部27を有している。変換条件判断部26は、変換条件DB28に記憶されている変換条件に基づいて、データ処理部24から送出されたPDFファイルを変換するか否かを判断する。変換条件判断部26がPDFファイルを変換すると判断した場合、PDF変換部27はPDFファイルを逐次処理可能なフォーマットに変換する。変換方法は実施例1にて説明した。PDF変換部27は実施例1のファイル生成部5200に相当する。   The PDF conversion module 25 has the same function in the cloud service 50 and the terminal 10. The PDF conversion module 25 includes a conversion condition determination unit 26 and a PDF conversion unit 27. The conversion condition determination unit 26 determines whether to convert the PDF file sent from the data processing unit 24 based on the conversion condition stored in the conversion condition DB 28. When the conversion condition determination unit 26 determines that the PDF file is to be converted, the PDF conversion unit 27 converts the PDF file into a format that can be sequentially processed. The conversion method was described in Example 1. The PDF conversion unit 27 corresponds to the file generation unit 5200 of the first embodiment.

<<画像形成装置>>
図13は、本実施例の画像形成装置20の機能をブロック状に示す機能ブロック図の一例である。本実施例の画像形成装置20は、通信部31、表示部32、及び、印刷部40を有する。これら各部は、図3に示されている各構成要素のいずれかが、ROM202からRAM203上に展開された画像形成装置20用のプログラム又はアプリに従ったCPU201からの命令によって動作することで実現される機能である。また、画像形成装置20は、ROM202、RAM203、NVRAM204、又はHDD205により構築される記憶部2000を有する。
<< image forming device >>
FIG. 13 is an example of a functional block diagram showing the functions of the image forming apparatus 20 of the present embodiment in block form. The image forming apparatus 20 of this embodiment includes a communication unit 31, a display unit 32, and a printing unit 40. These units are realized by any of the components shown in FIG. 3 operating according to a program for the image forming apparatus 20 expanded on the RAM 203 from the ROM 202 or an instruction from the CPU 201 according to an application. Function. The image forming apparatus 20 further includes a storage unit 2000 constructed by the ROM 202, the RAM 203, the NVRAM 204, or the HDD 205.

通信部31は、PDFファイルをクラウドサービス50又は端末10から受信する。表示部32はタッチパネルを利用してユーザからの指示を受け付け、また、ユーザへ伝えるメッセージを表示する。   The communication unit 31 receives the PDF file from the cloud service 50 or the terminal 10. The display unit 32 receives an instruction from the user using the touch panel, and displays a message to be sent to the user.

印刷部40は、通信部31が受信したPDFファイル(印刷データ)と印刷指示に基づいて印刷処理を実行する。印刷部40は、更に、印刷データ受信部33、ページデータ生成部34(ページ毎データ生成部35、分割可否判断部36)、データ記憶部37、印刷データ処理部38、及び、転写部39を有している。   The print unit 40 executes print processing based on the PDF file (print data) received by the communication unit 31 and the print instruction. The printing unit 40 further includes a print data reception unit 33, a page data generation unit 34 (page data generation unit 35, division availability determination unit 36), a data storage unit 37, a print data processing unit 38, and a transfer unit 39. Have.

印刷データ受信部33は、通信部31が受信したデータのうち、印刷部40に渡されたPDFファイル(印刷データ)を受信し、ページデータ生成部34に印刷を指示する。   The print data reception unit 33 receives the PDF file (print data) passed to the printing unit 40 among the data received by the communication unit 31 and instructs the page data generation unit 34 to print.

ページデータ生成部34は、更に、ページ毎データ生成部35と分割可否判断部36を有し、PDFファイルの分割や生成を行う。分割可否判断部36は、PDFファイルのヘッダPHiの部分を読み込んだ時点で、特定情報を検知すれば、分割ファイルを生成可能であると判断しページ毎データ生成部35に結果を通知する。分割可否判断部36が分割ファイルを生成可能であると判断すると、ページ毎データ生成部35は、クラウドサービス50又は端末10で変換されたPDFファイルをページごとのPDFファイルに分割する。従って、ページデータ生成部34は実施例1のページデータ生成部2210に相当する。   The page data generation unit 34 further includes a page data generation unit 35 and a division availability determination unit 36, and performs division and generation of the PDF file. When the division availability determination unit 36 detects the specific information at the time of reading the header PHi of the PDF file, it determines that the division file can be generated, and notifies the page data generation unit 35 of the result. If the division availability determination unit 36 determines that the divided file can be generated, the page data generation unit 35 divides the PDF file converted by the cloud service 50 or the terminal 10 into a PDF file for each page. Therefore, the page data generation unit 34 corresponds to the page data generation unit 2210 of the first embodiment.

ページデータ生成部34は、ページ毎に分割した又は分割していないPDFファイルをデータ記憶部37へ記憶させる。   The page data generation unit 34 stores the PDF file divided or not divided for each page in the data storage unit 37.

印刷データ処理部38は、データ記憶部37に記憶されたPDFファイルを解析して、印刷画像(あるいはPDL(Printer Description Language)で記述された印刷データ)を作成する。転写部39は作成された印刷画像を用紙などのシート材に形成する。   The print data processing unit 38 analyzes the PDF file stored in the data storage unit 37, and creates a print image (or print data described in PDL (Printer Description Language)). The transfer unit 39 forms the created print image on a sheet material such as paper.

<動作手順>
図14は、本実施例の通信システム1による印刷処理を説明するシーケンス図の一例である。
<Operation procedure>
FIG. 14 is an example of a sequence diagram for explaining print processing by the communication system 1 of the present embodiment.

S1:まず、ユーザが印刷実行を指示する。ユーザは端末10からクラウドサービス50にアクセスしてPDFファイルの印刷を指示するか、又は、端末10を操作してPDFファイルの印刷を指示する。クラウドサービス50の通信部21又は端末10の表示部22は印刷指示を受け付ける。PDFファイルはPDFファイル保存部23に保存され、データ処理部24がPDF変換モジュール25に送出する。   S1: First, the user instructs print execution. The user accesses the cloud service 50 from the terminal 10 and instructs printing of the PDF file, or operates the terminal 10 and instructs printing of the PDF file. The communication unit 21 of the cloud service 50 or the display unit 22 of the terminal 10 receives a print instruction. The PDF file is stored in the PDF file storage unit 23, and the data processing unit 24 sends it to the PDF conversion module 25.

S2:変換条件判断部26は変換条件DB28に変換条件を要求する。   S2: The conversion condition determination unit 26 requests the conversion condition DB 28 for the conversion condition.

S3:変換条件DB28は変換条件を変換条件判断部26に送出する。   S3: The conversion condition DB 28 sends the conversion condition to the conversion condition determination unit 26.

S4:変換条件判断部26は、印刷しようとしているPDFファイルが取り出した変換条件に合致するか、又は、しないかを判断する。   S4: The conversion condition determination unit 26 determines whether the PDF file to be printed matches or does not match the conversion conditions extracted.

S5:1つでも合致する場合、PDF変換部27はそのPDFファイルをページ毎のPDFファイルに変換せずにそのままデータ処理部24に送出する。   S5: If even one matches, the PDF conversion unit 27 sends the PDF file to the data processing unit 24 as it is without converting it to a PDF file for each page.

S6:データ処理部24は通信部21を介してPDFファイルを画像形成装置20に送信し、画像形成装置20が印刷する。   S6: The data processing unit 24 transmits the PDF file to the image forming apparatus 20 via the communication unit 21, and the image forming apparatus 20 prints.

S7:印刷しようとしているPDFファイルが取り出した変換条件に合致しない場合、変換条件判断部26は全ての変換条件を調べたか否かを判断し、調べ終えていない場合、変換条件判断部26は次の変換条件を取り出す(S2、S3)。変換条件DB28には複数の変換条件が格納されているためである。   S7: If the PDF file to be printed does not match the extracted conversion condition, the conversion condition judging unit 26 judges whether all the conversion conditions have been checked, and if not, the conversion condition judging unit 26 checks next The conversion conditions of are extracted (S2, S3). This is because the conversion condition DB 28 stores a plurality of conversion conditions.

S8:全ての変換条件を調べた結果、全ての変換条件に合致しない場合、PDF変換部27は印刷しようとしているPDFファイルをページ毎のPDFファイルに変換する。   S8: As a result of examining all conversion conditions, if the conversion conditions are not met, the PDF conversion unit 27 converts the PDF file to be printed into a PDF file for each page.

S9:クラウドサービス50又は端末10のデータ処理部24は印刷要求を生成すると共に、変換されたPDFファイルを通信部21に送信させる。   S9: The data processing unit 24 of the cloud service 50 or the terminal 10 generates a print request and causes the communication unit 21 to transmit the converted PDF file.

S10:通信部21は印刷要求とPDFファイルを画像形成装置20に送信し、画像形成装置の20の通信部31が受信する。印刷部40はページ毎のPDFファイルへの分割が必要かどうかを判断し、必要であれば分割してから印刷し、必要でなければそのまま印刷する。   S10: The communication unit 21 transmits the print request and the PDF file to the image forming apparatus 20, and the communication unit 31 of the image forming apparatus 20 receives the print request and the PDF file. The printing unit 40 determines whether it is necessary to divide each page into a PDF file, and if necessary, divide and print the document, and if it is not necessary, print as it is.

このように、本実施例ではPDFファイルを変換しないでそのまま印刷した方が効率的と判断した場合、PDFファイルを変換しないで印刷するので、PDFファイルの印刷時間を短縮することができる。   As described above, in this embodiment, when it is determined that printing as it is without converting the PDF file is more efficient, printing is performed without converting the PDF file, so that the printing time of the PDF file can be shortened.

<ユーザによる変換条件の設定>
一部の変換条件はユーザが変換条件の値を指定することも可能であり、図15,図16を用いて、変換条件の指定方法について説明する。
<Setting of conversion condition by user>
It is also possible for the user to designate a value of the conversion condition as a part of the conversion conditions, and a method of specifying the conversion condition will be described with reference to FIGS.

図15は、ユーザが指定可能な変換条件の一例を示す。図15では、ページ数、オブジェクト数、ファイルサイズ、及び、フォント数のそれぞれについて下限値と上限値が対応付けて示されている。下限値と上限値により、以下の判断条件の値が設定される
・PDFファイルのページ数が指定ページ以下、又は以上
・PDFファイルのオブジェクトの数が指定数以下、又は以上
・PDFファイルのファイルサイズが指定サイズ以下、又は以上
・PDFファイルに埋め込まれているフォントの数が指定数以下、又は以上
各値が0又は未指定の場合には、制限がないことを示している。
FIG. 15 shows an example of conversion conditions that can be specified by the user. In FIG. 15, the lower limit value and the upper limit value are shown in association with each of the number of pages, the number of objects, the file size, and the number of fonts. The following judgment conditions are set by the lower limit value and the upper limit value: The number of PDF file pages is less than or equal to the specified page or more. The number of PDF file objects is less than or equal to the specified number or more. Is less than or equal to the designated size, or more than that. If the number of fonts embedded in the PDF file is less than or equal to the designated number or if each value is 0 or not designated, it indicates that there is no limit.

例えば、図15の表のように指定されている場合、PDF変換モジュール25が変換条件DB28から取り出す事が可能な変換条件は、以下の4つとなる。
・変換対象でないPDFファイルのページ数は2以下。つまり、PDFファイルのページ数が2以下の場合、PDFファイルは変換対象でない。
・変換対象でないPDFファイルのオブジェクト数は10以下。つまり、PDFファイルのオブジェクト数が10以下の場合、PDFファイルは変換対象でない。
・変換対象でないPDFファイルのファイルサイズは1000〔kbyte〕。つまり、PDFファイルのファイルサイズが1〔kbyte〕以下の場合、PDFファイルは変換対象でない。
・変換対象のPDFファイルのフォント数は5000。つまり、PDFファイルのフォント数が5000以下の場合、PDFファイルは変換対象でない。
For example, in the case where designation is made as shown in the table of FIG. 15, the following four conversion conditions can be extracted by the PDF conversion module 25 from the conversion condition DB 28.
-The number of pages of the PDF file not to be converted is 2 or less. That is, when the number of pages of the PDF file is 2 or less, the PDF file is not to be converted.
-The number of objects in PDF files not to be converted is 10 or less. That is, if the number of objects in the PDF file is 10 or less, the PDF file is not to be converted.
-The file size of the PDF file not to be converted is 1000 kbyte. That is, if the file size of the PDF file is 1 kbyte or less, the PDF file is not to be converted.
-The number of fonts in the PDF file to be converted is 5000. That is, if the number of fonts in the PDF file is 5000 or less, the PDF file is not to be converted.

図16は、ユーザが指定可能な変換条件の入力画面501の一例を説明する図である。図16は、クラウドサービス50又は端末10がPDFファイルの変換条件の範囲をユーザが指定する画面である。変換条件の入力画面501は、ページ数、オブジェクト数、ファイルサイズ、及び、フォント数のそれぞれについて、上限と下限を指定できるようになっている。図15と同様に、0又は空欄の場合には、制限されていないことを示す。   FIG. 16 is a view for explaining an example of the input screen 501 of conversion conditions which can be designated by the user. FIG. 16 is a screen on which the user specifies the range of conversion conditions of the PDF file by the cloud service 50 or the terminal 10. In the conversion condition input screen 501, upper and lower limits can be designated for each of the number of pages, the number of objects, the file size, and the number of fonts. As in FIG. 15, in the case of 0 or a blank, it indicates that there is no restriction.

図16の例では、ページ数の下限が0、上限が2になっているので、2ページ以下のページ数のPDFファイルが変換されないことを示している。ページ数以外のオブジェクト数では10以下、ファイルサイズは1〔Mbyte〕以下、フォント数は5000以下の場合、変換されないことを示している。このように、ユーザは変換条件に任意の値を設定できる。   In the example of FIG. 16, since the lower limit of the page number is 0 and the upper limit is 2, it indicates that the PDF file having the page number of 2 pages or less is not converted. If the number of objects other than the number of pages is 10 or less, the file size is 1 Mbyte or less, and the font number is 5000 or less, this indicates that conversion is not performed. Thus, the user can set an arbitrary value for the conversion condition.

<まとめ>
以上説明したように、本実施例の通信システム1は、予め設定された変換条件に合致するPDFファイルが印刷される時には、PDFファイルを逐次処理可能な形式へ変換せずに印刷するので、印刷時間を短縮できる。また、変換条件をユーザが設定できる。
<Summary>
As described above, when the PDF file meeting the conversion conditions set in advance is printed, the communication system 1 according to the present embodiment prints the PDF file without converting it into a form that can be sequentially processed. Time can be reduced. Also, conversion conditions can be set by the user.

<<実施形態の補足>>
端末10、画像形成装置20、及びクラウドサービス50用のプログラムは、インストール可能な形式又は実行可能な形式のファイルによって、コンピュータで読み取り可能な記録媒体に記録されて流通されるようにしてもよい。また、上記記録媒体の他の例として、CD−R(Compact Disc Recordable)、DVD(Digital Versatile Disk)、ブルーレイディスク等が挙げられる。また、上記記録媒体、あるいは、これらプログラムが記憶されたHD(Hard Disk)は、プログラム製品(Program Product)として、国内又は国外へ提供できる。
<< Supplement of embodiment >>
The programs for the terminal 10, the image forming apparatus 20, and the cloud service 50 may be distributed by being recorded in a computer readable recording medium by a file in an installable format or an executable format. Further, as another example of the above recording medium, a CD (Compact Disc Recordable), a DVD (Digital Versatile Disk), a Blu-ray Disc, etc. may be mentioned. In addition, the above-mentioned recording medium or HD (Hard Disk) in which these programs are stored can be provided domestically or abroad as a program product (Program Product).

また、上記実施形態における端末10、画像形成装置20、及びクラウドサービス50は、単一の装置によって構築されてもよいし、各部(機能又は手段)を分割して任意に割り当てられた複数の装置によって構築されていてもよい。   In addition, the terminal 10, the image forming apparatus 20, and the cloud service 50 in the above embodiment may be constructed by a single device, or a plurality of devices divided into parts (functions or means) and arbitrarily assigned. It may be built by

上記で説明した実施形態の各機能は、一又は複数の処理回路によって実現することが可能である。ここで、本明細書における「処理回路」とは、電子回路を含むプロセッサのようにソフトウェアによって各機能を実行するようプログラミングされたプロセッサや、上記で説明した各機能を実行するよう設計されたASIC(Application Specific Integrated Circuit)や従来の回路モジュール等のデバイスを含むものとする。   Each function of the embodiments described above can be realized by one or more processing circuits. Here, the “processing circuit” in the present specification means a processor programmed to execute each function by software like an processor including an electronic circuit, and an ASIC designed to execute each function described above. A device such as an application specific integrated circuit or a conventional circuit module is included.

なお、変換条件判断部26は判断手段の一例であり、表示部22は表示制御手段の一例であり、変換条件DB28は変換条件記憶手段の一例である。   The conversion condition determination unit 26 is an example of a determination unit, the display unit 22 is an example of a display control unit, and the conversion condition DB 28 is an example of a conversion condition storage unit.

1 通信システム
2 通信ネットワーク
10 端末
20 画像形成装置
50 クラウドサービス
2000 記憶部
2100 通信部
2210 ページデータ生成部
2220 印刷データ処理部
5000 記憶部
5100 通信部
5200 ファイル生成部
Reference Signs List 1 communication system 2 communication network 10 terminal 20 image forming apparatus 50 cloud service 2000 storage unit 2100 communication unit 2210 page data generation unit 2220 print data processing unit 5000 storage unit 5100 communication unit 5200 file generation unit

特開2004−348622号公報JP 2004-348622 A

Claims (15)

複数のページのデータが含まれる第1の文書ファイルから、前記複数のページにおける各ページのデータがページの順に配列されており、前記各ページのデータの境界を識別するための識別情報が前記配列に含まれた第2の文書ファイルを生成する生成手段と、
前記生成手段によって生成された前記第2の文書ファイルを画像形成装置へ送信する送信手段と、
を有する情報処理装置。
The data of each page in the plurality of pages is arranged in the order of pages from the first document file including the data of the plurality of pages, and the identification information for identifying the boundary of the data of each page is the array Generating means for generating a second document file included in
Transmission means for transmitting the second document file generated by the generation means to an image forming apparatus;
An information processing apparatus having
前記生成手段は、前記ページのデータを構成する所定の要素を、前記識別情報として該ページのデータの端部に並び替えて前記第2の文書ファイルを生成する請求項1に記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the generation unit rearranges a predetermined element constituting the data of the page at an end portion of the data of the page as the identification information to generate the second document file. . 前記生成手段は、各ページのデータの境界として、所定の前記識別情報を配置して前記第2の文書ファイルを生成する請求項1に記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the generation unit generates the second document file by arranging predetermined identification information as a boundary of data of each page. 前記生成手段は、各ページのデータがページの順に配列されていることを示す配列情報を含めて前記第2の文書ファイルを生成する請求項1乃至3のいずれか一項に記載の情報処理装置。   The information processing apparatus according to any one of claims 1 to 3, wherein the generation unit generates the second document file including arrangement information indicating that data of each page is arranged in order of pages. . 前記第1の文書ファイルにおいて、前記配列情報が含まれている場合に、前記生成手段は、前記第2の文書ファイルを生成せず、前記送信手段は、前記第1の文書ファイルを、前記画像形成装置へ送信する請求項4に記載の情報処理装置。   When the arrangement information is included in the first document file, the generation unit does not generate the second document file, and the transmission unit transmits the first document file to the image. The information processing apparatus according to claim 4, which transmits data to the forming apparatus. 前記送信手段は、前記生成手段によって、前記第2の文書ファイルを構築するデータが生成されるたびに、順次、前記生成されたデータを前記画像形成装置へ送信する請求項1乃至5のいずれか一項に記載の情報処理装置。   6. The image forming apparatus according to claim 1, wherein the transmitting unit sequentially transmits the generated data to the image forming apparatus each time the generating unit generates data for constructing the second document file. The information processing apparatus according to one item. 前記送信手段は、前記生成手段によって、前記複数のページにおける1ページ分のデータが生成されるたびに、生成された前記1ページ分のデータを前記画像形成装置へ送信する請求項6に記載の情報処理装置。   7. The image forming apparatus according to claim 6, wherein the transmitting unit transmits the generated data of one page to the image forming apparatus each time the generating unit generates data of one page of the plurality of pages. Information processing device. 前記送信手段は、前記生成手段によって、所定のサイズのデータが生成されるたびに、生成された前記所定のサイズのデータを前記画像形成装置へ送信する請求項6に記載の情報処理装置。   7. The information processing apparatus according to claim 6, wherein the transmission unit transmits the generated data of the predetermined size to the image forming apparatus each time data of a predetermined size is generated by the generation unit. 前記第1の文書ファイルを前記第2の文書ファイルに変換するか否かの変換条件を記憶する変換条件記憶手段と、
前記変換条件記憶手段に記憶されている前記変換条件に基づいて、前記第2の文書ファイルを生成するか否かを判断する判断手段と、を有し、
前記生成手段は、前記判断手段が前記第2の文書ファイルを生成すると判断した場合にのみ前記第2の文書ファイルを生成する請求項1に記載の情報処理装置。
Conversion condition storage means for storing conversion conditions as to whether to convert the first document file into the second document file;
Determining means for determining whether to generate the second document file based on the conversion condition stored in the conversion condition storage means;
The information processing apparatus according to claim 1, wherein the generation unit generates the second document file only when the determination unit determines that the second document file is to be generated.
前記変換条件の設定を受け付ける画面を表示する表示制御手段を有する請求項9に記載の情報処理装置。   The information processing apparatus according to claim 9, further comprising display control means for displaying a screen for receiving the setting of the conversion condition. 請求項1乃至10のいずれか一項に記載の情報処理装置と、
前記画像形成装置と、
を有する通信システム。
An information processing apparatus according to any one of claims 1 to 10.
The image forming apparatus;
A communication system having
前記画像形成装置は、
前記第2の文書ファイルから、ページごとのデータが分割された第3の文書ファイルを生成する分割手段と、
前記第3の文書ファイルに基づいて印刷する印刷手段と、
を有する請求項11に記載の通信システム。
The image forming apparatus is
Division means for generating a third document file in which data for each page is divided from the second document file;
Printing means for printing based on the third document file;
The communication system according to claim 11, comprising
複数のページのデータが含まれる第1の文書ファイルから、前記複数のページにおける各ページのデータがページの順に配列されており、前記各ページのデータの境界を識別するための識別情報が前記配列に含まれた第2の文書ファイルを生成する生成手段と、
前記第2の文書ファイルから、ページごとのデータが分割された第3の文書ファイルを生成する分割手段と、
前記第3の文書ファイルに基づいて印刷する印刷手段と、
を有する通信システム。
The data of each page in the plurality of pages is arranged in the order of pages from the first document file including the data of the plurality of pages, and the identification information for identifying the boundary of the data of each page is the array Generating means for generating a second document file included in
Division means for generating a third document file in which data for each page is divided from the second document file;
Printing means for printing based on the third document file;
A communication system having
情報処理装置に、
複数のページのデータが含まれる第1の文書ファイルから、前記複数のページにおける各ページのデータがページの順に配列されており、前記各ページのデータの境界を識別するための識別情報が前記配列に含まれた第2の文書ファイルを生成する生成処理と、
前記生成処理によって生成された前記第2の文書ファイルを画像形成装置へ送信する送信処理と、
を実行させる画像形成方法。
In the information processing apparatus,
The data of each page in the plurality of pages is arranged in the order of pages from the first document file including the data of the plurality of pages, and the identification information for identifying the boundary of the data of each page is the array Generation processing for generating a second document file included in
Transmission processing for transmitting the second document file generated by the generation processing to an image forming apparatus;
Image forming method to execute.
情報処理装置に、
複数のページのデータが含まれる第1の文書ファイルから、前記複数のページにおける各ページのデータがページの順に配列されており、前記各ページのデータの境界を識別するための識別情報が前記配列に含まれた第2の文書ファイルを生成する生成処理と、
前記生成処理によって生成された前記第2の文書ファイルを画像形成装置へ送信する送信処理と、
を実行させるプログラム。
In the information processing apparatus,
The data of each page in the plurality of pages is arranged in the order of pages from the first document file including the data of the plurality of pages, and the identification information for identifying the boundary of the data of each page is the array Generation processing for generating a second document file included in
Transmission processing for transmitting the second document file generated by the generation processing to an image forming apparatus;
A program that runs
JP2018111382A 2017-09-29 2018-06-11 Information processing device, communication system, image forming method, program Active JP7172150B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US16/116,198 US10521161B2 (en) 2017-09-29 2018-08-29 Information processing device, communication system, and recording medium storing instructions

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2017192104 2017-09-29
JP2017192104 2017-09-29

Publications (2)

Publication Number Publication Date
JP2019067361A true JP2019067361A (en) 2019-04-25
JP7172150B2 JP7172150B2 (en) 2022-11-16

Family

ID=66340103

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018111382A Active JP7172150B2 (en) 2017-09-29 2018-06-11 Information processing device, communication system, image forming method, program

Country Status (1)

Country Link
JP (1) JP7172150B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20230042940A (en) * 2021-09-23 2023-03-30 이병국 Service providing system and method for unmanned printing

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000207150A (en) * 1999-01-20 2000-07-28 Fuji Xerox Co Ltd Printing system
JP2002091748A (en) * 2000-09-20 2002-03-29 Fuji Xerox Co Ltd Image processor
JP2004287763A (en) * 2003-03-20 2004-10-14 Konica Minolta Business Technologies Inc Image processor, image forming device, image forming system, and program
JP2005115528A (en) * 2003-10-06 2005-04-28 Seiko Epson Corp Printing system, printer host, printing support program, and printing method
JP2007257592A (en) * 2006-03-27 2007-10-04 Fuji Xerox Co Ltd Printing system, information processor, and printer
JP2010026895A (en) * 2008-07-23 2010-02-04 Ricoh Co Ltd Information processor, image forming apparatus, and program
JP2012032977A (en) * 2010-07-30 2012-02-16 Brother Ind Ltd Data transmission program and data transmission method
JP2012053624A (en) * 2010-08-31 2012-03-15 Canon Inc Server system and printer, network printing system having the same, and method thereof
JP2013022811A (en) * 2011-07-20 2013-02-04 Kyocera Document Solutions Inc Image forming apparatus and image forming program
JP2014076602A (en) * 2012-10-11 2014-05-01 Fuji Xerox Co Ltd Print control device, image forming system, and program
JP2016177700A (en) * 2015-03-20 2016-10-06 株式会社リコー Printing system, printing program, printing method, and information processing apparatus

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4110945B2 (en) 2002-11-25 2008-07-02 コニカミノルタビジネステクノロジーズ株式会社 Image processing apparatus, image forming apparatus, and program
JP2004348622A (en) 2003-05-26 2004-12-09 Kyocera Mita Corp Electronic document printing system

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000207150A (en) * 1999-01-20 2000-07-28 Fuji Xerox Co Ltd Printing system
JP2002091748A (en) * 2000-09-20 2002-03-29 Fuji Xerox Co Ltd Image processor
JP2004287763A (en) * 2003-03-20 2004-10-14 Konica Minolta Business Technologies Inc Image processor, image forming device, image forming system, and program
JP2005115528A (en) * 2003-10-06 2005-04-28 Seiko Epson Corp Printing system, printer host, printing support program, and printing method
JP2007257592A (en) * 2006-03-27 2007-10-04 Fuji Xerox Co Ltd Printing system, information processor, and printer
JP2010026895A (en) * 2008-07-23 2010-02-04 Ricoh Co Ltd Information processor, image forming apparatus, and program
JP2012032977A (en) * 2010-07-30 2012-02-16 Brother Ind Ltd Data transmission program and data transmission method
JP2012053624A (en) * 2010-08-31 2012-03-15 Canon Inc Server system and printer, network printing system having the same, and method thereof
JP2013022811A (en) * 2011-07-20 2013-02-04 Kyocera Document Solutions Inc Image forming apparatus and image forming program
JP2014076602A (en) * 2012-10-11 2014-05-01 Fuji Xerox Co Ltd Print control device, image forming system, and program
JP2016177700A (en) * 2015-03-20 2016-10-06 株式会社リコー Printing system, printing program, printing method, and information processing apparatus

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20230042940A (en) * 2021-09-23 2023-03-30 이병국 Service providing system and method for unmanned printing
KR102642715B1 (en) * 2021-09-23 2024-03-04 이병국 Service providing system and method for unmanned printing

Also Published As

Publication number Publication date
JP7172150B2 (en) 2022-11-16

Similar Documents

Publication Publication Date Title
US8875015B2 (en) Thumbnail display method and image forming apparatus
JP7043929B2 (en) Information processing system and information processing method
US9069504B2 (en) Printing apparatus and method for increasing storage area
US9648200B2 (en) Image processing system storing received image data in folder, image processing method, and storage medium
US9250846B2 (en) Print service providing apparatus that supplies conversion data and printing system including the same
US11003399B2 (en) Method, apparatus and non-transitory recording medium for reducing a printing time utilizing file division
US20110007352A1 (en) Data processing apparatus, data processing method, and storage medium
US9639304B2 (en) Data supplying device and image processing system
JP2005332403A (en) System and method for combining at single location selection of image finishing operations of multiple devices
US10521161B2 (en) Information processing device, communication system, and recording medium storing instructions
JP5804749B2 (en) Data processing apparatus, data processing method and program
US20060132820A1 (en) Image processing apparatus configured to obtain electronic data stored in storage by reading image document and method for the same
US20160316091A1 (en) Image data management system, image data management method, and storage medium
US9036170B2 (en) Relaying device, image processing device, and system comprising image processing device and relaying device
JP6447564B2 (en) Image forming apparatus, program, and information processing system
US9756211B2 (en) Apparatus equipped with fax function, control method thereof, and storage medium
JP7172150B2 (en) Information processing device, communication system, image forming method, program
US9117158B2 (en) Image forming apparatus, image forming method, and non-transitory computer readable medium
JP6607201B2 (en) Server device, program, and information processing system
JP7143695B2 (en) Information processing device, image forming device, printing system, program
US20110128298A1 (en) Display system, image processing apparatus, control method therefor, and storage medium
US20170235530A1 (en) Recording medium, information processing apparatus, and information processing method
JP2019064249A (en) Image formation apparatus, image formation system, communication system, image formation method and program
JP6492948B2 (en) Information processing apparatus, output system, and program
JP2019159618A (en) Information processing apparatus, image forming apparatus, image processing system, image processing method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210208

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20211228

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220111

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220311

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220726

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220916

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20221017

R151 Written notification of patent or utility model registration

Ref document number: 7172150

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151