JP2012113574A - Variable print system, printed matter design method and program - Google Patents
Variable print system, printed matter design method and program Download PDFInfo
- Publication number
- JP2012113574A JP2012113574A JP2010262961A JP2010262961A JP2012113574A JP 2012113574 A JP2012113574 A JP 2012113574A JP 2010262961 A JP2010262961 A JP 2010262961A JP 2010262961 A JP2010262961 A JP 2010262961A JP 2012113574 A JP2012113574 A JP 2012113574A
- Authority
- JP
- Japan
- Prior art keywords
- design
- data
- layout
- design document
- text
- 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.)
- Pending
Links
Images
Landscapes
- Document Processing Apparatus (AREA)
Abstract
【課題】レイアウト設計及びバリアブルテキスト設計で使用する設計書を一元管理し、全体工程を最適化し、プログラムの再利用性を向上させるバリアブルプリントシステム等を提供する。
【解決手段】バリアブルプリントシステム1の設計書作成装置10は、データレイアウト設計データ62、レイアウト設計データ63、テキスト処理設計データ64、品目情報データ65を有する設計書情報61をデータベース60に登録する。レイアウト設計装置20は、データベース60から設計書情報61を読み出すと、レイアウト設計ツール21のオブジェクトが自動生成され、レイアウト設計データ63の編集が可能となる。また、バリアブルテキスト整形装置30は、データベース60から設計書情報61を読み出すと、テキストデータ整形ツール33のテキスト処理のフローが自動生成され、テキスト処理設計データ64の編集が可能となる。
【選択図】図1The present invention provides a variable print system that centrally manages design documents used in layout design and variable text design, optimizes the entire process, and improves program reusability.
A design document creation apparatus 10 of a variable print system 1 registers design document information 61 having data layout design data 62, layout design data 63, text processing design data 64, and item information data 65 in a database 60. When the layout design apparatus 20 reads the design document information 61 from the database 60, the object of the layout design tool 21 is automatically generated, and the layout design data 63 can be edited. Further, when the variable text shaping device 30 reads the design document information 61 from the database 60, the text processing flow of the text data shaping tool 33 is automatically generated, and the text processing design data 64 can be edited.
[Selection] Figure 1
Description
本発明は、顧客毎に異なる内容を印刷するバリアブルプリントシステム等に関するものである。 The present invention relates to a variable print system that prints different contents for each customer.
顧客に郵送するダイレクトメールの印刷作業には、顧客の属性やニーズに合わせ、顧客毎に異なるものを作成するバリアブルプリントシステムが利用されている。
バリアブルプリントシステムでは、レイアウト担当者がダイレクトメール等の印刷物のレイアウトを設計し、レイアウト指示ファイルを作成する。また、レイアウト担当者とは異なる担当者が、顧客の郵便番号、住所、氏名等の個人情報データを含むバリアブルデータファイルを作成する。そして、プリンタの設置場所において、レイアウト指示ファイルにバリアブルデータファイルを流し込み、印刷用データを作成し、プリンタによって印刷する(例えば、特許文献1参照)。
For direct mail printing work to be mailed to a customer, a variable print system is used that creates a different one for each customer in accordance with the customer's attributes and needs.
In the variable print system, a layout person designs a layout of printed matter such as direct mail and creates a layout instruction file. In addition, a person in charge different from the person in charge of layout creates a variable data file including personal information data such as the customer's zip code, address, and name. Then, the variable data file is poured into the layout instruction file at the printer installation location, print data is created, and printing is performed by the printer (see, for example, Patent Document 1).
レイアウト設計とバリアブルテキストデータ設計は、完全に別のフローで実施される為、特許文献1の図1に示すように、レイアウト設計におけるレイアウト指示書と、バリアブルテキストデータ設計におけるデータ仕様書の二つの異なる仕様書が存在することになる。ここで、レイアウト指示書とデータ仕様書は、一部重複する情報を含む。
しかしながら、特許文献1に記載の仕組みでは、レイアウト設計においてレイアウト指示書に基づくデータ入力が行われ、バリアブルテキストデータ設計においてデータ仕様書に基づくデータ入力が行われるので、一部重複作業が発生し、全体工程が最適化されていない。また、印刷用データを作成する際、重複する情報に関して、整合性が取れていないという不具合が発生することがある。
Since the layout design and variable text data design are performed in completely different flows, as shown in FIG. 1 of
However, in the mechanism described in
また、レイアウト設計とバリアブルテキスト設計は、プログラム開発又はツールを利用し、以前作成したプログラムを再利用するか、あるいは、設計書を元に開発者が最初から入力、設定することにより実施されている。プログラムの再利用の方法としては、印刷物が定期品目やリピート品目の場合は、プログラム全体を再利用したり、あるいは、プログラムを部分的に部品として共有の場所に保存し、別品目での処理で再利用したりする。しかしながら、従来は、部品が一元管理されておらず、部品のファイル名からの推測や、開発者の経験則により、偏った再利用が行われているため、信頼性が確認できない上、開発者によって再利用の状況に偏りが出る可能性がある。 In addition, layout design and variable text design are implemented by using program development or tools, reusing previously created programs, or by inputting and setting from the beginning by the developer based on the design document. . As a method of reusing the program, if the printed material is a periodic item or a repeat item, the entire program can be reused, or the program can be partially stored in a shared place as a part and processed by another item. Or reuse it. However, in the past, parts were not centrally managed, and due to inferior reuse based on guesses from part file names and developer's rules of thumb, reliability could not be confirmed. Depending on the situation, there may be a bias in the reuse situation.
本発明は、前述した問題点に鑑みてなされたもので、その目的とすることは、レイアウト設計及びバリアブルテキスト設計において使用される設計書を一元管理し、全体工程を最適化し、プログラムの再利用性を向上させるバリアブルプリントシステム等を提供することである。 The present invention has been made in view of the above-described problems, and its purpose is to centrally manage design documents used in layout design and variable text design, optimize the entire process, and reuse programs. It is to provide a variable print system and the like that improve the performance.
前述した目的を達成するために、第1の発明は、印刷物のレイアウトデータ及びトランザクションデータの設計書情報を作成する設計書作成装置と、前記レイアウトデータを生成するレイアウト設計装置と、前記トランザクションデータを生成するバリアブルテキスト整形装置と、前記設計書情報を記憶するデータベースと、から構成されるバリアブルプリントシステムであって、前記設計書情報は、レイアウト設計データ、テキスト処理設計データ、及び、前記レイアウト設計データと前記テキスト処理設計データを関連付けるデータレイアウト設定データを有し、前記設計書作成装置は、前記設計書情報を設定する手段、を具備し、前記レイアウト設計装置は、前記設計書情報に基づいて、前記レイアウト設計データを生成する手段、を具備し、前記バリアブルテキスト整形装置は、前記設計書情報に基づいて、バリアブルテキストデータを整形し、前記トランザクションデータを生成する手段、を具備することを特徴とするバリアブルプリントシステムである。
第1の発明によって、レイアウト設計及びバリアブルテキスト設計において使用される設計書を設計書情報としてデータベースで一元管理し、バリアブルプリントシステムにおける全体工程を最適化し、プログラムの再利用性を向上させることができる。
In order to achieve the above-described object, the first invention provides a design document creation device that creates design document information of printed layout data and transaction data, a layout design device that generates the layout data, and the transaction data. A variable print system comprising a variable text shaping device to be generated and a database for storing the design document information, wherein the design document information includes layout design data, text processing design data, and the layout design data. And the data processing setting data for associating the text processing design data, the design document creating device comprises means for setting the design document information, the layout design device based on the design document information, Means for generating the layout design data; And Bei, the variable text shaping device, based on the design documents information, formats the variable text data, a variable print system, characterized by comprising means, for generating the transaction data.
According to the first invention, design documents used in layout design and variable text design can be centrally managed as design document information in a database, the entire process in the variable print system can be optimized, and the reusability of the program can be improved. .
第1の発明における前記バリアブルテキスト整形装置は、前記設計書情報を参照し、前記テキスト処理設計データに定義されている変換処理を示すアイコンを表示する手段と、ユーザによる前記アイコンの追加、削除、並び替えに応じて、前記データベースを更新する第1の更新手段と、を具備する。
これによって、バリアブルテキスト整形装置はデータベースから設計書情報を取得し、テキスト処理設計データに定義されている変換処理を示すアイコンを自動的に表示するため、ユーザによる初期データの入力作業が不要となり、作業負荷が軽減される。
The variable text shaping device according to a first aspect of the invention is a means for displaying an icon indicating a conversion process defined in the text processing design data with reference to the design document information; First updating means for updating the database according to the rearrangement.
As a result, the variable text shaping device acquires design document information from the database and automatically displays an icon indicating the conversion process defined in the text processing design data, so that the user does not need to input initial data. Work load is reduced.
第1の発明における前記レイアウト設計装置は、前記設計書情報を参照し、前記レイアウト設計データに定義されている印刷物のレイアウトを表示する手段と、ユーザによる前記印刷物のレイアウトの変更に応じて、前記データベースを更新する第2の更新手段と、を具備する。
これによって、レイアウト設計装置はデータベースから設計書情報を取得し、レイアウト設計データに定義されている印刷物のレイアウトを自動的に表示するため、ユーザによる初期データの入力作業が不要となり、作業負荷が軽減される。
The layout design apparatus according to a first aspect of the present invention refers to the means for displaying a layout of a printed matter defined in the layout design data with reference to the design document information, and according to a change in the layout of the printed matter by a user, Second update means for updating the database.
As a result, the layout design device acquires design document information from the database and automatically displays the layout of the printed matter defined in the layout design data, eliminating the need for input of initial data by the user and reducing the workload. Is done.
第1の発明における前記設計書情報は、更に、上書きして保存することができるか否かを示す編集可否情報を有し、前記設計書作成装置は、更に、前記編集可否情報を設定する手段、を具備し、前記第1の更新手段及び前記第2の更新手段は、前記編集可否情報が可の場合、前記設計書情報を前記データベースに上書きして保存し、前記編集可否情報が否の場合、前記設計書情報を前記データベースに新規登録する。
これによって、印刷物の品目の再利用、編集を制御することができる。
The design document information in the first invention further includes editability information indicating whether or not the design document information can be overwritten and stored, and the design document creation device further sets the editability information. The first update unit and the second update unit store the design document information by overwriting the database when the editability information is possible, and the editability information is not In this case, the design document information is newly registered in the database.
Thereby, it is possible to control the reuse and editing of the items of the printed matter.
第2の発明は、印刷物のレイアウトデータ及びトランザクションデータの設計書情報を作成する設計書作成装置と、前記レイアウトデータを生成するレイアウト設計装置と、前記トランザクションデータを生成するバリアブルテキスト整形装置と、レイアウト設計データ、テキスト処理設計データ、及び、前記レイアウト設計データと前記テキスト処理設計データを関連付けるデータレイアウト設定データを有する設計書情報を記憶するデータベースと、から構成されるバリアブルプリントシステムにおける印刷物設計方法であって、前記設計書作成装置が、前記設計書情報を設定するステップと、前記レイアウト設計装置が、前記設計書情報に基づいて、前記レイアウト設計データを生成するステップと、前記バリアブルテキスト整形装置が、前記設計書情報に基づいて、バリアブルテキストデータを整形し、前記トランザクションデータを生成するステップと、を含むことを特徴とする印刷物設計方法である。
第2の発明によって、レイアウト設計及びバリアブルテキスト設計において使用される設計書を設計書情報としてデータベースで一元管理し、バリアブルプリントシステムにおける全体工程を最適化し、プログラムの再利用性を向上させることができる。
According to a second aspect of the present invention, there is provided a design document creation device that creates design document information of printed matter layout data and transaction data, a layout design device that generates the layout data, a variable text shaping device that generates the transaction data, and a layout A printed matter design method in a variable print system comprising design data, text processing design data, and a database storing design document information having data layout setting data for associating the layout design data and the text processing design data. The design document creating device sets the design document information, the layout design device generates the layout design data based on the design document information, and the variable text shaping device. , Based on the design documents information, it formats the variable text data is a printed material design method which comprises the steps of: generating the transaction data.
According to the second invention, design documents used in layout design and variable text design can be centrally managed as design document information in a database, the entire process in the variable print system can be optimized, and the reusability of the program can be improved. .
第3の発明は、記憶装置を、レイアウト設計データ、テキスト処理設計データ、及び、前記レイアウト設計データと前記テキスト処理設計データを関連付けるデータレイアウト設定データを有する設計書情報を記憶するデータベースとして機能させるとともに、複数のコンピュータを、それぞれ、前記設計書情報を設定する手段、を具備する前記設計書作成装置と、前記設計書情報に基づいて、前記レイアウト設計データを生成する手段、を具備する前記レイアウト設計装置と、前記設計書情報に基づいて、バリアブルテキストデータを整形し、前記トランザクションデータを生成する手段、を具備する前記バリアブルテキスト整形装置と、して機能させるためのプログラムである。
第3の発明のプログラムを汎用的なコンピュータにインストールすることで、第1の発明のバリアブルプリントシステムを実現することができる。
According to a third aspect of the invention, the storage device functions as a database that stores layout design data, text processing design data, and design document information having data layout setting data that associates the layout design data with the text processing design data. The layout design comprising: a plurality of computers each having the means for setting the design document information; and the means for generating the layout design data based on the design document information. A program for causing a device to function as the variable text shaping device including an apparatus and means for shaping variable text data based on the design document information and generating the transaction data.
By installing the program of the third invention on a general-purpose computer, the variable print system of the first invention can be realized.
本発明は、レイアウト設計及びバリアブルテキスト設計において使用される設計書を一元管理し、全体工程を最適化し、プログラムの再利用性を向上させるバリアブルプリントシステム等を提供することができる。 The present invention can provide a variable print system or the like that centrally manages design documents used in layout design and variable text design, optimizes the entire process, and improves program reusability.
以下、添付図面に基づいて、本発明に係るバリアブルプリントシステム等の好適な実施形態について詳細に説明する。尚、以下の説明及び添付図面において、略同一の機能構成を有する構成要素については、同一の符号を付することにより重複説明を省略することにする。 DESCRIPTION OF EXEMPLARY EMBODIMENTS Hereinafter, preferred embodiments of a variable print system and the like according to the invention will be described in detail with reference to the accompanying drawings. In the following description and the accompanying drawings, the same reference numerals are given to components having substantially the same functional configuration, and redundant description will be omitted.
図1は、バリアブルプリントシステム1の概要を示す図である。
バリアブルプリントシステム1は、設計書作成装置10、レイアウト設計装置20、バリアブルテキスト整形装置30、バリアブル画像編集装置40、合成装置50、データベース60、プリンタ70等を有する。
FIG. 1 is a diagram showing an outline of the
The
設計書作成装置10は、データベース60に保存する設計書情報61を生成する。設計書作成装置10は、デジタル設計書作成ツール11を有する。
デジタル設計書作成ツール11は、従来のレイアウト設計書と印字設計書の二つの設計書に相当するデータを作成し、設計書情報61としてデータベース60に登録する。データベース60は、設計書作成装置10、レイアウト設計装置20、バリアブルテキスト整形装置30がデータを読み書きすることが可能な任意の記憶装置に記憶される。
データベース60の詳細は後述する。
The design
The digital design
Details of the
レイアウト設計装置20は、設計書情報61、レイアウト定義ファイル22に基づいてレイアウトデータ24を生成する。レイアウト設計装置20は、レイアウト設計ツール21、変換ツール23を有する。
The
レイアウト設計ツール21は、ユーザがプログラミングを行うことなく、レイアウト設計を行うためのツールである。即ち、レイアウト設計装置20は、GUIを利用してユーザが各種情報を設定すると、レイアウト設計ツール21の機能によって、バリアブルテキスト整形装置30に出力する第1トランザクションデータ32、ならびにレイアウト定義ファイル22を生成する。
ここで、「トランザクションデータ」とは、印刷データの中で、画像やレイアウトを除くデータである。例えば、VIPP(Variable Data Intelligent PostScript PrintWare)言語では、独自のメカニズムを使用して画像をキャッシュしている。VIPP言語では、(1)コンテンツを内部に埋め込むネイティブモード、(2)画像・レイアウト(DBM)とトランザクションデータ(DBF)とを別々に持ち、RIP上で結合させるVIPP PRO(DataBase)モードが存在する。本発明の実施の形態では、VIPP言語の(2)のモードのように、画像・レイアウトとトランザクションデータとを別々に管理する。
以下、単に「レイアウト」と記載する場合には、印刷物の紙面の割付を意味し、「データレイアウト」と記載する場合には、データに関する各種の定義を意味するものとする。
The
Here, “transaction data” is data excluding images and layouts in the print data. For example, in the VIPP (Variable Data Intelligent PostScript PrintWare) language, images are cached using a unique mechanism. In the VIPP language, there are (1) a native mode in which content is embedded, and (2) a VIPP PRO (DataBase) mode in which image / layout (DBM) and transaction data (DBF) are separately provided and combined on RIP. . In the embodiment of the present invention, as in the mode (2) of the VIPP language, the image / layout and the transaction data are managed separately.
Hereinafter, when simply described as “layout”, it means the layout of the printed sheet, and when described as “data layout”, it means various definitions relating to data.
第1トランザクションデータ32は、合成装置50に対する命令であるコマンドや、レイアウト設計において使用されるカラム一覧等を有する。
レイアウト定義ファイル22は、使用するプリンタ70の機種、プリンタ制御コードの種類に依存しない汎用的なレイアウトデータある。
変換ツール23は、レイアウトデータをプリンタ70に応じたデータに変換する為のツールである。即ち、レイアウト設計装置20は、変換ツール23の機能によって、汎用的なレイアウト定義ファイル22を、バリアブルプリントシステム1において使用されるプリンタ70のプリンタ制御コードに適した形式に変換し、レイアウトデータ24を生成する。
The
The
The
バリアブルテキスト整形装置30は、設計書情報61、バリアブルテキストデータ31、第1トランザクションデータ32に基づいて、第2トランザクションデータ52を生成する。バリアブルテキスト整形装置30は、テキストデータ整形ツール33を有する。
バリアブルテキストデータ31は、顧客を担当する店舗番号、顧客の郵便番号、住所、氏名等の情報である。
テキストデータ整形ツール33は、トランザクションデータの整形を行う為のツールである。即ち、バリアブルテキスト整形装置30は、テキストデータ整形ツール33の機能によって、データベース60から設計書情報61、バリアブルテキストデータ31、第1トランザクションデータ32に基づいてバリアブルテキストデータ設計を行う。テキストデータ整形ツール33の機能の詳細は後述する。
The variable
The
The text
バリアブル画像編集装置40は、バリアブル画像素材データ41に基づいて、顧客毎に異なるバリアブル画像である画像データ53を生成する。バリアブル画像編集装置40は、DTPソフト42を有する。
DTPソフト42は、画像を編集する為のソフトウエアである。即ち、バリアブル画像編集装置40は、DTPソフト42の機能によって、バリアブル画像素材データ41の画像編集処理を行い、画像データ53を生成する。
The variable
The
合成装置50は、印刷データ生成ツール54を有する。
印刷データ生成ツール54は、プリンタ70に応じた印刷データを生成する為のツールである。即ち、合成装置50は、印刷データ生成ツール54の機能によって、レイアウト設計装置20により生成されたレイアウトデータ51に、バリアブルテキスト整形装置30により生成された第2トランザクションデータ52と、バリアブル画像編集装置40により生成された画像データ53を顧客毎に合成し、プリンタ70に印刷を指示する。
The synthesizing
The print
図2は、設計書作成装置10、レイアウト設計装置20、バリアブルテキスト整形装置30、バリアブル画像編集装置40、合成装置50を実現するコンピュータのハードウエア構成図である。図2のハードウエア構成は一例であり、用途、目的に応じて様々な構成を採ることが可能である。
コンピュータは、制御部71、記憶部72、メディア入出力部73、通信制御部74、入力部75、表示部76、周辺機器I/F部77等がバス78を介して接続される。
FIG. 2 is a hardware configuration diagram of a computer that realizes the design
In the computer, a control unit 71, a
制御部71は、CPU(Central Processing Unit)、ROM(Read Only Memory)、RAM(Random Access Memory)等で構成される。
CPUは、ROM、記憶部72等に格納されるプログラムをRAM上のワークメモリ領域に呼び出して実行し、バス78を介して接続された各装置を駆動制御し、コンピュータが行う処理を実現する。
ROMは、不揮発性メモリであり、コンピュータのブートプログラムやBIOS等のプログラム、データ等を恒久的に保持している。
RAMは、揮発性メモリであり、記憶部72、ROM、記憶媒体等からロードしたプログラム、データ等を一時的に保持するとともに、制御部71が各種処理を行うために使用するワークエリアを備える。
The controller 71 includes a CPU (Central Processing Unit), a ROM (Read Only Memory), a RAM (Random Access Memory), and the like.
The CPU calls a program stored in the ROM, the
The ROM is a non-volatile memory and permanently holds a computer boot program, a program such as BIOS, data, and the like.
The RAM is a volatile memory, and temporarily stores programs, data, and the like loaded from the
記憶部72は、HDD(ハードディスクドライブ)であり、制御部71が実行するプログラム、プログラム実行に必要なデータ、OS(Operating System)等が格納される。プログラムに関しては、OSに相当する制御プログラムや、アプリケーションプログラム、ファイル等が格納されている。
これらの各プログラムコードは、制御部71により必要に応じて読み出されてRAMに移され、CPUにより各種の手段として実行される。
The
Each of these program codes is read by the control unit 71 as necessary, transferred to the RAM, and executed as various means by the CPU.
メディア入出力部73は、記録媒体のデータの入出力を行うドライブ装置であり、例えば、フロッピー(登録商標)ディスクドライブ、CDドライブ(−ROM、−R、−RW等)、DVDドライブ(−ROM、−R、−RW等)、MOドライブ等のメディア入出力装置を有する。
通信制御部74は、通信制御装置、通信ポート等を有し、ネットワーク13を介した通信を媒介する通信インタフェースであり、他のコンピュータ間との通信制御を行う。
The media input /
The
入力部75は、データの入力を行い、例えば、キーボード、マウス等のポインティングデバイス、テンキー等の入力装置を有する。入力部75を介して、コンピュータに対して、操作指示、動作指示、データ入力等を行うことができる。
表示部76は、CRT(Cathode Ray Tube)モニタ、液晶パネル等のディスプレイ装置、ディスプレイ装置と連携してビデオ機能を実現するための論理回路等(ビデオアダプタ等)を有する。
周辺機器I/F部77は、周辺機器を接続するためのUSB(Universal Serial Bus)ポート等である。
バス78は、各装置間の制御信号、データ信号等の授受を媒介する経路である。
The
The
The peripheral device I / F unit 77 is a USB (Universal Serial Bus) port or the like for connecting peripheral devices.
The bus 78 is a path that mediates transmission / reception of control signals, data signals, and the like between the devices.
図3は、データベース60の詳細を示す図である。
データベース60は、データレイアウト設計データ62、レイアウト設計データ63、テキスト処理設計データ64、品目情報データ65を有する設計書情報61を保持する。
データレイアウト設計データ62は、レイアウト設計に用いるデータとテキスト処理設計に用いるデータを関連付けるデータであり、バリアブルテキストデータ31のカラム名、レイアウト設計において使用されるカラム等の情報を有する。
レイアウト設計データ63は、印刷物のレイアウト情報であり、印字項目の印字位置、フォント、サイズ、属性情報等を有する。
テキスト処理設計データ64は、テキストデータ整形ツール33で行うテキスト整形の変換処理の処理順、エラー文字、空白、文字数等のチェック条件、ソート条件、バーコード付加処理等の変換処理の詳細情報を有する。
品目情報データ65は、印刷物の品目毎の得意先、品目名、担当、編集可否情報等の情報を有する。
FIG. 3 is a diagram showing details of the
The
The data
The
The text
The
次に、図4から図11を参照しながら、バリアブルプリントシステム1における設計書情報61の登録処理の流れについて説明する。
図4は、設計書作成装置10における設計書情報61の登録処理の流れを示すフローチャートである。
ユーザは、設計書作成装置10でデジタル設計書作成ツール11を起動し、設計書の作成を指示すると、設計書作成装置10はユーザに対して設計書情報を新規作成するか、あるいは、再利用するかを問い合わせる。ユーザが再利用を指定した場合(ステップS101の再利用)、設計書作成装置10は、デジタル設計書作成ツール画面を表示し、ユーザにより入力された条件に基づいてデータベース60の設計書情報61を検索し(ステップS102)、設計書情報61の一覧を取得し(ステップS103)、ユーザに対して表示する。ユーザは、設計書情報61の一覧から再利用する設計書情報を選択する(ステップS104)。
Next, the flow of the registration process of the
FIG. 4 is a flowchart showing the flow of the registration process of the
When the user activates the digital design
図5は、デジタル設計書作成ツール画面100の再利用タブ105の一例を示す図である。
デジタル設計書作成ツール画面100は、データレイアウト設計タブ101、レイアウト設計タブ102、テキスト処理設計タブ103、品目情報タブ104、再利用タブ105を有する。ユーザが設計書情報の再利用を行う場合、設計書作成装置10はデジタル設計書作成ツール画面100の再利用タブ105を表示する。
FIG. 5 is a diagram illustrating an example of the
The digital design document
デジタル設計書作成ツール画面100の再利用タブ105は、得意先106、品目名107、担当108、一覧取得ボタン109、設計書情報一覧110等を有する。
ユーザは、設計書情報61の再利用をする場合、得意先106、品目名107、担当108の中の少なくとも一つに検索条件を入力し、一覧取得ボタン109を押下すると、設計書作成装置10は、データベース60から検索条件を満足する設計書情報61の一覧を取得し、設計書情報一覧110に表示する。ユーザは、設計書情報一覧110から再利用する設計書情報61を選択する。
編集可否情報が「可」の場合、ユーザは、設計書情報61を編集し、元のデータに上書きして保存することができる。一方、編集可否情報が「否」の場合、ユーザは、元のデータに上書きして保存することはできず、新規の設計書情報61として登録する。
The
When the user reuses the
When the editability information is “permitted”, the user can edit the
ユーザが再利用を指定した場合(ステップS101の再利用)、設計書作成装置10は、ユーザにより選択された設計書情報61の内容をデータレイアウト設定タブ101、レイアウト設計タブ102、テキスト処理設計タブ103、品目情報タブ104にそれぞれ設定する。
ユーザが新規作成を指定した場合(ステップS101の新規作成)、設計書作成装置10は、データレイアウト設定タブ101、レイアウト設計タブ102、テキスト処理設計タブ103、品目情報タブ104をデータなしの状態とするか、あるいは、デフォルト値を設定する。
When the user designates reuse (reuse in step S101), the design
When the user designates new creation (new creation in step S101), the design
図4の説明に戻る。
設計書作成装置10は、デジタル設計書ツール画面100のデータレイアウトタブ101を表示し、ユーザはデータレイアウト設定データ62を編集する(ステップS105)。
Returning to the description of FIG.
The design
図6は、デジタル設計書作成ツール画面100のデータレイアウト設定タブ101の一例を示す図である。
デジタル設計書ツール画面100のデータレイアウト設定タブ101は、入力データレイアウト121、出力データレイアウト125、カラム追加ボタン122、126、カラム削除ボタン123、127、CSV(Commma−Separated Values)ヘッダ読込みボタン124、128等を有する。
FIG. 6 is a diagram illustrating an example of the data
The data
入力データレイアウト121は、入力するバリアブルテキストデータ31のヘッダ情報であり、「お客様名」、「郵便番号」、「住所1」、「住所3」、「住所2」等のカラム名の一覧を有する。通常、入力データレイアウト121のカラム名は、バリアブルテキストデータ31の作成者(印刷物の発注者)により異なる。
出力データレイアウト125は、バリアブルテキスト整形装置30により出力される第2トランザクションデータ52のヘッダ情報であり、「name」、「zipcode」、「address1」、「address2」、「address3」等のカラム名の一覧を有する。
入力データレイアウト121と出力データレイアウト125の各カラム名は、それぞれ対応付けられる。図6に示す例では、「お客様名」と「name」、「郵便番号」と「zipcode」、「住所1」と「address1」、「住所3」と「address2」、「住所2」と「address3」が対応付けられる。
The
The
The column names of the
ユーザによってカラム追加ボタン122、126が押下されると、設計書作成装置10は、それぞれ入力データレイアウト121、出力データレイアウト126に新しいカラム名を追加して表示するとともに、データベース60に記憶される設計書情報61のデータレイアウト設計データ62に反映する。
ユーザによってカラム削除ボタン123、127が押下されると、設計書作成装置10は、それぞれ入力データレイアウト121、出力データレイアウト126から選択されたカラム名を削除して表示するとともに、データベース60に記憶される設計書情報61のデータレイアウト設計データ62に反映する。
ユーザによって任意のファイルが指定され、CSVヘッダ読込みボタン124、128が押下されると、設計書作成装置10は、指定されたファイルのヘッダを読み込んで、それぞれ入力データレイアウト121、出力データレイアウト126に表示するとともに、データベース60に記憶される設計書情報61のデータレイアウト設計データ62に反映する。
When the
When the column delete
When an arbitrary file is designated by the user and the CSV header read
図4の説明に戻る。
設計書作成装置10は、デジタル設計書ツール画面100のレイアウト設計タブ102を表示し、ユーザはレイアウト設計データ63を編集する(ステップS106)。
Returning to the description of FIG.
The design
図7は、デジタル設計書作成ツール画面100のレイアウト設計タブ102の一例を示す図である。
デジタル設計書ツール画面100のレイアウト設計タブ102は、固定印字項目タブ131、固定画像項目タブ132、可変印字項目タブ133を有する。
FIG. 7 is a diagram illustrating an example of the
The
固定印字項目タブ131は、顧客毎ではなく、全ての印刷物に固定して印刷するテキストデータに関する情報を設定するための画面である。
固定画像項目タブ132は、顧客毎ではなく、全ての印刷物に固定して印刷する画像データに関する情報を設定するための画面である。
可変印字項目タブ133は、顧客毎に異なるバリアブルテキストデータ31を印字するフォント、サイズ、位置、最大文字数等の情報を設定するための画面である。
The fixed
The fixed
The variable
可変印字項目タブ133は、項目NO134、項目名135、フォント名136、サイズ137、X138、Y139、文字数140、属性141、揃え142、条件143、備考144、項目追加ボタン145、項目削除ボタン146等を有する。
項目NO134は、バリアブルテキストデータ31の項目の一意な番号である。
項目名135は、バリアブルテキストデータ31の項目の名前であり、「大住所1」、「大住所2」、「大住所3」、「小住所1」等の値を有する。
フォント名136は、バリアブルテキストデータ31の項目を印字するフォント名であり、「MS明朝」等の値を有する。
サイズ137は、バリアブルテキストデータ31の項目を印字する文字サイズであり、「9pt」、「7pt」等の値を有する。
The variable
The
The
The
The size 137 is a character size for printing the items of the
X138、Y139は、バリアブルテキストデータ31の項目が印字されるテキストボックス(矩形オブジェクト)の左上の頂点に係るX座標、Y座標の値である。
文字数140は、バリアブルテキストデータ31の項目の最大印字可能文字数である。
属性141は、バリアブルテキストデータ31の項目の属性を示すものであり、1byte文字、あるいは、2byte文字であることを示す。
揃え142は、バリアブルテキストデータ31の項目が印字されるテキストボックス(矩形オブジェクト)内の揃え位置を示すものであり、「左」、「中央」、「右」揃え等の値を有する。
条件143は、バリアブルテキストデータ31の項目を印字する条件を示すものである。ユーザによって設定ボタンが押下されると、設計書作成装置10は、条件入力画面を表示する。ユーザは、条件入力画面によって、印字する条件(例えば、所定の項目がNULLでない等)を入力する。
備考144は、バリアブルテキストデータ31の項目に関する備考を示すものである。ユーザによって設定ボタンが押下されると、設計書作成装置10は、備考入力画面を表示する。ユーザは、備考入力画面によって、任意の文字列を入力する。
X138 and Y139 are the values of the X coordinate and the Y coordinate related to the upper left vertex of the text box (rectangular object) in which the
The number of characters 140 is the maximum number of characters that can be printed for an item of the
The attribute 141 indicates the attribute of the item of the
The
The condition 143 indicates a condition for printing the item of the
The remark 144 indicates remarks regarding the items of the
項目追加ボタン145は、印字する項目を追加するためのボタンである。
項目削除ボタン146は、可変印字項目タブ133で選択された項目を削除するためのボタンである。
The
The
設計書作成装置10は、データベース60に記憶される設計書情報61のレイアウト設計データ63を参照し、項目NO134、項目名135、フォント名136、サイズ137、X138、Y139、文字数140、属性141、揃え142、条件143、備考144に、それぞれ具体的な値を表示する。
ユーザによる編集結果は、データベース60に反映される。
The design
The editing result by the user is reflected in the
図4の説明に戻る。
設計書作成装置10は、デジタル設計書ツール画面100のテキスト処理設計タブ103を表示し、ユーザはテキスト処理設計データ64を編集する(ステップS107)。
Returning to the description of FIG.
The design
図8は、デジタル設計書作成ツール画面100のテキスト処理設計タブ103の一例を示す図である。
デジタル設計書ツール画面100のテキスト処理設計タブ103は、処理順151、処理名称152、設定153、プルダウンメニュー154、処理追加ボタン155、処理削除ボタン156等を有する。
FIG. 8 is a diagram illustrating an example of the text
The text
テキスト処理設計タブ103は、バリアブルテキスト整形装置30がバリアブルテキストデータ31のテキスト整形の変換処理を設定するための画面である。
処理順151は、変換処理を行う順番を示す。
処理名称152は、変換処理の名称を示す。
プルダウンメニュー154は、変換処理の一覧である。ユーザは、プルダウンメニュー154の中から、所望の変換処理を選択する。
設定153は、各変換処理の詳細設定ボタンを表示する為の欄である。
処理追加ボタン155は、変換処理を追加するためのボタンである。
処理削除ボタン156は、変換処理を削除するためのボタンである。
The text
The
The
The pull-
A setting 153 is a column for displaying a detailed setting button for each conversion process.
The
The
ユーザが、デジタル設計書作成ツール画面100のテキスト処理設計タブ103において、例えば、行削除(空白)の変換処理の追加を指示すると、設計書作成装置10は、詳細設定を行う為の画面を表示する。
ここで、行削除(空白)の変換処理とは、空白のみを含む行を削除するテキスト整形処理を意味する。
When the user instructs to add conversion processing for deleting a line (blank) on the text
Here, the line deletion (blank) conversion process means a text shaping process for deleting a line including only a blank.
図9は、行削除設定(空白)画面160の一例を示す図である。
行削除設定(空白)画面160は、入力フィールド161、対象フィールド162、追加ボタン163、削除ボタン164、OKボタン165、キャンセルボタン166等を有する。
FIG. 9 is a diagram illustrating an example of the line deletion setting (blank)
The line deletion setting (blank)
入力フィールド161は、行削除(空白)の変換処理の対象となり得るフィールドの中で対象となっていないフィールドの一覧を示す。
対象フィールド162は、行削除(空白)の変換処理の対象とするフィールドの一覧を示す。
追加ボタン163は、入力フィールド161において選択されているフィールドを対象フィールド162に追加するためのボタンである。
削除ボタン164は、対象フィールド162において選択されているフィールドを入力フィールド161に戻すためのボタンである。
OKボタン165は、行削除設定(空白)画面160において設定されている内容をデータベース60に記憶させるためのボタンである。
キャンセルボタン166は、行削除設定(空白)画面160において設定されている内容をデータベース60に記憶させずに、行削除設定(空白)画面160を閉じるためのボタンである。
テキスト処理設計タブ103における設計内容は、データベース60に保持される設計書情報61のテキスト処理設計データ64に記憶される。
The
The
The
The
The
The cancel
The design contents in the text
図4の説明に戻る。
設計書作成装置10は、デジタル設計書ツール画面100の品目情報タブ104を表示し、ユーザは品目情報データ65を編集する(ステップS108)。
Returning to the description of FIG.
The design
図10は、デジタル設計書作成ツール画面100の品目情報タブ104の一例を示す図である。
デジタル設計書ツール画面100の品目情報タブ104は、印刷物の品目情報を設定するための画面であり、得意先106、品目名107、担当108、編集可否情報チェックボックス111、DB登録ボタン112等を有する。
FIG. 10 is a diagram illustrating an example of the
The
得意先106は、印刷物の品目毎の得意先の情報を示す。
品目名107は、印刷物の品目毎の名前を示す。
担当108は、印刷物の品目に関する設計書情報61を編集した担当者の氏名を示す。
編集可否情報チェックボックス111は、印刷物の品目に関する設計書情報61を編集できるかどうかを示す。編集可否情報チェックボックス111がチェックされていない場合、ユーザは、その品目の設計書情報61を編集して上書きすることができる。編集可否情報チェックボックス111がチェックされている場合、ユーザは、その品目の設計書情報61を上書きすることはできず、新規の設計書情報61としてデータベース60に登録する。バリアブルプリントシステム1では、編集可否情報により、設計書情報61の再利用を許可するか、あるいは、許可しないかを制御することができる。
尚、ステップS101において、ユーザが再利用を指定している場合(ステップS101の再利用)、再利用タブ105において選択された設計書情報61の編集可否情報が「否」であれば、設計書作成装置10は、編集可否情報チェックボックス111をチェックされている状態のまま固定する。即ち、ユーザはチェックを外すことができない。
DB登録ボタン112は、品目情報タブ104における設定内容をデータベース60に記憶させる為のボタンである。品目情報タブ104における設定内容は、データベース60に保持される設計書情報61の品目情報データ65に記憶される。
The
The
The person in
The editability
If the user designates reuse in step S101 (reuse in step S101), if the editability information of the
The
図11は、設計書情報61のXMLファイルの一例を示す図である。
設計書情報61のXMLファイルは、品目情報データ部分171、データレイアウト設計データ部分172、レイアウト設計データ部分173、テキスト処理設計データ部分174等に分けられる。
品目情報データ部分171は、品目情報データ65に対応する。データレイアウト設計データ部分172は、データレイアウト設定データ62に対応する。レイアウト設計データ部分173は、レイアウト設計データ63に対応する。テキスト処理設計データ部分174は、テキスト処理設計データ64に対応する。
FIG. 11 is a diagram illustrating an example of an XML file of the
The XML file of the
The item
このように、バリアブルプリントシステム1の設計書作成装置10は、レイアウト設計及びバリアブルテキスト設計で使用する設計書情報61を一元管理する。ユーザは、設計書作成装置10において、レイアウト設計書20において使用されるレイアウト設計データ63、バリアブル整形装置30において使用されるテキスト処理設計データ64、レイアウト設計データ63とテキスト処理設計データ64の項目を対応付けるデータレイアウト設計データ62、品目毎の情報を保持する品目情報データ65を一括して編集することができる。
As described above, the design
次に、図12から図14を参照しながら、レイアウト設計装置20におけるレイアウト設計データの編集処理の流れについて説明する。
図12は、レイアウト設計装置20におけるレイアウト設計データの編集処理の流れを示すフローチャートである。レイアウト設計装置20では、設計書情報61のレイアウト設計データ63のみを編集することができる。
Next, the flow of layout design data editing processing in the
FIG. 12 is a flowchart showing the flow of layout design data editing processing in the
ユーザがレイアウト設計装置20でレイアウト設計ツール21を起動すると、レイアウト設計装置20は、ユーザにより指定された検索条件に基づいて、データベース60から設計書情報61を検索し(ステップS201)、設計書情報61の一覧を取得し(ステップS202)、設計書情報61の一覧を表示する。
設計書情報61の一覧からユーザが設計書情報を選択すると(ステップS203)、レイアウト設計装置20は選択された設計書情報61をデータベース60から読み取り(ステップS204)、レイアウト設計データ画面200を表示する(ステップS205)。ユーザが、レイアウト設計データ63の追加編集を行う場合(ステップS206のYes)、レイアウト設計装置20に表示されたレイアウト設計データ画面200でレイアウト設計データ63の編集を行う(ステップS207)。
When the user activates the
When the user selects design document information from the list of design document information 61 (step S203), the
図13は、レイアウト設計ツール画面200の一例を示す図である。
レイアウト設計ツール画面200は、住所オブジェクト201、宛名オブジェクト202、バーコードオブジェクト203、QR(Quick Response)コードオブジェクト204、案内タイプオブジェクト205、車画像オブジェクト206、設定済みオブジェクト一覧207等を有する。
FIG. 13 is a diagram illustrating an example of the layout
The layout
住所オブジェクト201、宛名オブジェクト202、バーコードオブジェクト203、QRオブジェクト204、案内タイプオブジェクト205、車画像オブジェクト206は、顧客毎に異なる。
設定済みオブジェクト一覧207の項目名の前のアルファベットは、オブジェクトのタイプを表し、「T」はテキスト、「I」はイメージ、「Q」はQRコード、「B」はバーコードを意味する。
レイアウト設計装置20は、データベース60に記憶される設計書情報61のレイアウト設計データ63を参照し、設定済みオブジェクト一覧207の各オブジェクトである住所オブジェクト201、宛名オブジェクト202、バーコードオブジェクト203、QRコードオブジェクト204、案内タイプオブジェクト205、車画像オブジェクト206を表示する。
The
The alphabet before the item name in the
The
ユーザは、図13に示すレイアウト設計ツール画面200において、各オブジェクトの配置を変更したり、オブジェクトを追加、削除したりすることにより、ダイレクトメール等の印刷物に関するレイアウト設計を行う。ユーザは、住所オブジェクト201、宛名オブジェクト202、バーコードオブジェクト203、QRコードオブジェクト204、案内タイプオブジェクト205、車画像オブジェクト206等のオブジェクトに対してドラッグ&ドロップ等の操作することにより、レイアウト設計データ63を編集することができる。
In the layout
図14は、図13のレイアウト設計ツール画面200における編集例を示す。図14のレイアウト設計ツール画面200では、バーコードオブジェクト203とQRコードオブジェクト204の配置が変更されている。
レイアウト設計装置20は、バーコードオブジェクト203とQRコードオブジェクト204の配置の変更を、データベース60に記憶される設計書情報61のレイアウト設計データ63に反映させる。具体的には、レイアウト設計装置20は、バーコードオブジェクト203とQRコードオブジェクト204の左上頂点のX座標、Y座標のデータを変更する。
FIG. 14 shows an editing example on the layout
The
図12の説明に戻る。
レイアウト設計データ63の編集終了後、設計書情報61の品目情報データ65で設定された編集可否情報が「可」の場合(ステップS208のYes)、レイアウト設計装置20は、編集した設計書情報61をデータベース60に上書き更新する(ステップS209)。上書き更新した場合、図11に示す設計書情報61のXMLファイルのレイアウト設計部分173のデータが書き換えられる。
一方、品目情報データ65で設定された編集可否情報が「否」の場合(ステップS208のNo)、レイアウト設計装置20は、編集した設計書情報61をデータベース60に新規登録する(ステップS210)。
Returning to the description of FIG.
After the editing of the
On the other hand, when the editability information set in the
このように、レイアウト設計装置20は、データベース60から設計書情報61を取得し、設計書情報61を読み込むことにより、各オブジェクトを自動的に表示部76に表示する。また、レイアウト設計装置20は、ユーザの編集指示に応じてデータベース60を更新する。具体的には、レイアウト設計装置20は、設計書情報61に設定されている編集可否情報に従って、設計書情報61をデータベース60に上書き更新、あるいは、新規登録する。
As described above, the
次に、図15から図17を参照しながら、バリアブルテキスト整形装置30におけるテキスト整形の変換処理の流れについて説明する。
図15は、バリアブルテキスト整形装置30におけるテキスト処理設計データの編集処理の流れを示すフローチャートである。バリアブルテキスト整形装置30では、設計書情報61のテキスト処理設計データ64のみを編集することができる。
Next, the flow of text shaping conversion processing in the variable
FIG. 15 is a flowchart showing the flow of editing processing of text processing design data in the variable
ユーザがバリアブルテキスト整形装置30でテキストデータ整形ツール33を起動すると、バリアブルテキスト整形装置30は、ユーザにより指定された検索条件に基づいて、データベース60から設計書情報61を検索し(ステップS301)、設計書情報61の一覧を取得し(ステップS302)、設計書情報61の一覧を表示する。
設計書情報61の一覧からユーザが設計書情報を選択すると(ステップS303)、バリアブルテキスト整形装置30は選択された設計書情報61をデータベース60から読み取り(ステップS304)、テキストデータ整形ツール画面210を表示する(ステップS305)。ユーザが、テキスト処理設計データ64の追加編集を行う場合(ステップS306のYes)、バリアブルテキスト整形装置30に表示されたテキストデータ整形ツール画面210でテキスト処理設計データ64の編集を行う(ステップS307)。
When the user activates the text
When the user selects design document information from the list of design document information 61 (step S303), the variable
図16は、テキストデータ整形ツール画面210の一例を示す図である。
テキストデータ整形ツール画面210は、バリアブルテキストデータ31に対して行うテキスト整形の変換処理を表すアイコンを表示するための画面である。図16のテキストデータ整形ツール画面210には、外字アイコン211a、空白アイコン211b、文字数アイコン211c、テキスト処理アイコン一覧212等が表示されている。
FIG. 16 is a diagram illustrating an example of the text data shaping
The text data shaping
外字アイコン211aは、外字を削除するテキスト整形の変換処理を表すアイコンである。
空白アイコン211bは、空白を削除するテキスト整形の変換処理を表すアイコンである。
文字数アイコン211cは、カラム毎の最大文字数を超えている行を抽出するテキスト整形の変換処理を表すアイコンである。
図16に示すテキスト整形の変換処理のフローでは、入力されたバリアブルテキストデータ31に対して、外字処理、空白処理、文字数処理の順に処理が行われる。
テキスト処理アイコン一覧212は、プログラムが定義されているテキスト整形の変換処理を示すアイコンの一覧である。
The
The
The number-of-
In the text formatting conversion processing flow shown in FIG. 16, the input
The text
バリアブルテキスト整形装置30は、データベース60に記憶される設計書情報61のテキスト処理設計データ64を参照し、設定されている変換処理のアイコン(図16の例では、外字アイコン211a、空白アイコン211b、文字数アイコン211c)を表示する。
The variable
ユーザは、テキストデータ整形ツール画面210において、テキスト処理アイコン一覧212内のアイコンをドラッグ&ドロップ等の操作により、バリアブルテキストデータ31に対して行うテキスト整形の変換処理を行うフローにアイコンを挿入して追加したり、テキスト整形の変換処理のフローのアイコンを削除、並び替えしたりすることにより、テキスト整形の変換処理の編集を指示する。そして、バリアブルテキスト整形装置30は、ユーザの指示に応じて、データベース60に保持される設計書情報61のテキスト処理設計データ64を更新する。
On the text data shaping
図17は、図16のテキストデータ整形ツール画面210における編集例を示す。図17のテキストデータ整形ツール画面210では、外字アイコン211a、空白アイコン211b、文字数アイコン211cからなるテキスト整形の変換処理のフローの前に、ソートアイコン211dが追加されている。
ソートアイコン211dは、所定の規則に従って並び替えるテキスト整形の変換処理を表すアイコンである。
変更されたテキスト整形の変換処理のフローでは、入力されたバリアブルテキストデータ31に対して、ソート処理、外字処理、空白処理、文字数処理の順でテキスト整形の変換処理が行われる。
FIG. 17 shows an editing example on the text data shaping
The
In the changed text formatting conversion processing flow, text formatting conversion processing is performed on the input
図15の説明に戻る。
テキスト処理設計データ64の編集終了後、設計書情報61の品目情報データ65で設定された編集可否情報が「可」の場合(ステップS308のYes)、バリアブルテキスト整形装置30は、編集した設計書情報61をデータベース60に上書き更新する(ステップS309)。上書き更新した場合、図11に示す設計書情報61のXMLファイルのテキスト処理設計部分174のデータが書き換えられる。
一方、品目情報データ65で設定された編集可否情報が「否」の場合(ステップS308のNo)、バリアブルテキスト整形装置30は、編集した設計書情報61をデータベース60に新規登録する(ステップS310)。
Returning to the description of FIG.
After editing the text
On the other hand, when the editability information set in the
このように、バリアブルテキスト整形装置30は、データベース60から設計書情報61を取得し、設計書情報61を読み込むことによりテキスト整形の変換処理のフローを自動的に表示する。また、バリアブルテキスト整形装置30は、ユーザの編集指示に応じてデータベース60を更新する。具体的には、バリアブルテキスト整形装置30は、設計書情報61に設定された編集可否情報に従って、設計書情報61をデータベース60に上書き更新、あるいは、新規登録する。
As described above, the variable
以上説明したように、本発明のバリアブルプリントシステム1では、設計書作成装置10は、データレイアウト設計データ62、レイアウト設計データ63、テキスト処理設計データ64、品目情報データ65を有する設計書情報61をデータベース60に登録する。レイアウト設計装置20は、データベース60から設計書情報61を読み出すと、レイアウト設計ツール21のオブジェクトを自動的に表示し、ユーザはレイアウト設計データ63の編集が可能となる。また、バリアブルテキスト整形装置30は、データベース60から設計書情報61を読み出すと、テキストデータ整形ツール33のテキスト整形の変換処理のフローを自動的に表示し、ユーザはテキスト処理設計データ64の編集が可能となる。バリアブルプリントシステム1は、従来のレイアウト設計書と印字設計書の二つの設計書に相当する設計書情報61をデータベース60で一元管理し、レイアウト設計装置20のレイアウト設計ツール21、バリアブルテキスト整形装置30のテキストデータ整形ツール33の機能によって、自動的にデータを表示することにより、ユーザによる初期データの入力作業が不要となり、作業負荷が軽減される。
As described above, in the
また、設計書情報61の検索のキーワードとなる得意先、品目名、担当者を品目情報データ65として設定することにより、設計書作成装置10、レイアウト設計装置20、バリアブルテキスト整形装置30における設計書情報61の検索を容易となる。
更に、設計書情報61の編集可否情報を設定することにより、品目の再利用、編集を制御することができる。
In addition, by setting the customer, item name, and person in charge as keywords for searching the
Furthermore, by setting the editability information of the
以上、添付図面を参照しながら、本発明に係るバリアブルプリントシステム等の好適な実施形態について説明したが、本発明は係る例に限定されない。当業者であれば、本願で開示した技術的思想の範疇内において、各種の変更例又は修正例に想到し得ることは明らかであり、それらについても当然に本発明の技術的範囲に属するものと了解される。 The preferred embodiments of the variable print system and the like according to the present invention have been described above with reference to the accompanying drawings, but the present invention is not limited to such examples. It will be apparent to those skilled in the art that various changes or modifications can be conceived within the scope of the technical idea disclosed in the present application, and these naturally belong to the technical scope of the present invention. Understood.
1………バリアブルプリントシステム
10………設計書作成装置
11………デジタル設計書作成ツール
20………レイアウト設計装置
21………レイアウト設計ツール
22………レイアウト定義ファイル
23………変換ツール
24………レイアウトデータ
30………バリアブルテキスト整形装置
31………バリアブルテキストデータ
32………第1トランザクションデータ
33………テキストデータ整形ツール
40………バリアブル画像編集装置
41………バリアブル画像素材データ
42………DTPソフト
50………合成装置
51………レイアウトデータ
52………第2トランザクションデータ
53………画像データ
54………印刷データ生成ツール
60………データベース
61………設計書情報
70………プリンタ
DESCRIPTION OF
Claims (6)
前記設計書情報は、レイアウト設計データ、テキスト処理設計データ、及び、前記レイアウト設計データと前記テキスト処理設計データを関連付けるデータレイアウト設定データを有し、
前記設計書作成装置は、
前記設計書情報を設定する手段、
を具備し、
前記レイアウト設計装置は、
前記設計書情報に基づいて、前記レイアウト設計データを生成する手段、
を具備し、
前記バリアブルテキスト整形装置は、
前記設計書情報に基づいて、バリアブルテキストデータを整形し、前記トランザクションデータを生成する手段、
を具備することを特徴とするバリアブルプリントシステム。 A design document creation device that creates design document information of layout data and transaction data of printed matter, a layout design device that generates the layout data, a variable text shaping device that generates the transaction data, and the design document information are stored. A variable print system comprising a database,
The design document information includes layout design data, text processing design data, and data layout setting data for associating the layout design data with the text processing design data,
The design document creation device
Means for setting the design document information;
Comprising
The layout design apparatus includes:
Means for generating the layout design data based on the design document information;
Comprising
The variable text shaping device includes:
Means for shaping variable text data based on the design document information and generating the transaction data;
A variable print system comprising:
前記設計書情報を参照し、前記テキスト処理設計データに定義されている変換処理を示すアイコンを表示する手段と、
ユーザによる前記アイコンの追加、削除、並び替えに応じて、前記データベースを更新する第1の更新手段と、
を具備することを特徴とする請求項1に記載のバリアブルプリントシステム。 The variable text shaping device includes:
Means for referring to the design document information and displaying an icon indicating a conversion process defined in the text processing design data;
First update means for updating the database in response to addition, deletion, and rearrangement of the icons by a user;
The variable print system according to claim 1, further comprising:
前記設計書情報を参照し、前記レイアウト設計データに定義されている印刷物のレイアウトを表示する手段と、
ユーザによる前記印刷物のレイアウトの変更に応じて、前記データベースを更新する第2の更新手段と、
を具備することを特徴する請求項2に記載のバリアブルプリントシステム。 The layout design apparatus includes:
Means for referring to the design document information and displaying a layout of a printed matter defined in the layout design data;
Second update means for updating the database in response to a change in the layout of the printed matter by a user;
The variable print system according to claim 2, further comprising:
前記設計書作成装置は、更に、
前記編集可否情報を設定する手段、
を具備し、
前記第1の更新手段及び前記第2の更新手段は、前記編集可否情報が可の場合、前記設計書情報を前記データベースに上書きして保存し、前記編集可否情報が否の場合、前記設計書情報を前記データベースに新規登録することを特徴とする請求項3に記載のバリアブルプリントシステム。 The design document information further includes editability information indicating whether it can be overwritten and stored,
The design document creation device further includes:
Means for setting the editability information;
Comprising
The first update unit and the second update unit store the design document information by overwriting the database when the editability information is possible, and store the design document when the editability information is not. The variable print system according to claim 3, wherein information is newly registered in the database.
前記設計書作成装置が、前記設計書情報を設定するステップと、
前記レイアウト設計装置が、前記設計書情報に基づいて、前記レイアウト設計データを生成するステップと、
前記バリアブルテキスト整形装置が、前記設計書情報に基づいて、バリアブルテキストデータを整形し、前記トランザクションデータを生成するステップと、
を含むことを特徴とする印刷物設計方法。 Design document creation device for creating layout data and transaction data design document information, layout design device for generating layout data, variable text shaping device for generating transaction data, layout design data, text processing design A printed matter design method in a variable print system comprising: data and a database storing design document information having data layout setting data for associating the layout design data and the text processing design data,
The design document creating device sets the design document information;
The layout design device generating the layout design data based on the design document information;
The variable text shaping device shaping variable text data based on the design document information and generating the transaction data;
A printed matter design method comprising:
複数のコンピュータを、それぞれ、
前記設計書情報を設定する手段、を具備する前記設計書作成装置と、
前記設計書情報に基づいて、前記レイアウト設計データを生成する手段、を具備する前記レイアウト設計装置と、
前記設計書情報に基づいて、バリアブルテキストデータを整形し、前記トランザクションデータを生成する手段、を具備する前記バリアブルテキスト整形装置と、
して機能させるためのプログラム。 The storage device functions as a database that stores layout design data, text processing design data, and design document information having data layout setting data that associates the layout design data with the text processing design data,
Multiple computers, each
Means for setting the design document information, the design document creation device comprising:
Means for generating the layout design data based on the design document information, and the layout design apparatus comprising:
The variable text shaping device comprising: means for shaping variable text data based on the design document information and generating the transaction data;
Program to make it function.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2010262961A JP2012113574A (en) | 2010-11-25 | 2010-11-25 | Variable print system, printed matter design method and program |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2010262961A JP2012113574A (en) | 2010-11-25 | 2010-11-25 | Variable print system, printed matter design method and program |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JP2012113574A true JP2012113574A (en) | 2012-06-14 |
Family
ID=46497711
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2010262961A Pending JP2012113574A (en) | 2010-11-25 | 2010-11-25 | Variable print system, printed matter design method and program |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP2012113574A (en) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2021190984A (en) * | 2020-05-27 | 2021-12-13 | 株式会社イセトー | Print data generation system, print data generation method, and program |
| CN114063938A (en) * | 2020-07-31 | 2022-02-18 | 株式会社理光 | Print data processing apparatus, printing system, and print data processing method |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2003263296A (en) * | 2002-03-12 | 2003-09-19 | Dainippon Printing Co Ltd | Variable form data generation system |
| JP2008152310A (en) * | 2006-12-14 | 2008-07-03 | Dainippon Printing Co Ltd | Variable printing document editing system and method |
| JP2009169810A (en) * | 2008-01-18 | 2009-07-30 | Dainippon Printing Co Ltd | Authoring device |
| JP2009238179A (en) * | 2008-03-28 | 2009-10-15 | Dainippon Printing Co Ltd | Variable printing method using web, variable printing system using web, and received data processing device |
| JP2010009391A (en) * | 2008-06-27 | 2010-01-14 | Dainippon Printing Co Ltd | Variable printing method and variable printing system |
| JP2012022542A (en) * | 2010-07-15 | 2012-02-02 | Dainippon Printing Co Ltd | Variable print system, printed matter design method and program |
-
2010
- 2010-11-25 JP JP2010262961A patent/JP2012113574A/en active Pending
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2003263296A (en) * | 2002-03-12 | 2003-09-19 | Dainippon Printing Co Ltd | Variable form data generation system |
| JP2008152310A (en) * | 2006-12-14 | 2008-07-03 | Dainippon Printing Co Ltd | Variable printing document editing system and method |
| JP2009169810A (en) * | 2008-01-18 | 2009-07-30 | Dainippon Printing Co Ltd | Authoring device |
| JP2009238179A (en) * | 2008-03-28 | 2009-10-15 | Dainippon Printing Co Ltd | Variable printing method using web, variable printing system using web, and received data processing device |
| JP2010009391A (en) * | 2008-06-27 | 2010-01-14 | Dainippon Printing Co Ltd | Variable printing method and variable printing system |
| JP2012022542A (en) * | 2010-07-15 | 2012-02-02 | Dainippon Printing Co Ltd | Variable print system, printed matter design method and program |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2021190984A (en) * | 2020-05-27 | 2021-12-13 | 株式会社イセトー | Print data generation system, print data generation method, and program |
| CN114063938A (en) * | 2020-07-31 | 2022-02-18 | 株式会社理光 | Print data processing apparatus, printing system, and print data processing method |
| CN114063938B (en) * | 2020-07-31 | 2023-10-27 | 株式会社理光 | Print data processing apparatus, print system, and print data processing method |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP4324060B2 (en) | Document management system and method, document management apparatus, and control method for the apparatus | |
| US20060053370A1 (en) | Electronic album editing apparatus and control method therefor | |
| JP2000222159A (en) | Information processing device, information processing method, and storage medium storing computer readable program | |
| JP3679678B2 (en) | Printing control apparatus and control method therefor | |
| JP5733201B2 (en) | Print control device, print control program | |
| JP2023050977A (en) | Computer program for terminal device, computer readable recording medium storing computer program, and method performed by terminal device | |
| US6922807B1 (en) | Object editing apparatus and method, and recording medium storing computer-readable program | |
| JP2012113574A (en) | Variable print system, printed matter design method and program | |
| JP4959501B2 (en) | Information processing apparatus, information processing method, and program | |
| JP4438061B2 (en) | Electronic album editing apparatus, control method thereof, and program thereof | |
| JP2004280473A (en) | Workflow program generation apparatus and method | |
| JP3376254B2 (en) | Display device, display control method, and recording medium | |
| JP4845287B2 (en) | Form editing apparatus and method, and storage medium storing computer-readable program | |
| JP2018206312A (en) | Information processing device and control method thereof, and program | |
| JP3969926B2 (en) | Form creation device, form creation method, and storage medium | |
| CN103713864A (en) | Bill output device and bill output method | |
| JP3507353B2 (en) | Overlay printing control method and apparatus, and storage medium storing computer readable program | |
| JP2012022542A (en) | Variable print system, printed matter design method and program | |
| JP2007328670A (en) | Information processing apparatus, form processing method, storage medium, program | |
| JP2001101327A (en) | Information processing method and apparatus, and printing system | |
| JP2010165153A (en) | Item setting device, its control method, and control program | |
| JP2701601B2 (en) | Component data processing method | |
| JP4737659B2 (en) | Table set database system and table set data creation device | |
| JP2006331356A (en) | Business processing program, recording medium recording it, and business processing system | |
| JP5251288B2 (en) | Document management apparatus, data operation method, data operation program, and recording medium recording data operation program |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20130926 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20140311 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20140415 |
|
| A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140520 |
|
| A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20141111 |