JP2013134739A - Print control device and print control program - Google Patents

Print control device and print control program Download PDF

Info

Publication number
JP2013134739A
JP2013134739A JP2011286685A JP2011286685A JP2013134739A JP 2013134739 A JP2013134739 A JP 2013134739A JP 2011286685 A JP2011286685 A JP 2011286685A JP 2011286685 A JP2011286685 A JP 2011286685A JP 2013134739 A JP2013134739 A JP 2013134739A
Authority
JP
Japan
Prior art keywords
printing
pages
logical
page
variable
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2011286685A
Other languages
Japanese (ja)
Other versions
JP5845892B2 (en
Inventor
Shinya Kuratomi
慎哉 倉富
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.)
Konica Minolta Business Technologies Inc
Original Assignee
Konica Minolta Business Technologies Inc
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 Konica Minolta Business Technologies Inc filed Critical Konica Minolta Business Technologies Inc
Priority to JP2011286685A priority Critical patent/JP5845892B2/en
Publication of JP2013134739A publication Critical patent/JP2013134739A/en
Application granted granted Critical
Publication of JP5845892B2 publication Critical patent/JP5845892B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a print control device and a print control program, capable of distributing printing of a plurality of pages related to a variable data printing to a plurality of printers so as to regulate a printing quantity shared with each printer and reduce the number of reusable objects necessary in each printer.SOLUTION: A printer A determines the number of pages assigned to each of a plurality of printers A-C to be, for example, equal when distributing printing of a plurality of pages based on variable data printing data inputted from a client terminal device 20 to the printers A-C. Printing of each page on the basis of the variable data printing data is distributed to the printers A-C so that the number of pages assigned to each printer is the determined number of pages, and a plurality of pages using the same reusable object are collected in less printers. In this case, the number of constituent pages of one logical record used as the unit of a printed matter is determined and distributed into the logical record unit.

Description

本発明は、バリアブル印刷データに基づく印刷を複数の印刷装置に分散して行わせる印刷制御装置および印刷制御プログラムに関する。   The present invention relates to a print control apparatus and a print control program that perform printing based on variable print data distributed to a plurality of printing apparatuses.

版を作成しその内容を転写することにより複数枚の同一内容の印刷物を生成することが基本であるオフセット印刷に対し、ダイレクトメールや請求書等、その内容の一部に住所・氏名などの可変部分を含む印刷物を生成するバリアブル印刷という印刷技術がある。たとえば、催事の案内文は共通で、氏名や住所、お勧め商品に関する記載は顧客に応じて個別に変更するといった構成のダイレクトメールを作成する際にバリアブル印刷が行われる。   In contrast to offset printing, which basically generates multiple copies of the same content by creating a plate and transferring the content, direct mail, invoices, etc., such as address, name, etc. can be changed as part of the content There is a printing technique called variable printing that generates a printed matter including a portion. For example, variable text printing is performed when creating a direct mail with a structure in which the information about the event is common and the name, address, and recommended product are individually changed according to the customer.

バリアブル印刷は、デジタル画像処理を行うためのプリンタコントローラと、電子写真方式等によるプリンタエンジンとを組み合わせたデジタル印刷装置を用いて印刷を行うことが一般的である。   In variable printing, printing is generally performed using a digital printing apparatus that combines a printer controller for performing digital image processing and a printer engine using an electrophotographic method or the like.

PC(パーソナルコンピュータ)などからプリンタコントローラに送るバリアブル印刷データを記述するためのプリンタ言語としては、標準化団体である「PODi(Digital Printing Initiative)」により策定されたPPML(Personalized Print Markup Language)言語が代表的である。PPMLにおいては、印刷内容を構成するための「部品」となる画像を「オブジェクト」と呼び、そのうち複数ページから参照されるオブジェクトを再利用オブジェクト(Reusable Object)と呼んで、一度のみ参照されるオブジェクト(一時利用オブジェクトと呼ぶものとする。)と区別している。   As a printer language for describing variable print data sent from a PC (personal computer) or the like to a printer controller, the PPML (Personalized Print Markup Language) language formulated by the “PODi (Digital Printing Initiative)” standardization organization is representative. Is. In PPML, an image that is a “part” for composing print contents is called an “object”, and an object that is referred to from a plurality of pages is called a reusable object (Reusable Object). (It shall be called a temporary use object).

一般的なPPML言語の処理装置においては、PDF(Portable Document Format)等何らかのPDL(Page Description Language)により記述された再利用オブジェクトは、RIP(Raster Image Processing)されラスタ画像化された後にキャッシュメモリに格納され、再利用時はRIPせずにキャッシュメモリからラスタ画像が読み出される。詳細には、ページ単位の最終的な印刷画像を生成する際に、そのページに登場する一時利用オブジェクトはこの時点でRIPしラスタ画像化して合成し、そのページに登場する再利用オブジェクトについてはそのラスタ画像が既にキャッシュメモリにあればキャッシュメモリから読み出して合成し、無ければRIPして合成すると共にそのラスタ画像をキャッシュメモリに格納する、といった処理が行われる。   In a general PPML language processing apparatus, a reusable object described in some PDL (Page Description Language) such as PDF (Portable Document Format) is stored in a cache memory after being rasterized by RIP (Raster Image Processing). A raster image is read from the cache memory without being RIP stored and stored. Specifically, when generating a final print image for each page, the temporary use object that appears on the page is RIPed at this point to form a raster image, and the reusable object that appears on the page If the raster image is already in the cache memory, it is read from the cache memory and synthesized. If not, the RIP is synthesized and the raster image is stored in the cache memory.

再利用オブジェクトのラスタ画像を格納するキャッシュメモリとしては、RAM(Random Access Memory)などの比較的高速な記憶デバイスが使用されることが一般的であるが、通常、キャッシュメモリとして割り当て可能なRAMのサイズには制限がある。そのため、典型的な処理装置においては、再利用オブジェクトのラスタ画像をある個数以上格納しようとする場合、画像圧縮を施した後に格納することが必要となり、さらに格納個数が増加して行った場合、再利用オブジェクトのラスタ画像に対し圧縮処理を施すのみでは十分でなく、HDD(Hard Disk Drive)などの大容量であるが比較的低速な記憶デバイスにスワップアウトすることが行われる。   As a cache memory for storing a raster image of a reuse object, a relatively high-speed storage device such as a RAM (Random Access Memory) is generally used. There is a size limit. For this reason, in a typical processing apparatus, when storing more than a certain number of raster images of reusable objects, it is necessary to store them after image compression, and when the number of stored images is increased, It is not sufficient to perform compression processing on a raster image of a reuse object, and it is swapped out to a storage device with a large capacity but a relatively low speed such as an HDD (Hard Disk Drive).

このため、一般的にバリアブル印刷データに含まれる再利用オブジェクトの個数が増加し、ある限度を超えた場合、再利用オブジェクトのラスタ画像と一時利用オブジェクトのラスタ画像との画像合成の際に、再利用オブジェクトのラスタ画像の伸長あるいはスワップインを行う必要が発生し、やや急激に生産性が悪化する、という現象が見られる。   For this reason, when the number of reusable objects included in variable print data generally increases and exceeds a certain limit, the reusable object raster image and the temporary reusable object raster image are reused. It is necessary to decompress or swap in the raster image of the used object, and there is a phenomenon that productivity deteriorates a little rapidly.

ところで、バリアブル印刷を実現するためのデジタル印刷装置は、印刷所に複数セット単位でシステム導入されるケースも多い。そのため、大量の印刷を分散並列印刷処理することで、ターンアラウンドタイムの縮小やスループットの向上を図る技術の確立が望まれている。   By the way, in many cases, a digital printing apparatus for realizing variable printing is introduced into a printing shop in units of a plurality of sets. Therefore, it is desired to establish a technique for reducing turnaround time and improving throughput by performing distributed parallel printing processing for a large amount of printing.

たとえば、下記特許文献1には、バリアブル印刷データに係る印刷を複数の印刷装置に分散して行わせる際に、分散印刷を制御する上位装置から各印刷装置に対して、その印刷装置で必要な再利用オブジェクトのみを送信することでキャッシュメモリの有効利用を図る技術が開示されている。詳細には、印刷装置において再利用オブジェクトが必要となった際に初めてその再利用オブジェクトを上位装置からその印刷装置へ送信するようになっている。   For example, in Patent Document 1 below, when printing related to variable print data is distributed to a plurality of printing apparatuses, each printing apparatus requires a higher-level apparatus that controls distributed printing. A technique for effectively using a cache memory by transmitting only a reuse object is disclosed. Specifically, when a reusable object is required in the printing apparatus, the reusable object is transmitted from the upper apparatus to the printing apparatus for the first time.

また、下記特許文献2には、バリアブル印刷に係る複数のページの印刷を複数の印刷装置に分散させる際に、各ページの印刷を担当する印刷装置を、そのページに登場する再利用オブジェクトの内容単位に決定する技術が開示されている。たとえば、住所が「東京都」であれば分散先Aへ、住所が「神奈川県」であれば分散先Bへ送信するという様にして分散される。   Further, in Patent Document 2 below, when distributing printing of a plurality of pages related to variable printing to a plurality of printing apparatuses, the printing apparatus in charge of printing each page is set to the contents of a reuse object appearing on the page. A technique for determining a unit is disclosed. For example, if the address is “Tokyo”, it is distributed to the distribution destination A, and if the address is “Kanagawa Prefecture”, it is distributed to the distribution destination B.

特開2008−108283号公報JP 2008-108283 A 特開2008−225921号公報JP 2008-225921 A

再利用オブジェクトのラスタ画像に対する圧縮・伸張やスワップイン・スワップアウトを少なくすることが生産性の悪化を防ぐ上で重要であることは前述した通りであり、これは分散印刷を行う各印刷装置についても同様である。   As described above, it is important to reduce the compression / expansion and swap-in / swap-out of the reusable object raster image to prevent the deterioration of productivity. Is the same.

引用文献1に開示の技術では、分散印刷を行う際に、各印刷装置に対してその印刷装置で必要な再利用オブジェクトのみを送信するので、各印刷装置のキャッシュメモリがその印刷装置で使用されない再利用オブジェクトによって無駄に占有されることはない。しかし、バリアブル印刷データに係る複数ページの印刷を複数の印刷装置に振分ける際の振分け方によっては、各印刷装置で必要になる再利用オブジェクトの数が多くなり、それら必要な再利用オブジェクトのラスタ画像をキャッシュするだけでもスワップアウト等が発生する場合があり、引用文献1の技術のみでは、生産性の低下を防ぐ効果は非常に限定である。   In the technique disclosed in the cited document 1, since only the reusable object necessary for the printing apparatus is transmitted to each printing apparatus when performing distributed printing, the cache memory of each printing apparatus is not used by the printing apparatus. It is not unnecessarily occupied by the reuse object. However, depending on how to distribute multiple pages of variable print data to a plurality of printing devices, the number of reusable objects required by each printing device increases, and the required reusable object rasters become larger. Even if the image is cached, swap-out or the like may occur, and the effect of preventing the decrease in productivity is very limited only by the technique of the cited document 1.

一方、引用文献2に開示の技術では、同じ再利用オブジェクトを使用する複数のページの印刷を1台の印刷装置が担当するように各ページの印刷先を決定するので、個々の印刷装置で必要な再利用オブジェクトの数は少なくなる。しかし、各印刷装置の担当する印刷ページ数が、その印刷装置への振分け基準となった再利用オブジェクトを使用するページ数に依存するため、各印刷装置に分担させる印刷量を、たとえば均等にするといったことは制御できず、分散印刷を効率的に行うことができなかった。   On the other hand, in the technique disclosed in the cited document 2, the printing destination of each page is determined so that one printing apparatus is responsible for printing a plurality of pages using the same reuse object, which is necessary for each printing apparatus. The number of reusable objects is reduced. However, since the number of printed pages assigned to each printing device depends on the number of pages using the reusable object that is a distribution reference to the printing device, the printing amount shared by each printing device is, for example, equalized. This cannot be controlled, and distributed printing cannot be performed efficiently.

また、バリアブル印刷の応用例としてはダイレクトメールや保険提案書、投資信託レポート、学校成績表など、個人に関連した情報が印刷内容となるケースが多く、しばしば、一人分の印刷が複数ページで構成されるケースが見られる。たとえば、ハガキの表面に宛先住所氏名を印刷し、裏面に請求内容を印刷するような請求書の印刷では、表面と裏面を1枚の用紙に印刷する必要がある。また、1ページ目に住所・氏名、2ページ目及び3ページ目に取引明細行を印刷する銀行取引通知書の印刷においてこれら1〜3ページを後処理機によって同一封筒中に収めたい場合には、これら1〜3ページを同じ1台の印刷装置で印刷しなければ、後処理に支障が出てしまう。   In addition, as an application example of variable printing, there are many cases where information related to individuals such as direct mail, insurance proposals, investment trust reports, school report, etc. is printed, and often the printing for one person consists of multiple pages. The case that is done is seen. For example, in the case of printing an invoice in which a name of a destination address is printed on the front side of a postcard and a billing content is printed on the back side, it is necessary to print the front side and the back side on one sheet. Also, if you want to put these 1 to 3 pages in the same envelope by post-processing machine in the printing of bank transaction notice that prints the transaction details on the first page, address and name on the first page If these 1 to 3 pages are not printed by the same printer, post-processing will be hindered.

このように、バリアブル印刷に係る分散印刷においては、関連する複数のページが1台の印刷装置で印刷されるようにページを振分けることが望まれる。   As described above, in distributed printing related to variable printing, it is desired to sort pages so that a plurality of related pages are printed by one printing apparatus.

本発明は、上記の観点から成されたものであり、バリアブル印刷に係る複数ページの印刷を、複数の印刷装置に、各印刷装置に分担させる印刷量を制御しかつ各印刷装置で必要となる再利用オブジェクトの数が少なくなるように振分けることのできる印刷制御装置および印刷制御プログラムを提供することを目的としている。   The present invention has been made from the above viewpoints, and controls a printing amount to be assigned to each printing apparatus by a plurality of printing apparatuses, and is necessary for each printing apparatus. An object of the present invention is to provide a print control apparatus and a print control program that can be distributed so that the number of reusable objects is reduced.

かかる目的を達成するための本発明の要旨とするところは、次の各項の発明に存する。   The gist of the present invention for achieving the object lies in the inventions of the following items.

[1]複数回利用される再利用オブジェクトと1回のみ利用される一時利用オブジェクトと各ページにおけるそれらのレイアウト情報とを含むバリアブル印刷データに基づく複数ページの印刷を複数の印刷装置に分散して行わせる印刷制御装置であって、
前記バリアブル印刷データを入力する入力部と、
前記入力部から入力した前記バリアブル印刷データに基づく複数ページの印刷を前記複数の印刷装置に分散して行わせる際に各印刷装置に割り当てるページ数を決定する分担量決定部と、
前記各印刷装置に割り当てるページ数が前記分担量決定部によって決定されたページ数になり、かつ、同一の再利用オブジェクトを利用する複数のページがより少ない台数の印刷装置に集約されるようにして、前記バリアブル印刷データに基づく複数ページの印刷を前記複数の印刷装置に振分ける振分け部と、
を有する
ことを特徴とする印刷制御装置。
[1] Distributing printing of a plurality of pages based on variable print data including a reusable object used a plurality of times, a temporary use object used only once, and layout information on each page to a plurality of printing apparatuses. A printing control device to perform,
An input unit for inputting the variable print data;
A shared amount determination unit that determines the number of pages to be allocated to each printing device when printing a plurality of pages based on the variable print data input from the input unit is distributed to the plurality of printing devices;
The number of pages allocated to each printing device is the number of pages determined by the sharing amount determination unit, and a plurality of pages using the same reusable object are aggregated in a smaller number of printing devices. A distribution unit that distributes printing of a plurality of pages based on the variable print data to the plurality of printing devices;
A printing control apparatus comprising:

上記[1]および下記[8]に記載の発明では、入力したバリアブル印刷データに基づく複数ページの印刷を複数の印刷装置に分散して行わせる際に各印刷装置に割り当てるページ数を分担量決定部にて決定し、振分け部は、各印刷装置に割り当てるページ数が分担量決定部によって決定されたページ数になり、かつ、同一の再利用オブジェクトを利用する複数のページがより少ない台数の印刷装置に集約されるようにして、バリアブル印刷データに基づく複数ページの印刷を複数の印刷装置に振分ける。   In the invention described in [1] and [8] below, when the printing of a plurality of pages based on the input variable print data is distributed to a plurality of printing devices, the number of pages allocated to each printing device is determined. The distribution unit determines the number of pages to be allocated to each printing apparatus is the number of pages determined by the sharing amount determination unit, and the number of pages using the same reuse object is smaller. A plurality of pages based on the variable print data is distributed to a plurality of printing apparatuses in such a manner as to be integrated in the apparatus.

[2]前記バリアブル印刷データに基づくバリアブル印刷における印刷物の単位となる1論理レコードを構成するページ数を判定する判定部をさらに有し、
前記分担量決定部は、各印刷装置に割り当てるページ数に代えて、前記判定部で判定された1論理レコードを構成するページ数に基づいて前記各印刷装置に割り当てる論理レコード数を決定し、
前記振分け部は、各印刷装置に論理レコード単位でページを割り当てるようにして前記振分けを行う
ことを特徴とする[1]に記載の印刷制御装置。
[2] It further includes a determination unit that determines the number of pages constituting one logical record that is a unit of printed matter in variable printing based on the variable printing data,
The sharing amount determination unit determines the number of logical records to be allocated to each printing device based on the number of pages constituting one logical record determined by the determination unit, instead of the number of pages to be allocated to each printing device,
The print control apparatus according to [1], wherein the distribution unit performs the distribution by assigning pages to each printing apparatus in units of logical records.

上記[2]および下記[9]に記載の発明では、印刷物の単位となる1論理レコードを構成する複数ページを判定し、論理レコード単位にページの振分けを行う。これにより、1論理レコードを構成する複数のページが1台の印刷装置で印刷される。1論理レコードを構成する複数のページは、たとえば、用紙の表面ページと裏面ページ、冊子を構成する複数ページなどである。   In the inventions described in [2] and [9] below, a plurality of pages constituting one logical record that is a unit of printed matter is determined, and the pages are distributed in units of logical records. Thereby, a plurality of pages constituting one logical record are printed by one printing apparatus. The plurality of pages constituting one logical record are, for example, a front page and a back page of paper, and a plurality of pages constituting a booklet.

[3]再利用オブジェクトの中から一部の論理レコードでのみ利用される再利用オブジェクトをグループ固有情報として抽出する抽出部をさらに有し、
前記振分け部は、前記グループ固有情報のみを前記集約の対象にして、前記振分けを行う
ことを特徴とする[2]に記載の印刷制御装置。
[3] An extraction unit that extracts reuse objects that are used only in some logical records from the reuse objects as group-specific information,
The printing control apparatus according to [2], wherein the distribution unit performs the distribution by using only the group specific information as the aggregation target.

上記発明では、再利用オブジェクトのうち、すべての論理レコードで利用されるものを除き、一部の論理レコードでのみ使用される再利用オブジェクト(グループ固有情報)を集約の対象にして振分けが行われる。   In the above invention, the reusable objects (group-specific information) that are used only in some of the logical records, except for those that are used in all the logical records, are sorted for aggregation. .

[4]前記振分け部は、より多くの論理レコードから利用されるグループ固有情報を利用している論理レコード群から順に、その論理レコード群に属する論理レコードがより少ない数の印刷装置に集約されるように振分ける
ことを特徴とする[3]に記載の印刷制御装置。
[4] The distribution unit aggregates logical records belonging to the logical record group into a smaller number of printing apparatuses in order from the logical record group using group-specific information used from more logical records. The printing control apparatus according to [3], wherein the printing control apparatus is arranged as follows.

上記発明では、より多くの論理レコードから利用されるグループ固有情報を利用している論理レコード群から順に、振分け先の印刷装置を決定する。   In the above-described invention, the printing apparatus as the distribution destination is determined in order from the logical record group using the group specific information used from more logical records.

[5]前記判定部は、前記バリアブル印刷データに含まれる前記レイアウト情報から、ページ内の同じ位置に配置される一時利用オブジェクトの数を配置位置別に集計し、その最大値で、前記バリアブル印刷データに基づく印刷の総ページ数を除して得た商を、1論理レコードを構成するページ数をとして求める
ことを特徴とする[2]に記載の印刷制御装置。
[5] The determination unit totals the number of temporarily used objects arranged at the same position in the page from the layout information included in the variable print data by arrangement position, and uses the maximum value as the variable print data. The printing control apparatus according to [2], wherein a quotient obtained by dividing the total number of pages printed based on is obtained as the number of pages constituting one logical record.

上記発明では、1論理レコードを構成するページ数を、同一の配置位置に配置される一時利用オブジェクトの登場周期で判定する。   In the said invention, the number of pages which comprise 1 logical record is determined by the appearance period of the temporary use object arrange | positioned in the same arrangement position.

[6]再利用オブジェクトの中から一部のページでのみ利用される再利用オブジェクトをグループ固有情報として抽出する抽出部をさらに有し、
前記振分け部は、前記グループ固有情報のみを前記集約の対象にして、前記振分けを行う
ことを特徴とする[1]に記載の印刷制御装置。
[6] The system further includes an extraction unit that extracts, as group specific information, a reuse object that is used only on some pages from the reuse object.
The print control apparatus according to [1], wherein the distribution unit performs the distribution by using only the group specific information as a target of the aggregation.

上記発明では、再利用オブジェクトのうち、すべてのページで利用されるものを除き、一部のページでのみ使用される再利用オブジェクトであるグループ固有情報を集約の対象にして振分けが行われる。   In the above-described invention, except for the reuse objects that are used on all pages, the group specific information that is the reuse object that is used only on some pages is used for aggregation.

[7]前記振分け部は、より多くのページから利用されるグループ固有情報を利用しているページ群から順に、そのページ群に属するページがより少ない数の印刷装置に集約されるように振分ける
ことを特徴とする[6]に記載の印刷制御装置。
[7] The distribution unit distributes the pages belonging to the page group in order from the page group using group-specific information used from more pages so that the pages belonging to the page group are collected into a smaller number of printing apparatuses. [6] The printing control apparatus according to [6].

上記発明では、より多くのページから利用されるグループ固有情報を利用しているページ群から順に、振分け先の印刷装置を決定する。   In the above-described invention, the printing apparatus as the distribution destination is determined in order from the page group using the group specific information used from more pages.

[8]情報処理装置を、
複数回利用される再利用オブジェクトと1回のみ利用される一時利用オブジェクトと各ページにおけるそれらのレイアウト情報とを含むバリアブル印刷データを入力する入力部、
前記入力部から入力した前記バリアブル印刷データに基づく複数ページの印刷を複数の印刷装置に分散して行わせる際に各印刷装置に割り当てるページ数を決定する分担量決定部、
前記各印刷装置に割り当てるページ数が前記分担量決定部によって決定されたページ数になり、かつ、同一の再利用オブジェクトを利用する複数のページがより少ない台数の印刷装置に集約されるようにして、前記バリアブル印刷データに基づく複数ページの印刷を前記複数の印刷装置に振分ける振分け部、
として機能するように動作させる
ことを特徴とする印刷制御プログラム。
[8] Information processing apparatus
An input unit for inputting variable print data including a reuse object used multiple times, a temporary use object used only once, and layout information on each page;
A shared amount determination unit that determines the number of pages to be assigned to each printing device when printing a plurality of pages based on the variable print data input from the input unit is distributed to a plurality of printing devices;
The number of pages allocated to each printing device is the number of pages determined by the sharing amount determination unit, and a plurality of pages using the same reusable object are aggregated in a smaller number of printing devices. A distribution unit that distributes printing of a plurality of pages based on the variable print data to the plurality of printing devices;
A print control program that operates so as to function as a computer.

[9]前記情報処理装置を、
前記バリアブル印刷データに基づくバリアブル印刷における印刷物の単位となる1論理レコードを構成するページ数を判定する判定部としてさらに機能するように動作させると共に、
前記分担量決定部は、各印刷装置に割り当てるページ数に代えて、前記判定部で判定された1論理レコードを構成するページ数に基づいて前記各印刷装置に割り当てる論理レコード数を決定し、
前記振分け部は、各印刷装置に論理レコード単位でページを割り当てるようにして前記振分けを行う
ように動作させる
ことを特徴とする[8]に記載の印刷制御プログラム。
[9] The information processing apparatus is
While operating to further function as a determination unit that determines the number of pages constituting one logical record that is a unit of printed matter in variable printing based on the variable printing data,
The sharing amount determination unit determines the number of logical records to be allocated to each printing device based on the number of pages constituting one logical record determined by the determination unit, instead of the number of pages to be allocated to each printing device,
The print control program according to [8], wherein the distribution unit operates to perform the distribution by assigning pages to each printing apparatus in units of logical records.

本発明に係る印刷制御装置及び印刷制御プログラムによれば、バリアブル印刷に係る複数ページの印刷を、複数の印刷装置に、各印刷装置の分担する印刷量を制御しかつ各印刷装置で必要となる再利用オブジェクトの数が少なくなるように振分けることができる。これにより、分散先の各印刷装置では再利用オブジェクトのラスタ画像を格納するためのキャッシュメモリが不足して画像の圧縮やスワップアウトが行われる可能性が低く抑えられて画像合成処理が高速化され、分散印刷処理を行うことによる生産性向上効果と合わせた相乗的な印刷時間短縮効果を得ることができる。   According to the printing control device and the printing control program according to the present invention, printing of a plurality of pages related to variable printing is controlled by a plurality of printing devices, and the printing amount shared by each printing device is required for each printing device. The number of reuse objects can be distributed so as to be reduced. As a result, each of the distribution destination printing apparatuses has a shortage of cache memory for storing raster images of reusable objects, and the possibility of image compression or swap-out is kept low, thereby speeding up image composition processing. In addition, it is possible to obtain a synergistic printing time shortening effect combined with the productivity improvement effect by performing the distributed printing process.

本発明の実施の形態に係る分散印刷システムのシステム構成例を示す説明図である。It is explanatory drawing which shows the system configuration example of the distributed printing system which concerns on embodiment of this invention. クライアント端末装置の内部構成を示すブロック図である。It is a block diagram which shows the internal structure of a client terminal device. 印刷装置の内部構成を示すブロック図である。2 is a block diagram illustrating an internal configuration of the printing apparatus. FIG. PPMLデータのデータ構成を概念的に示している。The data structure of PPML data is shown notionally. ハガキダイレクトメールにおける再利用オブジェクトおよび一時利用オブジェクトの配置例を示す図である。It is a figure which shows the example of arrangement | positioning of the reuse object and temporary use object in postcard direct mail. 本発明の振分け機能の概略を簡易的に示す説明図である。It is explanatory drawing which shows the outline of the distribution function of this invention simply. 論理レコード構成ページ数判定処理を示すフローチャートである。It is a flowchart which shows a logical record structure page number determination process. 一時利用オブジェクトの数を配置位置別に集計するための集計テーブルの一例を示す図である。It is a figure which shows an example of the total table for totaling the number of temporary use objects according to arrangement position. 本発明の実施の形態に係る代表印刷装置が行う印刷ジョブの振分け処理を示すフローチャートである。6 is a flowchart illustrating print job distribution processing performed by the representative printing apparatus according to the embodiment of the present invention. 図9の続きを示すフローチャートである。10 is a flowchart showing a continuation of FIG. 9. 再利用オブジェクト別に参照される論理レコード数を集計した参照回数集計テーブルの一例を示す図である。It is a figure which shows an example of the reference count total table which totaled the number of logical records referred by reuse object. 振分け機能により、再利用オブジェクト及びレイアウト記述ページの印刷装置A〜Cへ振分けた結果の一例を示す図である。FIG. 10 is a diagram illustrating an example of a result of distribution of reusable objects and layout description pages to printing apparatuses A to C by a distribution function.

以下、図面に基づき本発明の実施の形態を説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

図1は、本発明の実施の形態に係る分散印刷システム10の構成例を示している。分散印刷システム10は、クライアント端末装置20と、複数の印刷装置31からなる印刷装置群30とをネットワーク集線装置4によって通信可能に接続して構成される。図1の例では、印刷装置群30は印刷装置A、印刷装置B、印刷装置Cの3台の印刷装置31により構成されている。クライアント端末装置20および印刷装置群30はネットワーク集線装置4によりLAN接続される形態となっている。   FIG. 1 shows a configuration example of a distributed printing system 10 according to an embodiment of the present invention. The distributed printing system 10 is configured by connecting a client terminal device 20 and a printing device group 30 including a plurality of printing devices 31 so as to be communicable by a network line concentrator 4. In the example of FIG. 1, the printing device group 30 includes three printing devices 31, that is, a printing device A, a printing device B, and a printing device C. The client terminal device 20 and the printing device group 30 are configured to be connected to the LAN by the network line concentrator 4.

印刷装置Aは、「代表印刷装置」であり、クライアント端末装置20より投入された印刷ジョブを受け付け、その印刷ジョブを複数の分割ジョブに分割し、それぞれの分割ジョブを、印刷装置群30を構成する各印刷装置31へ転送する振分け機能を備えている。   The printing apparatus A is a “representative printing apparatus”, receives a print job input from the client terminal apparatus 20, divides the print job into a plurality of divided jobs, and configures each divided job as a printing apparatus group 30. A distribution function for transferring to each printing device 31.

尚、本発明は、印刷機能を持たない上記の振分け機能専用の印刷制御装置を設ける形態としてもよい。この場合、印刷装置群30を構成する各印刷装置31は印刷制御装置から分割ジョブを受信しそれを印刷する機能を具備すればよい。   Note that the present invention may be provided with a print control device dedicated to the above distribution function that does not have a print function. In this case, each printing device 31 configuring the printing device group 30 may have a function of receiving a divided job from the printing control device and printing it.

図2は、クライアント端末装置20の内部構成を示している。クライアント端末装置20は、システムバス27にCPU(Central Processing Unit)21、RAM(Random Access Memory)22、入力I/F23、出力I/F24、HDD(Hard Disk Drive)25、ネットワークI/F26などを接続して構成される。入力I/F23には、ユーザ操作の入力デバイスとしてキーボード23aおよびマウスなどのポインティングデバイス23bが接続されている。また、出力I/F24には各種の画面を表示するためのモニタ装置24aが接続されている。   FIG. 2 shows the internal configuration of the client terminal device 20. The client terminal device 20 includes a central processing unit (CPU) 21, a random access memory (RAM) 22, an input I / F 23, an output I / F 24, an HDD (Hard Disk Drive) 25, a network I / F 26, and the like on a system bus 27. Connected and configured. A keyboard 23a and a pointing device 23b such as a mouse are connected to the input I / F 23 as input devices for user operations. The output I / F 24 is connected to a monitor device 24a for displaying various screens.

バリアブル印刷データ作成のためのプログラム(「VDPアプリケーションプログラム」と呼ばれる)はHDD25よりRAM22にロードされ、CPU21において実行される。VDPアプリケーションプログラムはGUI(Graphical User Interface)ベースのプログラムであり、キーボード23aおよびポインティングデバイス23bが画像編集のためユーザ操作の受け付けに使用され、また画像編集の内容はモニタ装置24aにおいて随時確認可能に表示される。   A program for creating variable print data (referred to as a “VDP application program”) is loaded from the HDD 25 to the RAM 22 and executed by the CPU 21. The VDP application program is a GUI (Graphical User Interface) -based program. The keyboard 23a and the pointing device 23b are used to accept user operations for image editing, and the contents of the image editing are displayed on the monitor device 24a so that they can be confirmed at any time. Is done.

画像編集終了後はVDPアプリケーションプログラムの機能によりバリアブル印刷データが生成され、生成されたバリアブル印刷データはネットワークI/F26を経由して印刷装置群30における代表印刷装置(印刷装置A)へ印刷ジョブとして投入される。   After the image editing is completed, variable print data is generated by the function of the VDP application program, and the generated variable print data is sent as a print job to the representative printing apparatus (printing apparatus A) in the printing apparatus group 30 via the network I / F 26. It is thrown.

バリアブル印刷データは、文字や図形などのオブジェクトと、各ページにおけるオブジェクトのレイアウト情報などから構成される。オブジェクトには、1回のみ利用される一時利用オブジェクトと、複数回利用される再利用オブジェクトがある。ここでは、クライアント端末装置20は、再利用オブジェクトおよび一時利用オブジェクトは、各ページに1つのオブジェクトを収めたPDFファイルとし、レイアウト情報などはPPMLデータの形式としたバリアブル印刷データを作成する。   The variable print data is composed of objects such as characters and graphics, and layout information of objects on each page. The object includes a temporary use object that is used only once and a reuse object that is used a plurality of times. Here, the client terminal device 20 creates variable print data in which a reuse object and a temporary use object are PDF files in which one object is stored in each page, and layout information and the like are in the form of PPML data.

図3は、印刷装置群30を構成する印刷装置31の内部構成を示している。同図は、代表印刷装置である印刷装置Aの内部構成を示しており、ここでは、印刷装置Aについて説明する。なお、他の印刷装置B、Cも印刷装置Aと基本的な構成は同一である。相違点は後述する。   FIG. 3 shows the internal configuration of the printing device 31 that constitutes the printing device group 30. FIG. 1 shows the internal configuration of the printing apparatus A, which is a representative printing apparatus, and the printing apparatus A will be described here. The other printing apparatuses B and C have the same basic configuration as the printing apparatus A. The differences will be described later.

印刷装置31は、プリンタコントローラ32及びプリンタエンジン33より構成される。プリンタコントローラ32の基本的機能は、受信した印刷ジョブより印刷画像を生成しプリンタエンジン33へ転送することである。代表印刷装置Aの場合のプリンタコントローラ32はさらに、印刷ジョブを複数の分割ジョブに分割して各印刷装置に送信する振分け機能を果たす。またプリンタエンジン33の基本的機能は、プリンタコントローラ32から受信した印刷画像に基づく画像を記録紙上に形成して印刷物を生成することである。   The printing device 31 includes a printer controller 32 and a printer engine 33. The basic function of the printer controller 32 is to generate a print image from the received print job and transfer it to the printer engine 33. In the case of the representative printing apparatus A, the printer controller 32 further performs a distribution function of dividing the print job into a plurality of divided jobs and transmitting the divided jobs to each printing apparatus. The basic function of the printer engine 33 is to form an image based on the print image received from the printer controller 32 on a recording sheet to generate a printed matter.

プリンタコントローラ32は、システムバス34にCPU35、RAM36、HDD37、ネットワークI/F38、フラッシュメモリ39、VideoI/F41などを接続して構成される。   The printer controller 32 is configured by connecting a CPU 35, a RAM 36, an HDD 37, a network I / F 38, a flash memory 39, a Video I / F 41, and the like to a system bus 34.

CPU35は、プリンタコントローラ32の動作を統括制御する。フラッシュメモリ39には、CPU35によって実行される各種のプログラムが格納されている。代表印刷装置Aの場合は、フラッシュメモリ39にPPMLジョブ振分け機能39a、PPMLインタプリタ機能39b、RIP機能39cなどのプログラムが格納されている。他の印刷装置B、Cの場合はPPMLジョブ振分け機能39aのプログラムは格納されず、PPMLインタプリタ機能39b、RIP機能39cのプログラムが格納されている。   The CPU 35 performs overall control of the operation of the printer controller 32. The flash memory 39 stores various programs executed by the CPU 35. In the case of the representative printing apparatus A, the flash memory 39 stores programs such as a PPML job distribution function 39a, a PPML interpreter function 39b, and a RIP function 39c. In the case of the other printing apparatuses B and C, the PPML job distribution function 39a program is not stored, but the PPML interpreter function 39b and RIP function 39c programs are stored.

RAM36は、CPU35がプログラムを実行する際に各種のデータを一時的に格納するワークメモリのほか、再利用オブジェクトをRIPして得たラスタ画像である再利用オブジェクト画像を記憶するキャッシュメモリである再利用オブジェクトキャッシュ36aとして使用される。   The RAM 36 is a cache memory that stores a reuse object image that is a raster image obtained by RIPing a reuse object, in addition to a work memory that temporarily stores various data when the CPU 35 executes a program. Used as the used object cache 36a.

ネットワークI/F38は、クライアント端末装置20や他の印刷装置31との通信を行う。詳細には、代表印刷装置Aにおいてはクライアント端末装置20からの印刷ジョブの受信、及び他の印刷装置B、Cへの分割ジョブの送信がネットワークI/F38を経由して行われる。他の印刷装置B、Cの場合は代表印刷装置Aからの分割ジョブの受信がネットワークI/F38を経由して行われる。   The network I / F 38 communicates with the client terminal device 20 and other printing devices 31. Specifically, the representative printing apparatus A receives a print job from the client terminal apparatus 20 and transmits a divided job to the other printing apparatuses B and C via the network I / F 38. In the case of the other printing apparatuses B and C, the division job is received from the representative printing apparatus A via the network I / F 38.

HDD37は大容量かつ不揮発の記憶装置である。HDD37は受信した印刷ジョブや分割ジョブ、あるいは再利用オブジェクト画像のスワップアウトファイル37a等を格納する目的で使用される。またプリンタコントローラ32において生成された印刷画像はVideoI/F41を経由してプリンタエンジン33へ転送される。   The HDD 37 is a large capacity non-volatile storage device. The HDD 37 is used for storing the received print job, divided job, swap-out file 37a of reusable object images, and the like. The print image generated by the printer controller 32 is transferred to the printer engine 33 via the Video I / F 41.

PPMLジョブ振分け機能39aは、クライアント端末装置20から受信してHDD37に記憶されている印刷ジョブ(バリアブル印刷データ)を複数の分割ジョブに分割し、自装置を含めた各印刷装置への振分け転送を行う。   The PPML job distribution function 39a divides a print job (variable print data) received from the client terminal device 20 and stored in the HDD 37 into a plurality of divided jobs, and distributes and transfers to each printing device including the own device. Do.

PPMLインタプリタ機能39bは、分割ジョブを解析し、印刷画像を生成する。RIP機能39cは再利用オブジェクトや一時利用オブジェクトをラスタ画像に展開する。PPMLインタプリタ機能39bは、分割ジョブの中の再利用オブジェクトを、RIP機能39cを利用してラスタ画像化して再利用オブジェクト画像を生成し、この再利用オブジェクト画像を再利用オブジェクトキャッシュ36aに格納する。   The PPML interpreter function 39b analyzes the divided job and generates a print image. The RIP function 39c develops a reuse object and a temporary use object into a raster image. The PPML interpreter function 39b generates a reuse object image by converting the reuse object in the divided job into a raster image using the RIP function 39c, and stores the reuse object image in the reuse object cache 36a.

この時、再利用オブジェクトキャッシュ36aに十分な容量があれば再利用オブジェクト画像を無圧縮で格納し、十分な容量がない場合はページレイアウト記述データからの参照頻度の低い再利用オブジェクト画像より優先的に圧縮して格納する。さらに、再利用オブジェクトキャッシュ36aにある全ての再利用オブジェクト画像を圧縮しても容量オーバーする場合は、ページレイアウト記述データからの参照頻度の低い再利用オブジェクト画像より優先的にスワップアウトファイル37aとして書き出してHDD37に格納し、再利用オブジェクトキャッシュ36aから削除する。   At this time, if the reusable object cache 36a has a sufficient capacity, the reusable object image is stored without compression. If the reusable object cache 36a does not have a sufficient capacity, the reusable object image having a low reference frequency from the page layout description data has priority. Compressed and stored. Further, if the capacity exceeds even when all the reuse object images in the reuse object cache 36a are compressed, the swap-out file 37a is written preferentially over the reuse object image with a low reference frequency from the page layout description data. Are stored in the HDD 37 and deleted from the reuse object cache 36a.

次に、PPMLインタプリタ機能39bは、各ページの一時利用オブジェクトはRIP機能39cを利用してラスタ画像化し、当該ページから参照される再利用オブジェクト画像は再利用オブジェクトキャッシュ36aから取得し、これらの画像をページレイアウト記述データに従う配置位置に合成して各ページの印刷画像を生成する。   Next, the PPML interpreter function 39b converts the temporary use object of each page into a raster image using the RIP function 39c, acquires the reuse object image referenced from the page from the reuse object cache 36a, and outputs these images. Are combined with the layout position according to the page layout description data to generate a print image of each page.

プリンタエンジン33は、たとえば、記録紙の搬送装置と、感光体ドラムと、帯電装置と、レーザーユニットと、現像装置と、転写分離装置と、クリーニング装置と、定着装置とを有し、電子写真プロセスによって画像形成を行う、所謂、電子写真方式のプリンタエンジンとして構成されている。プリンタエンジン33はインクジェット方式や、他の方式でもかまわない。   The printer engine 33 includes, for example, a recording paper conveyance device, a photosensitive drum, a charging device, a laser unit, a developing device, a transfer separation device, a cleaning device, and a fixing device, and an electrophotographic process. Thus, it is configured as a so-called electrophotographic printer engine that forms an image. The printer engine 33 may be an ink jet system or another system.

図4は、PPMLデータのデータ構成を概念的に示している。標準的なPPMLデータ50は、再利用オブジェクト記述部51とページレイアウト記述部52に分かれて構成される。再利用オブジェクト記述部51には、再利用オブジェクトの記述が羅列されている。ここでは、PDF等のオブジェクトファイルの何ページ目からどのような矩形を切り出すかを示す情報が記述される。詳細には、ページ情報と、矩形の原点寄り左下座標(x1,y1)及び右上座標(x2,y2)が記述される。またその再利用オブジェクトの名称が記述されている。   FIG. 4 conceptually shows the data structure of PPML data. The standard PPML data 50 is divided into a reuse object description part 51 and a page layout description part 52. In the reuse object description section 51, descriptions of reuse objects are listed. Here, information indicating what kind of rectangle is cut out from which page of an object file such as PDF is described. Specifically, the page information, the lower left coordinates (x1, y1) near the origin of the rectangle, and the upper right coordinates (x2, y2) are described. In addition, the name of the reuse object is described.

ページレイアウト記述部52には、各ページのレイアウト情報が記述されている。通常は1つのページレイアウト記述は複数のオブジェクト記述から成る。オブジェクト記述は、再利用オブジェクト参照の場合と、一時利用オブジェクト記述の場合がある。前者の場合は、参照する再利用オブジェクトの名称、及びページ内での配置位置(x,y)を情報として持つ。また一時利用オブジェクト記述の場合は、オブジェクトファイル切り出しページ、切り出し矩形(x1,y1, x2,y2)、及び配置位置(x3,y3)が記述されている。切り出し矩形(x1,y1, x2,y2)のうち(x1,y1)は切り出し矩形の原点寄り左下座標を(x2,y2)は右上座標を示している。   In the page layout description section 52, layout information of each page is described. Normally, one page layout description consists of a plurality of object descriptions. The object description may be a reuse object reference or a temporary use object description. In the former case, the information includes the name of the reuse object to be referred to and the arrangement position (x, y) in the page. In the case of a temporary use object description, an object file cutout page, cutout rectangles (x1, y1, x2, y2), and an arrangement position (x3, y3) are described. Of the cutout rectangles (x1, y1, x2, y2), (x1, y1) indicates the lower left coordinates near the origin of the cutout rectangle, and (x2, y2) indicates the upper right coordinates.

次に、PPMLデータの論理レコードについて説明する。
「論理レコード」とは「バリアブル印刷物を構成する一単位」を意味する。個人毎に内容が可変となるような種類のバリアブル印刷物であれば、1個人に関連した印刷ページ(あるいは印刷ページ群)を指して1論理レコードとする。
Next, a logical record of PPML data will be described.
“Logical record” means “one unit constituting a variable print”. In the case of a variable print that is variable in content for each individual, a print page (or print page group) related to one individual is designated as one logical record.

たとえば、ハガキの表面に宛先・住所・氏名を印刷し、裏面に請求内容を印刷するような請求書の例では、表面裏面を合わせた印刷ページが1論理レコードとなる。この例の場合「1論理レコードは2ページの印刷内容により構成される」という様に用いるものとする。また、別の例を挙げると、1ページ目に住所・氏名、2ページ目及び3ページ目に取引明細行を印刷する銀行取引通知書であれば、1論理レコードは3ページの印刷内容により構成されることになる。1論理レコードを構成するページ数は、1以上の任意の整数を取り得る。   For example, in an example of an invoice in which the address, address, and name are printed on the front side of the postcard and the billing content is printed on the back side, a print page that combines the front and back sides is one logical record. In this example, it is assumed that “one logical record is composed of two pages of print contents”. As another example, if it is a bank transaction notice that prints transaction details on the first page, address and name on the first page, one logical record consists of three pages of print contents. Will be. The number of pages constituting one logical record can take an arbitrary integer of 1 or more.

バリアブル印刷では、上記の例のように論理レコード単位で同一用紙の表面/裏面に印刷されたり、あるいは印刷後、後処理機により論理レコード単位で同一封筒中に格納されたりすることが通常である。このため、バリアブル印刷を複数の印刷装置で分散並列処理する場合には、1つの論理レコードに含まれる印刷データは必ず隣接した形で同一の印刷装置へ送信されなければならない。   In variable printing, printing is usually performed on the front / back surface of the same sheet in logical record units as in the above example, or after printing, it is stored in the same envelope in logical record units by a post-processing machine. . For this reason, when variable printing is distributed and processed in parallel by a plurality of printing apparatuses, the print data included in one logical record must be transmitted to the same printing apparatus in an adjacent form.

次に、バリアブル印刷物そのものに着目した場合のPPMLデータのデータ構成上の特徴に関して説明する。   Next, characteristics of the data structure of PPML data when focusing on the variable printed matter itself will be described.

既に述べた通り、再利用オブジェクトは、一時利用オブジェクトと異なり複数のページから参照されることを前提とするものであるが、この再利用オブジェクトはさらに「論理レコード毎に必ず現れるもの」と「論理レコード毎に必ず現れるとは限らないもの」に分けることができる。   As already mentioned, a reuse object is premised on being referred to from multiple pages, unlike a temporary use object. "It does not always appear for each record".

典型的なPPMLデータでは、「論理レコード毎に必ず現れる再利用オブジェクト」は、たとえば、文書の枠罫線のようなものが考えられる。また「論理レコード毎に必ず現れるとは限らない再利用オブジェクト」は特定のグループ(たとえば、個人群)に割り当てられる情報に対応したものである。また「一時利用オブジェクト」は特定個人(あるいは特定番号など)に対応した情報であることが多い。この意味で、これらをそれぞれ順に、「共通情報」、「グループ固有情報」、「完全バリアブル情報」と呼ぶことにする。 In typical PPML data, a “reuse object that always appears for each logical record” may be, for example, a frame ruled line of a document. The “reusable object that does not always appear for each logical record” corresponds to information assigned to a specific group (for example, an individual group). The “temporarily used object” is often information corresponding to a specific individual (or a specific number). In this sense, these are called “common information”, “group specific information”, and “completely variable information”, respectively.

図5に示すハガキダイレクトメールの例に沿って具体的に示す。この例では、ハガキ60の表面61と裏面62とで印刷物の1単位となっており、2ページにより1論理レコードが構成されている。「論理レコード毎に必ず現れる再利用オブジェクト」である共通情報としては、郵便番号枠罫線63、ハガキ裏面枠罫線64及び案内文65がある。また「論理レコード毎に必ず現れるとは限らない再利用オブジェクト」であるグループ固有情報としては、お薦め商品画像66がある。   This is specifically shown along with an example of the postcard direct mail shown in FIG. In this example, the front surface 61 and the back surface 62 of the postcard 60 constitute one unit of printed matter, and one page includes one logical record. Common information that is “a reusable object that always appears for each logical record” includes a postal code frame ruled line 63, a postcard backside frame ruled line 64, and a guide sentence 65. Further, as the group unique information that is “a reuse object that does not always appear for each logical record”, there is a recommended product image 66.

本例における「お薦め商品画像」はダイレクトメール宛先顧客の過去の購買履歴等に基づき割り当てられるものであり、特定顧客グループに対し1つ割り当てられる情報に対応している。またこの例のうち再利用オブジェクトでないものには、郵便番号67、住所68、宛名69があり、これらは各顧客固有の情報である。   The “recommended product image” in this example is assigned based on the past purchase history of the direct mail destination customer, and corresponds to information assigned to one specific customer group. In this example, those that are not reusable objects include a postal code 67, an address 68, and an address 69, which are information unique to each customer.

図6は、上述したPPMLデータの構成上の特徴(特にグループ固有情報)を利用したジョブの振分け方式の概略例を示している。本振分け処理はPPMLジョブ振分け機能39aにおいて実行されるものであるが、ここでは先ず、単純な例により振分けの概要を説明する。   FIG. 6 shows a schematic example of a job distribution method using the above-described configuration characteristics of PPML data (particularly group specific information). This distribution process is executed by the PPML job distribution function 39a. Here, first, an outline of distribution will be described using a simple example.

図6において、投入された印刷ジョブ70は、再利用オブジェクト記述として、再利用オブジェクトa、b、cの3個の記述を含んでいる。またページレイアウト記述は12ページ分の記述から構成されている。この印刷ジョブでは、1論理レコードを構成するページ数は「2」であり、ページ1とページ2、ページ3とページ4、ページ5とページ6、……、ページ11とページ12、のように奇数ページとそれに続く偶数ページの2ページずつがそれぞれ1論理レコードを成している。   In FIG. 6, the input print job 70 includes three descriptions of reuse objects a, b, and c as reuse object descriptions. The page layout description is composed of descriptions for 12 pages. In this print job, the number of pages constituting one logical record is “2”, such as page 1 and page 2, page 3 and page 4, page 5 and page 6,..., Page 11 and page 12. Each of the odd-numbered page and the subsequent even-numbered page forms one logical record.

本例では、各論理レコードの偶数ページにおいて再利用オブジェクトを参照している。図6では、たとえば「参照a」の記載は、再利用オブジェクトaを参照していることを示すものとする。なお、1論理レコードを構成するページ数の判定方法については後述する。   In this example, the reuse object is referred to in the even pages of each logical record. In FIG. 6, for example, the description “reference a” indicates that the reuse object a is being referred to. A method for determining the number of pages constituting one logical record will be described later.

まず、この印刷ジョブに係る印刷を複数の印刷装置に分散して行わせる際に各印刷装置に割り当てるべきページ数を決定する。ここでは、各印刷装置に論理レコード単位でかつ印刷量が均等になるようにページを割り当てるものとする。そのため、総ページ数を1論理レコードのページ数で除して、論理レコードの総数を求め、この論理レコードの総数を印刷装置の台数で除して、1台当たりに割り当てる論理レコード数を求める。   First, the number of pages to be allocated to each printing apparatus when the printing related to the print job is distributed to a plurality of printing apparatuses is determined. Here, it is assumed that pages are allocated to each printing apparatus in units of logical records so that the printing amount is equal. Therefore, the total number of pages is divided by the number of pages of one logical record to obtain the total number of logical records, and the total number of logical records is divided by the number of printing apparatuses to obtain the number of logical records to be allocated per unit.

本例の印刷ジョブは、総ページ数が12ページで1論理レコードが2ページなので、6個(12÷2=6)の論理レコードで構成されている。また本例の印刷装置群30は3台の印刷装置A、B、Cで構成されるため、各印刷装置へ均等な印刷量となるようにかつ論理レコード単位に振分けるとすると、それぞれの印刷装置に割り当てるべき論理レコード数は、6÷3=2より、「2」になる。ページ数で言えば4ページずつ割り振ることになる。   The print job of this example is composed of 6 (12 ÷ 2 = 6) logical records because the total number of pages is 12 and one logical record is 2 pages. In addition, since the printing apparatus group 30 of this example is composed of three printing apparatuses A, B, and C, if each printing apparatus has an equal printing amount and is distributed in units of logical records, each printing apparatus The number of logical records to be allocated to the device is “2” because 6 ÷ 3 = 2. In terms of the number of pages, 4 pages are allocated.

次に、各印刷装置に割り当てる論理レコード数を上記で定めた数にしつつ、同一の再利用オブジェクトを利用する複数の論理レコードがより少ない台数の印刷装置に集約されるようにして、各論理レコードを複数の印刷装置に振分ける。   Next, the number of logical records to be assigned to each printing device is set to the number determined above, and a plurality of logical records using the same reusable object are aggregated to a smaller number of printing devices so that each logical record Are distributed to a plurality of printing devices.

本例では、再利用オブジェクトaはページ1と2の論理レコードと、ページ5と6の論理レコードと、ページ11と12の論理レコードの3つの論理レコードより参照されているため、このうちの2つの論理レコード(本例ではページ1と2の論理レコードと、ページ5と6の論理レコード)に対応するページレイアウト記述と、再利用オブジェクトaの記述とを含む分割ジョブ71を生成し、これを印刷装置Aに振分ける。   In this example, the reuse object a is referred to by three logical records of the logical records of pages 1 and 2, the logical records of pages 5 and 6, and the logical records of pages 11 and 12. A divided job 71 including a page layout description corresponding to two logical records (in this example, logical records of pages 1 and 2 and logical records of pages 5 and 6) and a description of the reuse object a is generated. Sort to printing device A.

また、再利用オブジェクトcは2つの論理レコード(ページ7と8の論理レコードと、ページ9と10の論理レコード)より参照されており、1台の印刷装置に振分けるべき論理レコード数と一致する。そこで、再利用オブジェクトcを参照する2つの論理レコードに対応するページレイアウト記述と再利用オブジェクトcの記述とを含む分割ジョブ72を生成し、これを印刷装置Bに振分ける。   The reusable object c is referenced from two logical records (the logical records of pages 7 and 8 and the logical records of pages 9 and 10), and matches the number of logical records to be distributed to one printing apparatus. . Therefore, a divided job 72 including a page layout description corresponding to two logical records that refer to the reuse object c and a description of the reuse object c is generated and distributed to the printing apparatus B.

最後に、再利用オブジェクトaを参照する残り1つの論理レコードに対応するページレイアウト記述および再利用オブジェクトbを参照する論理レコードに対応するページレイアウト記述と、再利用オブジェクトaおよび再利用オブジェクトbに対する記述とを含む分割ジョブ73を生成し、これを印刷装置Cに振分ける。   Finally, a page layout description corresponding to the remaining one logical record that references the reuse object a, a page layout description that corresponds to the logical record that references the reuse object b, and a description for the reuse object a and the reuse object b Are generated and distributed to the printing apparatus C.

以上のような振分け処理を行った結果、各印刷装置A〜Cに対して振分けられた再利用オブジェクトの数は、印刷装置A及び印刷装置Bに関しては最少数の「1」であり、印刷装置Cに関してのみ、端数発生の結果として「2」となっており、いずれも元データにおける再利用オブジェクト数の「3」より少ない数値となっている。   As a result of performing the distribution process as described above, the number of reuse objects distributed to each of the printing apparatuses A to C is the smallest “1” for the printing apparatus A and the printing apparatus B, and the printing apparatus Only C is “2” as a result of the generation of fractions, and both are numerical values smaller than “3” of the number of reuse objects in the original data.

このように、各印刷装置に割り当てる論理レコード数が予め定めた印刷量(上記の例では均等)になるように制御し、かつ、同一の再利用オブジェクトを参照する複数の論理レコードがより少ない台数の印刷装置に集約されるようにして、印刷ジョブを複数の印刷装置に振分けるので、それぞれの印刷装置でキャッシュメモリに格納する再利用オブジェクトの数を少なくすることができる。その結果、各印刷装置において、再利用オブジェクト画像の圧縮やスワップアウトが生じ難くなり、その分、印刷処理時間を短縮することができる。   In this way, the number of logical records allocated to each printing apparatus is controlled to be a predetermined printing amount (equal in the above example), and the number of logical records that refer to the same reuse object is smaller. Since the print jobs are distributed to a plurality of printing apparatuses in such a way as to be integrated into the printing apparatuses, it is possible to reduce the number of reusable objects stored in the cache memory in each printing apparatus. As a result, it becomes difficult for each printing apparatus to compress or swap out the reusable object image, and the print processing time can be shortened accordingly.

次に、1論理レコードを構成するページ数の判定方法について説明する。   Next, a method for determining the number of pages constituting one logical record will be described.

この判定では、PPMLデータのレイアウト記述部を走査して、ページ内の同じ位置に配置される一時利用オブジェクトの数を配置位置別に集計し、その最大値で、バリアブル印刷データに基づく印刷の総ページ数を除して得た商を、1論理レコードを構成するページ数として求める。   In this determination, the layout description part of the PPML data is scanned, and the number of temporarily used objects arranged at the same position in the page is totaled according to the arrangement position, and the total number of pages printed based on the variable print data by the maximum value. The quotient obtained by dividing the number is obtained as the number of pages constituting one logical record.

一時利用オブジェクトによりこの判定を行う理由は、例えば枠罫線やページ背景画像等の再利用オブジェクトであれば1論理レコード中の異なるページにおいて共通のものが使用される可能性が考えられるが、住所や氏名等の一時利用オブジェクトであれば、1論理レコード中の異なるページで共通のものが使用されることは有り得ない。また、住所や氏名などの一時利用オブジェクトは、すべての論理レコードで同じ位置に配置されると想定される、ことによる。   The reason for this determination by the temporary use object is that, for example, if the reuse object is a frame ruled line or a page background image, there is a possibility that the same thing is used in different pages in one logical record. In the case of a temporary use object such as a name, a common object cannot be used in different pages in one logical record. Also, temporary use objects such as addresses and names are assumed to be placed at the same position in all logical records.

図7は、1論理レコードを構成するページ数を判定する論理レコード構成ページ数判定処理のフローチャートである。図8は、一時利用オブジェクトの数を配置位置別に集計するための集計テーブル80を示している。   FIG. 7 is a flowchart of logical record configuration page number determination processing for determining the number of pages constituting one logical record. FIG. 8 shows a counting table 80 for counting the number of temporarily used objects by arrangement position.

代表印刷装置AにおいてPPMLジョブ振分け機能39aを実行するCPU35がこの処理を行う。まず、CPU35は、PPMLデータのページレイアウト記述部の先頭より順に要素を取得する(ステップS101)。要素はページレイアウト記述部内の1単位となる記述である。   The CPU 35 executing the PPML job distribution function 39a in the representative printing apparatus A performs this processing. First, the CPU 35 acquires elements in order from the top of the page layout description part of PPML data (step S101). The element is a description that becomes one unit in the page layout description section.

要素を取得できた場合は(ステップS102;No)、これが「ページ要素」、すなわち、各ページのページ記述の先頭に現れる記述であるか否かを判定する(ステップS103)。取得した要素がページ要素である場合は(ステップS103;Yes)、ページカウンタを+1してカウントアップし(ステップS104)、ステップS101へ戻り、次の要素の取得処理を行う。   If the element has been acquired (step S102; No), it is determined whether or not this is a “page element”, that is, a description that appears at the top of the page description of each page (step S103). If the acquired element is a page element (step S103; Yes), the page counter is incremented by 1 (step S104), the process returns to step S101, and the next element is acquired.

一方、取得した要素がページ要素でない場合は(ステップS103;No)、その要素が一時利用オブジェクトの記述か否かを判断する(ステップS105)。取得した要素が一時利用オブジェクトの記述でない、すなわち再利用オブジェクトの記述であった場合は(ステップS105;No)、何も行わず直ちにステップS101に戻り、次の要素の取得処理を行う。   On the other hand, when the acquired element is not a page element (step S103; No), it is determined whether or not the element is a description of a temporary use object (step S105). If the acquired element is not a description of a temporary use object, that is, a description of a reuse object (step S105; No), the process returns to step S101 immediately without performing anything, and an acquisition process for the next element is performed.

取得した要素が一時利用オブジェクトであった場合は(ステップS105;Yes)、その一時利用オブジェクトと同じ配置位置の配置情報が集計テーブルに登録済みか否かの判定を行う(ステップS106)。登録済みであれば(ステップS106;Yes)、当該の配置位置の配置情報に対応する出現回数を+1だけカウントアップして(ステップS107)、ステップS101へ戻り、次の要素の取得処理を行う。   If the acquired element is a temporary use object (step S105; Yes), it is determined whether or not arrangement information at the same arrangement position as the temporary use object has been registered in the aggregation table (step S106). If registered (step S106; Yes), the number of appearances corresponding to the arrangement information of the arrangement position is incremented by +1 (step S107), the process returns to step S101, and the next element is acquired.

登録済みでない場合は(ステップS106;No)、当該の配置位置の配置情報を新規テーブル要素として集計テーブル80に登録し、対応する出現回数を「1」にして(ステップS108)、ステップS101へ戻り、次の要素の取得処理を行う。   If not registered (step S106; No), the arrangement information of the arrangement position is registered as a new table element in the aggregation table 80, the corresponding number of appearances is set to “1” (step S108), and the process returns to step S101. The next element is acquired.

ステップS101の処理で、次の要素を取得できなかった場合は、ページレイアウト記述部の全記述の走査が終了したと判断し(ステップS102;Yes)、ステップS109へ移行する。   If the next element cannot be acquired in the process of step S101, it is determined that scanning of all descriptions in the page layout description part has been completed (step S102; Yes), and the process proceeds to step S109.

ステップS109では、集計テーブル80に登録されている出現回数の中の最大値である配置情報最大出現回数を求め、全ページ数を配置情報最大出現回数により除算することで、1論理レコードを構成するページ数である論理レコード構成ページ数LPを算出して、本処理を終了する。   In step S109, one logical record is formed by obtaining the maximum number of appearances of the placement information, which is the maximum value of the number of appearances registered in the aggregation table 80, and dividing the total number of pages by the maximum number of appearances of the placement information. The logical record configuration page number LP, which is the number of pages, is calculated, and this process ends.

次に、印刷ジョブの振分け処理を詳細に説明する。   Next, the print job distribution process will be described in detail.

図9、図10は、印刷ジョブの振分け処理を示すフローチャートである。代表印刷装置AにおいてPPMLジョブ振分け機能39aを実行するCPU35がこの処理を行う。まず、CPU35は、図7に示した論理レコード構成ページ数判定処理を行って(ステップS201)、1論理レコードを構成するページ数である論理レコード構成ページ数を取得する。   9 and 10 are flowcharts showing print job distribution processing. The CPU 35 executing the PPML job distribution function 39a in the representative printing apparatus A performs this processing. First, the CPU 35 performs the logical record configuration page number determination process shown in FIG. 7 (step S201), and acquires the number of logical record configuration pages that is the number of pages constituting one logical record.

次に、各印刷装置へ送信すべき論理レコード数を算出する(ステップS202)。ここで、総ページ数が200ページの印刷ジョブを例として挙げる。また、この印刷ジョブの論理レコード構成ページ数が「2」と判定されたものとし、印刷装置A〜Cに分散処理するものとする。この場合、1台の印刷装置へ送信すべき論理レコード数は、200÷2÷3=33.333…となるが、これを整数化し、印刷装置Aおよび印刷装置Bへはそれぞれ33個の論理レコードを、印刷装置Cへは34個の論理レコードを分担させるものとする。   Next, the number of logical records to be transmitted to each printing apparatus is calculated (step S202). Here, a print job having a total number of pages of 200 is taken as an example. Further, it is assumed that the number of logical record constituent pages of this print job is determined to be “2”, and distributed processing is performed on the printing apparatuses A to C. In this case, the number of logical records to be transmitted to one printing apparatus is 200 ÷ 2 ÷ 3 = 33.333..., Which is converted into an integer, and 33 logical numbers are respectively transmitted to the printing apparatus A and the printing apparatus B. It is assumed that 34 logical records are assigned to the printing apparatus C.

次に、PPMLデータを走査し、各再利用オブジェクトについて、その再利用オブジェクトが幾つの論理レコードから参照されているかを表す参照回数を計数し、再利用オブジェクト毎の参照回数を登録した参照回数集計テーブル90(図11参照)を作成する(ステップS203)。さらに、参照回数集計テーブル90を、参照回数の多い順にソートする(ステップS204)。   Next, the PPML data is scanned, and for each reusable object, the number of references indicating how many logical records the reusable object is referred to is counted, and the number of references is registered for each reusable object. A table 90 (see FIG. 11) is created (step S203). Further, the reference count table 90 is sorted in descending order of reference count (step S204).

本例では、図11に示すように、a、b、c、d、e、fの6個の再利用オブジェクトが検出され、それぞれの参照回数(参照する論理レコードの数)が100回、100回、43回、27回、18回、12回であったものとして説明を進める。   In this example, as shown in FIG. 11, six reusable objects a, b, c, d, e, and f are detected, and the number of times of reference (the number of logical records to be referenced) is 100 times. The description will be made assuming that the number of times was 43, 27, 18, and 12.

以後は、参照回数集計テーブル90に登録されている6個の再利用オブジェクトを参照回数の多いものから順に1つずつ処理しながら、各再利用オブジェクトおよびそれを参照するページ記述を論理レコード単位に印刷装置へ振分ける処理を行う。   Thereafter, while processing the six reuse objects registered in the reference count table 90 one by one in descending order of the reference count, each reuse object and the page description referring to it are logically recorded. Performs processing to distribute to printing devices.

詳細には、まず、CPU35は、未処理の再利用オブジェクトが残っているかを調べ(ステップS205)、すべての再利用オブジェクトについて処理が終了したならば(ステップS205;No)、本処理を終了する(END)。   Specifically, first, the CPU 35 checks whether or not an unprocessed reusable object remains (step S205). If the process has been completed for all the reusable objects (step S205; No), the process ends. (END).

未処理の再利用オブジェクトが残っている場合は(ステップS205;Yes)、未処理の再利用オブジェクトの中で参照回数の最も多いものを判定対象の再利用オブジェクトとして選択する(ステップS206)。   If an unprocessed reuse object remains (step S205; Yes), an unprocessed reuse object having the highest reference count is selected as a reuse object to be determined (step S206).

次に、この選択した判定対象の再利用オブジェクトが全ての論理レコードから参照されているか否か、つまり「共通情報」であるか否かの判定を行う(ステップS207)。具体的には、この再利用オブジェクトに対する参照回数が、当該印刷ジョブの論理レコードの総数、すなわち例示している印刷ジョブの場合であれば「100」に一致しているか否かにより判定する。図11に示す参照回数集計テーブル90に係る印刷ジョブの場合は、再利用オブジェクトa及び再利用オブジェクトbが当該条件に合致すると判定される。   Next, it is determined whether or not the selected determination-target reuse object is referenced from all logical records, that is, whether or not it is “common information” (step S207). Specifically, the number of references to this reusable object is determined based on the total number of logical records of the print job, that is, whether it is “100” in the case of the illustrated print job. In the case of a print job according to the reference count table 90 shown in FIG. 11, it is determined that the reuse object a and the reuse object b meet the conditions.

判定対象の再利用オブジェクトが共通情報であると判定された場合(ステップS207;Yes)、その再利用オブジェクトを、全ての印刷装置へ送信する必要のある共通情報として登録して(図12参照)、ステップS205に戻り、処理を継続する。   When it is determined that the reuse object to be determined is common information (step S207; Yes), the reuse object is registered as common information that needs to be transmitted to all printing apparatuses (see FIG. 12). Returning to step S205, the processing is continued.

判定対象の再利用オブジェクトが共通情報でない場合(ステップS207;No)、この再利用オブジェクトはグループ固有情報であるため、図10に示すステップS208からS211の処理対象になる。図11の参照回数集計テーブル90の場合、再利用オブジェクトc、d、e、fはグループ固有情報であり、これらの再利用オブジェクトc〜fの参照回数の合計は「100」になっている。グループ固有情報については、それぞれを参照するレイアウト記述ページを含む論理レコードが、できるだけ少数の印刷装置に集約される形で振分ける。   If the reusable object to be determined is not common information (step S207; No), this reusable object is group-specific information, and thus becomes a processing target in steps S208 to S211 shown in FIG. In the case of the reference count table 90 in FIG. 11, the reuse objects c, d, e, and f are group-specific information, and the total number of references of these reuse objects c to f is “100”. The group specific information is distributed in such a manner that logical records including layout description pages that refer to each group are aggregated in as few printers as possible.

詳細には、残りの割り当て可能論理レコード数が判定対象の再利用オブジェクトの参照回数以上の印刷装置が存在するか否かを判定する(ステップS208)。残りの割り当て可能論理レコード数が判定対象の再利用オブジェクトの参照回数以上の印刷装置が存在する場合は(ステップS208;Yes)、その印刷装置を振分け先に決定する。   Specifically, it is determined whether or not there is a printing apparatus in which the number of remaining allocable logical records is equal to or greater than the reference count of the reuse object to be determined (step S208). If there is a printing apparatus in which the number of remaining allocable logical records is equal to or greater than the reference count of the reuse object to be determined (step S208; Yes), the printing apparatus is determined as a distribution destination.

なお、残りの割り当て可能論理レコード数が判定対象の再利用オブジェクトの参照回数以上の印刷装置が複数存在する場合は、その中で残りの割り当て可能論理レコード数の最も少ないものを振分け先に選択する。   If there are multiple printing devices whose remaining assignable logical records are equal to or greater than the reference count of the reusable object to be determined, the one with the smallest remaining assignable logical records is selected as the distribution destination. .

そして、この振分け先に対し、判定対象の再利用オブジェクトを参照する論理レコードのすべてを割り当て、その数だけ、振分け先の印刷装置の残り割り当て可能論理レコード数を減算して(ステップS211)、ステップS205に戻り、次の判定対象について処理を行う。   Then, all of the logical records that refer to the determination-target reuse object are assigned to this distribution destination, and the number of remaining assignable logical records of the distribution destination printing device is subtracted by that number (step S211). Returning to S205, the next determination target is processed.

残りの割り当て可能論理レコード数が判定対象の再利用オブジェクトの参照回数以上の印刷装置が存在しない場合は(ステップS208;No)、残りの割り当て可能論理レコード数が最大の印刷装置に、その残りの割り当て可能論理レコード数に等しい数の論理レコードを割り当てる。さらに、その割り当てた数だけ、この印刷装置の残り割り当て可能論理レコード数および当該再利用オブジェクトの参照回数をそれぞれ減算する(ステップS209)。   If there is no printing apparatus whose remaining assignable logical record number is equal to or greater than the reference count of the reuse object to be determined (step S208; No), the remaining remaining assignable logical record number is assigned to the remaining printing apparatus. Allocate a number of logical records equal to the number of allocatable logical records. Further, the number of remaining allocable logical records of this printing apparatus and the reference count of the reuse object are subtracted by the allocated number (step S209).

次に、残りの割り当て論理レコード数が判定対象の再利用オブジェクトの減算後の参照回数(残り参照回数とする)以上の印刷装置が存在するか否かを判定する(ステップS210)。   Next, it is determined whether there is a printing apparatus having a remaining number of allocated logical records equal to or greater than the number of references after the subtraction of the reusable object to be determined (referred to as the number of remaining references) (step S210).

残りの割り当て論理レコード数が判定対象の再利用オブジェクトの残り参照回数以上の印刷装置が存在しない場合は(ステップS210;No)、ステップS209に戻って処理を繰り返す。   If there is no printing apparatus whose remaining allocation logical record number is equal to or greater than the remaining reference count of the reuse object to be determined (step S210; No), the process returns to step S209 to repeat the process.

残りの割り当て可能論理レコード数が判定対象の再利用オブジェクトの残り参照回数以上の印刷装置が存在する場合は(ステップS210;Yes)、その印刷装置を次の振分け先にする。なお、残りの割り当て可能論理レコード数が判定対象の再利用オブジェクトの残り参照回数以上の印刷装置が複数存在する場合は、その中で残りの割り当て可能論理レコード数の最も少ないものを振分け先に選択する。   If there is a printing apparatus in which the number of remaining allocable logical records is equal to or greater than the remaining reference count of the reuse object to be determined (step S210; Yes), that printing apparatus is set as the next distribution destination. If there are multiple printers whose remaining assignable logical records are equal to or greater than the remaining reference count of the reuse object to be judged, select the one with the smallest remaining assignable logical records as the distribution destination. To do.

次の振分け先となった印刷装置に対し、判定対象の再利用オブジェクトの残り参照回数全部に対応する論理レコードを割り当て、その数だけ、振分け先の印刷装置の残り割り当て可能論理レコード数を減算する(ステップS211)。これにより、当該再利用オブジェクトの残り参照回数は「0」になるので、ステップS205に戻り、次の再利用オブジェクトに関する割り当て処理を行う。   Allocate logical records corresponding to all remaining reference counts of the reusable object to be judged to the printing device that is the next distribution destination, and subtract the remaining number of logical records that can be allocated to the printing device that is the distribution destination. (Step S211). As a result, the remaining reference count of the reusable object becomes “0”, so the process returns to step S205 to perform allocation processing for the next reusable object.

図11に示す参照回数集計テーブル90に登録されている再利用オブジェクトcの場合、ステップS209において、印刷装置Aに対して43個のうちの33個の論理レコードを割り当てる。そして、再利用オブジェクトcの参照回数に対して「43−33=10」の減算処理が行われる。この減算の結果、再利用オブジェクトaの残り参照回数は「10」となる。すなわち、再利用オブジェクトaを参照する未割り当ての論理レコードが10個残っている。また、印刷装置Aの残り割り当て可能論理レコード数は、「33」が減算されて「0」になる。   In the case of the reuse object c registered in the reference count table 90 shown in FIG. 11, 33 logical records out of 43 are allocated to the printing apparatus A in step S209. Then, a subtraction process of “43−33 = 10” is performed on the reference count of the reuse object c. As a result of this subtraction, the remaining reference count of the reuse object a is “10”. That is, ten unallocated logical records referencing the reuse object a remain. Further, the remaining assignable logical record number of the printing apparatus A is “0” by subtracting “33”.

さらに再利用オブジェクトcの場合、続くステップS210において、その残り参照回数の全部を印刷装置Bに割り当て可能と判定される。そして、次のステップS211において、印刷装置Bの残り割り当て可能論理レコード数に対して「33−10=23」の減算を行い、また再利用オブジェクトcの残り参照回数から「10」を減算する処理を行う。   Further, in the case of the reuse object c, in the subsequent step S210, it is determined that all the remaining reference counts can be assigned to the printing apparatus B. Then, in the next step S211, a process of subtracting “33-10 = 23” from the remaining number of logical records that can be assigned to the printing apparatus B and subtracting “10” from the remaining reference count of the reuse object c. I do.

この結果、印刷装置Bにおける残り割り当て可能論理レコード数は「23」となり、再利用オブジェクトcの残り参照回数は「0」になる。これにより再利用オブジェクトcに係る論理レコードの振分け処理は完了となり、ステップS205に戻って次の再利用オブジェクトに関する処理が行われる。   As a result, the number of remaining allocable logical records in the printing apparatus B is “23”, and the remaining reference count of the reuse object c is “0”. Thereby, the logical record distribution process related to the reuse object c is completed, and the process returns to step S205 to perform the process related to the next reuse object.

本例の場合は、次の判定対象は再利用オブジェクトdになる。再利用オブジェクトdの参照回数は「27」であり、現時点で論理レコードが振分けられていない印刷装置Cの残り割り当て可能論理レコード数は「34」なので、ステップS208で「Yes」の判定となる。その結果、再利用オブジェクトdを参照する27個の論理レコードはすべて印刷装置Cへ振分けられ、再利用オブジェクトdの残り参照回数は「27−27=0」となり、印刷装置Cにおける残り割り当て可能論理レコード数は「34−27=7」の減算が行われて「7」になる(ステップS211)。再利用オブジェクトdについての処理は残り参照回数が「0」になったのでこれで完了し、ステップS205に戻って次の再利用オブジェクトに関する処理が行われる。   In the case of this example, the next determination target is the reuse object d. Since the reference count of the reuse object d is “27” and the remaining allocable logical record number of the printing apparatus C to which no logical record is currently distributed is “34”, “Yes” is determined in step S208. As a result, all the 27 logical records that refer to the reuse object d are distributed to the printing apparatus C, and the remaining reference count of the reuse object d is “27−27 = 0”. The number of records is subtracted from “34−27 = 7” to become “7” (step S211). Since the remaining reference count is “0”, the process for the reuse object d is completed, and the process returns to step S205 to perform the process for the next reuse object.

同様にして、再利用オブジェクトe、再利用オブジェクトfについて順に振分けを行う。これらに関しても同一のアルゴリズムに基づき振分けを行うことになるため、その説明は省略する。   Similarly, the reusable object e and the reusable object f are sorted in order. Since these are also distributed based on the same algorithm, the description thereof is omitted.

例示の印刷ジョブに関し、全ての再利用オブジェクト記述を走査して振分け処理を終えた結果、図12に示すように、再利用オブジェクト及びレイアウト記述ページが各印刷装置A〜Cに振分けられる。   As a result of scanning all the reusable object descriptions for the exemplary print job and finishing the distribution process, the reusable objects and layout description pages are distributed to the printing apparatuses A to C as shown in FIG.

たとえば、図12における「c(33)」の記述は、再利用オブジェクトcを参照する33個の論理レコードが振分けられたことを示す。また、「d(0)」の記述は、再利用オブジェクトdを参照する論理レコードが振分けられていないことを示す。この場合、再利用オブジェクトd自体も振分ける必要がない。図12の例では、グレーの網掛け表示となっている部分は該当の再利用オブジェクトを参照する論理レコードが振分けられていない部分である。たとえば、印刷装置Aの場合、グループ固有情報の中では再利用オブジェクトcのみが必要になっている。   For example, the description “c (33)” in FIG. 12 indicates that 33 logical records referring to the reuse object c have been distributed. The description “d (0)” indicates that the logical record that refers to the reuse object d is not distributed. In this case, it is not necessary to distribute the reuse object d itself. In the example of FIG. 12, the gray shaded portion is a portion to which a logical record that refers to the corresponding reuse object is not distributed. For example, in the case of the printing apparatus A, only the reuse object c is necessary in the group specific information.

このように、同一の再利用オブジェクトを参照する論理レコードがなるべく少ない印刷装置に集約するように振分けることで、各印刷装置のキャッシュメモリに格納される再利用オブジェクト画像を少なくすることができる。その結果、各印刷装置において、再利用オブジェクト画像の圧縮やスワップアウトが生じ難くなり、その分、印刷処理時間を短縮することができる。さらに、上記の集約を行いつつ、各印刷装置への印刷量を、均等にするなど、目標とする比率で印刷を分担させることができるので、集約による時間短縮効果と相乗し、分散印刷による印刷時間の短縮効果を高めることができる。   In this way, by reallocating the logical records that refer to the same reuse object so as to be collected in as few printing apparatuses as possible, the number of reuse object images stored in the cache memory of each printing apparatus can be reduced. As a result, it becomes difficult for each printing apparatus to compress or swap out the reusable object image, and the print processing time can be shortened accordingly. In addition, while performing the above aggregation, printing can be shared at a target ratio such as equalizing the amount of printing to each printing device, so synergy with the time reduction effect of aggregation and printing by distributed printing Time shortening effect can be enhanced.

また、論理レコード単位に振分けるので、ひと纏まりに印刷すべき複数ページが1台の印刷装置で印刷され、1枚の用紙の表裏への印刷や複数ページに対する後処理を適切に行うことができる。   In addition, since the logical records are allocated, a plurality of pages to be printed as a whole are printed by a single printing apparatus, so that one sheet of paper can be printed on the front and back and post-processing for a plurality of pages can be appropriately performed. .

本発明の集約による効率的な振分けを意識せずに、ランダムに各印刷装置にレイアウト記述ページと再利用オブジェクトを振分けた場合、最悪ケースとして、図12のグレー網掛けの部分が全くない場合、すなわち、再利用オブジェクトの送信を省略できるケースがまったく発生しない場合も生じ得る。これに対し、本実施の形態の図12に示す例では、再利用オブジェクトc〜fの各グループ固有情報と印刷装置との組み合わせにおいて、ケース数にして6ケース、全体に対する比率として、6/12=50%の再利用オブジェクトの送信の省略が実現される。   When the layout description page and the reusable object are randomly distributed to each printing device without being aware of the efficient distribution by the aggregation of the present invention, as a worst case, when there is no gray shaded portion in FIG. That is, there may be a case where transmission of the reuse object can be omitted at all. On the other hand, in the example shown in FIG. 12 of the present embodiment, in the combination of each group specific information of the reuse objects cf and the printing apparatus, the number of cases is 6 cases, and the ratio to the whole is 6/12. = 50% reuse object transmission is omitted.

以上、本発明の実施の形態を図面によって説明してきたが、具体的な構成は実施の形態に示したものに限られるものではなく、本発明の要旨を逸脱しない範囲における変更や追加があっても本発明に含まれる。   The embodiment of the present invention has been described with reference to the drawings. However, the specific configuration is not limited to that shown in the embodiment, and there are changes and additions within the scope of the present invention. Are also included in the present invention.

実施の形態では、論理レコードを単位にページを振分けるようにしたが、ページ単位に振分けを行っても良い。たとえば、一人分が1ページであることが決まっているバリアブル印刷の場合、論理レコードを構成するページ数を判定せずに、ページ単位で振分けを行ってもよい。   In the embodiment, pages are distributed in units of logical records. However, distribution may be performed in units of pages. For example, in the case of variable printing in which one person is determined to be one page, the page may be sorted without determining the number of pages constituting the logical record.

実施の形態では、印刷量を複数の印刷装置にほぼ均等に割り当てる場合を例示したが、必ずしも均等に割り当てなくてもよい。たとえば、各印刷装置を印刷処理速度やキャッシュメモリの容量、割り当てるオブジェクトのサイズなどに応じて重み付けし、その重みに応じてそれぞれの印刷装置に分担させる印刷量(論理レコード数やページ数)を増減させてもよい。   In the embodiment, the case where the printing amount is assigned to the plurality of printing apparatuses almost equally has been illustrated, but the printing amount may not necessarily be assigned equally. For example, each printing device is weighted according to the print processing speed, the capacity of the cache memory, the size of the allocated object, etc., and the printing amount (number of logical records and pages) shared by each printing device is increased or decreased according to the weight. You may let them.

実施の形態の図6や図9、図10のフローチャートで示した振分け方法は、バリアブル印刷で頻繁に生じる印刷パターンに対応したものであり、振分け方法はこれに限定されるものではない。同じ再利用オブジェクトを利用する論理レコードやページが、なるべく少ない印刷装置に集約されるように振分ける方式であれば、本発明に含まれる。   The distribution method shown in the flowcharts of FIGS. 6, 9, and 10 of the embodiment corresponds to a print pattern that frequently occurs in variable printing, and the distribution method is not limited to this. Any method that distributes logical records and pages that use the same reusable object so as to be collected in as few printing apparatuses as possible is included in the present invention.

実施の形態では、印刷ジョブを複数の分割ジョブに分割して各印刷装置に送信する振分け機能を代表印刷装置Aが備える構成を示したが、本発明は、印刷機能を持たずに振分け機能を実行する印刷制御装置とされてもよい。   In the embodiment, the configuration in which the representative printing apparatus A has a distribution function that divides a print job into a plurality of divided jobs and transmits the divided jobs to each printing apparatus has been described. However, the present invention provides a distribution function without having a printing function. It may be a print control apparatus to be executed.

本発明の実施の形態では、バリアブル印刷データの形式としてPPMLデータを用いる例を示したが、これに限定されるものではなく、再利用オブジェクトと一時利用オブジェクトを特定でき、かつそれらのページ内での配置を定義できる記述方式であれば他の記述方式であってもよい。   In the embodiment of the present invention, an example in which PPML data is used as a format of variable print data has been described. However, the present invention is not limited to this, and a reuse object and a temporary use object can be specified, and those pages can be specified. Any other description method may be used as long as it is a description method that can define the arrangement of the.

1論理ページを構成するページ数の判定は、実施の形態で例示した方法に限定されない。たとえば、1論理ページを構成するページ数を明示する情報がバリアブル印刷データに予め含まれている場合は、それを参照することで1論理ページを構成するページ数を取得してもよい。   The determination of the number of pages constituting one logical page is not limited to the method exemplified in the embodiment. For example, when information specifying the number of pages constituting one logical page is included in the variable print data in advance, the number of pages constituting one logical page may be acquired by referring to the information.

4…ネットワーク集線装置
10…分散印刷システム
20…クライアント端末装置
21…CPU
22…RAM
23…入力I/F
23a…キーボード
23b…ポインティングデバイス
24…出力I/F
24a…モニタ装置
25…HDD
26…ネットワークI/F
27…システムバス
30…印刷装置群
31…印刷装置(A、B、C)
32…プリンタコントローラ
33…プリンタエンジン
34…システムバス
35…CPU
36…RAM
36a…再利用オブジェクトキャッシュ
37…HDD
37a…スワップアウトファイル
38…ネットワークI/F
39…フラッシュメモリ
39a…PPMLジョブ振分け機能
39b…PPMLインタプリタ機能
39c…RIP機能
41…VideoI/F
50…PPMLデータ
51…再利用オブジェクト記述部
52…ページレイアウト記述部
60…ハガキ
61…表面
62…裏面
63…郵便番号枠罫線
64…ハガキ裏面枠罫線
65…案内文
66…お薦め商品画像
67…郵便番号
68…住所
69…宛名
70…印刷ジョブ
71、72、73…分割ジョブ
80…集計テーブル
90…参照回数集計テーブル
4 ... Network concentrator 10 ... Distributed printing system 20 ... Client terminal 21 ... CPU
22 ... RAM
23 ... Input I / F
23a ... Keyboard 23b ... Pointing device 24 ... Output I / F
24a ... monitor device 25 ... HDD
26 ... Network I / F
27 ... System bus 30 ... Printing device group 31 ... Printing device (A, B, C)
32 ... Printer controller 33 ... Printer engine 34 ... System bus 35 ... CPU
36 ... RAM
36a ... Reuse object cache 37 ... HDD
37a ... Swap-out file 38 ... Network I / F
39 ... Flash memory 39a ... PPML job distribution function 39b ... PPML interpreter function 39c ... RIP function 41 ... Video I / F
50 ... PPML data 51 ... Reuse object description part 52 ... Page layout description part 60 ... Postcard 61 ... Front surface 62 ... Back surface 63 ... Postal code frame ruled line 64 ... Postcard back frame ruled line 65 ... Guidance text 66 ... Recommended product image 67 ... Postal Number 68 ... Address 69 ... Address 70 ... Print job 71, 72, 73 ... Split job 80 ... Count table 90 ... Reference count table

Claims (9)

複数回利用される再利用オブジェクトと1回のみ利用される一時利用オブジェクトと各ページにおけるそれらのレイアウト情報とを含むバリアブル印刷データに基づく複数ページの印刷を複数の印刷装置に分散して行わせる印刷制御装置であって、
前記バリアブル印刷データを入力する入力部と、
前記入力部から入力した前記バリアブル印刷データに基づく複数ページの印刷を前記複数の印刷装置に分散して行わせる際に各印刷装置に割り当てるページ数を決定する分担量決定部と、
前記各印刷装置に割り当てるページ数が前記分担量決定部によって決定されたページ数になり、かつ、同一の再利用オブジェクトを利用する複数のページがより少ない台数の印刷装置に集約されるようにして、前記バリアブル印刷データに基づく複数ページの印刷を前記複数の印刷装置に振分ける振分け部と、
を有する
ことを特徴とする印刷制御装置。
Printing in which a plurality of pages are printed on a plurality of printing apparatuses based on variable print data including a reuse object that is used a plurality of times, a temporary use object that is used only once, and layout information on each page. A control device,
An input unit for inputting the variable print data;
A shared amount determination unit that determines the number of pages to be allocated to each printing device when printing a plurality of pages based on the variable print data input from the input unit is distributed to the plurality of printing devices;
The number of pages allocated to each printing device is the number of pages determined by the sharing amount determination unit, and a plurality of pages using the same reusable object are aggregated in a smaller number of printing devices. A distribution unit that distributes printing of a plurality of pages based on the variable print data to the plurality of printing devices;
A printing control apparatus comprising:
前記バリアブル印刷データに基づくバリアブル印刷における印刷物の単位となる1論理レコードを構成するページ数を判定する判定部をさらに有し、
前記分担量決定部は、各印刷装置に割り当てるページ数に代えて、前記判定部で判定された1論理レコードを構成するページ数に基づいて前記各印刷装置に割り当てる論理レコード数を決定し、
前記振分け部は、各印刷装置に論理レコード単位でページを割り当てるようにして前記振分けを行う
ことを特徴とする請求項1に記載の印刷制御装置。
A determination unit that determines the number of pages constituting one logical record that is a unit of printed matter in variable printing based on the variable printing data;
The sharing amount determination unit determines the number of logical records to be allocated to each printing device based on the number of pages constituting one logical record determined by the determination unit, instead of the number of pages to be allocated to each printing device,
The print control apparatus according to claim 1, wherein the distribution unit performs the distribution by assigning pages to each printing apparatus in units of logical records.
再利用オブジェクトの中から一部の論理レコードでのみ利用される再利用オブジェクトをグループ固有情報として抽出する抽出部をさらに有し、
前記振分け部は、前記グループ固有情報のみを前記集約の対象にして、前記振分けを行う
ことを特徴とする請求項2に記載の印刷制御装置。
An extractor that extracts reusable objects used only in some logical records from the reusable objects as group-specific information;
The print control apparatus according to claim 2, wherein the distribution unit performs the distribution by using only the group specific information as the aggregation target.
前記振分け部は、より多くの論理レコードから利用されるグループ固有情報を利用している論理レコード群から順に、その論理レコード群に属する論理レコードがより少ない数の印刷装置に集約されるように振分ける
ことを特徴とする請求項3に記載の印刷制御装置。
The distribution unit sequentially allocates logical records belonging to the logical record group to a smaller number of printing apparatuses in order from the logical record group using group-specific information used from more logical records. The print control apparatus according to claim 3, wherein the print control apparatus is divided.
前記判定部は、前記バリアブル印刷データに含まれる前記レイアウト情報から、ページ内の同じ位置に配置される一時利用オブジェクトの数を配置位置別に集計し、その最大値で、前記バリアブル印刷データに基づく印刷の総ページ数を除して得た商を、1論理レコードを構成するページ数として求める
ことを特徴とする請求項2に記載の印刷制御装置。
The determination unit totals the number of temporarily used objects arranged at the same position in a page from the layout information included in the variable print data, and prints based on the variable print data with the maximum value. The print control apparatus according to claim 2, wherein a quotient obtained by dividing the total number of pages is obtained as the number of pages constituting one logical record.
再利用オブジェクトの中から一部のページでのみ利用される再利用オブジェクトをグループ固有情報として抽出する抽出部をさらに有し、
前記振分け部は、前記グループ固有情報のみを前記集約の対象にして、前記振分けを行う
ことを特徴とする請求項1に記載の印刷制御装置。
An extractor that extracts reusable objects that are used only on some pages from the reusable objects as group-specific information;
The printing control apparatus according to claim 1, wherein the distribution unit performs the distribution by using only the group specific information as the aggregation target.
前記振分け部は、より多くのページから利用されるグループ固有情報を利用しているページ群から順に、そのページ群に属するページがより少ない数の印刷装置に集約されるように振分ける
ことを特徴とする請求項6に記載の印刷制御装置。
The distribution unit performs distribution so that pages belonging to the page group are aggregated to a smaller number of printing apparatuses in order from the page group using group-specific information used from more pages. The printing control apparatus according to claim 6.
情報処理装置を、
複数回利用される再利用オブジェクトと1回のみ利用される一時利用オブジェクトと各ページにおけるそれらのレイアウト情報とを含むバリアブル印刷データを入力する入力部、
前記入力部から入力した前記バリアブル印刷データに基づく複数ページの印刷を複数の印刷装置に分散して行わせる際に各印刷装置に割り当てるページ数を決定する分担量決定部、
前記各印刷装置に割り当てるページ数が前記分担量決定部によって決定されたページ数になり、かつ、同一の再利用オブジェクトを利用する複数のページがより少ない台数の印刷装置に集約されるようにして、前記バリアブル印刷データに基づく複数ページの印刷を前記複数の印刷装置に振分ける振分け部、
として機能するように動作させる
ことを特徴とする印刷制御プログラム。
Information processing device
An input unit for inputting variable print data including a reuse object used multiple times, a temporary use object used only once, and layout information on each page;
A shared amount determination unit that determines the number of pages to be assigned to each printing device when printing a plurality of pages based on the variable print data input from the input unit is distributed to a plurality of printing devices;
The number of pages allocated to each printing device is the number of pages determined by the sharing amount determination unit, and a plurality of pages using the same reusable object are aggregated in a smaller number of printing devices. A distribution unit that distributes printing of a plurality of pages based on the variable print data to the plurality of printing devices;
A print control program that operates so as to function as a computer.
前記情報処理装置を、
前記バリアブル印刷データに基づくバリアブル印刷における印刷物の単位となる1論理レコードを構成するページ数を判定する判定部としてさらに機能するように動作させると共に、
前記分担量決定部は、各印刷装置に割り当てるページ数に代えて、前記判定部で判定された1論理レコードを構成するページ数に基づいて前記各印刷装置に割り当てる論理レコード数を決定し、
前記振分け部は、各印刷装置に論理レコード単位でページを割り当てるようにして前記振分けを行う
ように動作させる
ことを特徴とする請求項8に記載の印刷制御プログラム。
The information processing apparatus;
While operating to further function as a determination unit that determines the number of pages constituting one logical record that is a unit of printed matter in variable printing based on the variable printing data,
The sharing amount determination unit determines the number of logical records to be allocated to each printing device based on the number of pages constituting one logical record determined by the determination unit, instead of the number of pages to be allocated to each printing device,
The print control program according to claim 8, wherein the distribution unit operates to perform the distribution by assigning pages to each printing apparatus in units of logical records.
JP2011286685A 2011-12-27 2011-12-27 Print control device, print control program Active JP5845892B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011286685A JP5845892B2 (en) 2011-12-27 2011-12-27 Print control device, print control program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011286685A JP5845892B2 (en) 2011-12-27 2011-12-27 Print control device, print control program

Publications (2)

Publication Number Publication Date
JP2013134739A true JP2013134739A (en) 2013-07-08
JP5845892B2 JP5845892B2 (en) 2016-01-20

Family

ID=48911356

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011286685A Active JP5845892B2 (en) 2011-12-27 2011-12-27 Print control device, print control program

Country Status (1)

Country Link
JP (1) JP5845892B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017030312A (en) * 2015-08-05 2017-02-09 キヤノン株式会社 Image output device and control method thereof, and program
JP2019211975A (en) * 2018-06-04 2019-12-12 富士ゼロックス株式会社 Information processing device and program

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007226465A (en) * 2006-02-22 2007-09-06 Konica Minolta Medical & Graphic Inc Image output system and image output method
JP2008112376A (en) * 2006-10-31 2008-05-15 Fuji Xerox Co Ltd Apparatus and program for controlling print
JP2009172913A (en) * 2008-01-25 2009-08-06 Fuji Xerox Co Ltd Image processing apparatus, printing system and program
JP2010079878A (en) * 2008-09-26 2010-04-08 Konica Minolta Systems Lab Inc Variable data printing method using a plurality of printers

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007226465A (en) * 2006-02-22 2007-09-06 Konica Minolta Medical & Graphic Inc Image output system and image output method
JP2008112376A (en) * 2006-10-31 2008-05-15 Fuji Xerox Co Ltd Apparatus and program for controlling print
JP2009172913A (en) * 2008-01-25 2009-08-06 Fuji Xerox Co Ltd Image processing apparatus, printing system and program
JP2010079878A (en) * 2008-09-26 2010-04-08 Konica Minolta Systems Lab Inc Variable data printing method using a plurality of printers

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017030312A (en) * 2015-08-05 2017-02-09 キヤノン株式会社 Image output device and control method thereof, and program
US11269565B2 (en) 2015-08-05 2022-03-08 Canon Kabushiki Kaisha Image forming apparatus that edits page description language based on a delete instruction, and a related control method and storage medium
JP2019211975A (en) * 2018-06-04 2019-12-12 富士ゼロックス株式会社 Information processing device and program
JP7102955B2 (en) 2018-06-04 2022-07-20 富士フイルムビジネスイノベーション株式会社 Information processing equipment and programs

Also Published As

Publication number Publication date
JP5845892B2 (en) 2016-01-20

Similar Documents

Publication Publication Date Title
JP4417153B2 (en) Parallel printing system
CN101714215B (en) Image processing apparatus and image processing method
JP2009260575A (en) Image processing method, image processing program, and image processing device
CN103019631B (en) Printing data processing system and print data processing method
US20100302592A1 (en) Information processing apparatus, control method thereof, and program
JP2006237825A (en) Image processing device, image processing method and image processing program
JP5051327B1 (en) Image processing apparatus and program
JP2011516967A (en) Distributed processing of print jobs
JP2013178652A (en) Print control device
US8334989B2 (en) Printing device and method for parallel processing of data
CN105278890A (en) Information processing apparatus and control method
JP5845892B2 (en) Print control device, print control program
CN102681800B (en) Image processing apparatus and information processing method
JP4978556B2 (en) Image processing apparatus, printing system, and program
US20130293926A1 (en) System and method for imposing a print job
JP6008115B2 (en) Printing device, printing system
JP6706157B2 (en) Information processing apparatus, imposition method, and program
JP2008262405A (en) Document processing system
JP5750018B2 (en) Image processing system, printing system, control device, image processing method and program
JP5799968B2 (en) Printing system
JP2013119242A (en) Image forming apparatus, image forming method, and program
JP5928883B2 (en) Serial tandem printing system, page distribution method, and program
JP5869816B2 (en) PRINT DATA GENERATION DEVICE, PROGRAM, AND PRINTING DEVICE
JP6503999B2 (en) Image processing apparatus, imposition control program, and imposition control method
US20020101603A1 (en) Method and apparatus for embodying documents

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20130417

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140812

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20150520

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150526

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150724

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150818

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20151008

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20151109

R150 Certificate of patent or registration of utility model

Ref document number: 5845892

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150