JP7091914B2 - Image forming device, image forming system, communication system, program - Google Patents

Image forming device, image forming system, communication system, program Download PDF

Info

Publication number
JP7091914B2
JP7091914B2 JP2018140644A JP2018140644A JP7091914B2 JP 7091914 B2 JP7091914 B2 JP 7091914B2 JP 2018140644 A JP2018140644 A JP 2018140644A JP 2018140644 A JP2018140644 A JP 2018140644A JP 7091914 B2 JP7091914 B2 JP 7091914B2
Authority
JP
Japan
Prior art keywords
file
page
data
pages
divided
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2018140644A
Other languages
Japanese (ja)
Other versions
JP2019064249A (en
Inventor
淳示 鈴木
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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/123,178 priority Critical patent/US11003399B2/en
Publication of JP2019064249A publication Critical patent/JP2019064249A/en
Application granted granted Critical
Publication of JP7091914B2 publication Critical patent/JP7091914B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、画像形成装置、画像形成システム、通信システム、およびプログラムに関する。
The present invention relates to an image forming apparatus, an image forming system, a communication system , 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 an MFP (Multifunction Peripheral / Printer / Product) receives various files such as PCL (Printer Control Language), PS (PostScript), or PDF (Portable Document Format) and executes a printing process. For sequential access format files such as PCL and PS, the content of each page is arranged in page order. Therefore, when the image forming apparatus receives the file in the sequential access format, the image forming apparatus reads and prints the contents of each page in order while spooling the data. On the other hand, for random access format data such as PDF files, the content of each page can be arranged regardless of the page order, so the image forming device waits for the received data to be spooled before the data. Access and print the content of each page while referring to the position information of the content placed behind.

PDFファイルの先頭ページをブラウザに表示するまでの時間を短縮化する目的で、第1ページのコンテンツにアクセスするための位置情報が、ファイルの先方に配置された線形化PDFと呼ばれるデータ形式が用いられている。 For the purpose of shortening the time until the first page of the PDF file is displayed on the browser, the location information for accessing the content of the first page is used in a data format called linearized PDF placed at the end of the file. Has been done.

特許文献1には、情報処理装置が、線形化されたPDFファイルに記述されたデータを、第1ページに関する部分と残りのページに関する部分に分割し、それぞれを、独立して参照可能な二つのPDFファイルに再フォーマットし、PDFダイレクトプリント機能を備える画像形成装置に対して解析・出力を指示することが開示されている。特許文献1によると、第1ページのみの構成情報からなる第1のPDFファイルは、データサイズが小さく、ファイルの読み込みに多くの時間を要しないため、PDF文書の第1ページ目の内容が、ユーザに遅延として認識されるよりも短い時間をもって解析・出力されるとしている。 In Patent Document 1, the information processing apparatus divides the data described in the linearized PDF file into a part related to the first page and a part related to the remaining pages, and each of them can be referred to independently. It is disclosed that the PDF file is reformatted and the image forming apparatus having the PDF direct print function is instructed to analyze and output. According to Patent Document 1, the content of the first page of the PDF document is the content of the first PDF file because the data size of the first PDF file consisting of the configuration information of only the first page is small and it does not take a lot of time to read the file. It is said that it will be analyzed and output in a shorter time than it is recognized as a delay by the user.

しかし、画像形成装置は、ランダムアクセス形式のファイルを第1ページおよび残りのページのファイルに分割したとしても、残りのページのファイルのスプールが完了するまでは、残りのページのファイルにおける各ページを描画するためのデータの位置を特定できず、印刷を開始できない。このため、画像形成装置において、ランダムアクセス形式のファイルを受信して印刷するときに、時間を要するという課題がある。 However, even if the image forming apparatus divides the file of the random access format into the file of the first page and the file of the remaining page, each page in the file of the remaining page is completed until the spool of the file of the remaining page is completed. The position of the data for drawing cannot be specified, and printing cannot be started. Therefore, in the image forming apparatus, there is a problem that it takes time to receive and print a file in a random access format.

請求項1に係る発明の画像形成装置は、複数のページのデータ、および前記複数のページにおける各ページのデータの位置を示す位置情報を含むファイルを受信する受信手段と、前記受信手段において、前記位置情報が受信される前に、前記複数のページの各ページごとにデータの位置を特定するための特定情報が受信された場合に、前記特定情報によって特定されるデータに基づいて、前記各ページの印刷を開始する開始手段と、を有する。

The image forming apparatus according to claim 1 is a receiving means for receiving a file including a plurality of pages of data and position information indicating the position of the data of each page on the plurality of pages, and the receiving means. If specific information for specifying the position of data is received for each page of the plurality of pages before the position information is received, each page is based on the data specified by the specific information. It has a starting means for initiating printing of the data.

画像形成装置において、ランダムアクセス形式のファイルに基づいて印刷するときに要する時間を短縮し得るという効果を奏する。 In the image forming apparatus, it has an effect that the time required for printing based on a random access format file can be shortened.

本発明の一実施形態に係る通信システムの全体構成図である。It is an overall block diagram of the communication system which concerns on one Embodiment of this invention. 一実施形態に係る端末のハードウェア構成図である。It is a hardware block diagram of the terminal which concerns on one Embodiment. 一実施形態に係る画像形成装置のハードウェア構成図である。It is a hardware block diagram of the image forming apparatus which concerns on one Embodiment. 一実施形態に係る画像形成装置の機能ブロック図である。It is a functional block diagram of the image forming apparatus which concerns on one Embodiment. 画像を印刷する処理の一例を示すシーケンス図である。It is a sequence diagram which shows an example of the process of printing an image. PDFファイルの構造の一例を示す概念図である。It is a conceptual diagram which shows an example of the structure of a PDF file. 一実施形態に係るPDFファイルの構造を示す概念図である。It is a conceptual diagram which shows the structure of the PDF file which concerns on one Embodiment. 分割ファイルを生成する処理の一例を示すフロー図である。It is a flow diagram which shows an example of the process of generating a split file. PDFファイルの構造を示す概念図である。It is a conceptual diagram which shows the structure of a PDF file. PDFファイルの印刷処理に要する時間を示す概念図である。It is a conceptual diagram which shows the time required for the printing process of a PDF file. ページ分割モードの受付画面の一例である。This is an example of the reception screen in the page split mode. PDFファイルの構造を示す概念図である。It is a conceptual diagram which shows the structure of a PDF file. 実施形態の変形例Aにおいて、分割ファイルを生成する処理を示すフロー図である。It is a flow diagram which shows the process of generating the divided file in the modification A of embodiment. 画像を印刷する処理の一例を示すフロー図である。It is a flow chart which shows an example of the process of printing an image. 実施形態の変形例Bにおいて生成されるページ情報の一例を示す概念図である。It is a conceptual diagram which shows an example of the page information generated in the modification B of embodiment. 分割可能な特定情報を含むPDFファイルを生成するモードへの移行を受け付ける受付画面の一例である。This is an example of a reception screen that accepts the transition to the mode for generating a PDF file containing specific information that can be divided. PDFファイルを生成する処理を示すフロー図である。It is a flow figure which shows the process of generating a PDF file. PDFファイルの構造を示す概念図である。It is a conceptual diagram which shows the structure of a PDF file. 判断情報を有するPDFファイルの一例を示す図である。It is a figure which shows an example of the PDF file which has the judgment information. 画像を印刷する処理の一例を示すシーケンス図である。It is a sequence diagram which shows an example of the process of printing an image. スプール処理とパース処理/レンダリング処理が並列に処理される場合のタイミング図の一例を示す図である。It is a figure which shows an example of the timing diagram when the spool processing and the parsing processing / rendering processing are processed in parallel. 3ページ分しか一時保持できないと判断された場合のタイミング図の一例を示す。An example of the timing diagram when it is determined that only three pages can be temporarily retained is shown. 印刷データ処理部がスプール処理する手順を示す一例のフローチャート図である。It is a flowchart of an example which shows the procedure which a print data processing part performs spool processing. 2つのパース処理およびレンダリング処理が並列して実行される場合のタイミング図である。It is a timing diagram when two parsing processing and rendering processing are executed in parallel.

以下、図面を用いて、本発明の実施形態について説明する。 Hereinafter, embodiments of the present invention will be described with reference to 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 is constructed by terminals 10A, 10B, image forming devices 20A, 20B, and cloud service 50. Any of the terminals 10A and 10B is referred to as a terminal 10. Any of the image forming apparatus 20A and 20B is referred to as an image forming apparatus 20. In the communication system 1, the number of terminals 10, the image forming apparatus 20, and the cloud service 50 is not particularly limited.

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

画像形成装置20は、画像処理機能および通信機能を有する情報処理装置であり、例えば、MFP(Multifunction Peripheral/Printer/Product)、ファクシミリ、スキャナ、又はプリンタである。画像形成装置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. The image forming apparatus 20A is, for example, an MFP having a facsimile, a scanner, and a printer function, and the image forming apparatus 20B is, for example, a printer.

クラウドサービス50は、通信機能を有する情報処理装置である。クラウドサービス50は、端末10又は画像形成装置20からの要求に基づいて画像形成装置20へ文書ファイルを送信するサーバとして機能する。 The cloud service 50 is an information processing device having a communication function. The cloud service 50 functions as a server that transmits a document file to the image forming apparatus 20 based on a request from the terminal 10 or the image forming apparatus 20.

端末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 the LAN 2L (Local Area Network) directly or via the wireless LAN router 2R. The terminal 10 and the image forming apparatus 20 connect to the Internet 2I from the LAN 2L and connect to the cloud service 50 on the Internet 2I. Any of LAN 2L and Internet 2I is referred to as communication network 2. All or part of the communication network 2 may have a place where wireless communication such as Wi-Fi (Wireless Fidelity) is performed.

端末10、およびクラウドサービス50は、任意のアプリケーション又はドライバを用いて、PDF(Portable Document Format)ファイルなどのランダムアクセス形式の文書ファイルを生成する。ランダムアクセス形式の文書ファイルは、各ページのデータにランダムアクセス可能なファイル構造を有する。端末10およびクラウドサービス50は、PDFファイルを含む印刷要求を画像形成装置20へ送信する。また、画像形成装置20Aは、スキャナ機能により画像を読み取り、任意のアプリケーション又はドライバを用いてPDFファイルを生成する。画像形成装置20は、端末10、クラウドサービス50、又は他の画像形成装置20によって送信されたPDFファイルを受信して印刷処理を実行する。 The terminal 10 and the cloud service 50 use an arbitrary application or driver to generate a document file in a random access format such as a PDF (Portable Document Format) file. The document file in the random access format has a file structure in which the data on each page can be randomly accessed. The terminal 10 and the cloud service 50 transmit a print request including a PDF file to the image forming apparatus 20. Further, the image forming apparatus 20A reads an image by a scanner function and generates a PDF file by using an arbitrary application or driver. The image forming apparatus 20 receives the PDF file transmitted by the terminal 10, the cloud service 50, or another image forming apparatus 20, 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 with reference to 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 / F105 (Interface), and a network I / F107. , User I / F 108, and 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 operation of the entire terminal 10. The ROM 102 stores various programs and applications running 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 in various programs or applications. The media I / F 105 is an interface for reading information stored in a recording medium 106 such as an external memory and writing information to the recording medium 106. The network I / F 107 is an interface for communicating with another device 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 or an organic EL (Electro Luminescence) display device equipped with a touch panel function, or a keyboard and a mouse. The bus line 110 is an address bus or a data bus for electrically connecting each of the above components as shown in FIG.

クラウドサービス50のハードウェア構成は、端末10のハードウェア構成と同様であるので説明を省略する。 Since the hardware configuration of the cloud service 50 is the same as the hardware configuration of the terminal 10, the description thereof will be omitted.

図3は、一実施形態に係る画像形成装置20のハードウェア構成図である。図3を用いて、画像形成装置20のハードウェア構成について説明する。 FIG. 3 is a hardware configuration diagram of the image forming apparatus 20 according to the 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 / F206, an engine I / F207, and a panel I /. It has an F208, a scanner I / F209, a media I / F215, and a bus line 210. Further, the image forming apparatus 20 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 operation of the entire image forming apparatus 20. The ROM 202 stores various programs and applications running on the image forming apparatus 20. The RAM 203 is used as a work area of the CPU 201. The NVRAM 204 and HDD 205 store data used in various programs or applications. The network I / F 206 is an interface for communicating with another device 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 and writing information to the recording medium 216. The bus line 210 is an address bus or a data bus for electrically connecting each of the above 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 an inkjet method, for example, an inkjet head, and in the case of a laser printer method, for example, a photoconductor, a laser irradiation device, or a transfer device. The operation panel 212 is a panel for receiving inputs such as settings, conditions, and instructions 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. The scanner is not particularly limited, and examples thereof include known scanners having a pressure plate, an ADF (Auto Document Feeder), and an image pickup device.

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

画像形成装置20は、画像読取部2100と、印刷部2200と、通信部2300と、表示部2400と、を有する。これら各部は、図3に示されている各構成要素のいずれかが、ROM202からRAM203上に展開された画像形成装置20用のプログラム又はアプリに従ったCPU201からの命令によって動作することで実現される機能である。また、画像形成装置20は、ROM202、RAM203、NVRAM204、又はHDD205により構築される記憶部2000を有する。 The image forming apparatus 20 includes an image reading unit 2100, a printing unit 2200, a communication unit 2300, and a display unit 2400. Each of these parts is realized by operating any of the components shown in FIG. 3 by a program or a command from the CPU 201 according to the program or application for the image forming apparatus 20 developed on the RAM 203 from the ROM 202. It is a function. Further, the image forming apparatus 20 has a storage unit 2000 constructed by the ROM 202, the RAM 203, the NVRAM 204, or the HDD 205.

画像読取部2100は、CPU201からの命令に基づいて、スキャナによる画像の読み取り、および読み取られた画像からファイルを生成する処理を実行する。画像読取部2100は、読取制御部2110と、画像生成部2120とを有する。 The image reading unit 2100 executes a process of reading an image by a scanner and generating a file from the read image based on a command from the CPU 201. The image reading unit 2100 includes a reading control unit 2110 and an image generation unit 2120.

読取制御部2110は、CPU101からの命令に基づくスキャナエンジン213の動作により、画像を読み取るための制御を行う。 The reading control unit 2110 controls to read an image by operating the scanner engine 213 based on a command from the CPU 101.

画像生成部2120は、CPU201からの命令により、読み取られた画像からPDFファイルを生成する。 The image generation unit 2120 generates a PDF file from the read image in response to a command from the CPU 201.

印刷部2200は、CPU201からの命令に基づいて、ファイルに基づく印刷処理を実行する。印刷部2200は、ページデータ生成部2210と、印刷データ処理部2220と、を有する。 The printing unit 2200 executes a file-based printing process based on an instruction from the CPU 201. The printing unit 2200 includes a page data generation unit 2210 and a print data processing unit 2220.

ページデータ生成部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 one plurality of pages based on a command from the CPU 201.

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

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

表示部2400は、CPU201からの命令により、操作パネル212のディスプレイから画像を表示する制御を行う。 The display unit 2400 controls to display an image from the display of the operation panel 212 by a command from the CPU 201.

<<処理>>
続いて、画像形成装置20における処理について説明する。図5は、画像を印刷する処理の一例を示すシーケンス図である。
<< Processing >>
Subsequently, the processing in the image forming apparatus 20 will be described. FIG. 5 is a sequence diagram showing an example of a process of printing an image.

端末10のSSD104には、端末10において生成された複数ページのPDFファイルが記憶されている。端末10は、ユーザによる操作入力に応じて、印刷要求を、通信ネットワーク2を介して画像形成装置20へ送信する(ステップS11)。印刷要求には、SSD104から読み出されたPDFファイル、ならびに印刷設定として、印刷するページを特定するための情報、あるいは2-in-1などの割り付けを示す情報などが含まれている。 The SSD 104 of the terminal 10 stores a multi-page PDF file generated by the terminal 10. The terminal 10 transmits a print request to the image forming apparatus 20 via the communication network 2 in response to an operation input by the user (step S11). The print request includes a PDF file read from the SSD 104, information for specifying a page to be printed as print settings, information indicating allocation such as 2-in-1, and the like.

なお、印刷要求の送信元は、端末10に限定されない。印刷要求の送信元は、クラウドサービス50であってもよい。また、画像形成装置20Aは、スキャナで読み込まれた画像に基づいてPDFファイルを生成し、このPDFファイルを他方の画像形成装置20Bへ印刷要求に含めて送信してもよい。印刷の形式は、特に限定されず、例えば、AirPrint(登録商標)、又はMopria(登録商標)などのモバイルプリントであってもよいし、ftpやlprなどのプロトコルを利用して直接PDFファイルを画像形成装置20に送信するダイレクトプリントであってもよいし、GoogleCloudPrint(登録商標)などのクラウドプリントであってもよい。また、印刷形式はメディアプリントでもよい。この場合、ステップS11の処理は、画像形成装置20に接続されたUSB(Universal Serial Bus)メモリなどの記録メディア216から、画像形成装置20へのPDFファイルを送信する処理に置き換えられる。 The source of the print request is not limited to the terminal 10. The source of the print request may be the cloud service 50. Further, the image forming apparatus 20A may generate a PDF file based on the image read by the scanner, and may include the PDF file in the printing request and transmit it to the other image forming apparatus 20B. The printing format is not particularly limited, and may be, for example, mobile printing such as AirPrint (registered trademark) or Mopria (registered trademark), or directly print a PDF file using a protocol such as ftp or lpr. It may be a direct print to be transmitted to the forming apparatus 20, or it may be a cloud print such as GoogleCloudPrint (registered trademark). The print format may be media print. In this case, the process of step S11 is replaced with the process of transmitting a PDF file from the recording medium 216 such as a USB (Universal Serial Bus) memory connected to the image forming apparatus 20 to the image forming apparatus 20.

画像形成装置20の通信部2300は、端末10によって送信された印刷要求を受信する。通信部2300は、印刷要求に含まれるPDFファイルの受信を開始すると、受信されたPDFファイルを、バッファとしてRAM203に順次記憶(バッファリング)する。画像形成装置20は、バッファリングの完了を待機することなく、以下の印刷処理を継続する。 The communication unit 2300 of the image forming apparatus 20 receives the print request transmitted by the terminal 10. When the communication unit 2300 starts receiving the PDF file included in the print request, the received PDF file 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.

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

ページデータ生成部2210は、印刷開始通知を受信すると、RAM203に記憶されている受信バッファから、ページごとに分割されたPDFファイルを生成可能であるか判断する(ステップS13)。ページごとに分割されたPDFファイルとは、印刷要求に含まれる複数ページのPDFファイルから、印刷する各ページのデータが分割された各PDFファイルを示す。例えば、印刷要求に含まれるPDFファイルのページ数が10であり、全ページ印刷する場合、ページごとに分割されたPDFファイルは、10個のページごとのPDFファイルを示す。以下、ページごとに分割されたPDFファイルを、分割ファイルと表す。 Upon receiving the print start notification, the page data generation unit 2210 determines whether it is possible to generate a PDF file divided for each page from the reception buffer stored in the RAM 203 (step S13). The PDF file divided for each page indicates each PDF file in which the data of each page to be printed is divided from the PDF file of a plurality of pages included in the print request. For example, when the number of pages of the PDF file included in the print request is 10, and all pages are printed, the PDF file divided for each page indicates a PDF file for each of 10 pages. Hereinafter, the PDF file divided for each page is referred to as a divided file.

分割ファイルの生成可否を説明するにあたり、PDFファイルの構造について説明する。図6は、PDFファイルの構造の一例を示す概念図である。PDFファイルは、国際標準化機構(ISO: International Organization for Standardization)で管理されているオープンスタンダードに準拠して、先頭から順に、ヘッダPH、ボディPB、相互参照表PR(位置情報の一例)、およびトレイラーPTを有する。 In explaining whether or not the divided file can be generated, the structure of the PDF file will be described. FIG. 6 is a conceptual diagram showing an example of the structure of a PDF file. The PDF file complies with the open standards managed by the International Organization for Standardization (ISO), and in order from the beginning, the header PH, body PB, cross-reference table PR (an example of location information), and trailer. Has PT.

ヘッダ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 the reference number (x), the generation number (y), and the "obj" are arranged side by side, for example, "1 0 obj". The document catalog is the root (top level) of the object hierarchy. The page information includes a reference to the 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 the address information (position information) of the object of each object number defined in the body PB. The address information is offset information indicating how many bytes the object is from the beginning of the header PH. 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 this object number from the cross-reference table PR. That is, in the normal operation by the image forming apparatus 20, after reading up to the trailer PT of the PDF file, the image processing related to the PDF file is started.

続いて、ステップS13の分割ファイルの生成可否を判断する処理の具体例について説明する。図7は、一実施形態に係るPDFファイルの構造を示す概念図である。 Subsequently, a specific example of the process of determining whether or not the divided file can be generated in step S13 will be described. FIG. 7 is a conceptual diagram showing the structure of the PDF file according to the embodiment.

以下、ページの各種情報を定義したオブジェクトを単にページのオブジェクトと表す。PDFファイルのボディPBには、ページのオブジェクトがランダムに配置され得る。これに対し、図7の(A)乃至(D)の本実施形態のPDFファイルによると、ボディPBにおいて、各ページのオブジェクトが、シーケンシャルに配置される。 Hereinafter, the object that defines various information of the page is simply referred to as the page object. Objects on the page can be randomly placed in the body PB of the PDF file. On the other hand, according to the PDF file of the present embodiment (A) to (D) of FIG. 7, the objects of each page are sequentially arranged in the body PB.

本実施形態では、ページ分割できると判断するために意図的に付与された情報を「判断情報」という。また、所定のページに含まれるオブジェクト等のデータの位置を特定するための情報を「特定情報」という。特定情報と判断情報は共通する場合がある。特定情報のうち、一部の情報を「境界情報」という。 In the present embodiment, the information intentionally given to determine that the page can be divided is referred to as "judgment information". In addition, information for specifying the position of data such as objects included in a predetermined page is referred to as "specific information". Specific information and judgment information may be common. Of the specific information, some information is called "boundary information".

図7の(A)および(B)のPDFファイルのヘッダPHiには、分割ファイルの生成の可否を判断するための判断情報として、分割ファイルを生成可能であることを示す「%Enable Page Split Mode」が付されている。また、図7の(A)および(B)のPDFファイルのボディPBには、各ページのオブジェクトが記録された領域の境界に、境界情報が付されている。図7の(A)のPDFファイルには、境界情報「%Page Object」が、各ページのオブジェクトの前に付されており、図7の(B)のPDFファイルには、境界情報「%End Page」が、各ページのオブジェクトの後に付されている。%Page1 Objectおよび%End Pageは判断情報かつ特定情報である。また、%Page1 Objectと%End Pageはページ間に挿入されている情報という意味で境界情報である。 In the header PHi of the PDF files (A) and (B) of FIG. 7, "% Enable Page Split Mode" indicating that the split file can be generated is used as the judgment information for judging whether or not the split file can be generated. "Is attached. Further, in the body PB of the PDF file (A) and (B) of FIG. 7, boundary information is attached to the boundary of the area where the object of each page is recorded. The boundary information "% Page Object" is attached to the PDF file of FIG. 7 (A) in front of the object of each page, and the boundary information "% End" is attached to the PDF file of FIG. 7 (B). "Page" is added after the object on each page. % Page1 Object and% End Page are judgment information and specific information. Also,% Page1 Object and% End Page are boundary information in the sense that they are inserted between pages.

図7の(C)のPDFファイルのヘッダPHiには、判断情報かつ特定情報として、ボディPBにおける各ページのオブジェクトの位置を示すアドレス情報「%Page1 = xxxx」「%Page1 = yyyy」がオフセット情報として付されている。 In the header PHi of the PDF file of FIG. 7 (C), the address information "% Page1 = xxxx" and "% Page1 = yyyy" indicating the position of the object on each page in the body PB are offset information as judgment information and specific information. It is attached as.

また、図7の(D)のPDFファイルのボディPBには、各ページのオブジェクトが記録された領域の端部に、PDF言語に準拠したコマンド「/Type/Page」が境界情報として配置されている。また、「/Type/Page」はオブジェクトの位置を特定する情報となるため特定情報でもある。 Further, in the body PB of the PDF file (D) of FIG. 7, a command "/ Type / Page" conforming to the PDF language is arranged as boundary information at the end of the area where the object of each page is recorded. There is. In addition, "/ Type / Page" is also specific information because it is information for specifying the position of the object.

ページデータ生成部2210は、PDFファイルのトレイラーPTを参照することなく、受信バッファにおけるヘッダPHiの部分を読み込んだ時点で、判断情報に基づいて、分割ファイルを生成可能であると判断することができる。 The page data generation unit 2210 can determine that the divided file can be generated based on the determination information when the header PHi portion in the receive buffer is read without referring to the trailer PT of the PDF file. ..

ステップS13において、分割ファイルを生成可能ではないと判断された場合、ページデータ生成部2210は、端末10から送られてきたPDFファイルの受信が完了するのを待って、受信されたバッファ全体をPDFファイルとして記憶部2000に記憶する。続いて、ページデータ生成部2210は、PDFファイルを分割することなく、全体のPDFファイルを印刷データ処理部2220へ送信する(ステップS14)。 If it is determined in step S13 that the split file cannot be generated, the page data generation unit 2210 waits for the reception of the PDF file sent from the terminal 10 to be completed, and then fills the entire received buffer with PDF. It is stored in the storage unit 2000 as a file. Subsequently, the page data generation unit 2210 transmits the entire PDF file to the print data processing unit 2220 without dividing the PDF file (step S14).

印刷データ処理部2220は、受信された全体のPDFファイルを言語解析し、各ページを描画するためのデータにランダムアクセスしながらフレームメモリにページごとの画像を描画することで印刷画像を生成する。印刷データ処理部2220は、印刷画像を含む印刷指示をプロッタエンジン211へ送信して、印刷処理を実行させる(ステップS15)。プロッタエンジンは印刷処理の指示を受けると、印刷画像を形成し、排紙する処理を繰り返す。 The print data processing unit 2220 linguistically analyzes the entire received PDF file, and generates a print image by drawing an image for each page in the frame memory while randomly accessing the data for drawing each page. The print data processing unit 2220 transmits a print instruction including a print image to the plotter engine 211 to execute the print process (step S15). When the plotter engine receives an instruction for printing processing, it repeats the processing of forming a printed image and discharging the paper.

ステップS13において、分割ファイルを生成可能であると判断された場合、ページデータ生成部2210は、PDFファイルのうち、各ページのオブジェクトが受信されるたびに、ページごとの分割ファイルを生成する(ステップS21)。 When it is determined in step S13 that the divided file can be generated, the page data generation unit 2210 generates the divided file for each page each time the object of each page is received in the PDF file (step). S21).

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

RAM203には、通信部2300によって受信されたPDFファイルの一部が、バッファとして順次記憶される。図9は、PDFファイルの構造を示す概念図である。図9の(A)は、バッファとして記憶されているPDFファイルの一部を示す概念図である。ページデータ生成部2210は、バッファのPDFファイルをレコードごとに読み込む(ステップS21-1)。レコードとは1項目をいい、図9では1行が1レコードである。 A part of the PDF file received by the communication unit 2300 is sequentially stored in the RAM 203 as a buffer. FIG. 9 is a conceptual diagram showing the structure of the PDF file. FIG. 9A is a conceptual diagram showing a part of a PDF file stored as a buffer. The page data generation unit 2210 reads the PDF file of the buffer for each record (step S21-1). A record means one item, and in FIG. 9, one line is one record.

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

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

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

ページデータ生成部2210は、ステップS21-1乃至S21-4の処理を、1ページ分のレコード、すなわちオブジェクトを読み終えるまで繰り返す。なお、ページデータ生成部2210は、ボディPBにおける境界情報を読み込むことで(図7の(A),(B))、あるいは、ヘッダに含まれた特定情報(図7の(C))に基づいて、1ページ分のレコードを読み終えたか判断することができる。 The page data generation unit 2210 repeats the processes of steps S21-1 to S21-4 until one page of records, that is, objects has been read. The page data generation unit 2210 reads the boundary information in the body PB ((A), (B) in FIG. 7) or is based on the specific information included in the header ((C) in FIG. 7). It is possible to determine whether the record for one page has been read.

上記のループ処理が完了した時点で、記憶部2000にはPDFファイルから抽出された1ページ分のレコードのうち、相互参照表PR、ドキュメントカタログPBc、ページ情報PBp、又はトレイラーPTが除かれた各レコード、すなわち1ページを描画するためのデータを示す各レコード、すなわちオブジェクトが記憶される。ページデータ生成部2210は、記憶部2000に記憶されたレコードを、分割ファイルにおけるボディPBとする。図9の(B)は、ループ処理後に生成される分割ファイルのボディPBを示す概念図である。 When the above loop processing is completed, the storage unit 2000 excludes the cross-reference table PR, the document catalog PBc, the page information PBp, or the trailer PT from the records for one page extracted from the PDF file. Records, that is, each record showing data for drawing one page, that is, an object is stored. The page data generation unit 2210 uses the record stored in the storage unit 2000 as the body PB in the divided file. FIG. 9B is a conceptual diagram showing the body PB of the divided file generated after the loop processing.

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

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

ページデータ生成部2210は、分割ファイルにおいて、印刷ジョブに必要なページ情報Bpを生成する。ページ情報のオブジェクト番号には、予め定められた値が割り当てられる。ページ情報には、ページ数と、ページを描画するためのオブジェクトへの参照が含まれる。分割ファイルには、1ページ分を描画するためのデータが含まれているのでページ数は1である。オブジェクトへの参照は、分割ファイルに含まれるページを描画するためのオブジェクトのオブジェクト番号である。 The page data generation unit 2210 generates the page information Bp required for the print job in the divided file. A predetermined value is assigned to the object number of the page information. Page information includes the number of pages and a reference to the object for drawing the page. Since the divided file contains data for drawing one page, the number of pages is one. The reference to the object is the object number of the object for drawing the pages contained in the split file.

ページデータ生成部2210は、分割後のPDFファイルにおいて、印刷ジョブに必要なジョブ情報としてドキュメントカタログを生成する。ドキュメントカタログのオブジェクト番号は予め定められた値が割り当てられる。印刷ジョブに必要なジョブ情報には、ページ情報のオブジェクトへの参照が含まれる。上記のように、ページ情報のオブジェクトのオブジェクト番号は予め定められているので、ページ情報への参照は予め定められた値となる。 The page data generation unit 2210 generates a document catalog as job information necessary for a print job in the divided PDF file. A predetermined value is assigned to the object number of the document catalog. The job information required for a print job includes a reference to the page information object. As described above, since the object number of the object of the page information is predetermined, the reference to the page information is a predetermined value.

図9の(C)は、生成過程にある分割ファイルを示す概念図である。図9の(C)に示すように、ページデータ生成部2210は生成されたドキュメントカタログ、およびページ情報を、ボディPBの後端に追加する(ステップS21-5)。 FIG. 9C is a conceptual diagram showing a divided file in the generation process. As shown in FIG. 9C, the page data generation unit 2210 adds the generated document catalog and page information to the rear end of the body PB (step S21-5).

続いて、ページデータ生成部2210は、相互参照表PRを生成して、生成過程にある分割ファイルにおけるボディPBの後に追加する(ステップS21-6)。相互参照表PRは、ボディPBにおける各オブジェクトの位置をオフセット情報として表したアドレス情報である。ページデータ生成部2210は、先に生成したボディPBから、各オブジェクトを検索し、検索された各オブジェクトの位置を示すアドレス情報をオフセット情報として記述することで、相互参照表PRを生成する。図9の(D)は、ヘッダPHおよび相互参照表PRが追加されたPDFファイルを示す概念図である。 Subsequently, the page data generation unit 2210 generates a cross-reference table PR and adds it after the body PB in the divided file in the generation process (step S21-6). The cross-reference table PR is address information representing the position of each object in the body PB as offset information. The page data generation unit 2210 searches for each object from the body PB generated earlier, and generates the cross-reference table PR by describing the address information indicating the position of each searched object as offset information. FIG. 9D is a conceptual diagram showing a PDF file to which a header PH and a cross-reference table PR are added.

ページデータ生成部2210は、分割ファイルにおけるトレイラーを生成する。トレイラーには、相互参照表PRのサイズおよびドキュメントカタログへの参照が含まれる。相互参照表PRのサイズは、ステップS21-6における相互参照表PRの生成結果に基づいて算出される。ドキュメントカタログへの参照は、予め定められたドキュメントカタログのオブジェクト番号が用いられる。 The page data generation unit 2210 generates a trailer in the divided file. The trailer contains the size of the cross-reference table PR and a reference to the document catalog. The size of the cross-reference table PR is calculated based on the generation result of the cross-reference table PR in step S21-6. A predetermined document catalog object number is used as a reference to the document catalog.

図9の(E)は、分割ファイルを示す概念図である。図9の(E)に示すように、ページデータ生成部2210は生成されたトレイラーPTを、生成過程にある分割PDFファイルにおける相互参照表PRの後に追加することで、PDF言語に従った分割ファイルを完成させる(ステップS21-7)。図9(E)と同様のPDFファイルがページ数だけ作成される。 FIG. 9E is a conceptual diagram showing a divided file. As shown in FIG. 9 (E), the page data generation unit 2210 adds the generated trailer PT after the cross-reference table PR in the divided PDF file in the generation process, so that the divided file according to the PDF language is added. Is completed (step S21-7). The same PDF file as in FIG. 9E is created for the number of pages.

1ページ分の分割ファイルが完成してからの処理について、図5に戻って説明を続ける。ページデータ生成部2210は、生成された分割ファイルを印刷データ処理部2220へ送信する(ステップS22)。 The process 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 S22).

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

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

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

図10は、PDFファイルの印刷処理に要する時間を示す概念図である。図10の各図において、横軸の左端は、画像形成装置20がPDFファイルの受信を開始する時点を示し、横軸に対し右へ進むほど、PDFファイルの受信を開始してからの時間が経過していることを示す。PDFファイルの印刷処理には、PDFファイルを受信してバッファリングするスプール処理、言語解析するパース処理、画像を形成するレンダリング処理、画像を印刷して排紙するフィード処理が含まれる。 FIG. 10 is a conceptual diagram showing the time required for printing a PDF file. In each figure of FIG. 10, the left end of the horizontal axis indicates the time when the image forming apparatus 20 starts receiving the PDF file, and the more to the right with respect to the horizontal axis, the longer the time from the start of receiving the PDF file. Indicates that it has passed. The PDF file printing process includes a spool process for receiving and buffering a PDF file, a parsing process for language analysis, a rendering process for forming an image, and a feed process for printing and discharging an image.

図10の(A)は、複数ページのPDFファイルを受信して印刷するときの各処理に要する時間を示す概念図である。複数ページのPDFファイルを印刷する場合には、PDFファイルのスプール処理が律速となって、PDFファイルの印刷に長い時間を要する。 FIG. 10A is a conceptual diagram showing the time required for each process when receiving and printing a PDF file having a plurality of pages. When printing a PDF file of a plurality of pages, the spool processing of the PDF file becomes rate-determining, and it takes a long time to print the PDF file.

例えば、100kBの1ページのPDFファイルのスプール処理に0.1秒要する場合、100MBの1000ページのPDFファイルのスプール処理には、100秒(=0.1×1000)秒要する。よって、100秒後に1ページ目のパース処理が開始される。画像形成装置20の処理速度が50PPMであるとすると、1000ページの印刷には、1200秒要することになる。スプール処理からフィード処理までのジョブ全体が完了するまでの時間は、1300秒(=100+1200)である。 For example, when it takes 0.1 seconds to spool a 100 kB 1-page PDF file, it takes 100 seconds (= 0.1 × 1000) seconds to spool a 100 MB 1000-page PDF file. Therefore, the parsing process of the first page is started after 100 seconds. Assuming that the processing speed of the image forming apparatus 20 is 50 PPM, it takes 1200 seconds to print 1000 pages. The time until the entire job from spool processing to feed processing is completed is 1300 seconds (= 100 + 1200).

さらに、この場合、画像形成装置20は、バッファリングのため、少なくとも100MBのサイズのストレージを要する。100MBのサイズのストレージを備えていない画像形成装置では、スプール処理を実行できないため、印刷ジョブはキャンセルされる。 Further, in this case, the image forming apparatus 20 requires storage having a size of at least 100 MB for buffering. Since the spool process cannot be executed in the image forming apparatus that does not have the storage of 100 MB in size, the print job is canceled.

図10の(B)は、複数ページの線形化PDFファイルを受信して印刷するときの各処理に要する時間を示す概念図である。線形化PDFファイルを印刷する場合、画像形成装置20は、PDFファイルの全体を読み込む前に1ページ目を描画するためのデータを特定できるので、1ページ目のデータのスプール処理が完了してから、1ページ目の印刷処理を実行できる。しかし、画像形成装置20は、PDFファイルの残りの全部を読み込むまで、2ページ以降の各ページを描画するためのデータを特定できないため印刷処理を開始できないこのため、PDFファイルの残りの部分のスプール処理が律速となり、PDFファイルの全体の印刷には長い時間を要する。 FIG. 10B is a conceptual diagram showing the time required for each process when receiving and printing a linearized PDF file having a plurality of pages. When printing the linearized PDF file, the image forming apparatus 20 can specify the data for drawing the first page before reading the entire PDF file, so that after the spool processing of the data on the first page is completed. The printing process of the first page can be executed. However, the image forming apparatus 20 cannot start the printing process because the data for drawing each page after the second page cannot be specified until all the rest of the PDF file is read. Therefore, the spool of the remaining part of the PDF file. The processing becomes rate-determining, and it takes a long time to print the entire PDF file.

図10の(C)は、1ページのPDFファイルを複数印刷するときの各処理に要する時間を示す概念図である。1ページのPDFファイルを複数印刷する場合には、PDFファイルのスプール処理に要する時間が短く、スプール処理が律速とならないので、全体の印刷時間が短縮される。 FIG. 10C is a conceptual diagram showing the time required for each process when printing a plurality of PDF files on one page. When a plurality of PDF files of one page are printed, the time required for the spool processing of the PDF file is short, and the spool processing is not rate-determining, so that the entire printing time is shortened.

例えば、100kBの1ページのPDFファイルを1000個、印刷する場合に、画像形成装置20は、1ページ目のPDFファイルを受信してスプール処理したのち、連続して印刷処理を実行できる。50PPMの画像形成装置20において、1ページ目のPDFファイルのスプール処理に0.1秒要し、1000個のおPDFに係る画像を印刷するのに1200秒要する場合、印刷ジョブ全体に要する時間は、1200.1秒である。 For example, in the case of printing 1000 PDF files of one page of 100 kB, the image forming apparatus 20 can receive the PDF file of the first page, perform spool processing, and then continuously execute printing processing. In the image forming apparatus 20 of 50PPM, when it takes 0.1 seconds to spool the PDF file of the first page and 1200 seconds to print the images related to 1000 PDFs, the time required for the entire print job is , 1200.1 seconds.

さらに、画像形成装置20は、少なくとも100kBのサイズのストレージを有していれば、印刷ジョブを実行できる。すなわち、画像形成装置20のストレージの容量が小さい場合でも、印刷ジョブがキャンセルされることが少なくなる。 Further, the image forming apparatus 20 can execute a print job as long as it has a storage having a size of at least 100 kB. That is, even if the storage capacity of the image forming apparatus 20 is small, the print job is less likely to be canceled.

<<<実施形態の変形例A>>>
続いて、実施形態の変形例Aについて、上記の実施形態と異なる点について説明する。実施形態の変形例Aでは、PDFファイルのヘッダに、分割ファイルを生成可能であるかを特定するための判断情報が付されていない場合の処理例について説明する。例えば、原稿がスキャナにより読み取られた場合、一般に判断情報は付与されない。しかし、以下で説明するように、判断情報が付与されていない場合でも、分割ファイルを作成することができる。
<<< Modification A of the embodiment >>>
Subsequently, the modification A of the embodiment will be described with respect to the differences from the above-described embodiment. In the modification A of the embodiment, a processing example will be described when the header of the PDF file does not include the determination information for specifying whether the divided file can be generated. For example, when a document is scanned by a scanner, judgment information is generally not given. However, as described below, the split file can be created even when the judgment information is not given.

図11は、ページ分割モードの受付画面の一例である。画像形成装置20は、操作パネル212におけるディスプレイに、図11に示す受付画面を表示させて、ページ分割モードへの移行するための入力をユーザから受け付ける。ページ分割モードは、複数ページのPDFファイルから分割ファイルを自動で作成して、印刷するモードである。 FIG. 11 is an example of a reception screen in the page division mode. The image forming apparatus 20 displays the reception screen shown in FIG. 11 on the display of the operation panel 212, and receives input from the user for shifting to the page division mode. The page split mode is a mode in which a split file is automatically created from a PDF file of a plurality of pages and printed.

図12は、PDFファイルの構造を示す概念図である。図12の(A)は、分割ファイルを生成可能なPDFファイルの構造の一例を示す。図12の(A)のように、PDFファイルのボディPBには、ページ情報として、参照先のオブジェクト番号が含まれている。この場合、例えば、「7 0 obj」のような参照先のオブジェクトまでをあるページのオブジェクトPB1とみなし、オブジェクトPB1の次のオブジェクトから次のページのオブジェクトPB2とみなすことができる。 FIG. 12 is a conceptual diagram showing the structure of the PDF file. FIG. 12A shows an example of the structure of a PDF file capable of generating a divided file. As shown in FIG. 12A, the body PB of the PDF file includes the object number of the reference destination as the page information. In this case, for example, the referenced object such as "70 obj" can be regarded as the object PB1 of a certain page, and the object next to the object PB1 can be regarded as the object PB2 of the next page.

図12の(B)は、分割ファイルを生成不可能なPDFファイルの構造の一例を示す。PDFファイルのボディPBはシーケンシャルでなくてもよいため、図12の(B)のように、ページ情報として、先出のオブジェクトが参照されることがある。この場合、先出のオブジェクトが前のページのオブジェクトとして処理され、バッファとして残らない場合には、画像形成装置20は、参照先のオブジェクトにアクセスすることができない。したがって、一般に、先出のオブジェクトを参照するページがある場合、分割ファイルを生成することが不可能と判断してもよいし、さらに、バッファを検索しても先出のオブジェクトがない場合に分割ファイルを生成することが不可能と判断してもよい。また、所定のページのデータより後ろ(後出)のオブジェクトを参照するようなケースも分割不可と判断してもよい。 FIG. 12B shows an example of the structure of a PDF file in which a divided file cannot be generated. Since the body PB of the PDF file does not have to be sequential, the above-mentioned object may be referred to as page information as shown in FIG. 12B. In this case, if the above-mentioned object is processed as the object of the previous page and does not remain as a buffer, the image forming apparatus 20 cannot access the referenced object. Therefore, in general, if there is a page that refers to the above object, it may be determined that it is impossible to generate a split file, and further, if the buffer is searched and the above object is not found, the split file is split. You may decide that it is impossible to generate a file. In addition, it may be determined that the case in which the object after (later) after the data on the predetermined page is referred to cannot be divided.

このように、画像形成装置20のページデータ生成部2210は、PDFファイルに判断情報が含まれない場合でも、バッファのデータを読み込みながら、分割ファイルを生成可能であるか判断することができる。 In this way, the page data generation unit 2210 of the image forming apparatus 20 can determine whether or not the divided file can be generated while reading the data in the buffer even when the PDF file does not include the determination information.

図13は、実施形態の変形例Aにおいて、分割ファイルを生成する処理を示すフロー図である。図13において、図8のフロー図と同じ処理には同じ符号が付されている。 FIG. 13 is a flow chart showing a process of generating a divided file in the modified example A of the embodiment. In FIG. 13, the same processing as in the flow chart of FIG. 8 is designated by the same reference numeral.

ページデータ生成部2210は、ステップS21-2において読み込まれたレコードを、読み捨てずに記憶部2000に記憶する(ステップS21-A1)。 The page data generation unit 2210 stores the record read in step S21-2 in the storage unit 2000 without discarding it (step S21-A1).

ページデータ生成部2210は、ステップS21-2において読み込まれたレコードに、例えば、図12の(A)の「70R」のように、参照先のオブジェクト番号が含まれていれば、そのオブジェクト番号を保持する(ステップS21-A2)。 If the record read in step S21-2 includes the object number of the reference destination, for example, "70R" in FIG. 12A, the page data generation unit 2210 uses the object number. Hold (step S21-A2).

ページデータ生成部2210は、読み込んだPDFファイルのバッファ解析を繰り返し、保持された参照先のオブジェクト番号のオブジェクトまでを1ページのオブジェクトと判断する。読み込んだ範囲に図12の(B)に示すような構造が含まれていなければ、ページデータ生成部2210は、分割ファイルを生成可能と判断し(ステップS21-A3のYES)、読み込んだレコードのうち、ページを描画するためのオブジェクトに基づいて分割ファイルを生成し、印刷処理を実行する。分割ファイルを生成し、印刷する処理は上記の実施形態と同様である。 The page data generation unit 2210 repeats the buffer analysis of the read PDF file, and determines that the objects up to the held object number of the reference destination are the objects of one page. If the read range does not include the structure shown in (B) of FIG. 12, the page data generation unit 2210 determines that a divided file can be generated (YES in steps S21-A3), and the read record Among them, a split file is generated based on the object for drawing the page, and the printing process is executed. The process of generating and printing the divided file is the same as that of the above embodiment.

読み込んだファイルにおいて図12の(B)のような構造が含まれていた場合、ページデータ生成部2210は、分割ファイルを生成できないと判断する(ステップS21-A3のNO)。この場合、画像形成装置20は、印刷ジョブをキャンセルする(中止する)か、PDFファイルのすべてが受信されるのを待って、記憶部2000にバッファとして記憶されたPDFファイルを用いて印刷処理を実行する。この処理は、上記実施形態のステップS14と同様である。したがって、途中のページで分割ファイルを作成できないと判断された場合は、いったん、印刷を中止して、記憶手段に記憶されたファイルを使って印刷を再開(継続)することができる。この場合、未排紙のページから印刷を再開する。 If the read file contains a structure as shown in FIG. 12B, the page data generation unit 2210 determines that the divided file cannot be generated (NO in steps S21-A3). In this case, the image forming apparatus 20 cancels (cancels) the print job, waits for all of the PDF files to be received, and performs the printing process using the PDF file stored as a buffer in the storage unit 2000. Run. This process is the same as step S14 of the above embodiment. Therefore, if it is determined that the split file cannot be created in the middle of the page, printing can be temporarily stopped and printing can be resumed (continued) using the file stored in the storage means. In this case, printing is restarted from the page that has not been ejected.

なお、読み込んだPDFファイルに図12の(B)のような構造が含まれている場合でも、参照先のオブジェクトが記憶部2000に記憶されていれば、ページデータ生成部2210は、記憶部2000に残されている参照先のオブジェクトを、生成過程の分割ファイルのボディPBに追加することで、分割ファイルを生成し、処理を継続してもよい。 Even if the read PDF file contains a structure as shown in FIG. 12B, if the referenced object is stored in the storage unit 2000, the page data generation unit 2210 will store the storage unit 2000. By adding the referenced object left in the above to the body PB of the divided file in the generation process, the divided file may be generated and the processing may be continued.

<<<実施形態の変形例B>>>
続いて、実施形態の変形例Bについて、上記の実施形態と異なる点について説明する。図14は、画像を印刷する処理の一例を示すフロー図である。図14において、図8のフロー図と同じ処理には同じ符号が付されている。
<<< Modification B of the embodiment >>>
Subsequently, the modification B of the embodiment will be described with respect to the differences from the above-described embodiment. FIG. 14 is a flow chart showing an example of a process of printing an image. In FIG. 14, the same processing as in the flow chart of FIG. 8 is designated by the same reference numeral.

実施形態の変形例Bでは、画像形成装置20は、設定された印刷単位ごとに、ステップS21-1乃至S21-4のループ処理を繰り返す。設定された印刷単位は、端末10から画像形成装置20へ送信される印刷要求に含まれている。例えば、画像形成装置20において印刷するページが1ページ目と3ページ目に設定されている場合、画像形成装置20は、PDFファイルにおける1ページ目と3ページ目に対応するオブジェクトに関してループ処理を繰り返し、2ページ目のオブジェクトは読み飛ばす。この場合、例えば、画像形成装置20において受信されたPDFファイルが図7の(A)であれば、「%Page1 Object」に追随するオブジェクトについてループ処理が実行された後、「%Page2 Object」に追随するオブジェクトが読み飛ばされて、「%Page3 Object」に追随するオブジェクトについてループ処理が実行される。 In the modification B of the embodiment, the image forming apparatus 20 repeats the loop processing of steps S21-1 to S21-4 for each set printing unit. The set print unit is included in the print request transmitted from the terminal 10 to the image forming apparatus 20. For example, when the pages to be printed by the image forming apparatus 20 are set to the first page and the third page, the image forming apparatus 20 repeats the loop processing for the objects corresponding to the first page and the third page in the PDF file. The object on the second page is skipped. In this case, for example, if the PDF file received by the image forming apparatus 20 is (A) in FIG. 7, the loop process is executed for the object following the "% Page1 Object", and then the "% Page2 Object" is displayed. The following object is skipped, and loop processing is executed for the object that follows "% Page3 Object".

また、例えば、画像形成装置20において2-in-1、すなわち2ページを1枚に印刷する設定がされている場合、ページデータ生成部2210は、図7の(A)のPDFファイルについて、1,2ページ目の内容を含むPDFファイルと3ページ目の内容を含むPDFファイルとを生成する。すなわち、ページデータ生成部2210は、「%Page1 Object」に追随するオブジェクト、および「%Page2 Object」に追随するオブジェクトに基づいて、1つのPDFファイルを生成し、「%Page3 Object」に追随するオブジェクトに基づいて、1つのPDFファイルを生成する。 Further, for example, when the image forming apparatus 20 is set to print 2-in-1, that is, two pages on one sheet, the page data generation unit 2210 describes 1 for the PDF file of FIG. 7A. , Generate a PDF file containing the contents of the second page and a PDF file containing the contents of the third page. That is, the page data generation unit 2210 generates one PDF file based on the object that follows "% Page1 Object" and the object that follows "% Page2 Object", and the object that follows "% Page3 Object". Generates one PDF file based on.

つまり、「分割ファイル」は1ページ=1ファイルとは限らず、ファイル数=ページ数とも限らない。2-in-1の場合は、2ページ=1ファイルとすることで、パース処理およびレンダリング処理の単位(用紙)と一致する。また、印刷するページが指定されていた場合、そのページのみのPDFファイルを生成した方が効率的となる。ページデータ生成部2210は1枚の用紙(片面)で印刷される1つ以上のページで1つのファイルを生成する。したがって、分割ファイルには、決定したページ数のページが含まれる。 That is, the "divided file" is not limited to one page = one file, and the number of files is not limited to the number of pages. In the case of 2-in-1, by setting 2 pages = 1 file, it matches the unit (paper) of the parsing process and the rendering process. Further, when a page to be printed is specified, it is more efficient to generate a PDF file of only that page. The page data generation unit 2210 generates one file for one or more pages printed on one sheet (one side). Therefore, the split file contains a determined number of pages.

また、ページデータ生成部2210は両面分のページ数を分割されたファイルに含めるページ数に決定してもよい。また、集約印刷の場合に1つのファイルに1ページを含めると決定してもよい(例えば、2-in-1のA4縦の場合、上下で画像が分割されるので、それぞれの領域に並列して描画処理する)。 Further, the page data generation unit 2210 may determine the number of pages for both sides as the number of pages to be included in the divided file. Further, in the case of aggregate printing, it may be decided to include one page in one file (for example, in the case of 2-in-1 A4 portrait, the image is divided at the top and bottom, so it is parallel to each area. And draw processing).

図15は、実施形態の変形例Bにおいて生成されるページ情報の一例を示す概念図である。ページデータ生成部2210は、ステップS21-6において、分割ファイルの印刷ジョブに必要なページ情報PBpを生成する。ページ情報には、ページ数とページを描画するためのオブジェクトへの参照が含まれる。2-in-1において、2ページごとに分割されたPDFファイルにおけるページ数は2である。また、オブジェクトへの参照には、設定に応じて、2ページ分のオブジェクトにかかるオブジェクト番号が記録される。 FIG. 15 is a conceptual diagram showing an example of page information generated in the modified example B of the embodiment. In step S21-6, the page data generation unit 2210 generates the page information PBp required for the print job of the divided file. The page information includes the number of pages and a reference to the object for drawing the page. In 2-in-1, the number of pages in the PDF file divided into two pages is two. Further, in the reference to the object, the object number related to the object for two pages is recorded according to the setting.

<<<実施形態の変形例C>>>
続いて、実施形態の変形例Cについて、上記の実施形態と異なる点を説明する。実施形態の変形例Cでは、本実施形態のPDFファイルの生成方法について説明する。原稿がスキャナにより読み取られた場合、上記のように一般に判断情報は付与されない。判断情報が付与されていない場合でも、図12,図13にて説明したように分割ファイルを作成するか否かを判断することができるが、判断情報が付与されていることでより確実に判断が可能になる。
<<< Modification C of the embodiment >>>
Subsequently, the modification C of the embodiment will be described with respect to the differences from the above-described embodiment. In the modified example C of the embodiment, a method of generating a PDF file of the present embodiment will be described. When the original is read by the scanner, the judgment information is generally not given as described above. Even if the judgment information is not given, it is possible to judge whether or not to create the divided file as described in FIGS. 12 and 13, but the judgment information is given to make a more reliable judgment. Will be possible.

図16は、分割可能なPDFファイルを生成するモードへの移行を受け付ける受付画面の一例である。画像形成装置20は、操作パネル212におけるディスプレイに、図16の受付画面を表示させて、分割可能なPDFファイルを生成するモードへの移行するための入力をユーザから受け付ける。 FIG. 16 is an example of a reception screen that accepts the transition to the mode for generating a divisible PDF file. The image forming apparatus 20 displays the reception screen of FIG. 16 on the display of the operation panel 212, and receives input from the user for shifting to the mode for generating a divisible PDF file.

図17は、PDFファイルを生成する処理を示すフロー図である。画像形成装置20において、ADFにより供給された原稿がスキャナにより読み取られると、画像生成部2120は、分割可能なPDFファイルを生成するモードに設定されているか判断する(ステップS41)。 FIG. 17 is a flow chart showing a process of generating a PDF file. When the document supplied by the ADF is read by the scanner in the image forming apparatus 20, the image generation unit 2120 determines whether or not the mode is set to generate a divisible PDF file (step S41).

ステップS41においてYESと判断された場合、画像生成部2120は、予め定められた判断情報「%Enable Page Split Mode」を含むPDFファイルのヘッダPHiを生成する(ステップS42)。図18は、PDFファイルの構造を示す概念図である。図18の(A)は、判断情報を含むPDFファイルのヘッダPHiを示す概念図である。 If YES is determined in step S41, the image generation unit 2120 generates the header PHi of the PDF file including the predetermined determination information "% Enable Page Split Mode" (step S42). FIG. 18 is a conceptual diagram showing the structure of the PDF file. FIG. 18A is a conceptual diagram showing a header PHi of a PDF file including judgment information.

続いて、画像形成装置20は、原稿の枚数分、以下のループ処理を繰り返す。ループ処理で、まず、読取制御部2110は、ADFから供給される1枚目の原稿の画像をスキャンして読み取る(ステップS43)。 Subsequently, the image forming apparatus 20 repeats the following loop processing for the number of originals. In the loop process, first, the reading control unit 2110 scans and reads the image of the first original document supplied from the ADF (step S43).

画像生成部2120は、ステップS43で読み取られた画像に基づいて、PDF言語に従い、ページを描画するためのオブジェクトを生成する(ステップS44)。生成されたオブジェクトは、ステップS42で生成されたヘッダPHiの後にボディPBとして追加される。図18の(B)は、ページを描画するためのオブジェクトが追加された生成過程にあるPDFファイルを示す概念図である。 The image generation unit 2120 generates an object for drawing a page according to the PDF language based on the image read in step S43 (step S44). The generated object is added as a body PB after the header PHi generated in step S42. FIG. 18B is a conceptual diagram showing a PDF file in the process of generation in which an object for drawing a page is added.

画像生成部2120は、境界情報として、予め定められたコメント「%End Page」をボディの終端に追加する(ステップS45)。図18の(C)は、ページ終端のコメントが追加された生成過程にあるPDFファイルを示す概念図である。なお、画像生成部2120は、ページのデータを構築するある特定のオブジェクト、例えば(/Page)を、必ずページ終端に並べ替えて配置することで、ページ順にオブジェクトが並んでいることがわかるボディを生成してもよい。 The image generation unit 2120 adds a predetermined comment “% End Page” to the end of the body as boundary information (step S45). FIG. 18C is a conceptual diagram showing a PDF file in the process of generation in which a comment at the end of a page is added. In addition, the image generation unit 2120 always rearranges and arranges a specific object for constructing page data, for example (/ Page), at the end of the page, so that the body can be seen that the objects are arranged in page order. It may be generated.

画像形成装置20は、原稿ごとに、ステップS43乃至S45の処理を繰り返す。このとき、ステップS44において、画像生成部2120は、新たに読み込まれたページを描画するためのオブジェクトを、コメント「%End Page」の後に追加する。図18の(D)は、ループ処理を2回繰り返した後に生成される生成過程にあるPDFファイルを示す概念図である。 The image forming apparatus 20 repeats the processes of steps S43 to S45 for each document. At this time, in step S44, the image generation unit 2120 adds an object for drawing the newly loaded page after the comment "% End Page". FIG. 18D is a conceptual diagram showing a PDF file in the generation process generated after repeating the loop processing twice.

すべての原稿に対するループ処理が完了したら、画像形成装置20は、生成されたPDFファイルに対し、ドキュメントカタログPBc、ページ情報PBp、相互参照表PR、およびトレイラーPTを追加する(ステップS46)。これらの情報の追加方法は、ステップS21-5乃至S21-7の処理と同様であるので説明を省略する。ステップS46の処理が完了すると、分割ファイルを生成可能な本実施形態のPDFファイルが完成する(図18の(E)参照)。 When the loop processing for all the documents is completed, the image forming apparatus 20 adds the document catalog PBc, the page information PBp, the cross-reference table PR, and the trailer PT to the generated PDF file (step S46). Since the method of adding these information is the same as the process of steps S21-5 to S21-7, the description thereof will be omitted. When the process of step S46 is completed, the PDF file of the present embodiment capable of generating the divided file is completed (see (E) in FIG. 18).

一方、ステップS41において、分割可能なPDFファイルを生成するモードではないと判断された場合、画像形成装置20は、スキャナによって読み込まれた画像に基づいて、シリアライズすることなく公知の方法によりPDFファイルを生成する(ステップS51)。 On the other hand, if it is determined in step S41 that the mode is not to generate a PDF file that can be divided, the image forming apparatus 20 uses a known method without serializing the PDF file based on the image read by the scanner. Generate (step S51).

図7などで説明したように、分割ファイルの生成の可否が判断情報により判断される。しかしながら、「分割ファイルを生成可能なファイル」を印刷データ処理部2220が印刷処理できない場合がある。図19を用いて分割しても印刷処理できないPDFファイルを説明する。 As described with reference to FIG. 7, whether or not the divided file can be generated is determined by the determination information. However, the print data processing unit 2220 may not be able to print the "file capable of generating a split file". A PDF file that cannot be printed even if it is divided will be described with reference to FIG.

図19は、判断情報を有するPDFファイルの一例を示す。図19(a)はヘッダPHに判断情報が含まれ、ボディPBはページごとに分割されている。このような「分割ファイルを生成可能なファイル」が生成された後に、判断情報を残したまま、ユーザが手動でPDFファイルを改変したり、アプリを使って編集したりしてから保存する場合が生じうる。 FIG. 19 shows an example of a PDF file having judgment information. In FIG. 19A, the header PH contains the determination information, and the body PB is divided into pages. After such a "file that can generate a split file" is generated, the user may manually modify the PDF file or edit it using the application and then save it while leaving the judgment information. Can occur.

図19(b)は改変又は編集されたPDFファイル(分割ファイルを生成可能なファイル)の一例を示す。図19(b)のページのオブジェクトPB2は、別のページのオブジェクトを参照している。「…4 0 R…」301が参照先のオブジェクト番号である。オブジェクトPB2から見て「…4 0 R…」301は別のページのオブジェクトなので分割ファイルの印刷処理を継続できない場合がある。 FIG. 19B shows an example of a modified or edited PDF file (a file capable of generating a split file). The object PB2 on the page of FIG. 19B refers to an object on another page. “… 4 0 R…” 301 is the referenced object number. Seen from the object PB2, "... 40 R ..." 301 is an object on another page, so the printing process of the divided file may not be continued.

この場合、印刷データ処理部2220はパース処理およびレンダリング処理の途中で、「データを処理できない」といった状態に陥り、例えば、オブジェクトPB1は印刷しかつ排紙できたが、オブジェクトPB2はエラーが発生した、という状況になる。 In this case, the print data processing unit 2220 falls into a state such as "data cannot be processed" during the parsing process and the rendering process. For example, the object PB1 can be printed and discharged, but the object PB2 has an error. , Will be the situation.

エラーが発生しないようにすること又はエラーが発生しても印刷ジョブが滞らないようにするには、印刷データ処理部2220が印刷処理できないと判断した場合、未排紙のページから印刷することが有効である。図20を用いて説明する。 In order to prevent an error from occurring or to prevent a print job from being delayed even if an error occurs, if the print data processing unit 2220 determines that printing cannot be performed, printing can be performed from a page that has not been discharged. It is valid. This will be described with reference to FIG.

図20は、画像を印刷する処理の一例を示すシーケンス図である。なお、図20の説明では主に図5との相違を説明する。ステップS11~S22の処理は図5と同様でよい。 FIG. 20 is a sequence diagram showing an example of a process of printing an image. In the description of FIG. 20, the difference from FIG. 5 will be mainly described. The processing of steps S11 to S22 may be the same as in FIG.

ステップS22-2では、印刷データ処理部2220が分割ファイルを印刷できるか否かを判断する。判断方法は図19にて説明したように、例えば、ページ内のオブジェクトが違うページを参照しているか否かが判断される。ここでは印刷不可と判断されたものとする。 In step S22-2, the print data processing unit 2220 determines whether or not the divided file can be printed. As a determination method, as described with reference to FIG. 19, for example, it is determined whether or not an object in the page refers to a different page. Here, it is assumed that printing is not possible.

ステップS22-3では、印刷データ処理部2220がファイル全体をページデータ生成部2210に要求する。つまり、分割ファイルが生成される前のファイルを要求する。印刷データ処理部2220は印刷不可と判断すると、印刷不可と判断されるまでのページを印刷・排紙して印刷を中止する。なお、印刷データ処理部2220はどのページまで排紙(印刷)したかを記録しておく。 In step S22-3, the print data processing unit 2220 requests the page data generation unit 2210 for the entire file. That is, it requests the file before the split file is generated. When the print data processing unit 2220 determines that printing is not possible, the print data processing unit 2220 prints and ejects the pages until it is determined that printing is not possible, and stops printing. The print data processing unit 2220 records to what page the paper has been ejected (printed).

ステップS22-4では、ページデータ生成部2210が分割される前の全体のPDFファイルを印刷データ処理部2220へ送信する。以降の処理は図5と同様でよい。ただし、印刷データ処理部2220はすでに印刷済みのページは印刷することなく、未排紙のページから印刷を再開(継続)する。 In step S22-4, the entire PDF file before the page data generation unit 2210 is divided is transmitted to the print data processing unit 2220. Subsequent processing may be the same as in FIG. However, the print data processing unit 2220 does not print the page that has already been printed, and resumes (continues) printing from the page that has not been ejected.

したがって、本実施例の通信システム1は、分割ファイルを印刷できない場合は、分割ファイルが生成される前のPDFファイルを使って、未排紙のページから印刷できる。これにより、分割ファイルが生成された後に、判断情報を残したまま、分割ファイルが改変又は編集されても、ユーザが意図した印刷を完了できる。 Therefore, when the divided file cannot be printed, the communication system 1 of the present embodiment can print from the unprinted page by using the PDF file before the divided file is generated. As a result, even if the divided file is modified or edited while the determination information remains after the divided file is generated, the printing intended by the user can be completed.

図10では1ページのPDFファイルを複数印刷することで全体の印刷時間が短縮されると説明した。本実施例では、画像形成装置20のCPU201がマルチコア環境である場合に、スプール処理とパース処理/レンダリング処理を並列に実行する画像形成装置20について説明する。なお、本実施例において「パース処理/レンダリング処理」という記載はパース処理とレンダリング処理のいずれかを意味する。パース処理とレンダリング処理は並列処理されないものとして説明するが、これらが並列処理されてもよい。 In FIG. 10, it was explained that the total printing time can be shortened by printing a plurality of PDF files of one page. In this embodiment, when the CPU 201 of the image forming apparatus 20 is in a multi-core environment, the image forming apparatus 20 that executes spool processing and parsing processing / rendering processing in parallel will be described. In this embodiment, the description "perspective processing / rendering processing" means either parsing processing or rendering processing. Although the parsing process and the rendering process are described as not being processed in parallel, they may be processed in parallel.

図21は、スプール処理とパース処理/レンダリング処理が並列に処理される場合のタイミング図の一例を示す図である。図21では、縦方向のスプール処理、パース処理、レンダリング、印刷と排紙、の各処理が、時間に対しどのように実行されるかが示されている。1つのマスが1ページ分の処理に対応している。 FIG. 21 is a diagram showing an example of a timing diagram when spool processing and parsing processing / rendering processing are processed in parallel. FIG. 21 shows how each of the vertical spool processing, parsing processing, rendering, printing and paper ejection processing is performed with respect to time. One cell corresponds to the processing of one page.

図21ではスプール処理がパース処理/レンダリング処理と非同期に実行されている。つまり、スプール処理とパース処理/レンダリング処理が同じ時間帯に実行されている。マルチコアであるためこのような並列処理が可能になる。シングルCPUではスプール処理とパース処理/レンダリング処理は並列して実行できないので、図10(c)では、スプール処理とパース処理/レンダリング処理は並列して実行できなかった。したがって、本実施例のようにマルチコアであることを利用すると、図10(c)よりもさらにPDFファイルの印刷に要する時間を短縮できる。 In FIG. 21, the spool processing is executed asynchronously with the parsing processing / rendering processing. That is, the spool processing and the parsing processing / rendering processing are executed at the same time zone. Since it is multi-core, such parallel processing is possible. Since the spool processing and the parsing processing / rendering processing cannot be executed in parallel with a single CPU, the spool processing and the parsing processing / rendering processing could not be executed in parallel in FIG. 10 (c). Therefore, by utilizing the multi-core as in the present embodiment, the time required for printing the PDF file can be further shortened as compared with FIG. 10 (c).

しかしながら、図21のような並列実行のスプール処理では、1ページずつPDFファイルがスプールされるわけではないので分割ファイルの全体を画像形成装置20が一時的に記憶しておかなければならない。すなわち、それだけの記憶容量が記憶手段(RAM203又はHDD205等)に必要となる。 However, in the parallel execution spool processing as shown in FIG. 21, the PDF file is not spooled page by page, so the image forming apparatus 20 must temporarily store the entire divided file. That is, that much storage capacity is required for the storage means (RAM 203, HDD 205, etc.).

そこで、記憶手段の空き容量と利用可能なCPUコアの状況によって「分割ファイル」を一時的に保持する上限のページ数を印刷データ処理部2220が決定することが有効になる。つまり、記憶手段の空き容量と利用可能なCPUコアの状況によって分割ファイルに含める上限のページ数を決定する。印刷データ処理部2220は表1のようなスプールページ数決定テーブルを参照して、「分割ファイル」を一時的に保持する上限のページ数を決定する。 Therefore, it is effective for the print data processing unit 2220 to determine the upper limit number of pages for temporarily holding the "divided file" depending on the free space of the storage means and the status of the available CPU cores. That is, the maximum number of pages to be included in the divided file is determined according to the free space of the storage means and the status of the available CPU cores. The print data processing unit 2220 determines the maximum number of pages for temporarily holding the "divided file" by referring to the spool page number determination table as shown in Table 1.

Figure 0007091914000001
表1はスプールページ数決定テーブルの一例を示す。スプールページ数決定テーブルでは、利用可能なCPUコア数と記憶手段の空き容量に対応付けて、一時的に保持される「分割ファイル」が有することができる上限のページ数が設定されている。利用可能なコア数が多くかつ空き容量が大きいほど、上限のページ数が大きくなる。なお、利用可能なCPUコア数と記憶手段の空き容量は画像形成装置のOSなどに印刷データ処理部2220が問い合わせることで検出できる。
Figure 0007091914000001
Table 1 shows an example of a spool page number determination table. In the spool page number determination table, the maximum number of pages that the temporarily held "divided file" can have is set in association with the number of available CPU cores and the free space of the storage means. The larger the number of available cores and the larger the free space, the larger the maximum number of pages. The number of available CPU cores and the free space of the storage means can be detected by inquiring the print data processing unit 2220 to the OS of the image forming apparatus or the like.

図22は、3ページ分しか一時的に保持できない(上限が3ページ)と判断された場合のタイミング図の一例を示す。分割ファイルの上限のページ数が3ページであると判断されたため、印刷データ処理部2220はP1~P3を一時保持する。P1のパース処理とレンダリング処理が完了すると、一時保存されているP1は削除可能なため、印刷データ処理部2220はP4をスプールする。P5以降も同様であり、P2のパース処理とレンダリング処理が完了すると、P5がスプール処理され、P3のパース処理とレンダリング処理が完了すると、P6がスプール処理される。 FIG. 22 shows an example of a timing diagram when it is determined that only three pages can be temporarily held (the upper limit is three pages). Since it is determined that the maximum number of pages of the divided file is 3, the print data processing unit 2220 temporarily holds P1 to P3. When the parsing process and the rendering process of P1 are completed, the temporarily stored P1 can be deleted, so that the print data processing unit 2220 spools P4. The same applies to P5 and later, and when the parsing process and the rendering process of P2 are completed, the P5 is spooled, and when the parsing process and the rendering process of P3 are completed, the P6 is spooled.

図23は、印刷データ処理部2220がスプール処理する手順を示す一例のフローチャート図である。図23の処理は分割ファイルが生成されるとスタートする。 FIG. 23 is a flowchart of an example showing a procedure in which the print data processing unit 2220 performs spool processing. The process of FIG. 23 starts when the divided file is generated.

まず、ページデータ生成部2210はスプールページ数決定テーブルを参照して、利用可能なCPUコア数と記憶手段の空き容量に応じてスプール処理する上限のページ数を決定する(S201)。 First, the page data generation unit 2210 refers to the spool page number determination table, and determines the maximum number of pages to be spooled according to the number of available CPU cores and the free capacity of the storage means (S201).

ページデータ生成部2210はステップS201で決定した上限のページ数のページを含む分割ファイルを生成する(S202)。 The page data generation unit 2210 generates a divided file including pages having an upper limit number of pages determined in step S201 (S202).

次に、ページデータ生成部2210はステップS202で生成した分割ファイルをスプールする(S203)。 Next, the page data generation unit 2210 spools the divided file generated in step S202 (S203).

そして、ページデータ生成部2210は分割ファイルの全てのページをスプールしたか否かを判断する(S204)。ステップS204の判断がYesの場合、図23の処理は終了する。 Then, the page data generation unit 2210 determines whether or not all the pages of the divided file have been spooled (S204). If the determination in step S204 is Yes, the process of FIG. 23 ends.

ステップS204の判断がNoの場合、印刷データ処理部2220はスプール済みの1ページのパース処理とレンダリング処理が終了したか否かを判断する(S205)。印刷データ処理部2220は終了するまで待機する。 If the determination in step S204 is No, the print data processing unit 2220 determines whether or not the spooled one-page parsing process and rendering process have been completed (S205). The print data processing unit 2220 waits until the end.

1ページのパース処理とレンダリング処理が終了した場合(S205のYes)、ページデータ生成部2210は次のページをスプールする(S206)。ステップS206の後は、ステップS204が実行される。 When the parsing process and the rendering process of one page are completed (Yes in S205), the page data generation unit 2210 spools the next page (S206). After step S206, step S204 is executed.

このように、本実施例の画像形成装置20は、スプールするページ数を適切に決定し、マルチコアのCPU201がスプールとパース処理/レンダリング処理を並列に実行するので、PDFファイルの印刷に要する時間を短縮できる。 In this way, the image forming apparatus 20 of this embodiment appropriately determines the number of pages to be spooled, and the multi-core CPU 201 executes the spool and the parsing / rendering processing in parallel, so that the time required for printing the PDF file can be reduced. Can be shortened.

また、CPUコアの数が十分に多い場合、複数のパース処理およびレンダリング処理を並列に実行することも可能となる。CPUコアの数が十分に多い場合とは、パース処理およびレンダリング処理を1つのCPUコアが行うとすると、さらに別のCPUコアがパース処理およびレンダリング処理に利用できることをいう。 Further, when the number of CPU cores is sufficiently large, it is possible to execute a plurality of parsing processes and rendering processes in parallel. When the number of CPU cores is sufficiently large, it means that if one CPU core performs the parsing process and the rendering process, another CPU core can be used for the parsing process and the rendering process.

図24は、2つのパース処理およびレンダリング処理が並列して実行される場合のタイミング図を示す。図24ではパース処理1とパース処理2が並列して実行されており、レンダリング処理1とレンダリング処理2が並列して実行されている。したがって、図21と比較すると、6ページ分のパース処理およびレンダリング処理がより短時間で終了している。図24の例では1ページあたりの印刷と排紙の処理が長いため、印刷が完了するまでの時間は図21と同程度であるが、集約印刷のような場合は、印刷が完了するまでの時間を大きく短縮できる。 FIG. 24 shows a timing diagram when two parsing processes and rendering processes are executed in parallel. In FIG. 24, the parse process 1 and the parse process 2 are executed in parallel, and the rendering process 1 and the rendering process 2 are executed in parallel. Therefore, as compared with FIG. 21, the parsing process and the rendering process for 6 pages are completed in a shorter time. In the example of FIG. 24, since the printing and paper ejection processing per page is long, the time until printing is completed is about the same as that of FIG. 21, but in the case of aggregate printing, until printing is completed. You can save a lot of time.

<<実施形態の主な効果>>
上記実施形態の画像形成方法によると、画像形成装置20の通信部2300(受信手段の一例)は、ページを描画するためのオブジェクト(データの一例)、およびこのオブジェクトの位置情報が記録された相互参照表PRを含み、相互参照表PRが、オブジェクトよりも、後に読み出されるPDFファイルを受信する(受信処理の一例)。相互参照表PRが、オブジェクトよりも、後に読み出されるとは、相互参照表PRが、オブジェクトよりも、PDFファイルにおいて大きいオフセットを有することを表す。なお、PDFファイルは、ランダムアクセス形式の任意のファイルに置き換えられる。画像形成装置20の印刷データ処理部2220(開始手段の一例)は、通信部2300において、PDFファイルにおける相互参照表PRが読み出される前に、所定のページのオブジェクトの位置を特定するための特定情報又は境界情報が読み出された場合に、通信部2300によるPDFファイルの受信の完了を待機することなく、特定情報等によって特定されるオブジェクトに基づいて、所定のページの画像の印刷を開始する(開始処理の一例)。なお、特定情報等が相互参照表PRよりも先に読み出されるとは、特定情報等が、相互参照表PRよりもPDFファイルにおいて小さいオフセットを有することを表す。これにより、画像形成装置20は、PDFファイルの受信の完了を待たずに印刷を開始できるので、PDFファイルの印刷に要する時間を短縮できる。
<< Main effects of the embodiment >>
According to the image forming method of the above embodiment, the communication unit 2300 (an example of the receiving means) of the image forming apparatus 20 has an object for drawing a page (an example of data) and a mutual in which the position information of the object is recorded. The mutual reference table PR including the reference table PR receives the PDF file read after the object (an example of reception processing). The fact that the cross-reference table PR is read after the object means that the cross-reference table PR has a larger offset in the PDF file than the object. The PDF file is replaced with an arbitrary file in a random access format. The print data processing unit 2220 (an example of the starting means) of the image forming apparatus 20 has specific information for specifying the position of an object on a predetermined page before the mutual reference table PR in the PDF file is read out in the communication unit 2300. Alternatively, when the boundary information is read, printing of an image of a predetermined page is started based on the object specified by the specific information or the like without waiting for the communication unit 2300 to complete the reception of the PDF file (. An example of start processing). The fact that the specific information or the like is read out before the cross-reference table PR means that the specific information or the like has a smaller offset in the PDF file than the cross-reference table PR. As a result, the image forming apparatus 20 can start printing without waiting for the completion of receiving the PDF file, so that the time required for printing the PDF file can be shortened.

画像形成装置20のページデータ生成部2210(生成手段の一例)は、特定情報等に基づいて、PDFファイルから所定のページのオブジェクトが分割された分割ファイルを生成する。画像形成装置20の印刷データ処理部2220は、ページデータ生成部2210によって生成される分割ファイルに基づいて、所定のページの画像の印刷を開始する。これにより、画像形成装置20は、既存のプロッタエンジン211の機能により分割ファイルを印刷することができる。 The page data generation unit 2210 (an example of the generation means) of the image forming apparatus 20 generates a divided file in which an object of a predetermined page is divided from a PDF file based on specific information or the like. The print data processing unit 2220 of the image forming apparatus 20 starts printing an image of a predetermined page based on the divided file generated by the page data generation unit 2210. As a result, the image forming apparatus 20 can print the divided file by the function of the existing plotter engine 211.

PDFファイルに、分割ファイルを生成可能であることを示す判断情報が含まれている場合に、印刷データ処理部2220は、所定のページの画像の印刷を開始する。これにより、画像形成装置20は、特定情報を読み込んだときに、分割ファイルを生成するか即時に判断できる。 When the PDF file contains the determination information indicating that the divided file can be generated, the print data processing unit 2220 starts printing the image of the predetermined page. As a result, the image forming apparatus 20 can immediately determine whether to generate the divided file when the specific information is read.

PDFファイルにおいて、境界情報は、所定のページのオブジェクトと、他のページのオブジェクトとの間に配置される。これにより、画像形成装置20は、所定のページのオブジェクトを読み込みながら、他のページのオブジェクトとの境界を検知することができる。 In the PDF file, the boundary information is arranged between the object of a predetermined page and the object of another page. As a result, the image forming apparatus 20 can detect the boundary with the object of another page while reading the object of a predetermined page.

PDFファイルにおいて、特定情報は、所定のページのオブジェクトの位置を示す位置情報である。これにより、画像形成装置20は、相互参照表PRを参照することなく、所定のページのオブジェクトを特定できる。 In the PDF file, the specific information is position information indicating the position of an object on a predetermined page. Thereby, the image forming apparatus 20 can identify the object of the predetermined page without referring to the cross-reference table PR.

画像形成装置20のページデータ生成部2210(判断手段の一例)は、PDFファイルから所定のページのオブジェクトが分割された分割ファイルを生成可能であるか判断する。生成可能であると判断した場合、ページデータ生成部2210は、所定のページの分割ファイルを生成する。これにより、画像形成装置20は判断情報が含まれないPDFファイルに対しても分割ファイルを生成することが可能になる。 The page data generation unit 2210 (an example of the determination means) of the image forming apparatus 20 determines whether it is possible to generate a divided file in which an object of a predetermined page is divided from a PDF file. When it is determined that the generation is possible, the page data generation unit 2210 generates a divided file of a predetermined page. As a result, the image forming apparatus 20 can generate a divided file even for a PDF file that does not include determination information.

画像形成装置20の記憶部2000(記憶手段の一例)は、通信部2300によって受信されたオブジェクトを記憶する。画像形成装置20のページデータ生成部2210は、記憶部2000に記憶されたオブジェクトに基づいて、分割ファイルを生成する。これにより、画像形成装置20は、所定のページの分割ファイルを生成するときに、参照先のオブジェクトがバッファに残っていない場合でも、記憶部2000に記憶されたオブジェクトを用いて分割ファイルを生成することができる。 The storage unit 2000 (an example of storage means) of the image forming apparatus 20 stores an object received by the communication unit 2300. The page data generation unit 2210 of the image forming apparatus 20 generates a divided file based on the object stored in the storage unit 2000. As a result, when the image forming apparatus 20 generates the divided file of a predetermined page, the divided file is generated by using the object stored in the storage unit 2000 even if the referenced object does not remain in the buffer. be able to.

画像形成装置20A(生成装置の一例)の読取制御部2110(読取手段の一例)は、原稿の画像を読み取る。画像形成装置20Aの画像生成部2120(生成手段の一例)は、読取制御部2110によって読み取られた画像を示すオブジェクト、このオブジェクトの位置を示す相互参照表PR、および所定のページのオブジェクトの位置を特定するための特定情報等を含み、相互参照表PRが、オブジェクトおよび特定情報等よりも後に読み出されるファイルを生成する。相互参照表PRが、オブジェクトおよび特定情報等よりも後に読み出されるとは、相互参照表PRが、オブジェクトおよび特定情報等よりも大きいオフセットを有することを表す。これにより、画像形成装置20Aは、分割ファイルを生成可能なPDFファイルを生成できる。なお、画像生成機能を有する画像形成装置20Aと、印刷機能を有する画像形成装置20Bと、で画像形成システムを構築してもよい。この場合、画像形成装置20AはPDFファイルを端末10から受信して、分割ファイルを作成し、分割ファイルを画像形成装置20Bに送信する。画像形成装置20Bは分割ファイルを受信すると、印刷処理を開始する。 The reading control unit 2110 (an example of a reading means) of the image forming apparatus 20A (an example of a generation device) reads an image of a document. The image generation unit 2120 (an example of the generation means) of the image forming apparatus 20A determines the position of the object indicating the image read by the reading control unit 2110, the cross-reference table PR indicating the position of this object, and the position of the object on a predetermined page. The cross-reference table PR contains the specific information and the like for identification, and generates a file to be read after the object and the specific information and the like. The fact that the cross-reference table PR is read after the object and the specific information and the like means that the cross-reference table PR has a larger offset than the object and the specific information and the like. As a result, the image forming apparatus 20A can generate a PDF file capable of generating a divided file. An image forming system may be constructed by an image forming apparatus 20A having an image generation function and an image forming apparatus 20B having a printing function. In this case, the image forming apparatus 20A receives the PDF file from the terminal 10, creates the divided file, and transmits the divided file to the image forming apparatus 20B. Upon receiving the divided file, the image forming apparatus 20B starts the printing process.

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

また、上記実施形態における端末10、および画像形成装置20は、単一の装置によって構築されてもよいし、各部(機能又は手段)を分割して任意に割り当てられた複数の装置によって構築されていてもよい。 Further, the terminal 10 and the image forming apparatus 20 in the above embodiment may be constructed by a single device, or may be constructed by a plurality of devices arbitrarily assigned by dividing each part (function or means). You may.

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

1 通信システム
2 通信ネットワーク
10 端末
20 画像形成装置
2000 記憶部
2100 画像読取部
2110 読取制御部
2120 画像生成部
2200 印刷部
2210 ページデータ生成部
2220 印刷データ処理部
2300 通信部
2400 表示部
50 クラウドサービス
1 Communication system 2 Communication network 10 Terminal 20 Image forming device 2000 Storage unit 2100 Image reading unit 2110 Reading control unit 2120 Image generation unit 2200 Printing unit 2210 Page data generation unit 2220 Print data processing unit 2300 Communication unit 2400 Display unit 50 Cloud service

特開2010‐26895号公報Japanese Unexamined Patent Publication No. 2010-26895

Claims (18)

複数のページのデータ、および前記複数のページにおける各ページのデータの位置を示す位置情報を含むファイルを受信する受信手段と、
前記受信手段において、前記位置情報が受信される前に、前記複数のページの各ページごとにデータの位置を特定するための特定情報が受信された場合に、前記特定情報によって特定されるデータに基づいて、前記各ページの印刷を開始する開始手段と、
を有する画像形成装置。
A receiving means for receiving a file containing data of a plurality of pages and location information indicating the position of the data of each page on the plurality of pages.
In the receiving means, when the specific information for specifying the position of the data is received for each page of the plurality of pages before the position information is received, the data specified by the specific information is used. Based on the starting means for starting printing of each page,
Image forming apparatus having.
前記特定情報に基づいて、前記ファイルから所定のページのデータが分割されたファイルを生成する生成手段を有し、
前記開始手段は、前記生成手段によって生成された前記分割されたファイルに基づいて、前記所定のページの印刷を開始する請求項1に記載の画像形成装置。
It has a generation means for generating a file in which data of a predetermined page is divided from the file based on the specific information.
The image forming apparatus according to claim 1, wherein the starting means starts printing the predetermined page based on the divided file generated by the generating means.
前記ファイルに、前記分割が可能であることを示す判断情報が含まれている場合に、前記開始手段は、前記所定のページの印刷を開始する請求項2に記載の画像形成装置。 The image forming apparatus according to claim 2, wherein when the file contains determination information indicating that the division is possible, the starting means starts printing the predetermined page. 複数のページのデータ、および前記複数のページにおける各ページのデータの位置を示す位置情報を含むファイルを受信する受信手段と、
前記受信手段において、前記位置情報が受信される前に、所定のページのデータの位置を特定するための特定情報が受信された場合に、前記特定情報によって特定されるデータに基づいて、前記所定のページの印刷を開始する開始手段と、
前記ファイルに分割が可能であることを示す判断情報が含まれていない場合であっても、前記ファイルのページのオブジェクトが先出又は後出のページのオブジェクトを参照するか否かに応じて、前記ファイルから所定のページのデータが分割されたファイルを生成可能であるか判断する判断手段と、
前記判断手段によって、前記所定のページのデータが分割されたファイルを生成可能であると判断された場合に、前記特定情報に基づいて、前記ファイルから所定のページのデータが分割されたファイルを生成する生成手段と、を有し、
前記開始手段は、前記生成手段によって生成された前記分割されたファイルに基づいて、前記所定のページの印刷を開始する画像形成装置。
A receiving means for receiving a file containing data of a plurality of pages and location information indicating the position of the data of each page on the plurality of pages.
When the receiving means receives the specific information for specifying the position of the data on the predetermined page before the position information is received, the predetermined information is based on the data specified by the specific information. As a starting point to start printing the page,
Depending on whether the object on the page of the file refers to the object on the first or second page, even if the file does not contain judgment information indicating that the file can be split. A means for determining whether it is possible to generate a file in which the data of a predetermined page is divided from the file, and
When it is determined by the determination means that it is possible to generate a file in which the data of the predetermined page is divided, a file in which the data of the predetermined page is divided is generated from the file based on the specific information. Has a generation means and
The starting means is an image forming apparatus that starts printing the predetermined page based on the divided file generated by the generating means .
前記複数のページの途中のページで、前記判断手段が、前記所定のページのデータが分割されたファイルを生成可能でないと判断した場合、
前記生成手段は所定のページのデータが分割されたファイルを生成することを中止し、
前記開始手段は、複数のページのデータ、および前記複数のページにおける各ページのデータの位置を示す位置情報を含むファイルのうち、未排紙のページの印刷を開始する請求項4に記載の画像形成装置。
When the determination means determines that it is not possible to generate a file in which the data of the predetermined page is divided in the middle of the plurality of pages.
The generation means stops generating a file in which the data of a predetermined page is divided, and
The image according to claim 4 , wherein the starting means is a file including position information indicating the positions of the data of the plurality of pages and the data of each page in the plurality of pages, and the printing of the unprinted pages is started. Forming device.
複数のページのデータ、および前記複数のページにおける各ページのデータの位置を示す位置情報を含むファイルを受信する受信手段と、
前記受信手段において、前記位置情報が受信される前に、所定のページのデータの位置を特定するための特定情報が受信された場合に、前記特定情報によって特定されるデータに基づいて、前記所定のページの印刷を開始する開始手段と、
前記ファイルに分割が可能であることを示す判断情報が含まれているか否かに応じて、前記ファイルから所定のページのデータが分割されたファイルを生成可能であるか否かを判断する判断手段と、
前記判断手段によって、前記所定のページのデータが分割されたファイルを生成可能であると判断された場合に、前記特定情報に基づいて、前記ファイルから所定のページのデータが分割されたファイルを生成する生成手段と、を有し、
前記ファイルに前記分割が可能であることを示す判断情報が含まれており、前記判断手段が、前記所定のページのデータが分割されたファイルを生成可能であると判断したが、
前記複数のページの途中のページで、前記判断手段が、前記所定のページのデータが分割されたファイルを生成可能でないと判断した場合、
前記生成手段は所定のページのデータが分割されたファイルを生成することを中止し、
前記開始手段は、複数のページのデータ、および前記複数のページにおける各ページのデータの位置を示す位置情報を含むファイルのうち、未排紙のページの印刷を開始する画像形成装置。
A receiving means for receiving a file containing data of a plurality of pages and location information indicating the position of the data of each page on the plurality of pages.
When the receiving means receives the specific information for specifying the position of the data on the predetermined page before the position information is received, the predetermined information is based on the data specified by the specific information. As a starting point to start printing the page,
Judgment means for determining whether or not it is possible to generate a file in which the data of a predetermined page is divided from the file, depending on whether or not the file contains determination information indicating that the file can be divided. When,
When it is determined by the determination means that it is possible to generate a file in which the data of the predetermined page is divided, a file in which the data of the predetermined page is divided is generated from the file based on the specific information. Has a generation means and
The file contains judgment information indicating that the division is possible, and the judgment means has determined that it is possible to generate a file in which the data of the predetermined page is divided.
When the determination means determines that it is not possible to generate a file in which the data of the predetermined page is divided in the middle of the plurality of pages.
The generation means stops generating a file in which the data of a predetermined page is divided, and
The starting means is an image forming apparatus that starts printing a page that has not been discharged from a file including position information indicating the position of the data of a plurality of pages and the data of each page in the plurality of pages .
複数のページのデータ、および前記複数のページにおける各ページのデータの位置を示す位置情報を含むファイルを受信する受信手段と、
前記受信手段において、前記位置情報が受信される前に、所定のページのデータの位置を特定するための特定情報が受信された場合に、前記特定情報によって特定されるデータに基づいて、前記所定のページの印刷を開始する開始手段と、
前記特定情報に基づいて、前記ファイルから所定のページのデータが分割されたファイルを生成する生成手段と、を有し、
前記生成手段は、用紙の片面に印刷されるページ数を前記分割されたファイルに含めるページ数に決定するか、
両面分のページ数を前記分割されたファイルに含めるページ数に決定するか、又は、
集約印刷の場合に分割された1つのファイルに1ページを含めると決定し、
前記開始手段は、前記生成手段によって生成された前記分割されたファイルに基づいて、前記所定のページの印刷を開始する画像形成装置。
A receiving means for receiving a file containing data of a plurality of pages and location information indicating the position of the data of each page on the plurality of pages.
When the receiving means receives the specific information for specifying the position of the data on the predetermined page before the position information is received, the predetermined information is based on the data specified by the specific information. As a starting point to start printing the page,
It has a generation means for generating a file in which data of a predetermined page is divided from the file based on the specific information .
The generation means determines the number of pages printed on one side of the paper to be the number of pages to be included in the divided file.
Determine the number of pages for both sides as the number of pages to be included in the divided file, or
Decided to include one page in one divided file in the case of aggregate printing,
The starting means is an image forming apparatus that starts printing the predetermined page based on the divided file generated by the generating means .
前記ファイルに、前記分割が可能であることを示す判断情報が含まれている場合に、前記開始手段は、前記所定のページの印刷を開始する請求項7に記載の画像形成装置。 The image forming apparatus according to claim 7 , wherein when the file contains determination information indicating that the division is possible, the starting means starts printing the predetermined page. 複数のページのデータ、および前記複数のページにおける各ページのデータの位置を示す位置情報を含むファイルを受信する受信手段と、
前記受信手段によって受信されたファイルを記憶する記憶手段と、
前記受信手段において、前記位置情報が受信される前に、所定のページのデータの位置を特定するための特定情報が受信された場合に、前記特定情報によって特定されるデータに基づいて、前記所定のページの印刷を開始する開始手段と、
前記特定情報に基づいて、前記記憶手段に記憶された前記ファイルから所定のページのデータが分割されたファイルを生成する生成手段と、を有し、
前記生成手段は、利用可能なCPUコアの数および前記記憶手段の空き容量に応じて、前記分割されたファイルに含める上限のページ数を決定し、
前記生成手段は、前記ファイルから決定した上限のページ数のデータが分割されたファイルを生成し、
前記開始手段は、前記生成手段によって生成された前記分割されたファイルに基づいて、前記所定のページの印刷を開始する画像形成装置。
A receiving means for receiving a file containing data of a plurality of pages and location information indicating the position of the data of each page on the plurality of pages.
A storage means for storing a file received by the receiving means, and a storage means.
When the receiving means receives the specific information for specifying the position of the data on the predetermined page before the position information is received, the predetermined information is based on the data specified by the specific information. As a starting point to start printing the page,
It has a generation means for generating a file in which data of a predetermined page is divided from the file stored in the storage means based on the specific information .
The generation means determines the maximum number of pages to be included in the divided file according to the number of CPU cores available and the free space of the storage means.
The generation means generates a file in which the data of the upper limit number of pages determined from the file is divided.
The starting means is an image forming apparatus that starts printing the predetermined page based on the divided file generated by the generating means .
前記ファイルに、前記分割が可能であることを示す判断情報が含まれている場合に、前記開始手段は、前記所定のページの印刷を開始する請求項9に記載の画像形成装置。 The image forming apparatus according to claim 9 , wherein when the file contains determination information indicating that the division is possible, the starting means starts printing the predetermined page. 前記画像形成装置は、複数のCPUコアを有しており、スプール処理とパース処理又はレンダリング処理は並列に実行可能である請求項9又は10に記載の画像形成装置。 The image forming apparatus according to claim 9 or 10 , wherein the image forming apparatus has a plurality of CPU cores, and spool processing and parsing processing or rendering processing can be executed in parallel. 画像を読み取る読取手段と、
前記読取手段によって読み取られた複数のページのデータ、前記複数のページにおける各ページのデータの位置を示す位置情報、および所定のページのデータの位置を特定するための特定情報を含み、前記位置情報が、前記複数のページのデータおよび前記特定情報よりも後に読み出されるファイルを生成する手段と、
を有する請求項1乃至11のいずれか一項に記載の画像形成装置。
A reading means to read the image and
The position information includes data of a plurality of pages read by the reading means, position information indicating the position of the data of each page on the plurality of pages, and specific information for specifying the position of the data of a predetermined page. Is a means of generating the data of the plurality of pages and a file to be read after the specific information.
The image forming apparatus according to any one of claims 1 to 11 .
請求項1乃至12のいずれか一項に記載の画像形成装置、および、
複数のページのデータ、前記複数のページにおける各ページのデータの位置を示す位置情報、および所定のページのデータの位置を特定するための特定情報を含み、前記位置情報が、前記複数のページのデータおよび前記特定情報よりも後に読み出されるファイルを生成する手段と、を有する生成装置を有する画像形成システム。
The image forming apparatus according to any one of claims 1 to 12 , and the image forming apparatus.
The location information includes the data of a plurality of pages, the position information indicating the position of the data of each page in the plurality of pages, and the specific information for specifying the position of the data of a predetermined page, and the position information is the position information of the plurality of pages. An image forming system comprising a generator having means for generating data and a file to be read after the particular information.
請求項1乃至12のいずれか一項に記載の画像形成装置と、
前記画像形成装置へ、前記ファイルを送信する通信端末と、
を有する通信システム。
The image forming apparatus according to any one of claims 1 to 12 , and the image forming apparatus.
A communication terminal that transmits the file to the image forming apparatus,
Communication system with.
画像形成装置
複数のページのデータ、および前記複数のページにおける各ページのデータの位置を示す位置情報を含むファイルを受信する受信手段と、
前記受信手段において、前記位置情報が受信される前に、前記複数のページの各ページごとにデータの位置を特定するための特定情報が受信された場合に、前記特定情報によって特定されるデータに基づいて、前記各ページの印刷を開始する開始手段、
として機能させるプログラム。
Image forming device ,
A receiving means for receiving a file containing data of a plurality of pages and location information indicating the position of the data of each page on the plurality of pages.
In the receiving means, when the specific information for specifying the position of the data is received for each page of the plurality of pages before the position information is received, the data specified by the specific information is used. Based on, the starting means for starting printing of each of the above pages,
A program that functions as.
画像形成装置
複数のページのデータ、および前記複数のページにおける各ページのデータの位置を示す位置情報を含むファイルを受信する受信手段と、
前記受信手段において、前記位置情報が受信される前に、所定のページのデータの位置を特定するための特定情報が受信された場合に、前記特定情報によって特定されるデータに基づいて、前記所定のページの印刷を開始する開始手段と、
前記ファイルに分割が可能であることを示す判断情報が含まれていない場合であっても、前記ファイルのページのオブジェクトが先出又は後出のページのオブジェクトを参照するか否かに応じて、前記ファイルから所定のページのデータが分割されたファイルを生成可能であるか判断する判断手段と、
前記判断手段によって、前記所定のページのデータが分割されたファイルを生成可能であると判断された場合に、前記特定情報に基づいて、前記ファイルから所定のページのデータが分割されたファイルを生成する生成手段、として機能させ、
前記開始手段は、前記生成手段によって生成された前記分割されたファイルに基づいて、前記所定のページの印刷を開始するプログラム。
Image forming device ,
A receiving means for receiving a file containing data of a plurality of pages and location information indicating the position of the data of each page on the plurality of pages.
When the receiving means receives the specific information for specifying the position of the data on the predetermined page before the position information is received, the predetermined information is based on the data specified by the specific information. As a starting point to start printing the page,
Depending on whether the object on the page of the file refers to the object on the first or second page, even if the file does not contain judgment information indicating that the file can be split. A means for determining whether it is possible to generate a file in which the data of a predetermined page is divided from the file, and
When it is determined by the determination means that it is possible to generate a file in which the data of the predetermined page is divided, a file in which the data of the predetermined page is divided is generated from the file based on the specific information. To function as a generation means ,
The starting means is a program for starting printing of the predetermined page based on the divided file generated by the generating means .
画像形成装置
複数のページのデータ、および前記複数のページにおける各ページのデータの位置を示す位置情報を含むファイルを受信する受信手段と、
前記受信手段において、前記位置情報が受信される前に、所定のページのデータの位置を特定するための特定情報が受信された場合に、前記特定情報によって特定されるデータに基づいて、前記所定のページの印刷を開始する開始手段と、
前記ファイルに分割が可能であることを示す判断情報が含まれているか否かに応じて、前記ファイルから所定のページのデータが分割されたファイルを生成可能であるか否かを判断する判断手段と、
前記判断手段によって、前記所定のページのデータが分割されたファイルを生成可能であると判断された場合に、前記特定情報に基づいて、前記ファイルから所定のページのデータが分割されたファイルを生成する生成手段、として機能させ、
前記ファイルに前記分割が可能であることを示す判断情報が含まれており、前記判断手段が、前記所定のページのデータが分割されたファイルを生成可能であると判断したが、
前記複数のページの途中のページで、前記判断手段が、前記所定のページのデータが分割されたファイルを生成可能でないと判断した場合、
前記生成手段は所定のページのデータが分割されたファイルを生成することを中止し、
前記開始手段は、複数のページのデータ、および前記複数のページにおける各ページのデータの位置を示す位置情報を含むファイルのうち、未排紙のページの印刷を開始するプログラム。
Image forming device ,
A receiving means for receiving a file containing data of a plurality of pages and location information indicating the position of the data of each page on the plurality of pages.
When the receiving means receives the specific information for specifying the position of the data on the predetermined page before the position information is received, the predetermined information is based on the data specified by the specific information. As a starting point to start printing the page,
Judgment means for determining whether or not it is possible to generate a file in which the data of a predetermined page is divided from the file, depending on whether or not the file contains determination information indicating that the file can be divided. When,
When it is determined by the determination means that it is possible to generate a file in which the data of the predetermined page is divided, a file in which the data of the predetermined page is divided is generated from the file based on the specific information. To function as a generation means ,
The file contains judgment information indicating that the division is possible, and the judgment means has determined that it is possible to generate a file in which the data of the predetermined page is divided.
When the determination means determines that it is not possible to generate a file in which the data of the predetermined page is divided in the middle of the plurality of pages.
The generation means stops generating a file in which the data of a predetermined page is divided, and
The start means is a program for starting printing of unprinted pages among files including position information indicating the positions of data of a plurality of pages and data of each page in the plurality of pages .
画像形成装置
複数のページのデータ、および前記複数のページにおける各ページのデータの位置を示す位置情報を含むファイルを受信する受信手段と、
前記受信手段において、前記位置情報が受信される前に、所定のページのデータの位置を特定するための特定情報が受信された場合に、前記特定情報によって特定されるデータに基づいて、前記所定のページの印刷を開始する開始手段と、
前記特定情報に基づいて、前記ファイルから所定のページのデータが分割されたファイルを生成する生成手段、として機能させ
前記生成手段は、用紙の片面に印刷されるページ数を前記分割されたファイルに含めるページ数に決定するか、
両面分のページ数を前記分割されたファイルに含めるページ数に決定するか、又は、
集約印刷の場合に分割された1つのファイルに1ページを含めると決定し、
前記開始手段は、前記生成手段によって生成された前記分割されたファイルに基づいて、前記所定のページの印刷を開始するプログラム。
Image forming device ,
A receiving means for receiving a file containing data of a plurality of pages and location information indicating the position of the data of each page on the plurality of pages.
When the receiving means receives the specific information for specifying the position of the data on the predetermined page before the position information is received, the predetermined information is based on the data specified by the specific information. As a starting point to start printing the page,
It functions as a generation means for generating a file in which data of a predetermined page is divided from the file based on the specific information .
The generation means determines the number of pages printed on one side of the paper to be the number of pages to be included in the divided file.
Determine the number of pages for both sides as the number of pages to be included in the divided file, or
Decided to include one page in one divided file in the case of aggregate printing,
The starting means is a program for starting printing of the predetermined page based on the divided file generated by the generating means .
JP2018140644A 2017-09-29 2018-07-26 Image forming device, image forming system, communication system, program Active JP7091914B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US16/123,178 US11003399B2 (en) 2017-09-29 2018-09-06 Method, apparatus and non-transitory recording medium for reducing a printing time utilizing file division

Applications Claiming Priority (2)

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

Publications (2)

Publication Number Publication Date
JP2019064249A JP2019064249A (en) 2019-04-25
JP7091914B2 true JP7091914B2 (en) 2022-06-28

Family

ID=66337176

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018140644A Active JP7091914B2 (en) 2017-09-29 2018-07-26 Image forming device, image forming system, communication system, program

Country Status (1)

Country Link
JP (1) JP7091914B2 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004348498A (en) 2003-05-23 2004-12-09 Kyocera Mita Corp Electronic document printing system
JP2010026895A (en) 2008-07-23 2010-02-04 Ricoh Co Ltd Information processor, image forming apparatus, and program

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9304719B1 (en) * 2014-12-01 2016-04-05 Ricoh Company, Ltd. Reducing print start delays for large portable document format print jobs

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004348498A (en) 2003-05-23 2004-12-09 Kyocera Mita Corp Electronic document printing system
JP2010026895A (en) 2008-07-23 2010-02-04 Ricoh Co Ltd Information processor, image forming apparatus, and program

Also Published As

Publication number Publication date
JP2019064249A (en) 2019-04-25

Similar Documents

Publication Publication Date Title
US11003399B2 (en) Method, apparatus and non-transitory recording medium for reducing a printing time utilizing file division
JP7043929B2 (en) Information processing system and information processing method
US10884680B2 (en) Print control apparatus and control method for receiving and printing print data
JP4337885B2 (en) Image forming apparatus and image forming method
US8368920B2 (en) Image forming system, recording medium having image forming program recorded thereon and image forming apparatus for quickly avoiding duplication
US10521161B2 (en) Information processing device, communication system, and recording medium storing instructions
US9830541B2 (en) Image output system, image output method, document server, and non-transitory computer readable recording medium
US9639304B2 (en) Data supplying device and image processing system
US9256385B2 (en) Relay device and image processing device capable of executing selected image processing using selected application types
US9361560B2 (en) Printing device which transmits decompressed data to a storage device if a predetermined condition is not satisfied
US10402131B2 (en) Image processing apparatus and method to form image on sheet using page image data and object information
KR102529343B1 (en) Methods and systems for handling printing of large-size objects
JP7091914B2 (en) Image forming device, image forming system, communication system, program
JP7172150B2 (en) Information processing device, communication system, image forming method, program
US9836252B2 (en) Image forming apparatus, control method thereof, and non-transitory computer-readable storage medium
JP6459793B2 (en) Information processing apparatus and program
CN110214306B (en) Server device, information processing system, and image forming apparatus
JP7143695B2 (en) Information processing device, image forming device, printing system, program
EP2380341B1 (en) Image forming apparatus, control method for image forming apparatus, and storage medium
US9001388B2 (en) Imaging forming apparatus to merge print data with a rendering image, method of image forming, and computer-readable recording medium
JP7091748B2 (en) Information processing equipment, image forming equipment, information processing systems and programs
JP2018206163A (en) Control program, information processor, printer, and communication system
US9674381B2 (en) Electronic device including a job information generating device and access managing device, information management method to enable the electronic device to function, and a non-transitory computer-readable storage medium to store a program for the information management method
JP6040651B2 (en) Image forming apparatus, control program for image forming apparatus, and control method for image forming apparatus
US20080297835A1 (en) Method and system for forming image, and external device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210520

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220315

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20220316

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220506

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220530

R151 Written notification of patent or utility model registration

Ref document number: 7091914

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151