JP5683310B2 - Information processing apparatus, information processing method, and program - Google Patents

Information processing apparatus, information processing method, and program Download PDF

Info

Publication number
JP5683310B2
JP5683310B2 JP2011027050A JP2011027050A JP5683310B2 JP 5683310 B2 JP5683310 B2 JP 5683310B2 JP 2011027050 A JP2011027050 A JP 2011027050A JP 2011027050 A JP2011027050 A JP 2011027050A JP 5683310 B2 JP5683310 B2 JP 5683310B2
Authority
JP
Japan
Prior art keywords
data
image data
cover
print
setting information
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.)
Expired - Fee Related
Application number
JP2011027050A
Other languages
Japanese (ja)
Other versions
JP2012168607A (en
JP2012168607A5 (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.)
Canon Inc
Original Assignee
Canon 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 Canon Inc filed Critical Canon Inc
Priority to JP2011027050A priority Critical patent/JP5683310B2/en
Publication of JP2012168607A publication Critical patent/JP2012168607A/en
Publication of JP2012168607A5 publication Critical patent/JP2012168607A5/en
Application granted granted Critical
Publication of JP5683310B2 publication Critical patent/JP5683310B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)

Description

本発明は、情報処理装置、情報処理方法及びプログラムに関する。   The present invention relates to an information processing apparatus, an information processing method, and a program.

従来、印刷データの構成を、印刷制御ファイルと文書の内容データファイルとに分けて、文書の内容データファイルに先行して印刷制御ファイルをプリンタに転送する技術があった(特許文献1)。
また、ページ記述言語(PDL)で記述された印刷データを各プレートのイメージデータに展開してプリンタへ出力する装置に関しては、以下の技術がある。なお、プレートとは、用紙の各ページ(即ち、用紙の表面及び裏面)に相当するものである。印刷ジョブを構成する印刷データを解釈し、各プレートの画像データを生成する。そして、各プレートにプレート属性が記入されたプレート情報を管理して、プリンタの動作条件に基づいて、各プレートに転送順位を設定して、転送順位に従って各プレートの画像データをプリンタへ転送する技術があった。
Conventionally, there has been a technique in which the configuration of print data is divided into a print control file and a document content data file, and the print control file is transferred to a printer prior to the document content data file (Patent Document 1).
There are the following techniques for an apparatus that develops print data described in a page description language (PDL) into image data of each plate and outputs the image data to a printer. The plate corresponds to each page of the paper (that is, the front surface and the back surface of the paper). Interpret the print data that makes up the print job and generate image data for each plate. A technology for managing plate information in which plate attributes are written on each plate, setting a transfer order for each plate based on the operating conditions of the printer, and transferring image data of each plate to the printer according to the transfer order was there.

前記技術によると、画像データ生成手段と転送手段の間にプレート情報管理手段が設けられ、そのプレート情報管理手段を仲立ちとしてプレート情報の設定・参照が行われる。したがって、画像データ生成手段と転送手段の処理を必ずしも同期させる必要がなくなり、また、両手段を並行動作させることが可能となる。また、プリンタの動作条件を読み取った上でそれを考慮して転送順位が設定されるため、プリンタの各種動作条件に適合した画像データの転送制御を行うことができる。なお、生成された画像データは、その属性情報とは別に画像データ記憶手段に一時保存され、その転送順位が到来した時点で転送手段によってプリンタへ転送される。
更に前記技術においては、ジョブ全体に関わる属性はジョブ情報として管理され、各ドキュメントに関わる属性はドキュメント情報として管理され、更に、各プレートに関わる属性はプレート情報として管理される。即ち、この構成によれば、1つのジョブをドキュメント単位で属性を管理できるので、1ジョブ中に複数のドキュメントを含ませたジョブを処理可能である。例えば、複数のドキュメントをまとめて製本する等の処理を実現できる。
また、印刷データの記述形式がページ非独立であるか又はページ独立であるかを判定し、ページ独立である場合には、任意のページ順(先頭ページからの順又は最終ページからの逆順等)で画像データ生成を行える。したがって、画像データの転送順位に従った順序でその生成を行うことができる。そのような処理によれば、画像データを一時保存するための記憶容量を最小限にでき、また、印刷命令から実際に印刷が行われるまでのタイムラグを最小限にできる。
According to the above technique, plate information management means is provided between the image data generation means and transfer means, and plate information is set / referenced with the plate information management means as an intermediary. Therefore, it is not always necessary to synchronize the processing of the image data generation means and the transfer means, and both means can be operated in parallel. In addition, since the transfer order is set in consideration of the printer operating conditions after reading them, it is possible to perform transfer control of image data suitable for various printer operating conditions. The generated image data is temporarily stored in the image data storage means separately from the attribute information, and transferred to the printer by the transfer means when the transfer order arrives.
Further, in the technique, attributes relating to the entire job are managed as job information, attributes relating to each document are managed as document information, and attributes relating to each plate are managed as plate information. In other words, according to this configuration, the attributes of one job can be managed in document units, so that a job including a plurality of documents in one job can be processed. For example, processing such as binding a plurality of documents together can be realized.
Also, it is determined whether the print data description format is page-independent or page-independent. If it is page-independent, any page order (order from the first page or reverse order from the last page, etc.) Can generate image data. Therefore, the image data can be generated in the order according to the transfer order of image data. According to such processing, the storage capacity for temporarily storing the image data can be minimized, and the time lag from the printing command until actual printing is performed can be minimized.

特開2001−134401号公報JP 2001-134401 A

「デジタルフォトプリントサービス」等の商業印刷を提供する写真プリントシステムにおいて、印刷データの製品には様々なタイプがある。例えば、一枚の印刷用紙に写真が一つだけ印刷されている(以後、単葉印刷と呼ぶ)ものや、複数の写真を一枚の印刷用紙にレイアウトして、複数の印刷用紙をまとめて一冊のアルバムとした(以後、フォトブックと呼ぶ)もの等がある。
一般的に、データをクライアントからプリンタに転送すると、その都度、クライアントとプリンタとの間に応答が発生する。これは、例えば、プリンタがデータを受信し終えたことをクライアントが確認するために、プリンタから受信完了通知をクライアントに送信する目的のために行うものである。
特許文献1に開示されたシステムにおいては、製品のタイプに無関係にデータを個別にプリンタに転送していた。そのため、データの転送回数が増大して、プリンタとの応答回数も多くなり、その結果、ネットワークのトラフィックが増大していた。
In a photographic print system that provides commercial printing such as “Digital Photo Print Service”, there are various types of print data products. For example, one photo is printed on one sheet of paper (hereinafter referred to as single-leaf printing), or a plurality of photos are laid out on one sheet of paper, and a plurality of print sheets are grouped together. There are some albums (hereinafter referred to as photo books).
Generally, each time data is transferred from a client to a printer, a response is generated between the client and the printer. This is performed, for example, for the purpose of transmitting a reception completion notification from the printer to the client in order for the client to confirm that the printer has received the data.
In the system disclosed in Patent Document 1, data is individually transferred to a printer regardless of the type of product. As a result, the number of data transfers increases and the number of responses with the printer also increases, resulting in an increase in network traffic.

本発明はこのような問題点に鑑みなされたもので、印刷システム内のネットワークのトラフィックを減少させることを目的とする。   The present invention has been made in view of such problems, and an object thereof is to reduce network traffic in a printing system.

そこで、本発明の情報処理装置は、印刷物が表紙及び本文を用いて本を生成する無線綴じが設定されているか否かを判定する判定手段と、前記判定手段により無線綴じが設定されていると判定された場合、前記無線綴じの印刷物を生成するための複数のデータから、前記印刷物の表紙用の複数の印刷設定情報を1つにまとめて送信し、前記表紙用の画像データを送信し、前記印刷物の中身用の印刷設定情報と画像データとをページ単位にまとめて送信する送信制御手段と、を有することを特徴とする。   Therefore, in the information processing apparatus of the present invention, the determination unit determines whether or not the binding is set to generate a book using the cover and the body of the printed material, and the binding is set by the determination unit. If determined, a plurality of print setting information for the cover of the printed matter is collectively transmitted from the plurality of data for generating the printed matter of the perfect binding, and the image data for the cover is transmitted. Transmission control means for transmitting the print setting information for the contents of the printed matter and the image data in units of pages.

本発明によれば、印刷システム内のネットワークのトラフィックを減少させることができる。   According to the present invention, it is possible to reduce network traffic in the printing system.

印刷システムのシステム構成の一例を示す図である。1 is a diagram illustrating an example of a system configuration of a printing system. 実施形態1のジョブデータの構造を説明するための図である。FIG. 4 is a diagram for explaining the structure of job data according to the first embodiment. プリントサーバーのハードウェア構成の一例を示す図である。2 is a diagram illustrating an example of a hardware configuration of a print server. FIG. 実施形態1の製品のタイプがフォトブックであるJobの一例を示す図(その1)である。FIG. 3 is a diagram (part 1) illustrating an example of a job in which the product type of the first embodiment is a photo book. JobPTの構成の一例を示す図である。It is a figure which shows an example of a structure of JobPT. DocPTの構成の一例を示す図である。It is a figure which shows an example of a structure of DocPT. 実施形態1のPagePTの構成の一例を示す図である。It is a figure which shows an example of a structure of PagePT of Embodiment 1. FIG. データ変換テーブルの一例を示す図である。It is a figure which shows an example of a data conversion table. フォトブックの「中身」を製本するときの綴じ方であるStitchが「中綴じ」となっている場合を示す図である。It is a figure which shows the case where Stitch which is a binding method when binding the “contents” of a photo book is “saddle stitching”. 「中綴じ」で製本した場合のイメージを示す図である。It is a figure which shows the image at the time of binding with "saddle stitch". 2枚の用紙を「中綴じ」で製本した場合に、それぞれの用紙1、用紙2に対して、ページ番号1から8までを付与した一例を示す図である。FIG. 10 is a diagram illustrating an example in which page numbers 1 to 8 are assigned to each of paper 1 and paper 2 when two sheets are bound by “saddle stitching”. フォトブックの「中身」の一例を示す図である。It is a figure which shows an example of the "contents" of a photo book. 図12に説明した印刷データをプリンタが受信して、用紙1及び用紙2に両面印刷するときのイメージの一例を示す図である。FIG. 13 is a diagram illustrating an example of an image when the printer receives the print data described in FIG. 12 and performs duplex printing on paper 1 and paper 2. 用紙1と用紙2とがプリンタ110の排紙トレイに積載されている様子を示す図である。FIG. 3 is a diagram illustrating a state in which the paper 1 and the paper 2 are stacked on a paper discharge tray of the printer 110. 製本するときの綴じ方である、Stitchが「無線綴じ」となっている場合を示す図である。It is a figure which shows the case where Stitch is "wireless binding" which is a binding method when bookbinding. 製品のタイプがフォトブックの中綴じの場合の、データのまとめ方と転送の内容とのイメージの一例を示す図である。It is a figure which shows an example of the image of how to summarize data and the content of transfer when the product type is saddle stitching. 実施形態1の製品のタイプがフォトブックであるJobの一例を示す図(その2)である。FIG. 6B is a second diagram illustrating an example of a job in which the product type of the first embodiment is a photo book. 製品のタイプがフォトブックの無線綴じの場合の、データのまとめ方と転送の内容とのイメージの一例を示す図である。It is a figure which shows an example of the image of the method of summarizing data, and the content of transfer when the product type is the perfect binding of a photo book. 製品のタイプが4ページからなる単葉の場合の、データのまとめ方と転送の内容とをイメージにした図である。It is the figure which made the image the method of summarizing data, and the content of transmission in the case of the single type which consists of four pages of product types. 製品のタイプがフォトブックの場合のデータ転送の一例を示すフローチャートである。It is a flowchart which shows an example of the data transfer in case the product type is a photo book. 実施形態1の"まとめ方モード1"の場合のデータ転送の一例を示すフローチャートである。6 is a flowchart illustrating an example of data transfer in the case of “summarizing mode 1” according to the first exemplary embodiment. 実施形態1の"まとめ方モード2"の場合のデータ転送の一例を示すフローチャートである。10 is a flowchart illustrating an example of data transfer in the case of “summarizing mode 2” according to the first exemplary embodiment. 製品のタイプが単葉の場合のデータ転送のフローチャートである。It is a flowchart of the data transfer in case the product type is a single leaf. 実施形態2のジョブデータの構造を説明するための図である。FIG. 10 is a diagram for explaining the structure of job data according to a second embodiment. 実施形態2の製品のタイプがフォトブックであるJobの一例を示す図である。It is a figure which shows an example of Job whose type of product of Embodiment 2 is a photo book. 実施形態2のPagePTの構成の一例を示す図である。It is a figure which shows an example of a structure of PagePT of Embodiment 2. FIG. 製品が図25に示したフォトブックの場合の、データのまとめ方と転送の内容とをイメージにした図である。It is the figure which made the image the method of summarizing data, and the content of transfer in case the product is the photo book shown in FIG. 実施形態2の"まとめ方モード1"の場合のデータ転送の一例を示すフローチャートである。12 is a flowchart illustrating an example of data transfer in the case of “summarizing mode 1” according to the second exemplary embodiment. 実施形態2の"まとめ方モード2"の場合のデータ転送の一例を示すフローチャートである。14 is a flowchart illustrating an example of data transfer in the case of “summarizing mode 2” according to the second exemplary embodiment.

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

<実施形態1>
図1は、印刷システムのシステム構成の一例を示す図である。
図1において、ネットワーク(LAN)101には、この例ではワークフローPC102及びプリントサーバー103及びプリンタ110が接続されている。ワークフローPC102からは、印刷データがプリントサーバー103に転送される。プリントサーバー103から印刷データをプリンタ110に転送して印刷を行う。ワークフローPC102は、図2に示した構造のジョブデータを有し、これをプリントサーバー103に転送する。
ワークフローPCは、情報処理装置の一例である。
図2は、実施形態1のジョブデータの構造を説明するための図である。ジョブデータの構造は、XML−Paper Specification(XPS)でも行われているように、構造化が可能となる。即ち、Pageは印刷ジョブを構成する1ページ分に相当する。このPageを1つ以上まとめた論理単位をDocとする。このDocを1つ以上まとめた論理単位をJobとする。
また、それぞれの論理単位での印刷設定を「プリントチケット」(以下、PTという。)というもので定義する。即ち、Pageの印刷設定はPagePTに記述される。Docの印刷設定はDocPTに記述される。Jobの印刷設定はJobPTに記述される。
本実施形態において、印刷出力する成果物である'製品'が印刷ジョブ全体に相当する。前記製品のタイプとしては、例えば用紙一枚に一つの画像が印刷されている「単葉」がある。別の前記製品のタイプとしては、複数の印刷用紙を製本して作成する「フォトブック」がある。
<Embodiment 1>
FIG. 1 is a diagram illustrating an example of a system configuration of a printing system.
In FIG. 1, a workflow PC 102, a print server 103, and a printer 110 are connected to a network (LAN) 101 in this example. Print data is transferred from the workflow PC 102 to the print server 103. Print data is transferred from the print server 103 to the printer 110 for printing. The workflow PC 102 has job data having the structure shown in FIG. 2 and transfers this to the print server 103.
The workflow PC is an example of an information processing apparatus.
FIG. 2 is a diagram for explaining the structure of job data according to the first embodiment. The structure of job data can be structured as is also done in XML-Paper Specification (XPS). That is, Page corresponds to one page constituting a print job. A logical unit in which one or more pages are collected is referred to as Doc. A logical unit in which one or more Docs are collected is referred to as Job.
In addition, the print setting for each logical unit is defined as a “print ticket” (hereinafter referred to as PT). That is, Page print settings are described in PagePT. The Doc print settings are described in DocPT. Job print settings are described in JobPT.
In this embodiment, “product”, which is a product to be printed out, corresponds to the entire print job. Examples of the product type include “single leaf” in which one image is printed on one sheet of paper. Another type of the product is a “photo book” that is created by binding a plurality of printing papers.

図3は、プリントサーバー103のハードウェア構成の一例を示す図である。
CPU(Central Processing Unit)201は、HD(ハードディスク)205に格納されているアプリケーションプログラム、OS(Operating System)、ネットワークプリンタ制御プログラム等を実行し、RAM(Random Access Memory)203にプログラムの実行に必要な情報、ファイル等を一時的に格納する制御を行う。ROM(Read Only Memory)202には、基本I/O(Input−Output)プログラム等のプログラム、文書処理の際に使用するフォントデータ、テンプレート用データ等の各種データを記憶する。RAM203は、CPU201の主メモリ、ワークエリア等として機能する。外部記憶ドライブ204は、DVD(Digital Versatile Disc)やUSB(Universal Serial Bus)メモリ等の記録媒体に記憶されたプログラム等をプリントサーバー103にロードすることができる。HD205は、アプリケーションプログラム、OS、制御プログラム、及びそれらの関連プログラム等を格納しており、種々のデータを格納可能である。キーボード206は、オペレータがコンピュータに対する各種命令等を入力指示するためのものである。オペレータは、キーボード206以外に、ポインティングデバイス(不図示)やマイクロホン等他の入力デバイス(不図示)を介して、コンピュータに各種命令を入力することができる。これらの入力デバイスは、システムバス208に結合されたシリアルポートインタフェース(不図示)を介してCPU201に接続されることが多い。或いは入力デバイスは、パラレルポート、USB(Universal Serial Bus)等、他のインタフェースで接続してもよい。ディスプレイ207は、キーボード206から入力した情報や、ステータス等を表示する。システムバス208は、コンピュータ内のデータの流れを司る。ネットワークインタフェース209は、ローカルエリアネットワーク(LAN)或いは、インターネットに接続するための通信インタフェースである。
なお、キーボード206やディスプレイ207は、プリントサーバー103の必須のハードウェア構成ではない。
CPU201が、プログラムに基づき処理を実行することによって、プリントサーバー103の機能及び後述するフローチャートの各ステップの処理が実現される。
なお、ワークフローPC102のハードウェア構成も図3に示したプリントサーバー103のハードウェア構成と同様である。ワークフローPC102のCPUがワークフローPC102のHD等に記憶されているプログラムに基づき処理を実行することによって、ワークフローPC102の機能等が実現される。同様に、プリンタ110もCPUやメモリ等を有し、プリンタ110のCPUがプリンタ110のメモリ等に記憶されているプログラムに基づき処理を実行することによって、プリンタ110の機能等が実現される。
FIG. 3 is a diagram illustrating an example of a hardware configuration of the print server 103.
A CPU (Central Processing Unit) 201 executes an application program stored in an HD (hard disk) 205, an OS (Operating System), a network printer control program, and the like, and is required for a RAM (Random Access Memory) 203 to execute the program. Control to temporarily store information, files, etc. A ROM (Read Only Memory) 202 stores programs such as a basic I / O (Input-Output) program, various data such as font data and template data used for document processing. The RAM 203 functions as a main memory, work area, and the like for the CPU 201. The external storage drive 204 can load a program stored in a recording medium such as a DVD (Digital Versatile Disc) or a USB (Universal Serial Bus) memory into the print server 103. The HD 205 stores an application program, an OS, a control program, and related programs thereof, and can store various data. The keyboard 206 is used by an operator to input various commands to the computer. In addition to the keyboard 206, the operator can input various commands to the computer via another input device (not shown) such as a pointing device (not shown) or a microphone. These input devices are often connected to the CPU 201 via a serial port interface (not shown) coupled to the system bus 208. Alternatively, the input device may be connected by another interface such as a parallel port or USB (Universal Serial Bus). A display 207 displays information input from the keyboard 206, status, and the like. A system bus 208 controls the flow of data in the computer. The network interface 209 is a communication interface for connecting to a local area network (LAN) or the Internet.
Note that the keyboard 206 and the display 207 are not essential hardware configurations of the print server 103.
When the CPU 201 executes processing based on the program, the function of the print server 103 and processing of each step of the flowchart described later are realized.
The hardware configuration of the workflow PC 102 is the same as the hardware configuration of the print server 103 shown in FIG. The function of the workflow PC 102 is realized by the CPU of the workflow PC 102 executing the process based on the program stored in the HD of the workflow PC 102 or the like. Similarly, the printer 110 also has a CPU, a memory, and the like, and the functions of the printer 110 and the like are realized by the CPU of the printer 110 executing processing based on a program stored in the memory of the printer 110 and the like.

図4は、実施形態1の製品のタイプがフォトブックであるJobの一例を示す図(その1)である。フォトブックは、表紙と中身とから構成される。なお、表紙を持たないフォトブックも存在するが、本実施形態では、表紙を持ったフォトブックを例に説明を行う。このJobは、Docを2個持っている。1個目のDocは、1個のPageを持った「表紙」である。2個目のDocは、8個のPageを持った「中身」である。また、図4のJobは、JobPT31、DocPT32、PagePT33を持っている。また、図4のJobは、それぞれのPageの画像データを持っている。
図5は、JobPT31の構成の一例を示す図である。JobPT31は、JobPTを識別するためのIDと、Jobに含まれるDocの数を示すTotalDocと、製品の種別を示すMerchandiseと、既に印刷データのページ順序を変更したか否かを示すPagesortと、を含んでいる。
図6は、DocPT32の構成の一例を示す図である。DocPT32は、関連するJobPTのIDを意味するJobIDと、Docに含まれるPageの数を示すToalPageと、両面印刷をするか否かを示すSideと、を含んでいる。また、DocPT32は、製本時の綴じ方を示すStitchと、Docの部数を示すDocCopiesと、を含んでいる。
図7は、実施形態1のPagePT33の構成の一例を示す図である。PagePT33は、ページ番号を示すPnと、関連するDocPTのIDを示すDocIDと、Pageの画像データ(コンテンツ)のファイルを示すfileと、を含んでいる。
FIG. 4 is a diagram (part 1) illustrating an example of a job in which the product type of the first embodiment is a photo book. A photo book is composed of a cover and contents. Although there are photobooks that do not have a cover, this embodiment will be described by taking a photobook with a cover as an example. This Job has two Docs. The first Doc is a “cover” with one Page. The second Doc is a “content” with 8 pages. 4 has JobPT31, DocPT32, and PagePT33. Further, Job in FIG. 4 has image data of each Page.
FIG. 5 is a diagram showing an example of the configuration of JobPT31. The JobPT 31 includes an ID for identifying the JobPT, a TotalDoc indicating the number of Docs included in the Job, a Merchandise indicating the type of the product, and a Pagesort indicating whether the page order of the print data has already been changed. Contains.
FIG. 6 is a diagram illustrating an example of the configuration of DocPT32. The DocPT 32 includes a JobID that indicates the ID of the related JobPT, a ToalPage that indicates the number of pages included in the Doc, and a Side that indicates whether to perform double-sided printing. The DocPT 32 includes Stitch that indicates how to bind at the time of bookbinding and DocCopies that indicates the number of copies of the Doc.
FIG. 7 is a diagram illustrating an example of the configuration of the PagePT 33 according to the first embodiment. The PagePT 33 includes Pn indicating the page number, DocID indicating the ID of the related DocPT, and a file indicating a file of the page image data (content).

図8は、データ変換テーブル34の一例を示す図である。データ変換テーブル34は、外部記憶ドライブ204等に格納されているものである。データ変換テーブル34は、製本時の綴じ方(フォトブックの綴じ方)を示すStitchと、それに応じて印刷データをどのようにまとめるべきかの情報'まとめ方モード'と、が対応付けて記憶している。図8の例では、まとめ方モード1は、「表紙と中身はDocPTとPagePTをまとめ、中身はContentをまとめる」となっている。また、まとめ方モード2は、「表示はDocPTとPagePTをまとめ、中身はPagePTtoContentをページ単位でまとめる」となっている。なお、まとめ方モードは、一例であり、このまとめ方に限定されるものではない。
図9は、フォトブックの「中身」を製本するときの綴じ方であるStitchが「中綴じ」となっている場合を示す図である。「中綴じ」は、両面に印刷した用紙を複数枚(本実施形態では2枚)束ねて、これの真ん中を綴じる方法である。なお綴じ方には他に、前記「中綴じ」以外に「無線綴じ」(これについては後述する)や「平綴じ」等ある。
図10は、「中綴じ」で製本した場合のイメージを示す図である。図10では、両面印刷した用紙を重ねて、中央を綴じている様子を示している。
図11は、2枚の用紙を「中綴じ」で製本した場合に、それぞれの用紙1、用紙2に対して、ページ番号1から8までを付与した一例を示す図である。即ち、用紙1の片面にはページ1とページ8とが印刷されており、もう片方の面にはページ2とページ7とが印刷されている。用紙2の片面にはページ3とページ6とが印刷されており、もう片方の面にはページ4とページ5とが印刷されている様子を示したものである。このように、製本(綴じた)後に、それぞれのページが正しい順序で配置されるように、各用紙にページを印刷する必要がある。
FIG. 8 is a diagram illustrating an example of the data conversion table 34. The data conversion table 34 is stored in the external storage drive 204 or the like. The data conversion table 34 stores a Stitch indicating a binding method at the time of bookbinding (photobook binding method) and information “How to combine print data” according to the Stitching mode in association with each other. ing. In the example of FIG. 8, the grouping mode 1 is “the cover and contents are DocPT and PagePT, and the contents are Content”. Further, the grouping mode 2 is “display summarizes DocPT and PagePT, and contents summarizes PagePTToContent in units of pages”. The grouping mode is an example and is not limited to this grouping method.
FIG. 9 is a diagram illustrating a case where “Stitch” is “Stitch” which is a binding method when binding “contents” of a photobook. “Saddle stitching” is a method of binding a plurality of sheets (two sheets in the present embodiment) printed on both sides and binding the middle of the sheets. In addition to the above “saddle stitching”, there are “wireless binding” (which will be described later), “flat stitching”, and the like.
FIG. 10 is a diagram illustrating an image when bookbinding is performed by “saddle stitching”. FIG. 10 shows a state in which sheets printed on both sides are overlapped and the center is bound.
FIG. 11 is a diagram showing an example in which page numbers 1 to 8 are assigned to the respective sheets 1 and 2 when two sheets are bound by “saddle stitching”. That is, page 1 and page 8 are printed on one side of paper 1, and page 2 and page 7 are printed on the other side. The page 3 and the page 6 are printed on one side of the paper 2, and the state where the page 4 and the page 5 are printed on the other side is shown. In this way, after binding (binding), it is necessary to print the pages on each sheet so that the respective pages are arranged in the correct order.

図12は、フォトブックの「中身」の一例を示す図である。図中のA、B、C、D、E、F、G、Hは写真を表現していて、それぞれの写真が図11の1から8ページまでにどのように配置されるかを上段に示している。即ち、フォトブックとして製本後には、1ページ目には写真Aが印刷されている。見開きの2及び3ページ目は写真Bが印刷されている。見開きの4及び5ページ目には、写真Cと写真Dとが印刷されている。見開きの6ページ目には写真E、7ページ目には写真Fが印刷されている。8ページ目には写真Gと写真Hとが印刷されている。
印刷データとして各ページの画像データの内容を上段に対比させている。即ち、見開きの複数のページにまたがっている写真B、C、Dは、それぞれの写真が印刷されるべきページの画像データに分割される。
図13は、図12に説明した印刷データをプリンタが受信して、用紙1及び用紙2に両面印刷するときのイメージの一例を示す図である。プリンタ側では、受信したデータのJobPT31、DocPT32、PagePT33に記載された情報に基づいて、両面印刷の画像データの印刷順序を決定する。
図14は、用紙1と用紙2とがプリンタ110の排紙トレイに積載されている様子を示す図である。
一方で、図15は、製本するときの綴じ方である、Stitchが「無線綴じ」となっている場合を示す図である。各ページの背に糊を塗布して表紙を貼り付けるものであり、表紙を印刷した後は、印刷順序は各ページ順となる。前記「中綴じ」の図11、若しくは図12と比較することでわかるように、印刷順序が大きく異なる。
FIG. 12 is a diagram illustrating an example of “contents” of a photo book. A, B, C, D, E, F, G, and H in the figure represent photographs, and the upper part shows how each photograph is arranged from page 1 to page 8 in FIG. ing. That is, the photo A is printed on the first page after bookbinding as a photobook. Photo B is printed on the second and third pages of the spread. Photo C and photo D are printed on the fourth and fifth pages of the spread. A photo E is printed on the sixth page of the spread, and a photo F is printed on the seventh page. On the eighth page, photo G and photo H are printed.
The contents of the image data of each page as the print data are compared with the upper row. That is, the photos B, C, and D that span a plurality of spread pages are divided into image data of pages on which each photo is to be printed.
FIG. 13 is a diagram illustrating an example of an image when the printer receives the print data described in FIG. 12 and performs duplex printing on the paper 1 and the paper 2. On the printer side, the printing order of the image data for duplex printing is determined based on the information described in the JobPT31, DocPT32, and PagePT33 of the received data.
FIG. 14 is a diagram illustrating a state in which the paper 1 and the paper 2 are stacked on the paper discharge tray of the printer 110.
On the other hand, FIG. 15 is a diagram illustrating a case where “Stitch” is “wireless binding”, which is a binding method when bookbinding. Adhesive is applied to the back of each page and a cover is pasted. After the cover is printed, the printing order is the order of each page. As can be seen from comparison with FIG. 11 or FIG. 12 of the “saddle stitching”, the printing order is greatly different.

上述した図2では、Jobを構成する各種要素を、ワークフローPC102からプリンタ110までデータ転送することを示している。JobPT31、DocPT32、PagePT33、各ページの画像データを、ネットワーク101を用いて転送している。
図16は、製品のタイプが図4に示したフォトブックの中綴じの場合の、データのまとめ方と転送の内容とのイメージの一例を示す図である。転送データのコマンドとしては、データの転送開始を意味する「StartJob」、データの転送を行う「SendData」、データの転送終了を意味する「EndJob」を例にして説明している。プリントサーバー103は、送信No1でStartJobを実行する。プリントサーバー103は、送信No2で印刷ジョブの設定情報のJobPT31を転送する。プリントサーバー103は、送信No3で表紙に該当するDocPT32と、表紙の設定情報のPagePT33とを、まとめて転送し、送信No4で表紙の画像データContent(1)を転送している。プリントサーバー103は、送信No5で中身に該当するDocPT32と、中身の設定情報のPagePT33と、をページ数分まとめて転送する。プリントサーバー103は、送信No6で各ページの画像データContentをまとめて転送する。送信No7でデータ転送終了を実行する。
図17は、実施形態1の製品のタイプがフォトブックであるJobの一例を示す図(その2)である。フォトブックは、表紙と中身とから構成される。このJobは、Docを2個持っている。1個目のDocは、1個のPageを持った「表紙」である。2個目のDocは、4個のPageを持った「中身」である。また、図17のJobは、JobPT31、DocPT32、PagePT33を持っている。また、図17のJobは、それぞれのPageの画像データを持っている。
図18は、製品のタイプが図17に示したフォトブックの無線綴じの場合の、データのまとめ方と転送の内容とのイメージの一例を示す図である。プリントサーバー103は、送信No1でStartJobを実行する。プリントサーバー103は、送信No2で表紙の設定情報のJobPT31を転送する。プリントサーバー103は、送信No3で表紙の設定情報のDocPT32とPagePT33とをまとめて転送する。プリントサーバー103は、送信No4で表紙の画像データContent(1)を転送している。プリントサーバー103は、送信No5で中身に該当する設定情報のDocPT32を転送している。プリントサーバー103は、送信No6で1ページ目の設定情報のPagePT33と1ページ目の画像データContentとをまとめて転送する。プリントサーバー103は、以後、送信No9まではページごとに、設定情報のPagePT33と画像データContentとをまとめて転送する。プリントサーバー103は、送信No10でデータ転送終了を実行する。
In FIG. 2 described above, various elements constituting the job are transferred from the workflow PC 102 to the printer 110. JobPT 31, DocPT 32, PagePT 33, and image data of each page are transferred using the network 101.
FIG. 16 is a diagram showing an example of an image of how to organize data and transfer contents when the product type is saddle stitching in the photo book shown in FIG. As the transfer data command, “StartJob” meaning start of data transfer, “SendData” for transferring data, and “EndJob” means end of data transfer are described as examples. The print server 103 executes StartJob with transmission No1. The print server 103 transfers JobPT31 of the print job setting information in transmission No2. The print server 103 transfers the DocPT 32 corresponding to the cover at the transmission No. 3 and the PagePT 33 of the setting information for the cover at a time, and transfers the image data Content (1) of the cover at the transmission No 4. The print server 103 transfers the DocPT 32 corresponding to the content in the transmission No. 5 and the PagePT 33 of the content setting information as many as the number of pages. The print server 103 collectively transfers the image data content of each page in transmission No6. The data transfer end is executed at transmission No7.
FIG. 17 is a second diagram illustrating an example of a job in which the product type of the first embodiment is a photo book. A photo book is composed of a cover and contents. This Job has two Docs. The first Doc is a “cover” with one Page. The second Doc is a “content” with four pages. 17 has JobPT31, DocPT32, and PagePT33. Further, Job in FIG. 17 has image data of each Page.
FIG. 18 is a diagram showing an example of an image of how to organize data and transfer contents when the product type is the perfect binding of the photo book shown in FIG. The print server 103 executes StartJob with transmission No1. The print server 103 transfers the cover setting information JobPT31 in transmission No2. The print server 103 transfers the cover setting information DocPT32 and PagePT33 together in transmission No3. The print server 103 transfers the cover image data Content (1) in transmission No4. The print server 103 transfers DocPT32 of the setting information corresponding to the content in transmission No5. The print server 103 collectively transfers the Page PT33 of the setting information for the first page and the image data Content for the first page in transmission No6. Thereafter, the print server 103 collectively transfers the PagePT 33 of the setting information and the image data Content for each page until transmission No9. The print server 103 executes data transfer termination at transmission No10.

前述の「中綴じ」と「無線綴じ」とを比較した場合、「中綴じ」の場合、プリントサーバー103は、各ページの画像データContentをまとめてプリンタ110に転送する。プリンタ110は、受信し終えた場合、面付けを行い印刷処理する。「無線綴じ」の場合、プリントサーバー103が1ページ、プリンタ110に転送した後、プリンタ110が直ちに出力を行なう。即ち、「無線綴じ」の場合は、プリンタ110が印刷を開始するためには、プリントサーバー103は、印刷設定情報を予めプリンタ110に転送しておく。そして、プリントサーバー103は、その後で各ページの画像データを転送する方が、プリンタ側の準備処理が早く始められるため、好都合である。また、このようにすることで、「無線綴じ」についての出力完了を早くすることが可能となる。
更にプリンタ110は、「中綴じ」の場合は、画像データContentの複数ページ分のページメモリの確保を要するが、「無線綴じ」の場合は、1ページ分の確保があればよい。このように、プリントサーバー103が、JobPT31、DocPT32、PagePT33といった印刷設定情報を予めまとめて送付することにより、プリンタ側では、製品のタイプを「フォトブック」で更に「中綴じ」か「無線綴じ」かがわかる。それによって、プリンタ110は、必要なページメモリを確保し、出力フローを変えるといった、予め準備をすることが可能となり、印刷処理のパフォーマンス向上につながる。ここで、ネットワークのデータを転送する場合、その都度、ネットワーク上のプリントサーバー103とプリンタ110との応答や、ワークフローPC102とプリントサーバー103との応答が発生する。通常、データを転送した場合は、データを受信した側が「データを無事受信した」か否かを送信側に返却する等といった応答が発生する。この応答回数を削減することは、ネットワーク上のトラフィック削減につながる。
前述の例では、プリントサーバー103は、「中綴じ」の場合、送信No3と送信No5とで、DocPT32とPagePT33とをまとめてから転送していることで、応答回数を削減している。また、プリントサーバー103は、送信No6で各ページの画像データContentをまとめてから転送していることで、応答回数を削減している。
プリントサーバー103は、「無線綴じ」の場合、送信No3と送信No6から送信No9までとでデータをまとめてから転送していることで、応答回数を削減している。
When the above-mentioned “saddle stitching” and “wireless stitching” are compared, in the case of “saddle stitching”, the print server 103 collectively transfers the image data Content of each page to the printer 110. When the reception is completed, the printer 110 performs imposition and print processing. In the case of “wireless binding”, after the print server 103 transfers one page to the printer 110, the printer 110 immediately outputs. That is, in the case of “wireless binding”, in order for the printer 110 to start printing, the print server 103 transfers print setting information to the printer 110 in advance. Then, it is more convenient for the print server 103 to transfer the image data of each page thereafter because the printer-side preparation process can be started earlier. In addition, this makes it possible to speed up the completion of output for “wireless binding”.
Further, in the case of “saddle stitching”, the printer 110 needs to secure page memory for a plurality of pages of the image data Content, but in the case of “wireless binding”, it is sufficient to secure one page. In this way, the print server 103 collectively sends print setting information such as JobPT31, DocPT32, and PagePT33 in advance, so that the printer side sets the product type to “photo book” and “saddle stitching” or “wireless binding”. I understand. As a result, the printer 110 can prepare in advance, for example, by securing a necessary page memory and changing the output flow, leading to an improvement in the performance of the printing process. Here, whenever network data is transferred, a response between the print server 103 and the printer 110 on the network and a response between the workflow PC 102 and the print server 103 are generated. Normally, when data is transferred, a response such as returning to the transmitting side whether or not the side that received the data “has received data successfully” occurs. Reducing the number of responses leads to traffic reduction on the network.
In the above-described example, in the case of “saddle stitching”, the print server 103 reduces the number of responses by transferring DocPT32 and PagePT33 after sending them together in transmission No3 and transmission No5. In addition, the print server 103 reduces the number of responses by transferring the image data Content of each page after sending it together in transmission No 6.
In the case of “wireless binding”, the print server 103 reduces the number of responses by collecting and transferring data from transmission No 3 and transmission No 6 to transmission No 9.

なお、製品のタイプが単葉の場合は、印刷した用紙を製本する必要もないため、用紙の印刷設定と各ページの画像データとが揃った時点で、プリンタが印刷処理を開始できる。そのため、単葉の場合は、それぞれの印刷用紙ごとにPagePT33と画像データとをまとめて転送する方が、都合がよい。つまり、プリントサーバー103は、フォトブックと単葉とでは、データを転送する場合のデータのまとめ方を変えて、それぞれの製品に適した印刷を行う。
図19は、製品のタイプが4ページからなる単葉の場合の、データのまとめ方と転送の内容とをイメージにした図である。プリントサーバー103は、送信No1でStartJobを実行する。プリントサーバー103は、送信No2で印刷ジョブの設定情報のJobPT31とDocPT32とをまとめて転送する。プリントサーバー103は、送信No3で1ページ目のPagePT33と画像データContent(1)とをまとめて転送する。プリンタ側はここまでを受信した時点で、1ページ目の印刷処理を開始することが可能となる。その後、プリントサーバー103は、送信No6までは、各ページの順番にPagePT33と画像データContentとをまとめて転送する。プリントサーバー103は、送信No7でデータ転送終了を実行する。
If the product type is single-leaf, there is no need to bind the printed paper, so the printer can start the printing process when the paper print settings and the image data for each page are complete. Therefore, in the case of a single sheet, it is more convenient to transfer the PagePT 33 and the image data together for each printing sheet. That is, the print server 103 performs printing suitable for each product by changing the method of collecting data when transferring data between the photo book and the single leaf.
FIG. 19 is an image of how data is organized and the contents of transfer when the product type is a single leaf consisting of four pages. The print server 103 executes StartJob with transmission No1. The print server 103 transfers JobPT31 and DocPT32 of the print job setting information together in transmission No2. The print server 103 collectively transfers the Page PT33 and the image data Content (1) of the first page in transmission No3. The printer side can start the printing process for the first page when it has received so far. Thereafter, the print server 103 collectively transfers the PagePT 33 and the image data Content in the order of each page up to transmission No 6. The print server 103 executes data transfer termination at transmission No7.

図20は、製品のタイプがフォトブックの場合のデータ転送の一例を示すフローチャートである。
CPU201は、処理対象のJobPT31の製品のタイプがフォトブックであるかを調べる(S1801)。CPU201は、フォトブックでない場合は、別の製品処理1を行う(S1820)。別の製品処理1としては、CPU201は、後述する単葉印刷の処理を行う。CPU201は、フォトブックの場合は、JobPT31のPagesortがOFFであるか否かを調べる(S1802)。CPU201は、ONであった場合は、既に印刷データのページ順序の変更がなされたデータであることを意味しているので他の製品処理2を行う(S1821)。なお、製品処理1と製品処理2とは特に既定していないため、ここでは記述しない。
CPU201は、PagesortがONの場合は、DocPT32のStitchに設定されている綴じ方を見て、これに該当するデータ変換テーブル34の"まとめ方モード"の値を参照する(S1803)。前記テーブルでは、「中綴じ」の場合は、"まとめ方モード1"に設定されている。また、前記テーブルでは、「無線綴じ」の場合は、"まとめ方モード2"に設定されている。
FIG. 20 is a flowchart illustrating an example of data transfer when the product type is a photo book.
The CPU 201 checks whether the product type of the processing target JobPT 31 is a photo book (S1801). If it is not a photo book, the CPU 201 performs another product process 1 (S1820). As another product process 1, the CPU 201 performs a single-leaf printing process to be described later. In the case of a photo book, the CPU 201 checks whether the Pagesort of the JobPT 31 is OFF (S1802). If the CPU 201 is ON, it means that the page order of the print data has already been changed, and the other product processing 2 is performed (S1821). Note that the product processing 1 and the product processing 2 are not particularly defined and are not described here.
When Pagesort is ON, the CPU 201 looks at the binding method set in the Stat of the DocPT 32 and refers to the value of the “summarizing mode” in the data conversion table 34 corresponding to this (S1803). In the table, in the case of “saddle stitching”, “summarizing mode 1” is set. In the table, in the case of “wireless binding”, “summarizing mode 2” is set.

図21は、実施形態1の"まとめ方モード1"の場合のデータ転送の一例を示すフローチャートである。
CPU201は、データ転送開始を実行する(S1901)。CPU201は、印刷ジョブに共通の設定情報のJobPT31を転送する(S1902)。次に、CPU201は、表紙の部分のDocの処理を行う。CPU201は、表紙の部分のDocPT32とPagePT33とをまとめる(S1903)。CPU201は、まとめたデータを転送する(S1904)。CPU201は、表紙の画像データを転送する(S1905)。ここまでで、CPU201は、表紙の部分のデータを全てプリンタ110に転送したので、プリンタ側では表紙の部分の印刷処理を開始することが可能となる。続いて、CPU201は、中身の部分のDocの処理を行う。CPU201は、中身の部分のPagePT33をページの数分、DocPT32とまとめる(S1906、S1907)。CPU201は、まとめたデータを転送する(S1908)。CPU201は、中身の該当ページの画像データContentをページの数分まとめる(S1909、S1910)。CPU201は、まとめたデータを転送する(S1911)。CPU201は、データ転送終了を実行する(S1912)。なお、各Docのページ数はDocPT32のTotalPageに値が設定されている。
FIG. 21 is a flowchart illustrating an example of data transfer in the case of “summarizing mode 1” according to the first embodiment.
The CPU 201 executes data transfer start (S1901). The CPU 201 transfers JobPT 31 of setting information common to print jobs (S1902). Next, the CPU 201 performs Doc processing for the cover portion. The CPU 201 collects DocPT32 and PagePT33 in the cover portion (S1903). The CPU 201 transfers the collected data (S1904). The CPU 201 transfers the cover image data (S1905). Up to this point, since the CPU 201 has transferred all the data of the cover portion to the printer 110, the printer side can start the printing process of the cover portion. Subsequently, the CPU 201 performs Doc processing of the content portion. The CPU 201 collects the content part PagePT33 as many as the number of pages in the DocPT32 (S1906, S1907). The CPU 201 transfers the collected data (S1908). The CPU 201 collects the image data Content of the corresponding page in the content for the number of pages (S1909, S1910). The CPU 201 transfers the collected data (S1911). The CPU 201 executes data transfer end (S1912). The number of pages of each Doc is set in the TotalPage of DocPT32.

図22は、"実施形態1のまとめ方モード2"の場合のデータ転送の一例を示すフローチャートである。
CPU201は、データ転送開始を実行する(S2001)。CPU201は、印刷ジョブに共通の設定情報のJobPT31を転送する(S2002)。次にCPU201は、表紙の部分のDocの処理を行う。CPU201は、表紙の部分のDocPT32とPagePT33とをまとめる(S2003)。CPU201は、まとめたデータを転送する(S2004)。CPU201は、表紙の画像データを転送する(S2005)。ここまでで、表紙の部分のデータを全てプリンタ110に転送したので、プリンタ側では表紙の部分の印刷処理を開始することが可能となる。続いて、CPU201は、中身の部分のDocの処理を行う。CPU201は、ページ毎にPagePT33と画像データContentとをまとめる(S2006)。CPU201は、まとめたデータを転送する(S2007)。CPU201は、これをページ毎に繰り返す(S2008)。CPU201は、データ転送終了を実行する(S2009)。なお、各Docのページ数はDocPT32のTotalPageに値が設定されている。これにより、中身の部分は各ページ毎にプリンタ側で印刷処理を行うことができる。
FIG. 22 is a flowchart illustrating an example of data transfer in the case of the “summarizing mode 2 of the first embodiment”.
The CPU 201 executes data transfer start (S2001). The CPU 201 transfers JobPT 31 of setting information common to print jobs (S2002). Next, the CPU 201 performs Doc processing for the cover portion. The CPU 201 collects DocPT32 and PagePT33 in the cover portion (S2003). The CPU 201 transfers the collected data (S2004). The CPU 201 transfers the cover image data (S2005). Up to this point, since all the data of the cover portion has been transferred to the printer 110, the printer side can start the printing process of the cover portion. Subsequently, the CPU 201 performs Doc processing of the content portion. The CPU 201 collects the PagePT 33 and the image data Content for each page (S2006). The CPU 201 transfers the collected data (S2007). The CPU 201 repeats this for each page (S2008). The CPU 201 executes data transfer end (S2009). The number of pages of each Doc is set in the TotalPage of DocPT32. As a result, the content portion can be printed on the printer side for each page.

図23は、製品のタイプが単葉の場合のデータ転送のフローチャートである。
CPU201は、処理対象のJobPT31の製品のタイプが単葉であるかを調べる(S2101)。CPU201は、単葉でない場合は、別の製品の処理を行う(S2110)。ここで、CPU201は、単葉の場合でも、JobPT31のPagesortがOFFであるか否かを調べ(S2102)。CPU201は、ONであった場合は、既に印刷データのページ順序の変更がなされたデータであることを意味しているので他の製品処理を行う(S2110)。CPU201は、単葉の場合は、データ転送開始を実行する(S2103)。CPU201は、印刷ジョブに共通の設定情報のJobPT31とDocPT32とをまとめる(S2104)。CPU201は、まとめたデータを転送する(S2105)。CPU201は、ページ毎にPagePT33と画像データContentとをまとめる(S2106)。CPU201は、まとめたデータを転送する(S2107)。CPU201は、これをページ毎に繰り返す(S2108)。CPU201は、データ転送終了を実行する(S2109)。なお、各Docのページ数はDocPT32のTotalPageに値が設定されている。
FIG. 23 is a flowchart of data transfer when the product type is a single leaf.
The CPU 201 checks whether the product type of the processing target JobPT 31 is a single leaf (S2101). If it is not a single leaf, the CPU 201 processes another product (S2110). Here, the CPU 201 checks whether the Pagesort of the JobPT 31 is OFF even in the case of a single leaf (S2102). If the CPU 201 is ON, it means that the page order of the print data has already been changed, and other product processing is performed (S2110). In the case of a single leaf, the CPU 201 starts data transfer (S2103). The CPU 201 collects JobPT31 and DocPT32, which are setting information common to print jobs (S2104). The CPU 201 transfers the collected data (S2105). The CPU 201 collects the PagePT 33 and the image data Content for each page (S2106). The CPU 201 transfers the collected data (S2107). The CPU 201 repeats this for each page (S2108). The CPU 201 executes data transfer end (S2109). The number of pages of each Doc is set in the TotalPage of DocPT32.

以上のように本実施形態によれば、製品に応じてデータのまとめ方を変更してプリンタ110に転送し、かつ、印刷設定は先行してプリンタに転送することで、プリンタ110との応答回数を削減しているため、トラフィックの削減が可能となる。更にプリンタ110の印刷開始時間を短縮することが可能となる。   As described above, according to the present embodiment, the number of responses with the printer 110 is changed by changing the data summarization method according to the product and transferring the data to the printer 110 and transferring the print settings to the printer in advance. Therefore, traffic can be reduced. Furthermore, the printing start time of the printer 110 can be shortened.

<実施形態2>
本実施形態では、図24に示すように、実施形態1に示した各ページの画像データをプリンタに転送しない場合の処理を説明する。各ページの画像データのサイズは、JobPT31、DocPT32、PagePT33と比較して大きいのが通常である。そしてデータサイズが大きいと、ネットワークのトラフィックが増え、結果的にプリンタの印刷開始時間が遅くなる。このため、本実施形態では、各種印刷設定だけを転送して、各ページの画像データは、プリンタ110が画像データを処理するタイミングで、プリンタ110がワークフローPC102に存在している画像データを獲得する処理を説明する。
図25は、実施形態2の製品のタイプがフォトブックであるJobの一例を示す図である。プリンタに転送するのは191に示したJobPT31、192と193とに示した各DocにおけるDocPT32、PagePT33である。図26に示すように、PagePT33には、URLに該当ページの画像データの参照場所が記載されている。プリンタ110は、各ページの印刷を行うタイミングで、該当ページのPagePT33に記載された前記参照情報が示す場所に存在している画像データを獲得する。
<Embodiment 2>
In the present embodiment, as shown in FIG. 24, processing when the image data of each page shown in the first embodiment is not transferred to the printer will be described. The image data size of each page is usually larger than that of JobPT31, DocPT32, and PagePT33. If the data size is large, the network traffic increases, and as a result, the printing start time of the printer is delayed. Therefore, in this embodiment, only various print settings are transferred, and the image data of each page is acquired by the printer 110 at the timing when the printer 110 processes the image data. Processing will be described.
FIG. 25 is a diagram illustrating an example of a job in which the product type of the second embodiment is a photo book. The data transferred to the printer is the JobPT 31 shown in 191, DocPT 32 and PagePT 33 in each Doc shown in 192 and 193. As shown in FIG. 26, the PagePT 33 describes the reference location of the image data of the corresponding page in the URL. The printer 110 acquires image data existing at the location indicated by the reference information described in the PagePT 33 of the corresponding page at the timing of printing each page.

図27は、製品が図25に示したフォトブックの場合の、データのまとめ方と転送の内容とをイメージにした図である。プリントサーバー103は、送信No1でStartJobを実行する。プリントサーバー103は、送信No2で印刷ジョブの設定情報のJobPT31を転送する。プリントサーバー103は、送信No3で表紙に該当するDocPT32、表紙の設定情報のPagePT33をまとめて転送する。プリントサーバー103は、送信No4で中身に該当するDocPT32とページ数分のPagePT33とをまとめて転送する。プリントサーバー103は、送信No5でデータ転送終了を実行する。即ち、送信No3と送信No4とでは、データをまとめてから転送することで、プリンタとの応答を削減している。
データの転送手順は、図20で説明したものと同じであるが、まとめ方モードの処理が異なる。
FIG. 27 is a diagram illustrating how the data is organized and the contents of transfer when the product is the photobook shown in FIG. The print server 103 executes StartJob with transmission No1. The print server 103 transfers JobPT31 of the print job setting information in transmission No2. The print server 103 collectively transfers the DocPT 32 corresponding to the cover and the page PT 33 of the setting information of the cover in transmission No 3. The print server 103 collectively transfers the DocPT 32 corresponding to the content in the transmission No. 4 and the PagePT 33 corresponding to the number of pages. The print server 103 executes data transfer termination at transmission No5. That is, in the transmission No. 3 and the transmission No. 4, the data is transferred after being collected, thereby reducing the response to the printer.
The data transfer procedure is the same as that described with reference to FIG. 20, but the processing in the grouping mode is different.

図28は、実施形態2の"まとめ方モード1"の場合のデータ転送の一例を示すフローチャートである。
CPU201は、データ転送開始を実行する(S2501)。CPU201は、印刷ジョブに共通の設定情報のJobPT31を転送する(S2502)。次にCPU201は、表紙の部分のDocの処理を行う。CPU201は、表紙の部分のDocPT32とPagePT33とをまとめる(S2503)。CPU201は、まとめたデータを転送する(S2504)。CPU201は、PagePT33のURLが設定されている場合は、該当ページのContentを転送しない(S2505)。ここまでで、表紙の部分のデータを全てプリンタ110に転送したので、プリンタ側では表紙の部分のContentはURLに記載された場所を参照して画像データを獲得し、印刷処理を開始することが可能となる。続いてCPU201は、中身の部分のDocの処理を行う。CPU201は、中身の部分のPagePT33をページの数分、DocPT32とまとめる(S2507、S2508)。CPU201は、まとめたデータを転送する(S2509)。ここでCPU201は、PagePT33のURLが設定されている場合は、該当ページのContentを転送しない(S2510)。つまり、CPU201は、中身の該当ページの画像データContentをページの数分まとめて(S2511、S2512)、まとめたデータを転送する(S2513)ことを行わない。CPU201は、データ転送終了を実行する(S2514)。なお、各Docのページ数はDocPT32のTotalPageに値が設定されている。プリンタ側では、中身の部分についてもContentはURLに記載された場所を参照して画像データを獲得して、印刷を行う。
FIG. 28 is a flowchart illustrating an example of data transfer in the “summarizing mode 1” according to the second embodiment.
The CPU 201 executes data transfer start (S2501). The CPU 201 transfers JobPT 31 of setting information common to print jobs (S2502). Next, the CPU 201 performs Doc processing for the cover portion. The CPU 201 collects DocPT32 and PagePT33 in the cover portion (S2503). The CPU 201 transfers the collected data (S2504). If the URL of PagePT33 is set, the CPU 201 does not transfer the content of the corresponding page (S2505). Up to this point, since all the data of the cover page has been transferred to the printer 110, the content of the cover page can acquire image data by referring to the location described in the URL on the printer side and start the printing process. It becomes possible. Subsequently, the CPU 201 performs Doc processing for the contents. The CPU 201 collects the content part PagePT33 as many as the number of pages in DocPT32 (S2507, S2508). The CPU 201 transfers the collected data (S2509). Here, when the URL of PagePT33 is set, the CPU 201 does not transfer the content of the corresponding page (S2510). That is, the CPU 201 collects the image data Content of the corresponding page of the content for the number of pages (S2511, S2512), and does not transfer the combined data (S2513). The CPU 201 executes data transfer end (S2514). The number of pages of each Doc is set in the TotalPage of DocPT32. On the printer side, Content also refers to the location described in the URL to acquire image data and print the content portion.

図29は、実施形態2の"まとめ方モード2"の場合のデータ転送の一例を示すフローチャートである。
CPU201は、データ転送開始を実行する(S2601)。CPU201は、印刷ジョブに共通の設定情報のJobPT31を転送する(S2602)。CPU201は、次に表紙の部分のDocの処理を行う。CPU201は、表紙の部分のDocPT32とPagePT33とをまとめる(S2603)。CPU201は、まとめたデータを転送する(S2604)。CPU201は、PagePT33のURLが設定されている場合は、該当ページのContentを転送しない(S2605)。ここまでで、表紙の部分のデータを全てプリンタ110に転送したので、プリンタ側では表紙の部分のContentはURLに記載された場所を参照して画像データを獲得し、印刷処理を開始することが可能となる。続いてCPU201は、中身の部分のDocの処理を行う。CPU201は、中身についてもPagePT33のURLが設定されている場合は、該当ページのContentは転送しないで、PagePTのみ転送する(S2607、S2610)。CPU201は、これをページ毎に繰り返す(S2611)。CPU201は、データ転送終了を実行する(S2612)。なお、各Docのページ数はDocPT32のTotalPageに値が設定されている。これにより、中身の部分は各ページ毎にプリンタ側で印刷処理を行うことができる。このとき、プリンタ側では、中身の部分についてもContentはURLに記載された場所を参照して画像データを獲得して、印刷を行う。
FIG. 29 is a flowchart illustrating an example of data transfer in the “summarizing mode 2” of the second exemplary embodiment.
The CPU 201 starts data transfer (S2601). The CPU 201 transfers the JobPT 31 of setting information common to the print jobs (S2602). Next, the CPU 201 performs Doc processing for the cover portion. The CPU 201 collects DocPT32 and PagePT33 in the cover portion (S2603). The CPU 201 transfers the collected data (S2604). If the URL of PagePT33 is set, the CPU 201 does not transfer the content of the corresponding page (S2605). Up to this point, since all the data of the cover page has been transferred to the printer 110, the content of the cover page can acquire image data by referring to the location described in the URL on the printer side and start the printing process. It becomes possible. Subsequently, the CPU 201 performs Doc processing for the contents. If the URL of the PagePT 33 is set for the content, the CPU 201 transfers only the PagePT without transferring the content of the corresponding page (S2607, S2610). The CPU 201 repeats this for each page (S2611). The CPU 201 executes data transfer end (S2612). The number of pages of each Doc is set in the TotalPage of DocPT32. As a result, the content portion can be printed on the printer side for each page. At this time, on the printer side, even for the content portion, the Content refers to the location described in the URL, acquires the image data, and performs printing.

以上のように本実施の形態によれば、製品によって、各種印刷設定情報のみをまとめた上でプリンタ110に転送し、データサイズの大きな画像データはプリンタ110からデータを参照し獲得することで、ネットワークのトラフィックを減少できるようになる。   As described above, according to the present embodiment, only various print setting information is collected and transferred to the printer 110 depending on the product, and image data with a large data size is obtained by referring to the data from the printer 110. Reduce network traffic.

<実施形態3>
上述した各実施形態では、プリントサーバー103が図20〜図23の処理、又は図28及び図29の処理を行うように説明したが、ワークフローPC102がこれらのフローチャートに係る処理を行うようにしてもよい。なお、この場合、ワークフローPC102でまとめられたデータがプリントサーバー103に転送されることになる。
<Embodiment 3>
In each of the above-described embodiments, the print server 103 has been described as performing the processing of FIGS. 20 to 23 or the processing of FIGS. 28 and 29. However, the workflow PC 102 may perform the processing according to these flowcharts. Good. In this case, data collected by the workflow PC 102 is transferred to the print server 103.

<その他の実施形態>
また、本発明は、以下の処理を実行することによっても実現される。即ち、上述した実施形態の機能を実現するソフトウェア(プログラム)を、ネットワーク又は各種記憶媒体を介してシステム或いは装置に供給し、そのシステム或いは装置のコンピュータ(又はCPUやMPU等)がプログラムを読み出して実行する処理である。
<Other embodiments>
The present invention can also be realized by executing the following processing. That is, software (program) that realizes the functions of the above-described embodiments is supplied to a system or apparatus via a network or various storage media, and a computer (or CPU, MPU, etc.) of the system or apparatus reads the program. It is a process to be executed.

以上、上述した各実施形態によれば、印刷システム内のネットワークのトラフィックを減少させることができる。   As mentioned above, according to each embodiment mentioned above, the traffic of the network in a printing system can be reduced.

以上、本発明の好ましい実施形態について詳述したが、本発明は係る特定の実施形態に限定されるものではなく、特許請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。   The preferred embodiments of the present invention have been described in detail above, but the present invention is not limited to such specific embodiments, and various modifications can be made within the scope of the gist of the present invention described in the claims.・ Change is possible.

Claims (9)

印刷物が表紙及び本文を用いて本を生成する無線綴じが設定されているか否かを判定する判定手段と、
前記判定手段により無線綴じが設定されていると判定された場合、前記無線綴じの印刷物を生成するための複数のデータから、前記印刷物の表紙用の複数の印刷設定情報を1つにまとめて送信し、前記表紙用の画像データを送信し、前記印刷物の中身用の印刷設定情報と画像データとをページ単位にまとめて送信する送信制御手段と、
を有することを特徴とする情報処理装置。
A determination unit that determines whether or not the binding is set to generate a book using a cover and a body of a printed material;
When the determination unit determines that the perfect binding is set, a plurality of pieces of print setting information for the cover of the printed matter are collectively transmitted from a plurality of data for generating the printed matter of the perfect binding. Transmission control means for transmitting the image data for the cover, and transmitting the print setting information for the contents of the printed matter and the image data in units of pages;
An information processing apparatus comprising:
前記判定手段により単葉印刷が設定されていると判定された場合、前記送信制御手段は、前記単葉印刷の印刷物を生成するための複数のデータから、印刷設定情報と画像データとをページ単位にまとめて送信することを特徴とする請求項1に記載の情報処理装置。   When the determination unit determines that single-leaf printing is set, the transmission control unit collects print setting information and image data in units of pages from a plurality of data for generating the single-leaf print. The information processing apparatus according to claim 1, wherein the information processing apparatus transmits the information. 前記判定手段により中綴じ製本が設定されていると判定された場合、前記送信制御手段は、前記中綴じ製本の印刷物を生成するための複数のデータから、前記印刷物の表紙用の複数の印刷設定情報を1つにまとめて送信し、前記表紙用の画像データを送信し、前記印刷物の中身用の複数ページの印刷設定情報をまとめて送信し、前記印刷物の中身用の複数ページの画像データをまとめて送信することを特徴とする請求項1又は2に記載の情報処理装置。   If it is determined by the determination means that saddle stitch binding is set, the transmission control means determines a plurality of print settings for the cover of the printed matter from a plurality of data for generating the saddle stitched bookbinding printed matter. The information is collectively transmitted, the cover image data is transmitted, the print setting information for the contents of the printed material is transmitted collectively, and the image data for the contents of the printed material is transmitted. The information processing apparatus according to claim 1, wherein the information processing apparatus transmits the information collectively. 前記送信制御手段は、前記情報処理装置と通信可能な印刷装置に画像データ又は印刷設定情報を送信することを特徴とする請求項1乃至3のいずれか1項に記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the transmission control unit transmits image data or print setting information to a printing apparatus capable of communicating with the information processing apparatus. 情報処理装置が実行する情報処理方法であって、
印刷物が表紙及び本文を用いて本を生成する無線綴じが設定されているか否かを判定する判定ステップと、
前記判定ステップにより無線綴じが設定されていると判定された場合、前記無線綴じの印刷物を生成するための複数のデータから、前記印刷物の表紙用の複数の印刷設定情報を1つにまとめて送信し、前記表紙用の画像データを送信し、前記印刷物の中身用の印刷設定情報と画像データとをページ単位にまとめて送信する送信制御ステップと、
を含む情報処理方法。
An information processing method executed by an information processing apparatus,
A determination step of determining whether or not a perfect binding for generating a book using a cover and a body of the printed material is set;
If it is determined in the determination step that the perfect binding is set, a plurality of print setting information for the cover of the printed matter is collectively transmitted from a plurality of data for generating the perfect bound printed matter. A transmission control step of transmitting the image data for the cover, and transmitting the print setting information for the contents of the printed matter and the image data in units of pages;
An information processing method including:
コンピュータに、
印刷物が表紙及び本文を用いて本を生成する無線綴じが設定されているか否かを判定する判定ステップと、
前記判定ステップにより無線綴じが設定されていると判定された場合、前記無線綴じの印刷物を生成するための複数のデータから、前記印刷物の表紙用の複数の印刷設定情報を1つにまとめて送信し、前記表紙用の画像データを送信し、前記印刷物の中身用の印刷設定情報と画像データとをページ単位にまとめて送信する送信制御ステップと、
を実行させるためのプログラム。
On the computer,
A determination step of determining whether or not a perfect binding for generating a book using a cover and a body of the printed material is set;
If it is determined in the determination step that the perfect binding is set, a plurality of print setting information for the cover of the printed matter is collectively transmitted from a plurality of data for generating the perfect bound printed matter. A transmission control step of transmitting the image data for the cover, and transmitting the print setting information for the contents of the printed matter and the image data in units of pages;
A program for running
前記判定ステップにより単葉印刷が設定されていると判定された場合、前記送信制御ステップでは、前記単葉印刷の印刷物を生成するための複数のデータから、印刷設定情報と画像データとをページ単位にまとめて送信することを特徴とする請求項6に記載のプログラム。   When it is determined in the determination step that single-leaf printing is set, the transmission control step collects print setting information and image data in units of pages from a plurality of data for generating the single-leaf print. The program according to claim 6, wherein the program is transmitted. 前記判定ステップにより中綴じ製本が設定されていると判定された場合、前記送信制御ステップでは、前記中綴じ製本の印刷物を生成するための複数のデータから、前記印刷物の表紙用の複数の印刷設定情報を1つにまとめて送信し、前記表紙用の画像データを送信し、前記印刷物の中身用の複数ページの印刷設定情報をまとめて送信し、前記印刷物の中身用の複数ページの画像データをまとめて送信することを特徴とする請求項6又は7に記載のプログラム。   When it is determined in the determination step that saddle stitch binding is set, in the transmission control step, a plurality of print settings for a cover of the printed material is obtained from a plurality of data for generating the printed material of the saddle stitch binding. The information is collectively transmitted, the cover image data is transmitted, the print setting information for the contents of the printed material is transmitted collectively, and the image data for the contents of the printed material is transmitted. The program according to claim 6 or 7, wherein the programs are transmitted together. 前記送信制御ステップでは、前記コンピュータと通信可能な印刷装置に画像データ又は印刷設定情報を送信することを特徴とする請求項6乃至8のいずれか1項に記載のプログラム。   9. The program according to claim 6, wherein in the transmission control step, image data or print setting information is transmitted to a printing apparatus capable of communicating with the computer.
JP2011027050A 2011-02-10 2011-02-10 Information processing apparatus, information processing method, and program Expired - Fee Related JP5683310B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011027050A JP5683310B2 (en) 2011-02-10 2011-02-10 Information processing apparatus, information processing method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011027050A JP5683310B2 (en) 2011-02-10 2011-02-10 Information processing apparatus, information processing method, and program

Publications (3)

Publication Number Publication Date
JP2012168607A JP2012168607A (en) 2012-09-06
JP2012168607A5 JP2012168607A5 (en) 2014-03-27
JP5683310B2 true JP5683310B2 (en) 2015-03-11

Family

ID=46972737

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011027050A Expired - Fee Related JP5683310B2 (en) 2011-02-10 2011-02-10 Information processing apparatus, information processing method, and program

Country Status (1)

Country Link
JP (1) JP5683310B2 (en)

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006268358A (en) * 2005-03-23 2006-10-05 Canon Inc Information processor and control method therefor
US20090296132A1 (en) * 2008-05-27 2009-12-03 Orly Leusouich Frank Method for calculation of an imposition layout
JP5404097B2 (en) * 2009-02-27 2014-01-29 キヤノン株式会社 Image processing apparatus, control method thereof, and program

Also Published As

Publication number Publication date
JP2012168607A (en) 2012-09-06

Similar Documents

Publication Publication Date Title
US8218173B2 (en) Printing system, control method therefor, and program for providing end notifications related to merged jobs
CN101131627A (en) Information processor, print instruction method, and recording medium in which print instruction program is recorded
US20090109464A1 (en) Print Options For Productivity
EP2492794A2 (en) Multiple print protocol capability of a virtual printer in a print shop architecture
CN104679457A (en) Information processing apparatus, information processing method, and recording medium
US20170180576A1 (en) Print control apparatus for receiving and processing print data, print control method, and storage medium
EP3553648A1 (en) Print control apparatus, control method, program, and storage medium
JP2019091414A (en) Print management method, apparatus, and computer-readable medium
JP4366273B2 (en) Information processing apparatus and information processing method
US9317236B2 (en) Information processing apparatus, information processing method and recording medium
US8730498B2 (en) Information processing apparatus, control method, and computer-readable storage medium
CN102253816B (en) Management apparatus and management method
US9639314B2 (en) Image processing apparatus, image processing system and recording medium for print jobs that designate rendering engines
CN101764904B (en) Information processing apparatus, information processing method
JP5683310B2 (en) Information processing apparatus, information processing method, and program
JP2012181777A (en) Print management program, print management device, print management method, and print system
US20130163008A1 (en) Methods for print area optimization
EP2951671B1 (en) Method and system for generating a print job
EP1930805A1 (en) Image processing apparatus, image processing system and image processing program
KR102646849B1 (en) Method and system for generating printing plate
US20200081663A1 (en) Information processing apparatus and non-transitory computer readable medium
JP2006209408A (en) Printing system
JP2007025748A (en) Print mode evaluation system, print mode evaluation program, and print mode evaluation method
KR100532616B1 (en) Image forming apparatus and method
JP2021099634A (en) Information processing apparatus, information processing system, and information processing program

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140210

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140210

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20141120

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150113

R151 Written notification of patent or utility model registration

Ref document number: 5683310

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

LAPS Cancellation because of no payment of annual fees