JP5861351B2 - Variable print job processing program and variable print job processing apparatus - Google Patents

Variable print job processing program and variable print job processing apparatus Download PDF

Info

Publication number
JP5861351B2
JP5861351B2 JP2011205296A JP2011205296A JP5861351B2 JP 5861351 B2 JP5861351 B2 JP 5861351B2 JP 2011205296 A JP2011205296 A JP 2011205296A JP 2011205296 A JP2011205296 A JP 2011205296A JP 5861351 B2 JP5861351 B2 JP 5861351B2
Authority
JP
Japan
Prior art keywords
print job
variable
data
job
variable print
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2011205296A
Other languages
Japanese (ja)
Other versions
JP2013068998A (en
Inventor
山本 一人
一人 山本
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Konica Minolta Inc
Original Assignee
Konica Minolta 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 Inc filed Critical Konica Minolta Inc
Priority to JP2011205296A priority Critical patent/JP5861351B2/en
Publication of JP2013068998A publication Critical patent/JP2013068998A/en
Application granted granted Critical
Publication of JP5861351B2 publication Critical patent/JP5861351B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Description

本発明は、バリアブル印刷ジョブ処理プログラムおよびバリアブル印刷ジョブ処理装置に関し、詳しくは、バリアブル印刷ジョブの編集を行うバリアブル印刷ジョブ処理プログラムおよびバリアブル印刷ジョブ処理装置に関する。   The present invention relates to a variable print job processing program and a variable print job processing apparatus, and more particularly to a variable print job processing program and a variable print job processing apparatus for editing a variable print job.

バリアブル印刷(VDP:Variable Data Printing)は、オンデマンド印刷の一形態であり、データベースファイルの中から所望するデータを取り出して、様々に組み合わせてページごとに違う内容を印刷することができる。また、このようなバリアブル印刷に用いるデータベースの編集も行うことができる。   Variable data printing (VDP) is a form of on-demand printing, in which desired data is extracted from a database file, and various contents can be printed in different combinations for each page. It is also possible to edit a database used for such variable printing.

バリアブル印刷ジョブのデータは、たとえばPPML/VIPP/VPS/FreeFormといったページ記述言語(PDL)により、ページごとに変更されるデータである。このようなバリアブルデータ(バリアブル印刷ジョブのデータ)は、ページに応じて変更される可変データと、各ページで同じ画像を印刷するための再使用可能な固定データとで構成されており、これらデータを用いた印刷をバリアブル印刷という。そしてバリアブル印刷では、固定データと可変データが1つのバリアブル印刷ジョブとしてまとめられている(特許文献1)。   The variable print job data is data that is changed page by page description language (PDL) such as PPML / VIPP / VPS / FreeForm. Such variable data (variable print job data) is composed of variable data that is changed according to the page, and reusable fixed data for printing the same image on each page. Printing using is called variable printing. In variable printing, fixed data and variable data are collected as one variable print job (Patent Document 1).

特開2010−218306号公報JP 2010-218306 A

このようなバリアブル印刷ジョブの内容を編集する際には、そのデータベースファイルを開く必要がある。たとえば、内容の追加では、開いたデータベースに追加する内容を書き込んでゆくことになる。   When editing the contents of such a variable print job, it is necessary to open the database file. For example, when adding contents, the contents to be added are written in the opened database.

このため、元のバリアブル印刷ジョブのデータファイルが大きいと、それを開くのに時間がかかり、また、それにデータを追加して編集すること自体にも多くの時間と手間を要する。   For this reason, if the data file of the original variable print job is large, it takes time to open the data file, and it takes much time and labor to add and edit the data itself.

そこで、本発明の目的は、バリアブル印刷ジョブに簡単な操作で別の印刷ジョブを追加することのできるバリアブル印刷ジョブ処理プログラムおよびそのためのバリアブル印刷ジョブ処理装置を提供することである。   SUMMARY OF THE INVENTION An object of the present invention is to provide a variable print job processing program that can add another print job to a variable print job with a simple operation, and a variable print job processing apparatus therefor.

本発明の上記目的は、下記の手段によって達成される。   The above object of the present invention is achieved by the following means.

(1)一つの印刷ジョブの中に、印刷内容が異なる複数のグループを有して、当該グループごとに印刷することができるバリアブル印刷ジョブと、印刷される内容が変更されない通常印刷ジョブとを区別して画面上に表示する段階と、前記画面に表示されたジョブの中から追加元ジョブとして選択された前記バリアブル印刷ジョブまたは前記通常印刷ジョブの内容を抽出する段階と、前記画面に表示されたジョブの中から追加先ジョブとして選択された前記バリアブル印刷ジョブの中に新たなグループを作成する段階と、前記抽出した前記バリアブル印刷ジョブまたは前記通常印刷ジョブの内容を前記新たなグループ内に追加する段階と、を有する手順をコンピューターに実行させることを特徴とするバリアブル印刷ジョブ処理プログラム。   (1) A variable print job that has a plurality of groups with different print contents in one print job and can be printed for each group is separated from a normal print job in which the contents to be printed are not changed. Separately displaying on the screen, extracting the contents of the variable print job or the normal print job selected as the addition source job from the jobs displayed on the screen, and the job displayed on the screen Creating a new group in the variable print job selected as an addition destination job from among the steps, and adding the extracted contents of the variable print job or the normal print job to the new group A variable print job processing program that causes a computer to execute a procedure comprising:

(2)前記新たなグループは前記バリアブル印刷ジョブ内の複数のグループのうちあらかじめ指定されたグループ内に作成されることを特徴とする(1)記載のバリアブル印刷ジョブ処理プログラム。   (2) The variable print job processing program according to (1), wherein the new group is created in a group designated in advance among a plurality of groups in the variable print job.

(3)前記追加する段階の後の前記バリアブル印刷ジョブ内に複数の同じ外部参照リンクが含まれる場合、前記外部参照リンク先に一度アクセスして、前記外部参照リンクのデータを記憶し、前記バリアブル印刷ジョブ内で、外部参照リンク先のデータを印刷する場合に、当該記憶した前記外部参照リンクのデータを使用して印刷することを特徴とする(1)または(2)記載のバリアブル印刷ジョブ処理プログラム。 (3) when the contain multiple same external reference link to the variable printing the job after the additional stages, and once access to the external reference link destination, and stores the data of the external reference link, before Symbol The variable print job according to (1) or (2), wherein when the data of the external reference link destination is printed in the variable print job, the stored data of the external reference link is used for printing. Processing program.

(4)前記(1)〜(3)のいずれか1つに記載のバリアブル印刷ジョブ処理プログラムを記録したコンピューター実行可能な記憶媒体。   (4) A computer-executable storage medium that records the variable print job processing program according to any one of (1) to (3).

(5)一つの印刷ジョブの中に、印刷内容が異なる複数のグループを有して、当該グループごとに印刷することができるバリアブル印刷ジョブと印刷される内容が変更されない通常印刷ジョブを区別して表示し、選択可能とする表示選択手段と、前記表示選択手段により表示されたジョブの中から追加元ジョブとして選択された前記バリアブル印刷ジョブまたは前記通常印刷ジョブの内容を抽出して、前記表示選択手段に表示されたジョブの中から追加先ジョブとして選択された前記バリアブル印刷ジョブの中に新たなグループを作成して、前記抽出した前記バリアブル印刷ジョブまたは前記通常印刷ジョブの内容を前記新たなグループ内に追加する処理手段と、を有することを特徴とするバリアブル印刷ジョブ処理装置。 (5) A single print job has a plurality of groups with different print contents, and a variable print job that can be printed for each group and a normal print job that does not change the print contents are displayed separately. Selectable display selection means, and extract the contents of the variable print job or the normal print job selected as the addition source job from the jobs displayed by the display selection means , and the display selection means A new group is created in the variable print job selected as an addition destination job from among the jobs displayed in, and the contents of the extracted variable print job or the normal print job are stored in the new group. A variable print job processing apparatus.

(6)前記新たなグループは前記バリアブル印刷ジョブ内の複数のグループのうちあらかじめ指定されたグループ内に作成することを特徴とする(5)記載のバリアブル印刷ジョブ処理装置。   (6) The variable print job processing apparatus according to (5), wherein the new group is created in a group designated in advance among a plurality of groups in the variable print job.

(7)前記処理手段は、さらに、前記バリアブル印刷ジョブ内に複数の同じ外部参照リンクが含まれる場合に、前記外部参照リンク先に一度アクセスして、前記外部参照リンクのデータを記憶し、前記バリアブル印刷ジョブ内で、外部参照リンク先のデータを印刷する場合に、当該記憶した前記外部参照リンクのデータを使用して印刷させることを特徴とする(5)または(6)記載のバリアブル印刷ジョブ処理装置。 (7) said processing means further, to contain multiple same external reference links in the variable print job, and once access to the external reference link destination, and stores the data of the external reference link, before The variable printing according to (5) or (6), wherein when the data of the external reference link destination is printed in the variable print job, the stored data of the external reference link is used for printing. Job processing unit.

本発明によれば、バリアブル印刷ジョブ内で指定されたグループ内に空のグループを作成して、その中に追加する通常印刷ジョブの内容を入れることとしたので、元々あるバリアブル印刷ジョブを開かなくても、簡単に通常印刷ジョブの内容を組み込むことができる。   According to the present invention, an empty group is created in the group designated in the variable print job, and the contents of the normal print job to be added are put therein, so that the original variable print job is not opened. However, the contents of the normal print job can be easily incorporated.

本発明の画像形成装置の一実施形態である画像形成装置の構成を説明するためのブロック図である。1 is a block diagram for explaining a configuration of an image forming apparatus which is an embodiment of an image forming apparatus of the present invention. 画像形成装置を説明するためのブロック図である。It is a block diagram for demonstrating an image forming apparatus. バリアブル印刷ジョブを説明するための図である。It is a figure for demonstrating a variable print job. バリアブル印刷ジョブの追加編集処理(マージ処理という)における指示手順を示すフローチャートである。6 is a flowchart illustrating an instruction procedure in variable print job additional editing processing (referred to as merge processing). ジョブリストの一例を示す図である。It is a figure which shows an example of a job list. マージ処理指示画面の表示例を示す図である。It is a figure which shows the example of a display of a merge process instruction | indication screen. マージする指示後に表示される確認画面例を示す図である。It is a figure which shows the example of a confirmation screen displayed after the instruction | indication to merge. マージ処理の手順を説明するためのフローチャートである。It is a flowchart for demonstrating the procedure of a merge process. マージする通常印刷ジョブの構造例を示す図である。FIG. 6 is a diagram illustrating a structure example of a normal print job to be merged. マージ処理後のバリアブル印刷ジョブの一例を示す図である。FIG. 10 is a diagram illustrating an example of a variable print job after merge processing. 画像形成装置によるバリアブル印刷ジョブの印刷動作手順を示すフローチャートである。6 is a flowchart illustrating a printing operation procedure of a variable print job by the image forming apparatus. 図11に続く、画像形成装置によるバリアブル印刷ジョブの印刷動作手順を示すフローチャートである。12 is a flowchart illustrating a printing operation procedure of a variable print job by the image forming apparatus, following FIG.

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

図1は本発明の画像形成装置の一実施形態である画像形成装置の外観構成を説明するための概略図である。また、図2はこの画像形成装置を説明するためのブロック図である。   FIG. 1 is a schematic diagram for explaining an external configuration of an image forming apparatus as an embodiment of the image forming apparatus of the present invention. FIG. 2 is a block diagram for explaining the image forming apparatus.

本実施形態の画像形成装置1はMFP(Multi−functional peripheral)と云われるもので、プリンタとしての機能のほかにスキャナ、コピーなどの機能を有する。この画像形成装置1は、大別して制御部2、印刷部3、給紙部4、スキャナ5、操作部7、後処理部8などが一体的に取り付けられている。   The image forming apparatus 1 according to the present embodiment is called an MFP (Multi-functional peripheral) and has functions such as a scanner and a copy in addition to functions as a printer. The image forming apparatus 1 is roughly divided into a control unit 2, a printing unit 3, a paper feeding unit 4, a scanner 5, an operation unit 7, a post-processing unit 8, and the like.

また、この画像形成装置1は、ネットワーク50を介して、バリアブル印刷ジョブを作成や編集を行うためのコンピューター51(PC)に接続されている。なお、コンピューター51には、通常のコンピューター51同様にモニター、キーボードやマウスなどが接続されている。   The image forming apparatus 1 is connected via a network 50 to a computer 51 (PC) for creating and editing variable print jobs. Note that a monitor, a keyboard, a mouse, and the like are connected to the computer 51 as in the case of a normal computer 51.

制御部2は、図2に示すように、CPU21、RIP部22(Raster Image Processor)、展開用メモリ23、転送用メモリ24、ハードディスク25(HDD)、通信インターフェース26(NIC:Network Interface Card)、メモリ28を有する。制御部2は操作部7と内部バスにより接続されている。   As shown in FIG. 2, the control unit 2 includes a CPU 21, a RIP unit 22 (Raster Image Processor), a development memory 23, a transfer memory 24, a hard disk 25 (HDD), a communication interface 26 (NIC: Network Interface Card), A memory 28 is included. The control unit 2 is connected to the operation unit 7 via an internal bus.

CPU21は、この画像形成装置1全体の制御を行う。特に本実施形態では、後述するバリアブル印刷ジョブに対する印刷ジョブの追加編集手順に基づいて作成されたプログラムを実行する。このためこのようなCPU21を含む制御部2は、このようなプログラムを実行するコンピューターと言うことができる。   The CPU 21 controls the entire image forming apparatus 1. In particular, in the present embodiment, a program created based on a print job additional editing procedure for a variable print job to be described later is executed. Therefore, it can be said that the control unit 2 including such a CPU 21 is a computer that executes such a program.

RIP部22は、CPU21からの指示により印刷ジョブのデータのなかからコマンドやタグなどのページ記述言語(PDL:Page Description Language)を解析して、文字や画像などのデータをラスタライズして、印刷部3へ出力させるビットマップデータの作成を行う。ビットマップデータは展開用メモリ23に展開されて記憶されることになる。   The RIP unit 22 analyzes a page description language (PDL: Page Description Language) such as a command or tag from the print job data according to an instruction from the CPU 21, rasterizes data such as characters and images, and prints the print unit. Bitmap data to be output to 3 is created. The bitmap data is expanded and stored in the expansion memory 23.

展開用メモリ23は、RIP部22においてビットマップデータに展開されたデータの記憶を行う。転送用メモリ24は、展開用メモリ23に展開されたビットマップデータを印刷部3に送る際に一時記憶する。なお、展開用メモリ23と転送用メモリ24は、物理的に異なるメモリチップよりなってもよし、物理的には同じメモリであって、そのなかの記憶領域をそれぞれに対応させて分割して使用する形態であってもよい。またこれらは、たとえばRAMが使用される。   The expansion memory 23 stores data expanded into bitmap data in the RIP unit 22. The transfer memory 24 temporarily stores the bitmap data expanded in the expansion memory 23 when it is sent to the printing unit 3. Note that the expansion memory 23 and the transfer memory 24 may be physically different memory chips, or are physically the same memory, and the storage areas in the memory are divided and used correspondingly. It may be a form to do. In addition, for example, a RAM is used.

ハードディスク25は、コンピューター51などから送られてきた印刷データ(ラスタライズ前)の記憶に使用される。印刷データはジョブリストの情報と共に記憶される。ジョブリストは、たとえば管理情報ベース(Management Information Base, MIB)として記憶される。   The hard disk 25 is used for storing print data (before rasterization) sent from the computer 51 or the like. The print data is stored together with job list information. The job list is stored as, for example, a management information base (MIB).

なお、ハードディスク25には、そのほかに、たとえば後述するバリアブル印刷ジョブの追加編集処理を行うためのプログラムを記憶する。このプログラムは、ハードディスク25に限らず、たとえばこの画像形成装置1のファームウェアと共に提供され、EPROMなどのファームウェアの記憶部(不図示)に記憶されていてもよい。   In addition, the hard disk 25 stores a program for performing additional editing processing of a variable print job to be described later, for example. This program is not limited to the hard disk 25 but may be provided together with the firmware of the image forming apparatus 1 and stored in a firmware storage unit (not shown) such as an EPROM.

通信インターフェース26は、この画像形成装置1をネットワーク50に接続する。このために、通信インターフェース26は、接続されるネットワーク50の規格に応じてデータの送受信を行う。ここでネットワーク50は、たとえば、イーサネット(登録商標)、トークンリング、およびFDDI(Fiber Distributed Data Interface)等の規格によりコンピューター51やネットワーク機器同士を接続したLAN(Local Area Network)、またはLAN同士を専用線で接続したWAN(Wide Area Network)等の各種のネットワーク50である。なお、図においては、ネットワーク50には、コンピューター51とこの画像形成装置1がそれぞれ1台ずつ接続されるが、これらは複数台接続されていてもよい。   The communication interface 26 connects the image forming apparatus 1 to the network 50. For this purpose, the communication interface 26 transmits and receives data according to the standard of the connected network 50. Here, the network 50 is, for example, a LAN (Local Area Network) in which the computer 51 and network devices are connected according to standards such as Ethernet (registered trademark), token ring, and FDDI (Fiber Distributed Data Interface), or dedicated LANs. Various networks 50 such as a WAN (Wide Area Network) connected by a line. In the figure, one computer 51 and one image forming apparatus 1 are connected to the network 50, but a plurality of them may be connected.

メモリ28は、CPU21が各種処理のために使用する記憶装置である。   The memory 28 is a storage device that the CPU 21 uses for various processes.

印刷部3は、いわゆる印刷エンジンなどと称されているものであり、制御部2から送られてきたビットマップデータを、制御部2からの指令にしたがって、給紙部4から給紙される印刷記録媒体(印刷用紙など)に印刷する。ここで、印刷部3は、たとえば、インクジェット方式や電子写真方式によるものであり、特に限定されない。   The printing unit 3 is referred to as a so-called print engine, and the bitmap data sent from the control unit 2 is printed from the paper feeding unit 4 in accordance with a command from the control unit 2. Print on recording media (printing paper, etc.). Here, the printing unit 3 is based on, for example, an inkjet method or an electrophotographic method, and is not particularly limited.

スキャナ5は原稿から画像の読み取りを行うものである。   The scanner 5 reads an image from a document.

操作部7は、入力手段および表示手段となるものであり、画像形成装置1に対してユーザーがさまざまな操作を入力するための操作パネルと、画像形成装置1の状態(後述するバリアブル印刷の印刷予測時間の表示なども行う)を表示するための表示画面を備えている。これらはたとえば、液晶画面とタッチパネルなどからなる。なお、画像形成装置1の操作は、ネットワーク50を介してコンピューター51から行うことも可能となっている。   The operation unit 7 serves as an input unit and a display unit, and includes an operation panel for a user to input various operations to the image forming apparatus 1 and the state of the image forming apparatus 1 (variable printing printing described later). A display screen for displaying the predicted time is also provided. These include, for example, a liquid crystal screen and a touch panel. The operation of the image forming apparatus 1 can also be performed from the computer 51 via the network 50.

後処理部8は、印刷後の用紙へのステープル綴じ、複数部印刷の際に部ごとに分けるなどの処理を行う。このような後処理部8はオプション機能であり、なくてもよい。   The post-processing unit 8 performs processing such as stapling on the printed paper, and dividing into each copy when printing a plurality of copies. Such a post-processing unit 8 is an optional function and may not be provided.

ここで、バリアブル印刷ジョブについて説明する。バリアブル印刷ジョブは、たとえばPDF/VT(ISO16612−2:2010)で規定されたデータ構造を採用することができる。ここでは、さらにデータ中に、外部データを参照するリンクが記載されていて、そのリンク先の内容を取り出して印刷するバリアブル印刷ジョブについて説明する。このようなリンクを用いることを可能にしたバリアブル印刷ジョブはたとえば、PDF/X−5などとして知られている。このようなリンクによる外部データを参照することで、PDF内に画像など比較的容量の大きなデータを持たずに、外部からそれらのデータを参照することで印刷することができる。一方、PDF/VTによるバリアブル印刷は、1つのPDFファイル内に、階層構造でカテゴリー分類やジョブ設定など多くの情報を内包するデータベースを保持しており、この中に、フォームデータやロゴデータなどの固定データも含まれている。   Here, the variable print job will be described. A variable print job can adopt a data structure defined by PDF / VT (ISO 16612-2: 2010), for example. Here, a variable print job is described in which a link referring to external data is described in the data, and the contents of the link destination are extracted and printed. A variable print job that makes it possible to use such a link is known as PDF / X-5, for example. By referring to the external data by such a link, it is possible to print by referring to the data from outside without having relatively large capacity data such as an image in the PDF. On the other hand, variable printing by PDF / VT maintains a database that contains a lot of information such as category classification and job settings in a hierarchical structure in one PDF file, including form data, logo data, etc. Fixed data is also included.

このようなバリアブル印刷ジョブは、印刷実行時にユーザーからの指示によって印刷するカテゴリーやさらにその中の下位グループなどが選択されて印刷が行われる。このため、バリアブル印刷ジョブは、印刷内容が異なる複数のグループを有しているものであり、それらグループからあらかじめユーザーにより選択されたグループの内容が印刷されることになる。   In such a variable print job, printing is performed by selecting a category to be printed or a lower group in the category according to an instruction from the user when printing is performed. For this reason, the variable print job has a plurality of groups with different print contents, and the contents of groups selected by the user in advance from these groups are printed.

図3はバリアブル印刷ジョブを説明するための説明図である。   FIG. 3 is an explanatory diagram for explaining a variable print job.

この印刷データ100は、1つのバリアブル印刷ジョブとして階層構造をなしている。階層構造のルートとしてドキュメント階層101があり、そのなかにメタデータが階層構造になって分類定義されて含まれている。このメタデータの中に外部参照データを取り出すためのリンクもある。   The print data 100 has a hierarchical structure as one variable print job. There is a document hierarchy 101 as a root of the hierarchical structure, and metadata is classified and defined in a hierarchical structure. There is also a link for extracting external reference data in this metadata.

図示する例では、ルートであるドキュメント階層101の下に、カテゴリー111(上位グループ)、その下に可変データ112(下位グループ)と固定データ113がある、階層構造となっている。可変データ112には、それぞれどのような印刷形態で印刷するかを指定するジョブチケット115が付けられている。このようなカテゴリー111は一つのグループであり、少なくとも一つの可変データが含まれている。   In the example shown in the figure, a hierarchical structure has a category 111 (higher level group) below the document hierarchy 101 that is the root, and variable data 112 (lower level group) and fixed data 113 below it. The variable data 112 is attached with a job ticket 115 for designating what kind of printing form each prints. Such a category 111 is a group and includes at least one variable data.

また、このカテゴリー内には外部からのデータを取り込むための外部参照リンク114も書き込まれている。   In this category, an external reference link 114 for taking in data from the outside is also written.

また、カテゴリーに含まれない固定データ116も、ドキュメント階層101の直下に含まれている。図示しないがカテゴリーに含まれないリンクがあってもよい。これらは全てメタデータである。   Further, fixed data 116 not included in the category is also included immediately below the document hierarchy 101. Although not shown, there may be a link not included in the category. These are all metadata.

カテゴリー111は、バリアブル印刷ジョブ内において、あらかじめ決めた条件で分類したメタデータである。たとえば、顧客の郵便番号による分類、商品ごとの分類、顧客年齢ごとの分類など、印刷データの作成者によって定義されるデータである。このカテゴリー111の使用形態の一例としては、ダイレクトメールがある。そのシナリオの一例としてはたとえば、今月は特定地域に対してダイレクトメールを送る際に郵便番号で分類したカテゴリーにより分類する。来月は特定の商品の販売促進を行うために、商品ごとのカテゴリーに分類するなどである。   The category 111 is metadata classified under predetermined conditions in the variable print job. For example, the data is defined by the creator of the print data, such as classification by customer zip code, classification by product, classification by customer age, and the like. An example of usage of this category 111 is direct mail. As an example of the scenario, for example, this month, when direct mail is sent to a specific area, it is classified according to the category classified by zip code. Next month, to promote sales of specific products, it will be classified into categories for each product.

たとえば、郵便番号分けする場合、図示するカテゴリーAは、「1××−××××」を含む郵便番号、カテゴリーBは「2××−××××」を含む郵便番号とするなどである。同様に、商品で分ける場合は、カテゴリーAは普及機種、カテゴリー2は高機能機種とするなどである。また、このような郵便番号(すなわち特定地域)と商品分類を複合的に合わせたカテゴリーとしてもよい。たとえば、カテゴリーAは「1××−××××」を含む郵便番号でかつ普及機種、カテゴリーBは「2××−××××」を含む郵便番号でかつ高機能機種とするなどである。もちろんそのほかさまざまな分類や複合分類などが可能である。   For example, when dividing the zip code, the category A shown in the figure is a zip code including “1xxx-xxx”, the category B is a zip code including “2xxx-xxx”, etc. is there. Similarly, when dividing by product, category A is a popular model, category 2 is a high-functional model, and so on. Moreover, it is good also as a category which combined such a zip code (namely, specific area) and merchandise classification. For example, category A is a zip code including “1xxx-xxxxxx” and a popular model, category B is a zipcode containing “2xxx-xxxxxx” and a high-functional model, etc. is there. Of course, various other classifications and compound classifications are possible.

1つのカテゴリー111の下には、可変データ112と固定データ113が含まれている。これらもメタデータの1つである。   Under one category 111, variable data 112 and fixed data 113 are included. These are also metadata.

可変データ112は、印刷ページや印刷位置などに応じて変更させて印刷されるものである。具体的には、たとえば、顧客の住所氏名、商品番号や商品写真、ページや印刷位置ごとに異なる見出し語などである。図示では、「氏名1」、「氏名2」などとした。氏名以外にも、上記のように商品番号や写真、見出し語などであってもよい。また、この可変データ112のなかにはそれらのデータをどのよう印刷するかを示すジョブチケット115が付属している。このジョブチケットも可変データと共に可変できるものであるため、可変データの一つとなる(詳細後述)。   The variable data 112 is printed by being changed according to a print page, a print position, or the like. Specifically, for example, the customer's address name, product number, product photo, headwords that differ for each page and print position, and the like. In the figure, “name 1”, “name 2”, etc. are used. In addition to the name, it may be a product number, photo, headword, etc. as described above. In addition, a job ticket 115 indicating how to print the data is attached to the variable data 112. Since this job ticket can be changed together with variable data, it becomes one of the variable data (details will be described later).

図示する「氏名1」、「氏名2」などの可変データは、それぞれ可変データ112の1つひとつのグループを示している。たとえば、カテゴリーAが郵便番号分けである場合、たとえば「氏名1」、「氏名2」などの可変データはともにカテゴリーAに分類された郵便番号を持つ顧客の住所氏名などの顧客情報を含むデータである。ここで、可変データを「氏名1」、「氏名2」などにグループに分けているが、郵便番号をさらに細分化してグループ分けしてもよいし、同じ顧客情報を解像度などの印刷形態の違いで分けるなどしてもよい。図では「氏名1」、「氏名2」の2つしか示していないがさらに多くのグループ分けが可能である(もちろんグループが1つであってもよい)。   The variable data such as “name 1” and “name 2” shown in the figure indicate each group of the variable data 112. For example, when category A is zip code classification, variable data such as “name 1” and “name 2” are data including customer information such as the address and name of a customer having a zip code classified in category A. is there. Here, the variable data is divided into “name 1”, “name 2”, etc., but the postal code may be further subdivided into groups, and the same customer information may be printed in different formats such as resolution. You may divide by. Although only two names “name 1” and “name 2” are shown in the figure, further grouping is possible (of course, there may be one group).

そして、それぞれの可変データ112には、そのデータをどのような印刷形態で印刷するかを指定したジョブチケット115が付いている。具体的な印刷形態としては、たとえば「氏名1」の可変データのデータを印刷する際の、用紙サイズ、解像度、カラー印刷、印刷するページ数、印刷物をステープル綴じ、ページ内の印刷位置、使用する固定データの指定、外部参照リンクの指定などである。「氏名2」の可変データも同様である。   Each variable data 112 is accompanied by a job ticket 115 that specifies in what printing form the data is to be printed. As a specific printing mode, for example, when printing variable data of “name 1”, the paper size, resolution, color printing, number of pages to be printed, staple binding of printed matter, printing position in the page, and use are made. For example, specification of fixed data and specification of external reference link. The same applies to the variable data of “name 2”.

なお、ジョブチケット115に含まれる印刷形態はここに例示した以外のであってもよく、印刷時に実行させる指令である。したがってジョブチケット115の内容は、印刷する形態(用紙内のレイアウト)に応じて適宜追加したり省略したりできる。たとえば、可変データ112に付属させたジョブチケット115において、印刷位置や用紙サイズなどの指定がない場合、使用する固定データのレイアウトに合わせた用紙サイズが選択される。また、可変データ112のジョブチケット115に印刷するページの指定がなければ、その可変データ112を全ページ分印刷することになる。このような指定がない形態については、デフォルトとしてあらかじめ画像形成装置1に登録しておいてもよいし、ジョブを送信するときに、カテゴリー111とは関係なく無指定のデータを印刷する場合の形態として画像形成装置1に送信してもよい。   Note that the print form included in the job ticket 115 may be other than those exemplified here, and is a command to be executed at the time of printing. Therefore, the contents of the job ticket 115 can be added or omitted as appropriate according to the printing form (layout in the paper). For example, in the job ticket 115 attached to the variable data 112, when there is no designation of a print position, a paper size, or the like, a paper size that matches the layout of the fixed data to be used is selected. If no page to be printed is specified in the job ticket 115 of the variable data 112, the variable data 112 is printed for all pages. A form without such designation may be registered in advance in the image forming apparatus 1 as a default, or a form in which unspecified data is printed regardless of the category 111 when a job is transmitted. May be transmitted to the image forming apparatus 1.

固定データ113はいわゆるフォームデータと称されているものであり、複数のページや複数の印刷位置ごとに同じ内容を印刷するためのデータである。図では、「フォーム1」、「フォーム2」として示した。このような固定データ113は、たとえば複数のページで同じ見出し語、複数のページの同じデザインのイメージ、商品写真、ロゴ、バーコード、帳票などにおける各項目名および枠線などである。ここで、複数のページ、複数の印刷位置とは、たとえばカタログ印刷などでは、第1〜第10ページまでは家庭用品であることを示す大見出し語、さらにそのなかの第1〜第5ページはリビング用品、第6〜第10ページは台所用品などを示す小見出し語とするなどである。さらには、1ページ内において、ページ内上部に高機能品を示す見出し語、下に普及品を示す見出し語とするなど、印刷位置ごとに異なるものとしてもよい。このような固定データ113は、1つのカテゴリー111のなかで複数あってもよい。   The fixed data 113 is so-called form data, and is data for printing the same content for each of a plurality of pages and a plurality of printing positions. In the figure, “form 1” and “form 2” are shown. Such fixed data 113 is, for example, the same headword on a plurality of pages, the image of the same design on a plurality of pages, a product photo, a logo, a barcode, a form line, etc. Here, a plurality of pages and a plurality of printing positions are, for example, catalog printing, etc., a large headword indicating that the first to tenth pages are household items, and the first to fifth pages of them are Living articles, pages 6 to 10 are small headwords indicating kitchen utensils. Further, in one page, it may be different for each printing position, such as a headword indicating a high-function product at the top of the page and a headword indicating a popular product below. There may be a plurality of such fixed data 113 in one category 111.

外部参照リンク114は、取り込むデータが存在する場所を示すURLが書き込まれている。リンク先のデータはたとえば、他のフォームデータと同様に画像(イメージ)データなどであるが画像データに限定されるものではない。   In the external reference link 114, a URL indicating a location where data to be captured exists is written. The linked data is, for example, image data as with other form data, but is not limited to image data.

一方、カテゴリー111に分類されない固定データ116もメタデータである。カテゴリー111に分類されない固定データ116とは、たとえば、複数のカテゴリー111をまたいで共通に印刷するデータ(イメージや語句など)である。ここで複数のカテゴリー111とは、少なくとも2つ以上のカテゴリー111をいう。   On the other hand, the fixed data 116 that is not classified into the category 111 is also metadata. The fixed data 116 that is not classified into the category 111 is, for example, data (images, phrases, etc.) that are printed in common across a plurality of categories 111. Here, the plurality of categories 111 means at least two or more categories 111.

そして、このようなバリアブル印刷ジョブは、画像形成装置1に転送された後、コンピューター51からの指示または画像形成装置1の操作部7からの指示で、複数のカテゴリー111をまとめて印刷したり、その中の可変データを個別に指定して印刷することができる。印刷指示(印刷するグループの選択)は、バリアブル印刷ジョブを画像形成装置1に転送するときでもよいし、後から別に行われるようにしてもよい。   Then, after such a variable print job is transferred to the image forming apparatus 1, a plurality of categories 111 can be printed together by an instruction from the computer 51 or an instruction from the operation unit 7 of the image forming apparatus 1. Among them, variable data can be individually designated and printed. The print instruction (selection of the group to be printed) may be performed when the variable print job is transferred to the image forming apparatus 1 or may be performed separately later.

次に、バリアブル印刷ジョブの追加編集処理の手順を説明する。図4はバリアブル印刷ジョブの追加編集処理(マージ処理という)における指示手順を示すフローチャートである。   Next, a procedure for additional editing processing of a variable print job will be described. FIG. 4 is a flowchart showing an instruction procedure in additional editing processing (referred to as merge processing) of a variable print job.

ここではコンピューター51により、画像形成装置1に記憶されているバリアブル印刷ジョブに、同様に画像形成装置1に記憶されている他の印刷ジョブデータを追加する処理手順を説明する。このような印刷データの追加編集をマージという。ここで、説明するマージ処理を行う主体はコンピューター51である。したがって、ここではコンピューター51が、バリアブル印刷ジョブ処理装置となる。   Here, a processing procedure for adding other print job data stored in the image forming apparatus 1 to the variable print job stored in the image forming apparatus 1 by the computer 51 will be described. Such additional editing of print data is called merging. Here, the subject that performs the merge processing to be described is the computer 51. Therefore, here, the computer 51 is a variable print job processing apparatus.

まず、コンピューター51は、その上の操作画面からジョブマージ処理開始の指示があった後、コンピューター51から画像形成装置1の通信インターフェース26を経由してハードディスク25に保持されているジョブリストを取得する(S1)。   First, the computer 51 receives a job merge processing start instruction from the operation screen on the computer 51, and then acquires a job list held on the hard disk 25 from the computer 51 via the communication interface 26 of the image forming apparatus 1. (S1).

なお、ジョブリストの情報取得タイミングは、この時(このマージ処理を行うプログラムが起動されたタイミング)ではなく、他の印刷処理終了時などに画像形成装置1でジョブリストが更新されたときに自動的に取得することとして、常に最新のジョブリストがコンピューター51側にもあるようにしておいてもよい。そのように設定されている場合は、S1の処理はスキップするようにする。   Note that the job list information acquisition timing is not automatically at this time (the timing at which this merge processing program is started) but automatically when the job list is updated in the image forming apparatus 1 at the end of other print processing. Alternatively, the latest job list may always be on the computer 51 side as well. If so, the process of S1 is skipped.

ジョブリストの取得方法は、MIBテーブルに保持されている情報をSNMPにより取得する方法やXMLデータをHTTPもしくはHTTPsにより取得する方法があるが、ネットワークを経由して情報を取得できる方法であればなんでもよい。取得したジョブリストのデータは、コンピューター51内に一時記憶される(ここでジョブリストのデータが一時記憶される場所は通常のコンピューター51同様にコンピューター51内のメモリ(不図示)であるが、ハードディスクなどであってもよい)。   The job list acquisition method includes a method of acquiring information held in the MIB table by SNMP and a method of acquiring XML data by HTTP or HTTPs. Any method can be used as long as it can acquire information via a network. Good. The acquired job list data is temporarily stored in the computer 51 (where the job list data is temporarily stored in a memory (not shown) in the computer 51 as in the case of the normal computer 51). Etc.)

図5はジョブリストの一例を示す図である。図示するように、ジョブリストには、それぞれのジョブごとに、ジョブID(JobID)、ジョブ名、カテゴリー、ユーザー名(可変データ)、ジョブチケット、フォームデータ(固定データ)、外部参照リンクなどが記載されている。ここで表示されているフォームデータ(固定データ)、外部参照リンクは、ジョブチケット内で指定されているフォームデータ(固定データ)、外部参照リンクが表示されることになる。   FIG. 5 shows an example of the job list. As shown in the figure, the job list includes a job ID (Job ID), a job name, a category, a user name (variable data), a job ticket, form data (fixed data), an external reference link, and the like for each job. Has been. The form data (fixed data) and external reference link displayed here are the form data (fixed data) and external reference link specified in the job ticket.

このジョブリストは、バリアブル印刷に対応したものであるため、各項目もそれに対応したものとなっている。バリアブル印刷ジョブと通常印刷ジョブがそれぞれ表示されていて、それぞれが区別できるようにジョブ名に記載されている。なお、通常印刷ジョブでは、カテゴリー分けや、フォームデータは存在しない場合は空欄となる。リンクも、存在しない場合は空欄となる。また、通常印刷ジョブにおけるジョブチケットは、バリアブル印刷同様に、その印刷を行う際の印刷する形態(用紙内のレイアウト)の設定である。   Since this job list corresponds to variable printing, each item also corresponds to it. Variable print jobs and normal print jobs are displayed, and are described in the job names so that they can be distinguished from each other. Note that in a normal print job, it is blank if there is no categorization or form data. The link is also blank if it does not exist. Further, the job ticket in the normal print job is a setting of a printing form (layout in the paper) when performing the printing as in the variable printing.

画像形成装置1から情報を取得したら、コンピューター51はマージ処理指示画面を表示する(S2)。図6はマージ処理指示画面の表示例を示す図である。マージ処理の指示は、たとえば、図6(a)に示すようにドラッグアンドドロップでマージ指示する方法であり、JobID=004をJobID=001へマージする場合を例示した。またたとえば、図6(b)に示すようにジョブを選択してからメニュー画面にて指示を決めるような方法であり、JobID=002〜004をまとめる場合に、それらを選択してサブメニューから示指(「図ではバリアブル新規作成」)を選択するなどである。その他、外部参照リンクやユーザー情報などデータベースを作成する上で必要な情報を表示して、マージすると効果があるように提案する形で表示してもよい。なお、このように、マージ後の効果をマージ前に表示する場合、全てのジョブリストの内容から、たとえば表示したジョブリスト内の印刷ジョブ間で、同じ外部参照リンクがあるか否かなどをあらかじめ検索しておく必要がある。   When the information is acquired from the image forming apparatus 1, the computer 51 displays a merge processing instruction screen (S2). FIG. 6 is a diagram showing a display example of the merge processing instruction screen. The merge processing instruction is, for example, a method of performing a merge instruction by drag and drop as shown in FIG. 6A, and exemplifies the case of merging JobID = 004 to JobID = 001. Further, for example, as shown in FIG. 6 (b), the method is such that an instruction is determined on the menu screen after selecting a job. When JobID = 002 to 004 is put together, they are selected and indicated from the submenu. ("Variable creation in the figure") is selected. In addition, information necessary for creating the database, such as external reference links and user information, may be displayed and displayed in a form that suggests that merging is effective. In this way, when displaying the effect after merging before merging, it is determined in advance from the contents of all job lists whether, for example, there is the same external reference link between print jobs in the displayed job list. Need to search.

マージ処理の実行指示が出されたら(S3:YES)、コンピューター51は、指定されたジョブの情報を取得する(S4)。この処理は、後述するマージ処理時に使用する情報である。   When an instruction to execute merge processing is issued (S3: YES), the computer 51 acquires information on the designated job (S4). This process is information used at the time of a merge process to be described later.

さらにユーザーがマージ位置を指定する情報やその他の追加情報を入力するための入力画面を表示して、ユーザーからの入力や選択指示の情報を取得する(S5:マージ情報取得)。   Further, an input screen for inputting information for designating the merge position and other additional information is displayed by the user, and information on input and selection instructions from the user is acquired (S5: merge information acquisition).

また、S5において、入力する情報は、たとえば、JobID=004をJobID=001へマージするときに、マージ位置となるグループ、ここではカテゴリーやフォームデータなど、通常印刷ジョブでは基本的には持たない情報を選択したり、その他必要な情報を入力したりする。また新規作成の場合は、バリアブルジョブを新規作成する(S6:YES、およびS10)。S6において新規のバリアブル印刷ジョブが作成されなければ(S6:NO)、そのまま処理は次のS7のステップへ移る。   In S5, the information to be input is, for example, information that is basically not included in a normal print job, such as a group that is a merge position when merging JobID = 004 into JobID = 001, such as a category or form data. Or enter other required information. In the case of new creation, a new variable job is created (S6: YES and S10). If a new variable print job is not created in S6 (S6: NO), the process proceeds to the next step S7.

続いて、コンピューター51は、マージ指示の確認画面を表示する(S7)。図7はマージする指示後に表示される確認画面例を示す図である。この図では、図6(a)のようにしてJobID=004をJobID=001へマージする指示があった後に表示される確認画面例を示した。図示するように、マージ先のJobID=001の内容と、マージするJobID=004の内容とともに、「OK」、「キャンセル」のボタンが表示される。   Next, the computer 51 displays a merge instruction confirmation screen (S7). FIG. 7 is a diagram showing an example of a confirmation screen displayed after an instruction to merge. This figure shows an example of a confirmation screen displayed after an instruction to merge JobID = 004 with JobID = 001 as shown in FIG. As shown in the drawing, “OK” and “Cancel” buttons are displayed together with the contents of JobID = 001 of the merge destination and the contents of JobID = 004 to be merged.

マージ処理の実行指示が出されない場合、すなわちキャンセルが押された場合(S8:NO)、コンピューター51は、表示されているポップアップ画面やマージ操作用のボタンの表示などの画面から消去する。また、S10において新規バリアブルジョブが作成されていれば、それも使用しないので消去する。その後、処理を終了する。このときマージ処理などは行われないため、画像形成装置1へのジョブの送信などは行われず、ジョブリストも更新されない。   When the merge processing execution instruction is not issued, that is, when cancel is pressed (S8: NO), the computer 51 erases the displayed pop-up screen, merge operation button display, or the like. If a new variable job is created in S10, it is not used and is deleted. Thereafter, the process ends. At this time, since merge processing or the like is not performed, transmission of a job to the image forming apparatus 1 is not performed, and the job list is not updated.

一方、マージ処理の実行が指示された場合、すなわちOKが押された場合(S8:YES)、マージ処理を実行することになる。   On the other hand, when execution of the merge process is instructed, that is, when OK is pressed (S8: YES), the merge process is executed.

以上でバリアブル印刷ジョブへのマージ処理の指示が終了する。コンピューター51は指示されたマージ処理の内容に従ってバリアブル印刷ジョブに他の印刷ジョブの追加(マージ)の処理を実行する。図8はマージ処理の手順を説明するためのフローチャートである。また、図9はマージする通常印刷ジョブの構造例を示す図である。   This completes the instruction for the merge processing into the variable print job. The computer 51 executes processing for adding (merging) another print job to the variable print job in accordance with the contents of the instructed merge processing. FIG. 8 is a flowchart for explaining the procedure of the merge process. FIG. 9 is a diagram showing an example of the structure of a normal print job to be merged.

ここでまず、通常印刷ジョブの構造例について説明する。通常印刷ジョブは、図9に示したように、そのジョブ名称「Title」に始まってさまざま印刷時に実行する内容を指示したタグが配置されている。図9(a)はジョブ名称「bbbb」、図9(b)は「aaaa」である。   First, an example of the structure of a normal print job will be described. As shown in FIG. 9, the normal print job has a tag indicating the contents to be executed at the time of various printings starting with the job name “Title”. FIG. 9A shows the job name “bbbb”, and FIG. 9B shows “aaaa”.

図8を参照して、コンピューター51は、マージ処理のためにまず、マージ元(マージする印刷ジョブ)である通常印刷ジョブの中から印刷する内容を抽出することになる。   With reference to FIG. 8, the computer 51 first extracts the contents to be printed from the normal print job which is the merge source (print job to be merged) for the merge process.

それにはまず、コンピューター51は、コマンドExtemalLinkタグを探し出して、外部参照リンク先のURLを抽出する(S21)。このときコンピューター51は、抽出したURLを一時記憶する。一時記憶はコンピューター51内のメモリなどに記憶される(以下同様)。   First, the computer 51 searches for a command ExtLink link tag and extracts the URL of the external reference link destination (S21). At this time, the computer 51 temporarily stores the extracted URL. The temporary storage is stored in a memory or the like in the computer 51 (the same applies hereinafter).

続いて、コンピューター51は、BeginFeatureタブによりジョブの内容を抽出する(S22)。この段階では、通常印刷ジョブにあるすべてのBeginFeatureタブからそのジョブの内容を抽出することになる。コンピューター51は、抽出したジョブ内容を一時記憶する。   Subsequently, the computer 51 extracts the contents of the job using the BeginFeature tab (S22). At this stage, the contents of the job are extracted from all BeginFeature tabs in the normal print job. The computer 51 temporarily stores the extracted job contents.

続いて、コンピューター51は、通常印刷ジョブの中に、そのほかの情報、たとえばユーザー情報などがあればそれらのタグから抽出する(S23)。コンピューター51は、抽出したその他の情報を一時記憶する。   Subsequently, if there is other information such as user information in the normal print job, the computer 51 extracts it from those tags (S23). The computer 51 temporarily stores other extracted information.

ここまでの処理は、マージ指示処理におけるS4の処理によって行われる。   The process so far is performed by the process of S4 in the merge instruction process.

続いて、コンピューター51は、マージ先のバリアブル印刷ジョブを検査して、抽出して一時記憶したマージ元の各情報がバリアブル印刷ジョブにあてはめ追加可能かを調べる(S24)。これはたとえば、マージ先のバリアブル印刷ジョブが外部参照リンクを使用できるか、BeginFeatureタブから抽出したジョブ設定が使用できるかなどである。   Subsequently, the computer 51 inspects the merge destination variable print job and checks whether each merge source information extracted and temporarily stored can be added to the variable print job (S24). This is, for example, whether the variable print job at the merge destination can use the external reference link, or can the job setting extracted from the BeginFeature tab be used.

ここでマージ不可となれば(S25:NO)、その旨(またその理由とともに)を表示して(S30)、処理を終了する。なお、このマージ不可となった場合においては、この手順を実行しているコンピューター51画面上に、マージ不可である旨を表示するだけでなく、さらに画像形成装置1の操作部7の画面上にもマージ不可であることを表示するようにしてもよい。   If merging is not possible here (S25: NO), that effect (and the reason) is displayed (S30), and the process is terminated. In the case where the merge is impossible, not only the fact that the merge is impossible is displayed on the computer 51 screen executing this procedure, but also the screen of the operation unit 7 of the image forming apparatus 1 is displayed. May also indicate that merging is not possible.

一方、マージ可能であれば(S25:YES)、コンピューター51は、マージ先のバリアブル印刷ジョブ内に空のデータベース(新たなグループ)を作成する(S26)。なお、新規バリアブル印刷ジョブが作成されている場合(前述のS10)は、その中に空のグループを作ることになる。   On the other hand, if merging is possible (S25: YES), the computer 51 creates an empty database (new group) in the variable print job to be merged (S26). When a new variable print job has been created (S10 described above), an empty group is created therein.

空のデータベースを作成する位置は、前述したマージ処理の指示処理中においてS5にて指定されたグループ(ここではカテゴリーA)内である。作成する新たな空のグループは、カテゴリーだけでなく、カテゴリー外のルートの直下でもよいし、一つの可変データを一つのグループとしてその中にさらにグループを作るようにしてもよい。   The position where the empty database is created is within the group (here, category A) designated in S5 during the merge processing instruction processing described above. The new empty group to be created is not limited to the category, but may be directly under the route outside the category, or one variable data may be formed as one group and further groups may be created therein.

続いてコンピューター51は、S26で作成した空のデータベースに、S21〜23で抽出して一時記憶したマージ元の通常印刷ジョブの内容を追加する(S27)。これにより元々のバリアブル印刷ジョブに、通常印刷ジョブが追加されたバリアブル印刷ジョブができあがる。   Subsequently, the computer 51 adds the contents of the normal print job of the merge source extracted and temporarily stored in S21 to 23 to the empty database created in S26 (S27). As a result, a variable print job in which a normal print job is added to the original variable print job is completed.

できあがったマージ後のバリアブル印刷ジョブは、画像形成装置1へ送信する(S28)。画像形成装置1では、受け取ったジョブをハードディスク25に記憶するとともに、ジョブリストの情報も更新して保存する。また、更新したジョブリストをコンピューター51へ送信する。これによりコンピューター51では更新後のジョブリストを受信して、現在表示されているジョブリストを書き換えて表示する(S29)。以上によりマージ処理は終了する。   The merged variable print job is transmitted to the image forming apparatus 1 (S28). In the image forming apparatus 1, the received job is stored in the hard disk 25, and job list information is also updated and saved. In addition, the updated job list is transmitted to the computer 51. As a result, the computer 51 receives the updated job list and rewrites and displays the currently displayed job list (S29). Thus, the merge process ends.

図10はマージ処理後のバリアブル印刷ジョブの一例を示す図である。以上の処理により、図10に示すように、可変データの一つグループとして、「氏名5」のデータ1120とそのジョブチケット1150が追加された形態となる。なお、図10は、前述したマージ処理の指示処理中においてS5において、追加するジョブをカテゴリーAに入れることを選択した場合である。図においては、「氏名5」のあとにジョブチケットが存在しているように示したが、これはあくまでも本実施形態をわかりやすく説明するためで、実際のジョブデータ(特にマージ処理後のジョブデータ)の追加においては、このような順番は関係ない。これは、印刷ジョブが実行される際には、そこに含まれているコマンドやタグが解釈されて実行されるため、印刷に際してその記載順は関係ないためである。   FIG. 10 is a diagram illustrating an example of a variable print job after the merge process. With the above processing, as shown in FIG. 10, the data 1120 of “name 5” and its job ticket 1150 are added as one group of variable data. FIG. 10 shows a case where the job to be added is selected to be placed in category A in S5 during the above-described merge processing instruction processing. In the figure, it is shown that a job ticket exists after “name 5”, but this is only for the purpose of explaining this embodiment in an easy-to-understand manner, and actual job data (especially job data after merge processing). ) Is not relevant in this order. This is because when a print job is executed, the commands and tags included therein are interpreted and executed, so that the order of description is not relevant for printing.

以上によりコンピューター51上でもバリアブル印刷ジョブへ他の印刷ジョブを追加編集する処理が追加先となるバリアブル印刷ジョブを開くことなく実施することができる。   As described above, the process of adding and editing another print job to the variable print job can also be performed on the computer 51 without opening the variable print job to be added.

以上説明した追加編集処理(マージ処理)は、画像形成装置1上の操作部7をから実行することもできる。すなわち、画像形成装置1に上述した追加編集の指示手順と処理手順を行うためのプログラムを導入しておいて、そのプログラムを画像形成装置1の制御部2が実行することで、コンピューター51での処理手順と同じように画像形成装置1の操作部7の画面を通じてユーザーが指示を与えることでバリアブル印刷ジョブへ他のジョブを追加編集することができる。この場合、画像形成装置1はバリアブル印刷ジョブを受け取ると、そのデータをハードディスク15に記憶する。そして追加するデータも画像形成装置1へ送信してハードディスク15に記憶させる。そのうえで追加編集の指示手順と処理手順を行うためのプログラムを実行すればよい。この場合、画像形成装置1の制御部2が表示選択手段および処理手段となる。   The additional editing process (merge process) described above can also be executed from the operation unit 7 on the image forming apparatus 1. That is, a program for performing the above-described additional editing instruction procedure and processing procedure is introduced into the image forming apparatus 1, and the program is executed by the control unit 2 of the image forming apparatus 1. Similar to the processing procedure, another job can be additionally edited to the variable print job by giving an instruction through the screen of the operation unit 7 of the image forming apparatus 1. In this case, when receiving the variable print job, the image forming apparatus 1 stores the data in the hard disk 15. Data to be added is also transmitted to the image forming apparatus 1 and stored in the hard disk 15. In addition, a program for performing an additional editing instruction procedure and processing procedure may be executed. In this case, the control unit 2 of the image forming apparatus 1 serves as a display selection unit and a processing unit.

なお、当然のことではあるが、画像形成装置1が汎用コンピューター51のプログラムを実行できるものであれば、上述したコンピューター51が追加編集の指示手順と処理手順を実行するプログラムと同じものでもよいし、画像形成装置1が専用のプログラムを必要とするのであれば、それに合わせて追加編集の指示手順と処理手順を実行するプログラムを用意して実行することになる。   Of course, as long as the image forming apparatus 1 can execute the program of the general-purpose computer 51, the computer 51 may be the same as the program for executing the additional editing instruction procedure and the processing procedure. If the image forming apparatus 1 requires a dedicated program, a program for executing an additional editing instruction procedure and processing procedure is prepared and executed accordingly.

次に、画像形成装置1によるバリアブル印刷ジョブの印刷動作について説明する。   Next, a variable print job printing operation by the image forming apparatus 1 will be described.

基本的な印刷動作は、ネットワーク50を介してコンピューター51からプリントジョブを受信すると、制御部2が受信した印刷ジョブの画像を印刷出力すべく、指定された給紙部4内の印刷にあった用紙がある給紙トレイから給紙を行う。ここで印刷ジョブは印刷ジョブ情報(ジョブチケット設定ともいう)と、例えばCYMKの4色からなる画像データとで構成される。印刷ジョブは、ハードディスク25に保持され、制御部2内においてラスタライズされ、印刷する画像データがハードディスク25に記憶される。印刷ジョブのデータはいったんハードディスク25に記憶されたのち、印刷が実行された後も、それを消去するコマンドの入力またはあらかじめ決定されてジョブ数(または容量)に達するまで消去されない。このため特にバリアブル印刷ジョブの場合は、いったん印刷が終了した後でも再利用することができる。   The basic printing operation was printing in the designated paper feeding unit 4 to print out an image of the print job received by the control unit 2 when a print job is received from the computer 51 via the network 50. Feed paper from the paper tray that contains the paper. Here, the print job includes print job information (also referred to as job ticket setting) and image data including, for example, four colors of CYMK. The print job is held in the hard disk 25, rasterized in the control unit 2, and image data to be printed is stored in the hard disk 25. After the print job data is once stored in the hard disk 25, after printing is executed, the print job data is not erased until the number of jobs (or capacity) is reached by inputting a command for erasing the print job or in advance. For this reason, in the case of a variable print job in particular, it can be reused even after printing is finished.

以下、バリアブル印刷の動作手順を説明する。図11および図12は、画像形成装置によるバリアブル印刷ジョブの印刷動作手順を示すフローチャートである。この手順は、主に画像形成装置1内の制御部2が実行する。   The operation procedure of variable printing will be described below. FIG. 11 and FIG. 12 are flowcharts illustrating a printing operation procedure of a variable print job by the image forming apparatus. This procedure is mainly executed by the control unit 2 in the image forming apparatus 1.

制御部2は印刷ジョブを受信するまで待機し、印刷ジョブを受信したら、ジョブがバリアブル印刷か否かを判断する(S41)。ここでバリアブル印刷ジョブでない場合(S41:NO)、そのままメモリ28上で受信した印刷ジョブに含まれる印刷ジョブ情報、印刷ページ情報を分析し、ページデータごとにラスタライズを行う(S71)。そして、ラスタライズにより作成された画像を印刷して、必要に応じて後処理部6にて後処理を施し、印刷物を出力トレイに排出する(S72)。それから、ハードディスク25に保持されているジョブリストの情報を更新して記憶する(S73)。このとき、画像形成装置1の操作部7からジョブリスト表示の指示があれば表示する。その後、処理を終了する。   The control unit 2 waits until a print job is received. When the print job is received, the control unit 2 determines whether the job is variable printing (S41). If the print job is not a variable print job (S41: NO), the print job information and print page information included in the print job received on the memory 28 are analyzed as they are, and rasterization is performed for each page data (S71). Then, an image created by rasterization is printed, post-processing is performed by the post-processing unit 6 as necessary, and the printed material is discharged to the output tray (S72). Then, the job list information stored in the hard disk 25 is updated and stored (S73). At this time, if there is a job list display instruction from the operation unit 7 of the image forming apparatus 1, it is displayed. Thereafter, the process ends.

バリアブル印刷ジョブの場合(S41:YES)、メモリ28上で、印刷ジョブに含まれる印刷ジョブ情報、印刷ページ情報を分析し、分析結果とともに、バリアブル印刷ジョブのデータをハードディスク25に保存する(S42:バリアブル印刷ジョブの分析、保存)。バリアブル印刷ジョブは複数のデータ、ジョブチケットが混在可能であり、可変データごと(グループごと)に情報を分析する。   In the case of a variable print job (S41: YES), the print job information and print page information included in the print job are analyzed on the memory 28, and the data of the variable print job is stored in the hard disk 25 together with the analysis result (S42: Analysis and storage of variable print jobs). A variable print job can include a plurality of data and job tickets, and analyzes information for each variable data (for each group).

ここで前述したマージ処理を行った後にできあがったバリアブル印刷ジョブでは、マージ先バリアブル印刷ジョブ内にあった外部参照リンクと後から追加した通常印刷ジョブ内の外部参照リンクが同じになることがある。これは、たとえば、一つのバリアブル印刷ジョブをはじめから作成する場合は、そのバリアブル印刷ジョブ内で複数の可変データが共通して使用する外部参照リンクがあれば、その外部参照リンクを可変データから呼び出して使うものとして一つだけ記載することが多い。ところが、後から通常印刷ジョブを追加する場合、マージ先のバリアブル印刷ジョブ内に、同じ外部参照リンクがあるか否かは考慮しないで追加する。特に本実施形態では、通常印刷ジョブを追加する際にマージ先バリアブル印刷ジョブを開く必要がないため、マージ先バリアブル印刷ジョブ内に同じ外部参照リンクがあるかどうかわからない。   Here, in the variable print job created after performing the merge process described above, the external reference link in the merge destination variable print job may be the same as the external reference link in the normal print job added later. For example, when creating one variable print job from the beginning, if there is an external reference link that is shared by multiple variable data in the variable print job, the external reference link is called from the variable data. In many cases, only one is listed as being used. However, when a normal print job is added later, it is added without considering whether or not there is the same external reference link in the merged variable print job. In particular, in this embodiment, when adding a normal print job, it is not necessary to open a merge destination variable print job. Therefore, it is not known whether or not the same external reference link exists in the merge destination variable print job.

このため、マージ後のバリアブル印刷ジョブ内で同一の外部参照リンク(図示では外部リンクと記した)がある場合に、メモリ使用量を効率化するためには、一つの外部参照リンクとしてまとめてしまうことが有効である。   For this reason, when there is the same external reference link (denoted as an external link in the figure) in the variable print job after merging, in order to improve the memory usage, the external reference links are combined as one external reference link. It is effective.

そこで、制御部2は、S42に続いて、一つのバリアブル印刷ジョブ内で同一の外部参照データがある場合に、メモリ使用量を効率的に使用するための印刷ジョブの整列処理を行う。   Therefore, following S42, the control unit 2 performs print job alignment processing for efficiently using the memory usage when there is the same external reference data in one variable print job.

制御部2は、設定を確認して整列の指示が設定されていなければ(S43:NO)、何もせず、整列処理を終了する。処理はS45へ進むことになる。   If the control unit 2 confirms the setting and the instruction for alignment is not set (S43: NO), the control unit 2 does nothing and ends the alignment process. The process proceeds to S45.

一方、整列の指示が設定されていれば(S43:YES)、処理中の可変データのジョブがある間、以下を繰り返す(S61)。   On the other hand, if the instruction for alignment is set (S43: YES), the following is repeated while there is a variable data job being processed (S61).

処理中の可変データのジョブに外部参照データのリンクがあれば(S62:YES)、処理中の可変データの外部参照データのリンク先を抽出する(S63)。そして、他の可変データのジョブから同一つの外部参照データのリンク先を検索し、一致するリンク先を持つ可変データのジョブがあれば(S64:YES)、その同一リンクを持つ可変データのジョブを、現在処理中の可変データの次に来るように並び変える(S65)。これにより他のジョブよりも前に、同一の外部参照リンクを有する可変データのジョブが並ぶことになる。   If there is a link of external reference data in the variable data job being processed (S62: YES), the link destination of the external reference data of the variable data being processed is extracted (S63). Then, the link destination of the same external reference data is searched from other variable data jobs, and if there is a variable data job having a matching link destination (S64: YES), the variable data job having the same link is searched. The data is rearranged so as to come next to the variable data currently being processed (S65). Thus, variable data jobs having the same external reference link are arranged before other jobs.

リンク先が複数のジョブで一致する場合には、ジョブが投入された時間によって優先順位を付けたり、一致するジョブの数が多いリンク先ごとに優先順位を付けたりする。並び替えの条件は、内部処理で決定してもよいし、ユーザー選択により優先順位を設定できるようにしてもよい。   When the link destinations match in a plurality of jobs, the priority order is given according to the time when the job is submitted, or the priority order is given to each link destination having a large number of matching jobs. The rearrangement condition may be determined by internal processing, or the priority order may be set by user selection.

ここまでの並び替え後、またはS62で処理中の可変データのジョブに外部参照データのリンクがない場合(S62:NO)、またはS64で一致するリンク先を持つ可変データのジョブがない場合(S64:NO)、ここまでで抽出されなかった可変データのジョブの中で投入時間が最初の可変データのジョブへ進み(S66)、S61〜66までの並び替えの処理を、可変データのジョブが無くなるまで繰り返す。この繰り返しは他のカテゴリーに対しても同様に実行する(S67)。   After the sorting so far, or when there is no link of external reference data in the variable data job being processed in S62 (S62: NO), or there is no variable data job having a matching link destination in S64 (S64) : NO), the process proceeds to the first variable data job whose input time has been extracted among the variable data jobs that have not been extracted so far (S66), and the rearrangement process from S61 to S66 is eliminated. Repeat until. This repetition is similarly performed for other categories (S67).

並び替えの処理が終了したなら(またはこの処理をしない場合)、制御部2は、ハードディスク25に保存されたバリアブル印刷ジョブの分析結果から、現在処理中の可変データのジョブが外部参照データへのリンクを含むかどうかを判断し、外部参照データが含まれていれば(S45:YES)、メモリ28上に該当する外部参照データが存在しないかをチェックする(S46)。ここで現在メモリ28上に外部参照リンクのデータが保持されている場合(S46:YES)、メモリ28に保持された外部参照リンクのデータを読み出して、印刷ジョブに含まれる印刷ジョブ情報、印刷ページ情報などとともにラスタライズを行う(S47)。   When the rearrangement process is completed (or when this process is not performed), the control unit 2 determines that the variable data job currently being processed is converted to the external reference data from the analysis result of the variable print job stored in the hard disk 25. It is determined whether or not a link is included. If external reference data is included (S45: YES), it is checked whether or not the corresponding external reference data exists on the memory 28 (S46). Here, when the data of the external reference link is currently held in the memory 28 (S46: YES), the data of the external reference link held in the memory 28 is read, and the print job information and print page included in the print job are read. Rasterization is performed together with information and the like (S47).

このとき、複数の可変データ(複数のグループ)で同じ外部参照リンクが使用されている場合、上述して整列処理によって、一つの可変データの印刷後、そのすぐ後に同じ外部参照リンクを使用する可変データを印刷することになる。そうするとその時点ではメモリ28上の外部参照リンクのデータが消えていないので、外部参照リンクのデータを取得する必要がなくなり、そのために要する時間を節約でできる。   At this time, when the same external reference link is used in a plurality of variable data (a plurality of groups), the variable using the same external reference link immediately after printing one variable data by the alignment process described above. Data will be printed. Then, since the data of the external reference link on the memory 28 is not erased at that time, it is not necessary to acquire the data of the external reference link, and the time required for this can be saved.

なお、S45で外部参照データが含まれていなければ(S45:NO)そのまま、バリアブル印刷ジョブの情報に従って可変データをラスタライズし(S50)、S55へ処理は移る。   If the external reference data is not included in S45 (S45: NO), the variable data is rasterized according to the variable print job information as it is (S50), and the process proceeds to S55.

一方、メモリ28上に外部参照データが保持されていない場合(S46:NO)、外部参照リンクに従い、ネットワーク50を介して、他のコンピューター(またはサーバなど)にアクセスして、該当する外部参照リンク先のデータを取得する(S48)。取得したデータはメモリ28上に記憶する(S49)。このときそれまでにメモリ28上に記憶されていた外部参照リンク先のデータは消去(上書き)されてしまう。   On the other hand, when the external reference data is not retained on the memory 28 (S46: NO), the external reference link is accessed via the network 50 according to the external reference link and accessed via the network 50. The previous data is acquired (S48). The acquired data is stored on the memory 28 (S49). At this time, the data of the external reference link destination stored in the memory 28 until then is erased (overwritten).

その後、記憶したメモリ上のデータ(すなわち外部参照リンク先から取得したデータ)を利用し、S47において印刷ジョブに含まれる印刷ジョブ情報、印刷ページ情報などとともにラスタライズを行う(S47)。   Thereafter, using the stored data on the memory (that is, data acquired from the external reference link destination), rasterization is performed together with print job information and print page information included in the print job in S47 (S47).

その後、制御部2は、ラスタライズされた画像を印刷させ、必要に応じて後処理部8にて後処理を施し、印刷物を出力トレイに排出する(S55)。そして、出力指定されたい可変データ(グループ)をすべて印刷したか否かを判断し(S56)、すべて出力が終わっていなければ(S56:NO)、S45へ戻り出力指定されている次の可変データ(グループ)の処理を同様に行うことになる。   Thereafter, the control unit 2 prints the rasterized image, performs post-processing by the post-processing unit 8 as necessary, and discharges the printed matter to the output tray (S55). Then, it is determined whether or not all the variable data (group) to be designated for output has been printed (S56). If all the output has not been completed (S56: NO), the process returns to S45 and the next variable data designated for output. (Group) processing is performed in the same manner.

一方、S56ですべて出力が終わっていれば(S56:YES)、ハードディスク25に保持されているジョブリストの情報を更新して(S57)、処理を終了する。更新後のジョブリストはユーザーからの指示により画像形成装置1上の操作部7に表示する。   On the other hand, if all the output is completed in S56 (S56: YES), the information of the job list held in the hard disk 25 is updated (S57), and the process is terminated. The updated job list is displayed on the operation unit 7 on the image forming apparatus 1 according to an instruction from the user.

以上により、印刷動作は終了する。   Thus, the printing operation ends.

なお、上述した整列処理は、画像形成装置ではなく、コンピューター51内で行ってもよい。たとえば、マージ処理に続いて、マージ処理後にできあがったバリアブル印刷ジョブ内において、同じ外部参照リンクをもつ可変データ(グループ)が並ぶようにしたのち、画像形成装置へそのバリアブル印刷ジョブを投入するようにしてもよい。   The alignment process described above may be performed in the computer 51 instead of the image forming apparatus. For example, after the merge process, variable data (groups) having the same external reference link are arranged in the variable print job created after the merge process, and then the variable print job is input to the image forming apparatus. May be.

また、逆に、すでに説明したように、マージ処理も画像形成装置1によって行うことで、その後の整列処理、印刷動作までを連続して画像形成装置1により行うようにしてもうよい。   Conversely, as already described, the merge processing is also performed by the image forming apparatus 1 so that the subsequent alignment processing and printing operation may be performed continuously by the image forming apparatus 1.

以上説明した本実施形態によれば以下のような効果を奏する。   According to the present embodiment described above, the following effects can be obtained.

バリアブル印刷ジョブ内で指定されたカテゴリー(グループ)内に空のグループ(たとえば可変データのグループ)を作成して、その中に追加する通常印刷ジョブの内容を入れることとしたので、元々あるバリアブル印刷ジョブを開かなくても、簡単に通常印刷ジョブの内容を組み込むことができる。   Since an empty group (for example, a group of variable data) is created in the category (group) specified in the variable print job and the contents of the normal print job to be added are put in it, the original variable print Even without opening a job, the contents of a normal print job can be easily incorporated.

また、同じ外部参照リンクをもつ可変データ(グループ)を印刷する際には、外部参照リンク先のデータを一度取得してメモリに記憶させたのち、同じ外部参照リンクをもつ可変データ(グループ)の場合には、そのメモリ上のデータを利用することとした。このため、同じ外部参照リンクのデータを何度も取りに行かなくてすみ、その補任札処理にかかる時間を短くすることができる。   Also, when printing variable data (group) having the same external reference link, the data of the external reference link destination is acquired once and stored in memory, and then the variable data (group) having the same external reference link is stored. In some cases, the data on the memory is used. For this reason, it is not necessary to retrieve the data of the same external reference link over and over, and the time required for the substitute bill processing can be shortened.

また、マージ処理(追加編集処理)後のバリアブル印刷ジョブにおいて同じ外部参照リンクをもつ可変データ(グループ)を並ぶようにしたことで、同じデータを利用できるか悪率を高くすることができる。   Further, by arranging variable data (groups) having the same external reference link in the variable print job after the merge process (additional edit process), the same data can be used or the bad rate can be increased.

以上本発明を適用した実施形態を説明したが、本発明はこのような実施形態に限定されるものではない。   Although the embodiment to which the present invention is applied has been described above, the present invention is not limited to such an embodiment.

たとえば、バリアブル印刷ジョブに対して、通常印刷ジョブを追加するだけでなく、複数の通常印刷ジョブとしてまとめることも可能である。その場合、それぞれの通常印刷ジョブがバリアブル印刷ジョブの中の各グループとなる。   For example, not only a normal print job but also a plurality of normal print jobs can be combined with a variable print job. In that case, each normal print job becomes each group in the variable print job.

また、バリアブル印刷ジョブに対して、別のバリアブル印刷ジョブを追加することもできる。その場合、マージ先バリアブル印刷ジョブ内の指定されたグループの中にさらに追加するバリアブル印刷ジョブの内容が入ることになる。このため追加されたバリアブル印刷ジョブの各グループも、元々のバリアブル印刷ジョブの各グループと同じに扱うことができる。   Also, another variable print job can be added to the variable print job. In this case, the contents of the variable print job to be added are included in the specified group in the merge destination variable print job. Therefore, each group of the added variable print job can be handled in the same manner as each group of the original variable print job.

また、バリアブル印刷ジョブとして、上位グループをカテゴリー、下位グループを可変データのグループとした2階層構造のグループ分けとしたが、これらはさらに複数の階層構造(3層以上)としてもよい。そして印刷実行に際しては、最上位のグループ(上記カテゴリー)を1つのジョブ単位として印刷するだけでなく、下位のグループごとに1つのジョブ単位として印刷するようにしてもよい。そして、追加処理の際に指定するグループ(からのグループを作成するグループ)は、カテゴリーなどの上位グループ、その下の可変データに位置する下位グループなど任意に設定することが可能である。   Further, although the variable print job has a two-layered grouping in which the upper group is a category and the lower group is a variable data group, these may be a plurality of hierarchical structures (three or more layers). When printing is performed, not only the highest group (the above category) is printed as one job unit, but also one job unit may be printed for each lower group. A group to be designated in the additional processing (a group for creating a group from) can be arbitrarily set such as a higher group such as a category or a lower group located in variable data below the group.

また、外部参照リンクの取り扱いについては、PDF/X−5から追加された外部参照要素の仕様を想定しているが、必ずしもこの仕様に限定するものではなく、ジョブデータの中に外部のコンピューターやサーバなどへのURLなどのアドレス情報が含まれていて、かつそのリンク先に画像やテキストデータなどが保存されているような場合は全て含まれる。   Regarding the handling of external reference links, the specification of external reference elements added from PDF / X-5 is assumed, but this is not necessarily limited to this specification. This includes all cases where address information such as a URL to a server or the like is included, and an image or text data is stored at the link destination.

そのほか、本発明は特許請求の範囲に記載された構成に基づきさまざまな改変が可能である。   In addition, the present invention can be variously modified based on the configurations described in the claims.

1 画像形成装置、
2 制御部、
3 印刷部、
4 給紙部、
7 操作部、
8 後処理部、
21 CPU、
22 RIP部、
23 展開用メモリ、
24 転送用メモリ、
25 ハードディスク(HDD)、
26 通信インターフェース(NIC)、
50 ネットワーク、
51 コンピューター51、
101 ドキュメント階層、
111 カテゴリー、
112 可変データ、
113 固定データ、
114 外部参照リンク、
115 ジョブチケット、
116 カテゴリーに含まれない固定データ。
1120 追加された可変データ、
1150 追加されたジョブチケット。
1 image forming apparatus,
2 control unit,
3 Printing department,
4 Paper feeder,
7 Operation part,
8 Post-processing section,
21 CPU,
22 RIP section,
23 Development memory,
24 memory for transfer,
25 Hard disk (HDD),
26 Communication interface (NIC),
50 network,
51 Computer 51,
101 Document hierarchy,
111 categories,
112 variable data,
113 fixed data,
114 external reference link,
115 job ticket,
116 Fixed data not included in category.
1120 Variable data added,
1150 Added job ticket.

Claims (7)

一つの印刷ジョブの中に、印刷内容が異なる複数のグループを有して、当該グループごとに印刷することができるバリアブル印刷ジョブと、印刷される内容が変更されない通常印刷ジョブとを区別して画面上に表示する段階と、
前記画面に表示されたジョブの中から追加元ジョブとして選択された前記バリアブル印刷ジョブまたは前記通常印刷ジョブの内容を抽出する段階と、
前記画面に表示されたジョブの中から追加先ジョブとして選択された前記バリアブル印刷ジョブの中に新たなグループを作成する段階と、
前記抽出した前記バリアブル印刷ジョブまたは前記通常印刷ジョブの内容を前記新たなグループ内に追加する段階と、
を有する手順をコンピューターに実行させることを特徴とするバリアブル印刷ジョブ処理プログラム。
A single print job has multiple groups with different print contents, and variable print jobs that can be printed for each group are distinguished from normal print jobs that do not change the printed contents on the screen. And the stage to display
Extracting the contents of the variable print job or the normal print job selected as an addition source job from the jobs displayed on the screen;
Creating a new group in the variable print job selected as an addition destination job from the jobs displayed on the screen;
Adding the contents of the extracted variable print job or the normal print job to the new group;
A variable print job processing program that causes a computer to execute a procedure having:
前記新たなグループは前記バリアブル印刷ジョブ内の複数のグループのうちあらかじめ指定されたグループ内に作成されることを特徴とする請求項1記載のバリアブル印刷ジョブ処理プログラム。   The variable print job processing program according to claim 1, wherein the new group is created in a group designated in advance among a plurality of groups in the variable print job. 前記追加する段階の後の前記バリアブル印刷ジョブ内に複数の同じ外部参照リンクが含まれる場合、
前記外部参照リンク先に一度アクセスして、前記外部参照リンクのデータを記憶し、
記バリアブル印刷ジョブ内で、外部参照リンク先のデータを印刷する場合に、当該記憶した前記外部参照リンクのデータを使用して印刷することを特徴とする請求項1または2記載のバリアブル印刷ジョブ処理プログラム。
If the same external reference link is included in the variable print job after the adding step,
Access the external reference link once, store the data of the external reference link,
Before Symbol the variable print job, variable print job according to claim 1 or 2 wherein when, characterized in that to print using data of the external reference link to the storage of print data of an external reference destination Processing program.
前記請求項1〜3のいずれか1つに記載のバリアブル印刷ジョブ処理プログラムを記録したコンピューター実行可能な記憶媒体。   A computer-executable storage medium storing the variable print job processing program according to any one of claims 1 to 3. 一つの印刷ジョブの中に、印刷内容が異なる複数のグループを有して、当該グループごとに印刷することができるバリアブル印刷ジョブと印刷される内容が変更されない通常印刷ジョブを区別して表示し、選択可能とする表示選択手段と、
前記表示選択手段により表示されたジョブの中から追加元ジョブとして選択された前記バリアブル印刷ジョブまたは前記通常印刷ジョブの内容を抽出して、
前記表示選択手段に表示されたジョブの中から追加先ジョブとして選択された前記バリアブル印刷ジョブの中に新たなグループを作成して、
前記抽出した前記バリアブル印刷ジョブまたは前記通常印刷ジョブの内容を前記新たなグループ内に追加する処理手段と、
を有することを特徴とするバリアブル印刷ジョブ処理装置。
Display and select variable print jobs that have multiple groups with different print contents in one print job and normal print jobs that do not change the print contents that can be printed for each group. A display selection means for enabling;
Extract the contents of the variable print job or the normal print job selected as the addition source job from the jobs displayed by the display selection means,
Create a new group in the variable print job selected as the addition destination job from the jobs displayed on the display selection means ,
Processing means for adding the contents of the extracted variable print job or the normal print job to the new group;
A variable print job processing apparatus comprising:
前記新たなグループは前記バリアブル印刷ジョブ内の複数のグループのうちあらかじめ指定されたグループ内に作成することを特徴とする請求項5記載のバリアブル印刷ジョブ処理装置。   6. The variable print job processing apparatus according to claim 5, wherein the new group is created in a group designated in advance among a plurality of groups in the variable print job. 前記処理手段は、さらに、前記バリアブル印刷ジョブ内に複数の同じ外部参照リンクが含まれる場合に、前記外部参照リンク先に一度アクセスして、前記外部参照リンクのデータを記憶し、前記バリアブル印刷ジョブ内で、外部参照リンク先のデータを印刷する場合に、当該記憶した前記外部参照リンクのデータを使用して印刷させることを特徴とする請求項5または6記載のバリアブル印刷ジョブ処理装置。 Said processing means further to contain multiple same external reference links in the variable print job, and once access to the external reference link destination, and stores the data of the external reference link, before Symbol variable printing 7. The variable print job processing apparatus according to claim 5, wherein when the external reference link destination data is printed in a job, the stored external reference link data is used for printing.
JP2011205296A 2011-09-20 2011-09-20 Variable print job processing program and variable print job processing apparatus Active JP5861351B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011205296A JP5861351B2 (en) 2011-09-20 2011-09-20 Variable print job processing program and variable print job processing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011205296A JP5861351B2 (en) 2011-09-20 2011-09-20 Variable print job processing program and variable print job processing apparatus

Publications (2)

Publication Number Publication Date
JP2013068998A JP2013068998A (en) 2013-04-18
JP5861351B2 true JP5861351B2 (en) 2016-02-16

Family

ID=48474674

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011205296A Active JP5861351B2 (en) 2011-09-20 2011-09-20 Variable print job processing program and variable print job processing apparatus

Country Status (1)

Country Link
JP (1) JP5861351B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7363037B2 (en) * 2019-01-28 2023-10-18 ブラザー工業株式会社 printers and computer programs

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002287921A (en) * 2001-03-23 2002-10-04 Ricoh Co Ltd Image output system
JP5361479B2 (en) * 2009-03-17 2013-12-04 キヤノン株式会社 Job management apparatus, control method, and program
JP5676977B2 (en) * 2010-08-27 2015-02-25 キヤノン株式会社 Image forming apparatus, image forming apparatus control method, and program

Also Published As

Publication number Publication date
JP2013068998A (en) 2013-04-18

Similar Documents

Publication Publication Date Title
KR100897635B1 (en) Document managing system and method thereof and information processing apparatus and controlling method therefor
JP4136634B2 (en) Document processing apparatus and method
US8984435B2 (en) Print control apparatus and print control method
CN101650640B (en) Information processing apparatus, control method for image forming apparatus and post-processing apparatus
JP5901324B2 (en) Information processing apparatus, information processing method, and program
CN102200899A (en) Print control device, print control method, and printing system
US20110170135A1 (en) Information processing apparatus, information processing apparatus control method, and storage medium
US20050034070A1 (en) Method, system of devices, and computer program product for the production of a printed document from several input files
CN103136320B (en) Method of displaying search screen information, search screen information processing system
JP5733201B2 (en) Print control device, print control program
JP5676977B2 (en) Image forming apparatus, image forming apparatus control method, and program
JP5779942B2 (en) Variable print data processing time prediction program and image forming apparatus
JP5077105B2 (en) Image processing apparatus, image processing program, and image processing system
KR102574681B1 (en) Information processing apparatus and method of controlling the same
JP5861351B2 (en) Variable print job processing program and variable print job processing apparatus
JP2013186514A (en) Print condition determination device, print condition determination method and program
JP2002229976A (en) Apparatus and method for information processing, computer-readable memory, and program
JP2012221396A (en) Print queue name management program
JP7154982B2 (en) Information processing device, control method, and program
CN101331750B (en) Apparatus capable of using memory-equipped sheet and sheet selection apparatus
JP2001134603A (en) System and method for retrieving image data and recording medium
JP2006268315A (en) Document processor, method and program
JP2003067149A (en) Data processor, data processing system, data processing method, tab printing method, storing medium and program
JP5861878B2 (en) Content processing program and content information processing method
JP2011070294A (en) Image processing system, information processor, image processor and program

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20130416

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140616

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150714

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20150715

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150818

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20151207

R150 Certificate of patent or registration of utility model

Ref document number: 5861351

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150