JP2003242239A - Public print system, public print service method, storage medium and program - Google Patents

Public print system, public print service method, storage medium and program

Info

Publication number
JP2003242239A
JP2003242239A JP2002037375A JP2002037375A JP2003242239A JP 2003242239 A JP2003242239 A JP 2003242239A JP 2002037375 A JP2002037375 A JP 2002037375A JP 2002037375 A JP2002037375 A JP 2002037375A JP 2003242239 A JP2003242239 A JP 2003242239A
Authority
JP
Japan
Prior art keywords
information
discount
print
digital content
printing
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
Application number
JP2002037375A
Other languages
Japanese (ja)
Inventor
Mitsunori Iida
光則 飯田
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 JP2002037375A priority Critical patent/JP2003242239A/en
Priority to US10/361,381 priority patent/US20030151768A1/en
Publication of JP2003242239A publication Critical patent/JP2003242239A/en
Pending legal-status Critical Current

Links

Abstract

<P>PROBLEM TO BE SOLVED: To provide a public print system using digital watermark information. <P>SOLUTION: The public print system or the like is characterized by that it has a data output controller provided with a means for generating output data which can be outputted by a predetermined output device from information including digital contents, an extracting means for extracting pad information padded in the digital contents as a digital watermark, a means for transferring the output data and the extracted pad information to a processor carrying out bill calculation of printing and a means for acquiring bill information from the processor carrying out the bill calculation and displaying it, and a fee settlement processor provided with a means for carrying out a predetermined discount in regard to a fee for printing the information including the digital contents on the basis of the padded information when the information matches a predetermined condition and a means for carrying out an actual fee settlement in consideration of the discount from discount information. <P>COPYRIGHT: (C)2003,JPO

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、デジタルコンテン
ツを含む情報の印刷を有料で行うパブリックプリントシ
ステムやこれを用いたパブリックプリントサービス方法
に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a public print system for printing information including digital contents for a fee and a public print service method using the public print system.

【0002】[0002]

【従来の技術】デジタルコンテンツを含む情報の代表的
な出力装置としてプリンタがあるが、その出力を制御す
るためのデータ出力制御装置であるプリンタドライバに
ついて説明する。尚、以下の説明でいうデジタルコンテ
ンツとは、動画像、静止画像、音声、コンピュータプロ
グラム及びコンピュータデータ等を指し、デジタルコン
テンツを含む情報とは、デジタルコンテンツと共に文
字、グラフィックス等のデータを併せ持つものを指すも
のとする。
2. Description of the Related Art A printer is a typical output device for information including digital contents. A printer driver which is a data output control device for controlling the output will be described. It should be noted that the digital content referred to in the following description refers to a moving image, a still image, a sound, a computer program, computer data, and the like, and the information including the digital content includes data such as characters and graphics together with the digital content. Shall be pointed out.

【0003】一般に、プリンタを接続するコンピュータ
には、プリンタを制御するためのプリンタドライバが搭
載されている。印刷を行う際に、コンピュータでは、そ
れに搭載されたアプリケーションで作成した、文字、図
形、自然画等を含む画像データを、印刷情報としてプリ
ンタドライバに供給する。プリンタドライバでは、供給
された印刷情報に基づきプリンタが印刷処理可能な印字
データを生成し、その印字データをプリンタに転送す
る。
Generally, a computer connecting a printer is equipped with a printer driver for controlling the printer. At the time of printing, the computer supplies image data including characters, graphics, natural images, etc. created by an application installed in the computer to the printer driver as print information. The printer driver generates print data that can be printed by the printer based on the supplied print information, and transfers the print data to the printer.

【0004】具体的には、プリンタドライバにおいて
は、アプリケーションから渡された印刷情報を解析して
印刷情報に含まれる画像データを所定手法で2値化し、
その2値化データをバンドメモリに展開(ラスタライ
ズ)することにより、印字データの作成を行う処理方
法、又はアプリケーションから渡された印刷情報を解析
して印刷情報に含まれる画像データを多値データとして
バンドメモリに展開(ラスタライズ)し、この展開され
たデータをラスタライン単位で所定手法を用いて2値化
しながら印字データの作成を行う処理方法、又はアプリ
ケーションから渡された印刷情報を解析してプリンタの
解するプリンタ制御言語(いわゆるPDL)を生成する方
法を実行する。
Specifically, in the printer driver, the print information passed from the application is analyzed, and the image data included in the print information is binarized by a predetermined method.
By expanding (rasterizing) the binarized data in a band memory, a processing method for creating print data, or analyzing print information passed from an application and converting image data included in the print information into multivalued data A printer that develops (rasterizes) in a band memory and creates print data while binarizing the expanded data in raster line units using a predetermined method, or by analyzing print information passed from an application The method of generating a printer control language (so-called PDL) that is understood by is executed.

【0005】上記2値化の手法としては、パターンディ
ザを用いる手法、誤差拡散手法などの手法の内のいずれ
か一つが用いられている。パターンディザを用いる手法
は、高速でかつ均一に2値化することが可能な手法であ
り、この手法は、文字・図形などの2値化に適してい
る。これに対して誤差拡散手法は、微妙な階調を表現す
ることができる手法であり、自然画などの2値化に適し
ている。
As the binarization method, one of a method using a pattern dither and an error diffusion method is used. The method using pattern dither is a method capable of binarizing uniformly at high speed, and this method is suitable for binarizing characters, figures, and the like. On the other hand, the error diffusion method is a method capable of expressing subtle gradations and is suitable for binarizing a natural image or the like.

【0006】次に、電子透かしについて説明する。デジ
タル情報には、従来のアナログ情報と比較し、コンピュ
ータなどによって簡単に劣化することなくコピー、改竄
でき、通信回線を通じて転送することが容易であるとい
った特徴がある。このような特徴により、デジタル情報
は安易に不正コピーされ、再配付される傾向があった。
これを防ぐための方法の一つとして電子透かしを埋め込
む手法がある。電子透かしとは、デジタルコンテンツに
埋め込まれる人間には知覚できない情報のことを言い、
電子透かしが埋め込まれたデジタルコンテンツを通常の
方法で再生しても、電子透かしを知覚することはできな
い。
Next, the digital watermark will be described. Compared with conventional analog information, digital information is characterized in that it can be easily copied or tampered with without deterioration by a computer or the like, and can be easily transferred through a communication line. Due to such characteristics, digital information tends to be easily illegally copied and redistributed.
As a method for preventing this, there is a method of embedding a digital watermark. A digital watermark is information that is embedded in digital content and that cannot be perceived by humans.
The digital watermark cannot be perceived even if the digital content in which the digital watermark is embedded is reproduced by a normal method.

【0007】電子透かしを埋め込む方法の代表的なもの
として、デジタル画像の場合でいえば、画素の色相、明
度等にあたるデジタルコンテンツのデータ値に演算を施
して電子透かしを埋め込む手法がある。この手法の代表
的なものとして、デジタルコンテンツをブロックに分割
し、ブロック毎に+1と−1との組み合わせである予め
決められた透かしパターンを足し込むというDigim
arc社、米国特許5,636,292号の手法があ
る。
As a typical method of embedding a digital watermark, in the case of a digital image, there is a method of embedding a digital watermark by performing an operation on a data value of digital content corresponding to the hue, brightness, etc. of a pixel. A typical example of this method is to divide the digital content into blocks, and add a predetermined watermark pattern that is a combination of +1 and -1 for each block.
There is a method of arc company, US Pat. No. 5,636,292.

【0008】他の電子透かしを埋め込む方法として、デ
ジタルコンテンツに対して高速フーリエ変換、離散コサ
イン変換、ウェーブレット変換等の周波数変換を行い、
周波数領域に透かし情報を加えた後、逆周波数変換を行
うことにより埋め込む手法がある。
As another method of embedding a digital watermark, frequency conversion such as fast Fourier transform, discrete cosine transform, wavelet transform is performed on digital contents,
There is a method of embedding by performing inverse frequency conversion after adding watermark information to the frequency domain.

【0009】上記高速フーリエ変換による手法では、入
力コンテンツは、PN系列を加えられて拡散された後、
ブロックに分割される。ブロック毎にフーリエ変換が施
され、1ブロックに1ビットの透かし情報が埋め込まれ
る。透かし情報が埋め込まれたブロックは逆フーリエ変
換が施され、再び最初と同じPN系列が加えられて電子
透かしが埋め込まれたコンテンツが得られる。これは、
大西、岡、松井「PN系列による画像への署名法」に詳
しい。
[0009] In the above method by the fast Fourier transform, the input content is spread by adding a PN sequence,
Divided into blocks. Fourier transform is applied to each block, and 1-bit watermark information is embedded in each block. The block in which the watermark information is embedded is subjected to inverse Fourier transform, and the same PN sequence as that at the beginning is added again to obtain the content in which the digital watermark is embedded. this is,
Onishi, Oka, Matsui Details on "PN image signature method".

【0010】上記離散コサイン変換による手法は、ブロ
ックに分割し、ブロック毎に離散コサイン変換をする。
1ブロックに1ビットの情報を埋め込んだ後、逆変換を
して電子透かし埋め込み済みコンテンツを生成する。こ
れは、中村、小川、高嶋、「デジタル画像の著作権保護
のための周波数領域における電子透かし方式」1997
年、暗号と情報セキュリティシンポジウム講演論文集、
SCIS'97−27Aに詳しい。
The discrete cosine transform method is divided into blocks and discrete cosine transform is performed for each block.
After embedding 1-bit information in one block, inverse conversion is performed to generate a digital watermark embedded content. This is Nakamura, Ogawa, and Takashima, "Digital watermarking method in the frequency domain for digital image copyright protection," 1997.
, Cryptography and Information Security Symposium Proceedings,
Details on SCIS '97 -27A.

【0011】上記ウェーブレット変換による手法は、入
力コンテンツをブロック分割する必要のない手法であ
る。これは、石塚、酒井、櫻井「ウェーブレット変換を
用いた電子透かし技術の安全性と信頼性に関する実験的
考察」1997年、暗号と情報セキュリティシンポジウ
ム講演論文集、SCIS'97−26Dに詳しい。
The method based on the wavelet transform is a method that does not require the input content to be divided into blocks. This is detailed in Ishizuka, Sakai, and Sakurai, "Experimental Consideration on Security and Reliability of Digital Watermarking Technology Using Wavelet Transform," 1997, Symposium on Cryptography and Information Security, SCIS '97 -26D.

【0012】上記のような各手法により、デジタルコン
テンツに電子透かしとして埋め込まれる情報の代表的な
ものとして、著作権情報とユーザ情報が挙げられる。著
作権情報を埋め込むことにより、ユーザはデジタルコン
テンツに著作権が設定されていること、また、著作権は
誰であるか等を知ることができる。
Copyright information and user information are typical examples of information embedded as digital watermarks in digital contents by the above-described methods. By embedding the copyright information, the user can know that the digital content is copyrighted and who the copyright is.

【0013】また、ユーザ情報を埋め込むことにより、
この情報を活かした各種ユーザサービスを行うことがで
きる。しかし、従来のパブリックプリントシステムある
いはパブリックプリントサービス方法においては、電子
透かしに埋め込まれた情報の活用が十分考慮されていな
かった。
By embedding the user information,
Various user services that utilize this information can be provided. However, in the conventional public print system or public print service method, the utilization of the information embedded in the digital watermark has not been sufficiently taken into consideration.

【0014】[0014]

【発明が解決しようとする課題】上記従来例で説明した
通り、従来のパブリックプリントシステムあるいはパブ
リックプリントサービス方法においては、電子透かしに
埋め込まれた情報の活用が考慮されていない。
As described in the above-mentioned conventional example, the conventional public print system or public print service method does not consider the use of information embedded in a digital watermark.

【0015】本発明は、上記の問題を解決するために成
されたもので、電子透かしに埋め込まれた情報を活用し
て、パブリックプリントサービスあるいはパブリックプ
リントサービス方法の利用者向けのプロモーションを容
易にすることを目的としている。
The present invention has been made to solve the above problems, and facilitates promotion for users of public print services or public print service methods by utilizing information embedded in digital watermarks. The purpose is to do.

【0016】[0016]

【課題を解決するための手段】上記の目的を達成するた
めに、本発明は、デジタルコンテンツを含む情報から所
定の出力装置が出力可能な出力データを生成する手段
と、上記デジタルコンテンツに電子透かしとして埋め込
まれている埋め込み情報を抽出する抽出手段と、上記出
力データと上記抽出された埋め込み情報とを印刷の課金
計算を行う処理装置へ転送する手段と、上記課金計算を
行う処理装置から課金情報を取得し表示する手段とを備
えるデータ出力制御装置と、上記埋め込み情報を元にそ
の情報が予め定められた条件に合致する場合に上記デジ
タルコンテンツを含む情報の印刷に掛かる料金について
所定の値引きを行う手段と、上記値引き情報から値引き
を加味して実際の料金決済を行う手段を備える料金決済
処理装置を持つことを特徴とするパブリックプリントシ
ステム等を提供する。
To achieve the above object, the present invention provides a means for generating output data that can be output by a predetermined output device from information including digital content, and a digital watermark for the digital content. Means for extracting the embedded information embedded as, the means for transferring the output data and the extracted embedded information to the processing device for calculating the accounting for printing, and the accounting information for the processing device for performing the accounting calculation. And a data output control device having a means for obtaining and displaying, and a predetermined discount is applied to a charge for printing the information including the digital content when the information matches a predetermined condition based on the embedded information. To have a charge settlement processing device including a means for performing the payment and a means for actually performing the payment by adding the discount from the discount information. Providing public printing system or the like, characterized.

【0017】[0017]

【発明の実施の形態】以下、本発明の実施例を図面と共
に説明する。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described below with reference to the drawings.

【0018】図1は、本発明の実施例におけるデータ出
力制御装置としての印字制御装置(プリンタドライバ)
と前記データ出力制御装置よりインターネット経由で送
信された印刷データを取得し、後述するプリントサーバ
に印刷データを転送すると共に料金決裁処理を行うセン
ターサーバと、センターサーバより送信された印刷デー
タを取得するプリントサーバと印字装置(プリンタ)を
用いて構成した印刷システム全体の概略構成を示してい
る。
FIG. 1 is a print control device (printer driver) as a data output control device according to an embodiment of the present invention.
And print data transmitted from the data output control device via the Internet, transfer the print data to a print server, which will be described later, and acquire the print data transmitted from the center server and the fee approval process. 1 shows a schematic configuration of an entire printing system configured by using a print server and a printing device (printer).

【0019】このパブリックプリントシステムは、以下
に説明する構成要素よりなる。10は印刷(プリント)注
文する顧客(以下、ユーザ)、11は印刷注文をするた
めのコンピュータ端末11、20はインターネット等の
ネットワーク、30はセンターサーバ、40、50はシ
ョップ、12はコンピュータ端末11上で動作するアプ
リケーション、13はコンピュータ端末11上で動作す
るプリンタドライバ、14はプリンタドライバの生成し
た印刷データをセンターサーバ30に送信する印刷デー
タ転送部、15は印刷注文したいデジタルコンテンツを
含む情報であり、31はコンピュータ端末より送信され
てきた印刷データの埋め込み情報を解析し、値引き情報
を含む課金情報を生成する課金情報生成部、32は印刷
にかかった料金の決済を行う料金決済処理部、41は印
刷注文のあったデジタルコンテンツを含む情報を印刷制
御するプリントサーバ、42はプリントサーバを操作す
るための操作部、43はデジタルコンテンツを実際に印
刷するプリンタである。プリントサーバ41、操作部4
2、プリンタ43はショップ40内に設けられており、
ショップ50に示すように、ショップ40と同様な構成
からなるショップが複数存在可能である。
This public print system comprises the components described below. Reference numeral 10 is a customer (hereinafter referred to as user) who orders printing (printing), 11 is a computer terminal 11 for ordering printing, 20 is a network such as the Internet, 30 is a center server, 40 and 50 are shops, and 12 is a computer terminal 11. An application running on the computer 13, a printer driver operating on the computer terminal 11, a print data transfer unit 14 for transmitting print data generated by the printer driver to the center server 30, and a reference numeral 15 for information including digital contents for which a print order is desired. Yes, 31 is a billing information generation unit that analyzes the embedded information of the print data transmitted from the computer terminal and generates billing information including discount information, 32 is a fee settlement processing unit that pays the fee for printing, 41 indicates information including digital contents for which a print order has been placed The print server 42 operation unit for operating the print server for printing control, 43 is a printer that actually prints the digital content. Print server 41, operation unit 4
2. The printer 43 is installed in the shop 40,
As shown in the shop 50, a plurality of shops having the same configuration as the shop 40 can exist.

【0020】図2はコンピュータ端末11の構成を図1
よりも詳しく表現した図となっている。コンピュータ端
末11は、15に示すようなデジタルコンテンツを含む
情報を外部から読み込み、その情報を処理する機能等を
有するアプリケーションソフトウェア12、アプリケー
ションソフトウェア12で生成された画像データをプリ
ンタ43の印字命令に変換するプリンタドライバ13を
有する。
FIG. 2 shows the configuration of the computer terminal 11.
It is a more detailed representation. The computer terminal 11 reads information including digital content as shown in 15 from the outside and converts the image data generated by the application software 12 and the application software 12 having a function of processing the information into a print command of the printer 43. The printer driver 13 is provided.

【0021】プリンタドライバ13は、アプリケーショ
ンソフトウェア12によって生成されたデジタルコンテ
ンツを含む情報の中からデジタルコンテンツに埋め込ま
れている電子透かしを抽出する電子透かし抽出部13
1、および印字データ生成部133を有している。この
ようにして生成された埋め込み情報と印刷データは印刷
データ転送部14に送られ、ネットワーク20を経由し
てセンターサーバ30に送信されることになる。
The printer driver 13 extracts the digital watermark embedded in the digital content from the information including the digital content generated by the application software 12 and extracts the digital watermark.
1 and a print data generation unit 133. The embedded information and the print data generated in this way are sent to the print data transfer unit 14 and sent to the center server 30 via the network 20.

【0022】図3,4は本発明における実施例の処理フ
ローを示すフローチャートである。図3が印刷開始から
終了までの処理全体のフロー、図4はコンピュータ端末
11上での印刷ジョブ生成処理の詳細を示している。
3 and 4 are flow charts showing the processing flow of the embodiment of the present invention. FIG. 3 shows the flow of the entire processing from the start to the end of printing, and FIG. 4 shows the details of the print job generation processing on the computer terminal 11.

【0023】図5はプリンタドライバ13により生成さ
れる印刷ジョブの構成を示す図となっている。プリンタ
ドライバが生成する印刷ジョブは、印刷料決済に必要と
なる情報である課金情報503、デジタルコンテンツの
埋め込み情報504、及び、印刷指示情報505を含む
印刷ジョブ属性502と実際の印刷データ510より構
成されている。図6はユーザ10が本システムを使用し
て印刷を行う場合のデジタルコンテンツを含む情報の例
を示している。図中、楕円にて囲まれている601〜6
06が後述する電子透かし抽出部により抽出されるデジ
タルコンテンツの例となっている。
FIG. 5 shows the structure of a print job generated by the printer driver 13. A print job generated by the printer driver includes print job attributes 502 including billing information 503, which is information necessary for payment of a print fee, embedded information 504 of digital content, and print instruction information 505, and actual print data 510. Has been done. FIG. 6 shows an example of information including digital contents when the user 10 prints using this system. In the figure, 601 to 6 surrounded by ellipses
06 is an example of digital content extracted by a digital watermark extraction unit described later.

【0024】図7は図5に示されている印刷ジョブ属性
502の具体例となっている。
FIG. 7 shows a concrete example of the print job attribute 502 shown in FIG.

【0025】図8はユーザ10にコンピュータ端末上に
表示される印刷ジョブの料金確認のためのユーザインタ
フェースの例を示している。
FIG. 8 shows an example of the user interface for confirming the charge of the print job displayed on the computer terminal to the user 10.

【0026】図9はアプリケーションソフトウェア12
より本実施例におけるプリンタドライバ13を選択する
ユーザインタフェースの例を示している。
FIG. 9 shows the application software 12
An example of a user interface for selecting the printer driver 13 in this embodiment is shown more.

【0027】図10は電子透かしの抽出により生成され
る属性情報の例を示している。
FIG. 10 shows an example of attribute information generated by extracting a digital watermark.

【0028】図11は電子透かしの種類とそれに対応す
る印刷料金の割引率の情報を示している。なお、この電
子透かしとそれに対応する割引率に関する情報はセンタ
ーサーバ30の課金情報生成部31に内蔵される。
FIG. 11 shows information on the types of digital watermarks and the corresponding discount rates for printing charges. Information about the electronic watermark and the corresponding discount rate is built in the billing information generating unit 31 of the center server 30.

【0029】図12は課金情報を算出するために必要な
情報を示している。これらの情報も図11に示した割引
率に関する情報同様、課金情報生成部31に内蔵され
る。
FIG. 12 shows the information necessary for calculating the billing information. Similar to the information about the discount rate shown in FIG. 11, these pieces of information are also stored in the billing information generating unit 31.

【0030】図13はセンターサーバ30の課金情報生
成部31により生成される課金情報の具体例である。
FIG. 13 is a specific example of the billing information generated by the billing information generating unit 31 of the center server 30.

【0031】以下において、図3、4のフローチャート
を用いて、本実施例の詳細を順を追って説明する。
The details of this embodiment will be described below step by step with reference to the flow charts of FIGS.

【0032】図1において、ユーザはコンピュータ端末
11上で動作するアプリケーションソフトウェア12を
起動し、デジタルコンテンツを含む情報15をコンピュ
ータ端末11に備え付けられたFD(フレキシブルディス
ク)、HD(ハードディスク)、CD-ROM、DVD等の記録メ
ディアやネットワークを経由してウェブサーバ等からア
プリケーションソフトウェア12に読み込み、情報の加
工、編集、印刷注文のための対話処理を行う。ユーザに
よる印刷注文は図9に示す印刷ダイアログにて「Canon
Public Print Client」を選択し、「OK」ボタンを押下
することで開始する。「OK」ボタンの押下により、図3
のS301の処理(図4に詳細処理を記載)が始まるが、ユ
ーザは、事前に図9の「プロパティ(P)…」ボタンの押
下によりオープンするプリンタドライバ13の表示する
ユーザインタフェースにて印刷注文に必要なユーザの情
報(Customer ID, クレジットカード情報等)の入力を
することができる(不図示)。上記の「OK」ボタンの押
下によりアプリケーションソフトウェア12の印刷処理
が開始すると、アプリケーションがデジタルコンテンツ
を含む情報をもとにして、OSの提供する印刷API経由で
印刷終了まで、印刷処理を順次行っていく。
In FIG. 1, the user activates the application software 12 operating on the computer terminal 11, and the information 15 including the digital contents is provided on the computer terminal 11 such as FD (flexible disk), HD (hard disk), CD-. The application software 12 is read into the application software 12 from a web server or the like via a recording medium such as a ROM or a DVD or a network, and interactive processing for information processing, editing, and printing order is performed. The print order by the user is displayed in the print dialog shown in FIG.
Start by selecting "Public Print Client" and clicking the "OK" button. By pressing the "OK" button,
The processing of step S301 (detailed processing is described in FIG. 4) starts, but the user makes a print order using the user interface displayed by the printer driver 13 that is opened by pressing the “Property (P) ...” button in FIG. 9 in advance. User information (Customer ID, credit card information, etc.) necessary for can be input (not shown). When the printing process of the application software 12 is started by pressing the "OK" button, the application sequentially performs the printing process based on the information including the digital content until the printing is completed via the print API provided by the OS. Go.

【0033】この処理について図4を用いて説明を行
う。プリンタドライバ13はアプリケーションソフトウ
ェア12の印刷処理要求を上記のとおりOSの提供する印
刷API経由で受け取り、処理を進めていく。まず、OSの
提供する機能の一部であるGDI(Graphics Device Inter
face)経由でアプリケーションソフトウェア12より印
刷命令を取得する(S401)。次に取得した印刷命令
が印刷終了命令であるかどうかの判別を行う(S40
2)。判別の結果、印刷終了命令であった場合の処理は
後述する。印刷終了命令でなかった場合には、続いて受
け取った命令がビットマップ描画命令であるかどうかの
判別を行う(S403)。ビットマップ描画命令である
かどうかの判別は、取得した印刷命令がビットマップ描
画に関する命令であるかどうかの判別を行うことが可能
である。具体的には、プリンタドライバ13がGDI向け
に用意しているBitBlt、SetDIBitsToDevice、StretchBl
t、StretchDIBtis等のビットマップ処理用のI/Fがコー
ルされたことにより判別される。例えば、図6に示すよ
うな情報が印刷注文された場合には、図中楕円で囲んだ
部分が前述の種類のビットマップ処理用のI/Fにて印刷
処理される。判別の結果、ビットマップ描画命令でなか
った場合には、受け取った命令に対応した印刷データを
プリンタドライバ13に設けられた印字データ生成部1
33により生成し(S407)、再び処理はS401に
戻る。判別の結果、ビットマップ描画命令であった場合
には、プリンタドライバ13に設けられた電子透かし抽
出部131によりアプリケーションソフトウェア12よ
りGDI経由で取得したビットマップに対して、電子透か
しの抽出を試みる(S404)。この抽出処理が完了す
ると続いて、プリンタドライバ13に設けられた電子透
かし抽出部131が検出可能な電子透かしが抽出された
かどうかの判別を行う(S405)。判別の結果、電子
透かしが抽出されていない場合には、印字データ生成部
133により印刷データを生成し(S407)、再び処
理はS401に戻る。電子透かしが抽出された場合に
は、続いて属性情報生成を行う(S406)。
This processing will be described with reference to FIG. The printer driver 13 receives the print processing request of the application software 12 via the print API provided by the OS as described above, and advances the processing. First, GDI (Graphics Device Inter
A print command is acquired from the application software 12 via (face) (S401). Next, it is determined whether the acquired print command is a print end command (S40).
2). As a result of the determination, the process when the print end command is given will be described later. If it is not the print end command, it is determined whether or not the subsequently received command is a bitmap drawing command (S403). Whether or not it is a bitmap drawing command can be determined by determining whether or not the acquired print command is a command related to bitmap drawing. Specifically, BitBlt, SetDIBitsToDevice, StretchBl that the printer driver 13 prepares for GDI.
It is determined by calling the I / F for bitmap processing such as t and StretchDIBtis. For example, when the information as shown in FIG. 6 is ordered to be printed, the portion surrounded by an ellipse in the drawing is printed by the I / F for bitmap processing of the type described above. If the result of the determination is that it is not a bitmap drawing command, the print data corresponding to the received command is used as the print data generation unit 1 provided in the printer driver 13.
It is generated by 33 (S407), and the process returns to S401 again. If the result of the determination is that it is a bitmap drawing command, an attempt is made to extract a digital watermark from the bitmap acquired from the application software 12 via GDI by the digital watermark extraction unit 131 provided in the printer driver 13 ( S404). When this extraction processing is completed, subsequently, the digital watermark extraction unit 131 provided in the printer driver 13 determines whether or not a detectable digital watermark has been extracted (S405). As a result of the determination, if the digital watermark is not extracted, the print data generating unit 133 generates print data (S407), and the process returns to S401. When the digital watermark is extracted, attribute information is subsequently generated (S406).

【0034】図10に示すように本実施例で検出される
電子透かしは著作権情報とユーザ情報に大別される。図
6に示す6つのビットマップ描画命令でプリンタドライ
バ13に渡されるビットマップのうち、図10に示すと
おり、601と602のビットマップに電子透かし情報が含ま
れており、その内容は601おいては、著作権情報は「Cop
yright CANON INC. 2000」、ユーザ情報は「Canon Log
o」となっている。602においては、著作権情報は同じく
「Copyright CANON INC. 2000」、ユーザ情報は「ID =
Canon IXY Digital」となっている。属性情報の生成は
処理が行われているビットマップについて順次行われ、
印刷処理中に検出可能な電子透かしが検出されるたび
に、属性情報の追加が順次行われる。なお、図10中の
IDは本実施例を説明するために便宜的に図6との説明で
関連を明らかにするために設けたものであり、実際の処
理に当たっては必ずしも必要ない。S406の処理を終
えると、電子透かしが検出されなかった場合と同様に、
印字データ生成部133により印刷データを生成し(S
407)、再び処理はS401に戻る。このようにし
て、印刷終了命令を取得するまで、印刷データの生成、
電子透かしの検出、属性情報生成の処理を繰り返す。
As shown in FIG. 10, the digital watermarks detected in this embodiment are roughly classified into copyright information and user information. Of the bitmaps passed to the printer driver 13 by the six bitmap drawing commands shown in FIG. 6, the digital watermark information is included in the bitmaps 601 and 602 as shown in FIG. The copyright information is "Cop
yright CANON INC. 2000 ”, user information is“ Canon Log
It is "o". In the 602, the copyright information is "Copyright CANON INC. 2000" and the user information is "ID =
Canon IXY Digital ”. The attribute information is generated sequentially for the bitmaps being processed,
The attribute information is sequentially added every time a detectable digital watermark is detected during the printing process. In addition, in FIG.
The ID is provided for the sake of convenience in explaining the present embodiment in order to clarify the relationship in the description with FIG. 6, and is not necessarily required in actual processing. After the processing of S406 is completed, as in the case where the digital watermark is not detected,
The print data generation unit 133 generates print data (S
407), and the process returns to S401 again. In this way, until the print end command is obtained, the print data is generated,
The process of detecting the digital watermark and generating the attribute information is repeated.

【0035】なお、本実施例の説明では特に過程につい
ては言及しないが、図5に示す印刷ジョブ属性502が
生成される。生成される印刷ジョブ属性は大きく図5に
示す構造となっており、印刷ジョブ属性の例が図7に示
されている。図7に示す例において、印刷処理中に生成
される情報は、Tagの欄に網掛け付の文字列で表記され
ているものである。例えば、印刷完了まで印刷ジョブの
識別に利用されるJOBID、印刷指示情報505の用紙タ
イプ(Media)、用紙サイズ(Paper size)、両面(Dup
lex)、仕上げ(Finishing)、コピー部数(Number of
Pages)、印刷面数(Impression Count)、印刷ページ
数(Number of Pages)、ページレイアウト(Page Layo
ut)の各情報がある。
It should be noted that the print job attribute 502 shown in FIG. 5 is generated, although no particular process is mentioned in the description of this embodiment. The generated print job attribute has a structure largely shown in FIG. 5, and an example of the print job attribute is shown in FIG. In the example shown in FIG. 7, the information generated during the printing process is represented by a shaded character string in the Tag field. For example, JOBID used to identify a print job until completion of printing, paper type (Media), paper size (Paper size), and duplex (Dup) of print instruction information 505.
lex), Finishing, Number of copies (Number of
Pages), number of pages printed (Impression Count), number of pages printed (Number of Pages), page layout (Page Layo
ut) each information.

【0036】印刷処理の最中にS402において印刷終
了命令と判別された場合には、印刷ジョブ属性生成処理
を行う(S408)。ここでは、課金情報503が生成
される。図7に示す課金情報(Account Info)のうち、
顧客ID(Customer ID)、課金先となるクレジットカー
ド会社(CARD ISSUER)、クレジットカード番号(CREDI
T CARD No.)、暗証番号(PIN No.)の情報、並びに、
印刷先指定店舗情報(Destination Store ID)は、本実
施例では特に図示しないがプリンタドライバ13の提供
するユーザインタフェースよりユーザ10により入力さ
れ、コンピュータ端末に設けられた外部記憶装置に印刷
先指定店舗情報はそのまま記憶され、その他の情報につ
いては暗号化されて記憶される。S408ではこれらの
情報を外部記憶装置より読み出して、情報を生成してい
る。印刷先指定店舗情報以外の情報については、課金情
報503上でも暗号化された状態のままで設定される。
印刷ジョブの保持期限に関する情報(Expiration Date
Time)は印刷依頼をした日から10日後の0:00となるよ
うに自動的に生成される。図7に示す例では、印刷依頼
がされた日が2000年12月18日の場合で、印刷ジョブの保
持期限が2000年12月28日 0:00となっている。また、こ
こではS406で生成されたデジタルコンテンツの埋め
込み情報を元にデジタルコンテンツ埋め込み情報504
を生成する。そして、生成された印刷ジョブ属性を印刷
ジョブの一部として印刷ジョブに組み込む。続いて、そ
の印刷ジョブを印刷データ転送部14に転送する。(S
409)
When it is determined in S402 that the print end command is issued during the print process, the print job attribute generation process is performed (S408). Here, billing information 503 is generated. Of the accounting information (Account Info) shown in FIG. 7,
Customer ID, credit card company to be charged (CARD ISSUER), credit card number (CREDI
T CARD No.), personal identification number (PIN No.) information, and
The print destination specified store information (Destination Store ID) is input by the user 10 from the user interface provided by the printer driver 13, which is not particularly shown in the present embodiment, and the print destination specified store information is stored in the external storage device provided in the computer terminal. Are stored as they are, and other information is encrypted and stored. In S408, these pieces of information are read from the external storage device to generate the information. Information other than the print destination designated store information is set in the encrypted state on the billing information 503 as well.
Information about print job retention period (Expiration Date
Time) is automatically generated so that it will be 0:00, 10 days after the request for printing. In the example shown in FIG. 7, the print request date is December 18, 2000, and the print job holding deadline is December 28, 2000, 0:00. Further, here, the digital content embedding information 504 is based on the digital content embedding information generated in S406.
To generate. Then, the generated print job attribute is incorporated into the print job as a part of the print job. Then, the print job is transferred to the print data transfer unit 14. (S
409)

【0037】図4を用いて説明したS301のコンピュ
ータ端末での印刷ジョブ生成処理は以上で完了し、処理
は図3に示す印刷ジョブの転送処理へと移行する(S3
02)。ここで、印刷データ転送部14により、ネット
ワーク20を介して、センターサーバ30に印刷ジョブ
は送信され、同時に、センターサーバ30にて印刷ジョ
ブが受信される。センターサーバ30で印刷ジョブが受
信されると、センターサーバの課金情報生成部31にお
いて、その印刷にかかる料金計算が実行され、また、印
刷ジョブはセンターサーバに登録される(S303)。
印刷料金に関する課金情報は、図13に示したものであ
り、印刷ジョブとはJOB IDによって関連づけがとられ、
センターサーバにて管理される。実際の課金情報(割引
前の料金:Gross Price、割引額:Discount、請求額:T
otal Amount)は以下の手順にて算出され、設定され
る。
The print job generation processing in the computer terminal of S301 described with reference to FIG. 4 is completed as described above, and the processing shifts to the print job transfer processing shown in FIG. 3 (S3).
02). Here, the print data transfer unit 14 transmits the print job to the center server 30 via the network 20, and at the same time, the print job is received by the center server 30. When the print job is received by the center server 30, the charge information generation unit 31 of the center server executes the charge calculation for the print and the print job is registered in the center server (S303).
The billing information regarding the printing fee is as shown in FIG. 13, and is related to the print job by the JOB ID.
It is managed by the center server. Actual billing information (Price before discount: Gross Price, Discount amount: Discount, Charge amount: T
The total amount is calculated and set by the following procedure.

【0038】まず、割引き前の料金:Gross Priceが印
刷ジョブのJob AttributesのMedia、Paper Size、Duple
x、Color、Finishing、Number of Copies、Impression
Countの各設定値と図12に示す課金単価表より算出さ
れる。 Gross Price = {Paper Size * (Media + Duplex + Color)* Impression Count/2 + Finishing} * Number of Copies = {10 * (1.0 + 1.5 + 4.0) * 20/2 + 50}* 1 = \750
First, the price before discount: Gross Price is the Job Attributes of the print job: Media, Paper Size, Duple
x, Color, Finishing, Number of Copies, Impression
It is calculated from each set value of Count and the charging unit price table shown in FIG. Gross Price = {Paper Size * (Media + Duplex + Color) * Impression Count / 2 + Finishing} * Number of Copies = {10 * (1.0 + 1.5 + 4.0) * 20/2 + 50} * 1 = \ 750

【0039】割引額:Discountは、印刷ジョブに組み込
まれた図7にある電子透かし属性情報(デジタルコンテ
ンツ属性情報)と図11に示す印刷料金の割引率を示す
情報を利用して算出される。割引適用ルールは、電子透
かし属性情報にあるユーザ情報と印刷料金割引表中にあ
るユーザ情報の中で一致するものがあった場合に、図1
1で一致したユーザ情報に設定されている割引率が適用
される。また、複数の電子すかし属性が図11に示すユ
ーザ情報と一致した場合には、適用される割引率はその
総和とする。本実施例においては、図6に示す情報の印
刷を行った結果、図7に示すように2つの電子透かしの
属性情報が生成されている。この2つの属性情報のユー
ザ情報「Canon Logo」と「Canon IXY Digital」を図1
1に示すユーザ情報と比較すると、それぞれ一致するユ
ーザ情報が見出され、各々の割引率がCanon Logo = 5
%、Canon IXY Digital = 5%であることが判明する。し
たがって、割引率は以下のとおりに算出される。 Discount = Gross Price * (0.05 + 0.05) = 750 * 0.1
0 = \75 請求額:Total Amountは、上記により算出された割引前
の料金:Gross Price、 割引額:Discountより以下のとおり、算出される。 Total Amount = Gross Price - Discount = 750 - 75 =
\675
Discount amount: Discount is calculated by using the digital watermark attribute information (digital content attribute information) shown in FIG. 7 incorporated in the print job and the information indicating the discount rate of the print fee shown in FIG. The discount application rule is shown in FIG. 1 when there is a match between the user information in the digital watermark attribute information and the user information in the print charge discount table.
The discount rate set in the user information matched in 1 is applied. When a plurality of digital watermark attributes match the user information shown in FIG. 11, the discount rate to be applied is the sum of them. In this embodiment, as a result of printing the information shown in FIG. 6, two pieces of digital watermark attribute information are generated as shown in FIG. Figure 1 shows the user information “Canon Logo” and “Canon IXY Digital” of these two attribute information.
Compared with the user information shown in 1, the matching user information was found and the discount rate for each was Canon Logo = 5
%, Canon IXY Digital = 5%. Therefore, the discount rate is calculated as follows: Discount = Gross Price * (0.05 + 0.05) = 750 * 0.1
0 = \ 75 Billing amount: Total Amount is calculated as follows from the price before discount: Gross Price and discount amount: Discount calculated above. Total Amount = Gross Price-Discount = 750-75 =
\ 675

【0040】センターサーバにて課金計算処理が終了す
ると、その課金情報がセンターサーバ30から、ネット
ワーク20を介して、コンピュータ端末11へと送信さ
れ、同時に、コンピュータ端末11にて課金情報が受信
される(S304)。コンピュータ端末11では課金情
報が受信されると、図8に示すとおり、ユーザ10に印
刷料金の確認を求めるためのダイアログをコンピュータ
端末11に接続されたCRT等の表示装置に表示する(S
305)。図8に示すとおり、このダイアログは「OK」
と「キャンセル」の2つのボタンを有しており、ユーザ
10はどちらかのボタンを選択して、押下し、処理を選
択することができる。どちらのボタンが押下されたかど
うかの判別は続くS306にて行われる。「キャンセ
ル」を選択すると、印刷処理は中止され、センターサー
バ30に登録されている印刷ジョブは削除されて(S3
20)、印刷処理が完了となる。一方、「OK」を選択し
た場合には、センターサーバ30に登録された印刷ジョ
ブの印刷処理が継続される。センターサーバ30は、シ
ョップ40に設置されたプリントサーバ41が備える操
作部42より、登録された印刷ジョブの印刷要求がセン
ターサーバ30に指示されるまで、あるいは、印刷要求
を受け取ることなく、保管期間が経過し、期限を過ぎる
まで、センターサーバ30に登録した印刷ジョブを保持
する。保管期間が過ぎたかどうかの判別(S307)
と、ユーザ10の操作部42からの印刷要求を受け取る
(S308)、かのどちらかの条件に合致するまで、判
別の処理を繰り返す。保管期間が経過し、期限を過ぎた
場合には、センターサーバ30上に保管されていた印刷
ジョブは削除されて(S320)、印刷処理が完了とな
る。ユーザ10の印刷要求を受け取った場合には、セン
ターサーバ30にて図7及び図15に示す課金情報を元
にして印刷料金決済処理を行う。本実施例に示す例の場
合では、カード会社 ABCに対して、ユーザのカード
番号 xxxxxxxxxxxxxxxx、暗証番号 xxxxと共に675円
を料金請求する。(S309)料金請求のトランザクシ
ョンは即時にカード会社ABCのトランザクションサー
バ(不図示)にネットワーク経由20で送られる。続い
て、センターサーバ30に保管されていた印刷ジョブを
ショップ40に設置されているプリントサーバ41に転
送し(S310)、印刷ジョブを受信したプリントサー
バはプリンタ43に印刷データ510を送信し、印刷を
行う。
When the billing calculation process is completed in the center server, the billing information is transmitted from the center server 30 to the computer terminal 11 via the network 20, and at the same time, the billing information is received in the computer terminal 11. (S304). When the billing information is received at the computer terminal 11, as shown in FIG. 8, a dialog for requesting the user 10 to confirm the printing fee is displayed on a display device such as a CRT connected to the computer terminal 11 (S).
305). As shown in Figure 8, this dialog is OK.
There are two buttons, “Cancel” and “Cancel”, and the user 10 can select one of the buttons and press it to select a process. The determination as to which button has been pressed is performed at S306. If "Cancel" is selected, the print process is stopped and the print job registered in the center server 30 is deleted (S3).
20) The printing process is completed. On the other hand, when “OK” is selected, the print processing of the print job registered in the center server 30 is continued. The center server 30 stores a storage period until the print request for the registered print job is instructed to the center server 30 from the operation unit 42 included in the print server 41 installed in the shop 40 or without receiving the print request. The print job registered in the center server 30 is held until the time elapses and the deadline has passed. Determining whether the storage period has expired (S307)
Then, the determination process is repeated until a print request from the operation unit 42 of the user 10 is received (S308). When the storage period has passed and the deadline has passed, the print job stored on the center server 30 is deleted (S320), and the printing process is completed. When the print request from the user 10 is received, the center server 30 performs the print fee settlement process based on the billing information shown in FIGS. 7 and 15. In the case of the example shown in this embodiment, the card company ABC is charged 675 yen together with the user's card number xxxxxxxxxxxxxxxx and personal identification number xxxx. (S309) The billing transaction is immediately sent to the transaction server (not shown) of the card company ABC via the network 20. Subsequently, the print job stored in the center server 30 is transferred to the print server 41 installed in the shop 40 (S310), and the print server receiving the print job transmits the print data 510 to the printer 43 to print. I do.

【0041】このようにして、ユーザ10はコンピュー
タ端末11で印刷依頼を行った際に指定したショップ4
0に出向き、ショップ40に設置されたプリントサーバ
41の操作部42より図7に示すJOB ID 20001218
0013015を入力することで、プリンタ43より依頼した
印刷物を受け取ることになる。
In this way, the user 10 designates the shop 4 designated when the user makes a print request at the computer terminal 11.
JOB ID 20001218 shown in FIG. 7 from the operation unit 42 of the print server 41 installed in the shop 40.
By inputting 0013015, the requested printed matter is received from the printer 43.

【0042】他の実施例によれば、図14に示すように
センターサーバ30を配置せずにコンピュータ端末11
よりショップ40にネットワーク20経由で直接印刷ジ
ョブを受け取り、ショップ内のプリントサーバ41に上
記の実施例にて説明したセンターサーバ30の機能を設
けてもよい。
According to another embodiment, as shown in FIG. 14, the computer terminal 11 is not provided with the center server 30.
The shop 40 may directly receive the print job via the network 20, and the print server 41 in the shop may be provided with the function of the center server 30 described in the above embodiment.

【0043】また他の実施例によれば、図15に示すよ
うに値引率の上限を示す情報を元に値引率の計算を行う
処理を図3に示す課金計算処理S303に加えてもよ
い。図15に示すように値引率の上限が5%であった場合
には、上記実施例では割引対象となるビットマップが2
つあり各々5%の割引率で、合計10%の割引が図16に示
すDiscount Rateの欄に設定されていたが、本実施例で
は、図15において上限値引率が5%に設定されているの
で、図16に示すように表中のDiscount Rateには5%が
設定される。従って、図16中のGross Price、Discoun
t、Total Amountの金額も図16に示されているように
なる。図11に示す割引率を示す情報の中にCanon Cano
bureauの割引率が10%となっているが、図15において
割引率の上限が5%に設定されているので、ユーザが印刷
依頼した情報の中にCanon Canobureauの電子透かしのユ
ーザ情報を持つビットマップが含まれている場合におい
ても、印刷料金は割引されない。
According to another embodiment, as shown in FIG. 15, a process of calculating the discount rate based on the information indicating the upper limit of the discount rate may be added to the charging calculation process S303 shown in FIG. As shown in FIG. 15, when the upper limit of the discount rate is 5%, the number of bitmaps to be discounted is 2 in the above embodiment.
There is a discount rate of 5% for each, and a total discount of 10% is set in the Discount Rate column shown in FIG. 16, but in the present embodiment, the upper limit discount rate is set to 5% in FIG. Therefore, 5% is set in the Discount Rate in the table as shown in FIG. Therefore, Gross Price and Discoun in FIG.
The amounts of t and Total Amount are also as shown in FIG. Canon Cano in the information showing the discount rate shown in FIG.
Although the bureau discount rate is 10%, the upper limit of the discount rate is set to 5% in FIG. 15, so the bit that has the user information of the Canon Canobureau digital watermark is included in the information requested by the user for printing. Printing fees are not discounted even if the map is included.

【0044】なお、本発明において、デジタルコンテン
ツに埋め込まれている情報を電子透かしによる埋め込み
情報としているが、一般にイメージデータ等にはタグ情
報を保持でき、その情報を本発明に適用してもよい。
In the present invention, the information embedded in the digital content is used as the embedded information by the digital watermark. However, in general, the image data or the like can hold the tag information, and the information may be applied to the present invention. .

【0045】また、本発明は複数の機器(例えばホスト
コンピュータ、インターフェース機器、リーダ、プリン
タ等)から構成されるシステムに適用しても一つの機器
(例えば複写機、ファクシミリ装置)からなる装置に適
用してもよい。
Furthermore, the present invention is applied to a system composed of a plurality of devices (eg, host computer, interface device, reader, printer, etc.), but also to a device composed of one device (eg, copying machine, facsimile machine). You may.

【0046】また、上述した実施の形態の機能を実現す
るべく各種のデバイスを動作させるように、該各種デバ
イスと接続された装置或いはシステム内のコンピュータ
に対し、上記実施の形態の機能を実現するためのソフト
ウェアのプログラムコードを供給し、そのシステム或い
は装置のコンピュータ(CPU或いはMPU)に格納さ
れたプログラムに従って上記各種デバイスを動作させる
ことによって実施したものも、本発明の範疇に含まれ
る。
Further, the functions of the above-described embodiments are implemented by a computer in an apparatus or system connected to the various devices so that the various devices are operated to implement the functions of the above-described embodiments. What is implemented by supplying the program code of software for operating the above-mentioned various devices according to the program stored in the computer (CPU or MPU) of the system or apparatus is also included in the scope of the present invention.

【0047】また、この場合、上記ソフトウェアのプロ
グラムコード自体が上述した実施の形態の機能を実現す
ることになり、そのプログラムコード自体は本発明を構
成する。そのプログラムコードの伝送媒体としては,プ
ログラム情報を搬送波として伝搬させて供給するための
コンピュータネットワーク(LAN、インターネット等
のWAN、無線通信ネットワーク等)システムにおける
通信媒体(光ファイバ等の有線回線や無線回線等)を用
いることができる。
Further, in this case, the program code itself of the software realizes the function of the above-described embodiment, and the program code itself constitutes the present invention. As a transmission medium of the program code, a communication medium (a wired line such as an optical fiber or a wireless line) in a computer network (LAN, WAN such as the Internet, a wireless communication network, etc.) system for propagating and supplying the program information as a carrier wave. Etc.) can be used.

【0048】さらに、上記プログラムコードをコンピュ
ータに供給するための手段、例えばかかるプログラムコ
ードを格納した記録媒体は本発明を構成する。かかるプ
ログラムコードを記憶する記録媒体としては、例えばフ
レキシブルディスク、ハードディスク、光ディスク、光
磁気ディスク、CD−ROM、磁気テープ、不揮発性の
メモリカード、ROM等を用いることができる。
Further, means for supplying the program code to the computer, for example, a recording medium storing the program code constitutes the present invention. A flexible disk, a hard disk, an optical disk, a magneto-optical disk, a CD-ROM, a magnetic tape, a non-volatile memory card, a ROM, or the like can be used as a recording medium for storing the program code.

【0049】また、コンピュータが供給されたプログラ
ムコードを実行することにより、上述の実施の形態の機
能が実現されるだけでなく、そのプログラムコードがコ
ンピュータにおいて稼働しているOS(オペレーティン
グシステム)或いは他のアプリケーションソフト等と共
同して上述の実施の形態の機能が実現される場合にもか
かるプログラムコードは本発明の実施の形態に含まれる
ことはいうまでもない。
Further, not only the functions of the above-described embodiments are realized by executing the supplied program code by the computer, but also the OS (operating system) in which the program code is operating in the computer or other It goes without saying that the program code is also included in the embodiment of the present invention when the functions of the above-described embodiment are realized in cooperation with the application software of the above.

【0050】さらに、供給されたプログラムコードがコ
ンピュータの機能拡張ボードやコンピュータに接続され
た機能拡張ユニットに備わるメモリに格納された後、そ
のプログラムコードの指示に基づいてその機能拡張ボー
ドや機能拡張ユニットに備わるCPU等が実際の処理の
一部又は全部を行い、その処理によって上述した実施の
形態の機能が実現される場合にも本発明に含まれること
はいうまでもない。
Further, after the supplied program code is stored in the memory provided in the function expansion board of the computer or the function expansion unit connected to the computer, the function expansion board or function expansion unit is instructed based on the instruction of the program code. It goes without saying that the present invention also includes a case where the CPU or the like included in the above-mentioned performs some or all of the actual processing and the functions of the above-described embodiments are realized by the processing.

【0051】なお、上記コンピュータとしては図17に
示すような一般的なコンピュータであって良いことは当
然である。図17は、一般的なパーソナルユーザ端末装
置の内部構成を示す図である。
Of course, the computer may be a general computer as shown in FIG. FIG. 17 is a diagram showing an internal configuration of a general personal user terminal device.

【0052】図17において、1200はコンピュータ
PCである。PC1200は、CPU1201を備え、
ROM1202またはハードディスク(HD)1211
に記憶された、あるいはフレキシブルディスクドライブ
(FD)1212より供給されるデバイス制御ソフトウ
ェアを実行し、システムバス1204に接続される各デ
バイスを総括的に制御する。
In FIG. 17, reference numeral 1200 is a computer PC. The PC 1200 includes a CPU 1201,
ROM 1202 or hard disk (HD) 1211
The device control software stored in the HDD or supplied from the flexible disk drive (FD) 1212 is executed to collectively control each device connected to the system bus 1204.

【0053】上記PC1200のCPU1201、RO
M1202またはハードディスク(HD)1211に記
憶されたプログラムにより、本実施形態の各手段の機能
が実現される。
The CPU 1201 of the PC 1200, the RO
The function of each unit of the present embodiment is realized by the program stored in the M1202 or the hard disk (HD) 1211.

【0054】1203はRAMで、CPU1201の主
メモリ、ワークエリア等として機能する。1205はキ
ーボードコントローラ(KBC)で、キーボード(K
B)1209や不図示のデバイス等からの指示入力を制
御する。
Reference numeral 1203 is a RAM, which functions as a main memory and a work area of the CPU 1201. A keyboard controller (KBC) 1205 is a keyboard (K
B) Control instruction input from 1209 or a device (not shown).

【0055】1206はCRTコントローラ(CRT
C)で、CRTディスプレイ(CRT)1210の表示
を制御する。1207はディスクコントローラ(DK
C)で、ブートプログラム(起動プログラム:パソコン
のハードやソフトの実行(動作)を開始するプログラ
ム)、複数のアプリケーション、編集ファイル、ユーザ
ファイルそしてネットワーク管理プログラム等を記憶す
るハードディスク(HD)1211、及びフレキシブル
ディスク(FD)1212とのアクセスを制御する。
Reference numeral 1206 denotes a CRT controller (CRT
C) controls the display on the CRT display (CRT) 1210. 1207 is a disk controller (DK
In C), a boot program (startup program: a program for starting execution (operation) of hardware or software of a personal computer), a plurality of applications, edit files, user files, a hard disk (HD) 1211 for storing a network management program, and the like, and It controls access to the flexible disk (FD) 1212.

【0056】1208はネットワークインタフエースカ
ード(NIC)で、LAN1220を介して、ネットワ
ークプリンタ、他のネットワーク機器、あるいは他のP
Cと双方向のデータのやり取りを行う。
Reference numeral 1208 denotes a network interface card (NIC), which is connected to the network printer, another network device, or another P device via the LAN 1220.
It exchanges bidirectional data with C.

【0057】なお、上記実施の形態において示した各部
の形状及び構造は、何れも本発明を実施するにあたって
の具体化のほんの一例を示したものに過ぎず、これらに
よって本発明の技術的範囲が限定的に解釈されてはなら
ないものである。すなわち、本発明はその精神、又はそ
の主要な特徴から逸脱することなく、様々な形で実施す
ることができる。
It should be noted that the shapes and structures of the respective portions shown in the above-mentioned embodiments are merely examples of the embodiment in carrying out the present invention, and the technical scope of the present invention is thereby provided. It should not be construed as limiting. That is, the present invention can be implemented in various forms without departing from the spirit or the main features thereof.

【0058】[0058]

【発明の効果】以上説明したように、本発明によれば、
デジタルコンテンツに埋め込まれた電子透かしに基づい
て値引き情報を生成し、その情報を利用して印刷料金の
決済処理において、料金の値引きを行う仕組みを設けた
ことにより、ユーザに対してパブリックプリントの利用
頻度を高めるためのプロモーションの一手段を提供する
と共に、パブリックプリントシステムと電子透かしを埋
め込み可能なアプリケーションソフトウェアを連携させ
た値引き処理により、さらにパブリックプリントの利用
頻度を高めさせる相乗効果が期待できるようになる。ま
た、課金計算処理を例えばセンターサーバ上で行うた
め、割引率の設定等、課金計算方法の変更も、センター
サーバの課金情報生成部を変更するだけでよい。
As described above, according to the present invention,
Use of public printing for users by creating a mechanism to generate discount information based on a digital watermark embedded in digital content and use that information to settle the print charge settlement process. As well as providing a means of promotion to increase the frequency, we can expect the synergistic effect of further increasing the frequency of use of public prints through the discount processing that links the public print system and application software that can embed digital watermarks. Become. Further, since the billing calculation process is performed on the center server, for example, the billing calculation method such as the setting of the discount rate may be changed only by changing the billing information generation unit of the center server.

【0059】さらに他の発明によれば、印刷ジョブが直
接ショップに送信されるように構成できるので、操作部
より印刷指示をした際に要する時間が、センターサーバ
から印刷ジョブを受け取る時間が節約できるため、短時
間ですむという効果もある。
According to still another aspect of the present invention, since the print job can be directly transmitted to the shop, it is possible to save the time required to issue a print instruction from the operation unit and the time to receive the print job from the center server. Therefore, there is also an effect that the time is short.

【0060】さらに他の発明によれば、割引率の上限を
設けることで複数の割引対象となる電子透かしを持つビ
ットマップ等を含む情報の印刷依頼の際にも、過度の割
引が発生し、印刷料金の低下を招くことを防ぐことが可
能となる効果がある。
According to still another aspect of the present invention, by setting an upper limit of the discount rate, an excessive discount occurs even when a print request for information including a bitmap having a plurality of electronic watermarks to be discounted is made, There is an effect that it is possible to prevent the reduction of the printing fee.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の実施例におけるパブリックプリントシ
ステムの概略構成を示すブロック図である。
FIG. 1 is a block diagram showing a schematic configuration of a public print system in an embodiment of the present invention.

【図2】本発明の実施例におけるパブリックプリントシ
ステムの一部を構成するコンピュータ端末の構成を示す
ブロック図である。
FIG. 2 is a block diagram showing the configuration of a computer terminal that constitutes a part of the public print system in the embodiment of the present invention.

【図3】本発明の実施例を示す処理フローを示す図であ
る。
FIG. 3 is a diagram showing a processing flow showing an embodiment of the present invention.

【図4】本発明の実施例における印刷ジョブ生成処理を
示す処理フローを示す図である。
FIG. 4 is a diagram showing a processing flow showing a print job generation processing in the embodiment of the present invention.

【図5】本発明の実施例におけるプリンタドライバによ
り生成される印刷ジョブの構成を示す図である。
FIG. 5 is a diagram illustrating a configuration of a print job generated by a printer driver according to the embodiment of this invention.

【図6】本発明の実施例におけるデジタルコンテンツを
含む情報の例を示した図である。
FIG. 6 is a diagram showing an example of information including digital contents according to an embodiment of the present invention.

【図7】本発明の実施例における図5に示す印刷ジョブ
属性の例を示した図である。
FIG. 7 is a diagram showing an example of the print job attributes shown in FIG. 5 according to the embodiment of the present invention.

【図8】本発明の実施例にて、印刷ジョブの送信確認の
ためのユーザインタフェースの例を示した図である。
FIG. 8 is a diagram illustrating an example of a user interface for confirming transmission of a print job according to the embodiment of this invention.

【図9】本発明の実施例におけるアプリケーションソフ
トウェアからのプリンタドライバの選択方法の例を示し
た図である。
FIG. 9 is a diagram showing an example of a method of selecting a printer driver from application software according to the embodiment of the present invention.

【図10】本発明の実施例における電子透かしの抽出に
より生成される属性情報の例を示した図である。
FIG. 10 is a diagram showing an example of attribute information generated by extraction of a digital watermark in the embodiment of the present invention.

【図11】本発明の実施例における電子透かしの種類と
それに対応する印刷料金の割引率の情報を示した図であ
る。
FIG. 11 is a diagram showing types of electronic watermarks and information about discount rates of printing charges corresponding to the types of electronic watermarks according to the embodiment of the present invention.

【図12】本発明の実施例における課金情報を算出する
ために必要な情報を示した図である。
FIG. 12 is a diagram showing information necessary for calculating billing information according to the embodiment of the present invention.

【図13】本発明の他の実施例における課金情報の例を
示した図である。
FIG. 13 is a diagram showing an example of billing information according to another embodiment of the present invention.

【図14】本発明の他の実施例におけるパブリックプリ
ントシステムの概略構成を示すブロック図である。
FIG. 14 is a block diagram showing a schematic configuration of a public print system in another embodiment of the present invention.

【図15】本発明の他の実施例において、割引率の上限
値が設けられている場合の例を示した図である。
FIG. 15 is a diagram showing an example in which an upper limit value of a discount rate is provided in another embodiment of the present invention.

【図16】本発明の他の実施例における図13に示す課
金情報の例を示した図である。
16 is a diagram showing an example of charging information shown in FIG. 13 in another embodiment of the present invention.

【図17】一般的なコンピュータを示す図である。FIG. 17 is a diagram showing a general computer.

【符号の説明】[Explanation of symbols]

11 コンピュータ端末 30 センターサーバ 31 課金情報生成部 32 料金決済処理部 43,53 プリンタ 11 computer terminals 30 center server 31 Billing information generator 32 Charge settlement processing section 43,53 printer

フロントページの続き (51)Int.Cl.7 識別記号 FI テーマコート゛(参考) B41J 29/00 G06F 3/12 A G06F 3/12 G06T 1/00 500B G06T 1/00 500 H04N 1/387 ZEC H04N 1/387 ZEC B41J 29/00 Z Fターム(参考) 2C061 AP01 CL10 2C187 AE13 BF24 BG14 DB42 GD02 5B021 AA04 CC02 NN18 5B057 AA11 CB19 CE08 CE09 CG07 DA06 DA16 5C076 AA14 BA06 Front page continuation (51) Int.Cl. 7 Identification code FI theme code (reference) B41J 29/00 G06F 3/12 A G06F 3/12 G06T 1/00 500B G06T 1/00 500 H04N 1/387 ZEC H04N 1 / 387 ZEC B41J 29/00 ZF term (reference) 2C061 AP01 CL10 2C187 AE13 BF24 BG14 DB42 GD02 5B021 AA04 CC02 NN18 5B057 AA11 CB19 CE08 CE09 CG07 DA06 DA16 5C076 AA14 BA06

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 デジタルコンテンツを含む情報から所定
の出力装置が出力可能な出力データを生成する手段と、 上記デジタルコンテンツに電子透かしとして埋め込まれ
ている埋め込み情報を抽出する抽出手段と、 上記出力データと上記抽出された埋め込み情報とを印刷
の課金計算を行う処理装置へ転送する手段と、 上記課金計算を行う処理装置から課金情報を取得し表示
する手段とを備えるデータ出力制御装置と、 上記埋め込み情報をもとにその情報が予め定められた条
件に合致する場合に上記デジタルコンテンツを含む情報
の印刷にかかる料金について所定の値引きを行う手段
と、 上記値引き情報から値引きを加味して実際の料金決済を
行う手段を備える料金決済処理装置とを有することを特
徴とするパブリックプリントシステム。
1. A means for generating output data that can be output by a predetermined output device from information including digital content, an extraction means for extracting embedded information embedded in the digital content as a digital watermark, and the output data. And a data output control device including means for transferring the extracted embedded information to a processing device that performs printing accounting calculation, and means for acquiring and displaying the accounting information from the processing device performing the accounting calculation, Based on the information, when the information matches a predetermined condition, a means for performing a predetermined discount on the charge for printing the information including the digital content, and an actual charge considering the discount from the discount information. A public print system, comprising: a fee payment processing device including means for performing payment.
【請求項2】 上記データ出力制御装置で生成された上
記出力データと上記デジタルコンテンツの埋め込み情報
とを取得し値引きを行う課金計算と、印刷処理、及び、
料金決済処理を共に行う出力装置を有することを特徴と
する請求項1記載のパブリックプリントシステム。
2. A billing calculation for obtaining a discount by acquiring the output data generated by the data output control device and the embedded information of the digital content, a printing process, and
The public print system according to claim 1, further comprising an output device that performs a charge settlement process together.
【請求項3】 上記デジタルコンテンツの埋め込み情報
から値引きを伴う課金計算を行うに当たり、値引き金額
に上限を設け、上限を超えた場合に上限を示す値引き額
とする手段を備えた課金計算を行う処理装置を有するこ
とを特徴とする請求項1記載のパブリックプリントシス
テム。
3. A process of performing a billing calculation including means for setting an upper limit to the discount amount and performing a discount amount indicating the upper limit when exceeding the upper limit when performing the billing calculation with the discount from the embedded information of the digital content. The public printing system according to claim 1, further comprising a device.
【請求項4】 デジタルコンテンツを含む情報から所定
の出力装置が出力可能な出力データを生成する工程と、 上記デジタルコンテンツに電子透かしとして埋め込まれ
ている埋め込み情報を抽出する抽出工程と、 上記出力データと上記抽出された埋め込み情報とを印刷
の課金計算を行う処理装置へ転送する工程と、 上記課金計算を行う処理装置から課金情報を取得し表示
する工程と、 上記埋め込み情報をもとにその情報が予め定められた条
件に合致する場合に上記デジタルコンテンツを含む情報
の印刷にかかる料金について所定の値引きを行う工程
と、 上記値引き情報から値引きを加味して実際の料金決済を
行う工程とを備えたことを特徴とするパブリックプリン
トサービス方法。
4. A step of generating output data that can be output by a predetermined output device from information including digital content, an extraction step of extracting embedded information embedded in the digital content as a digital watermark, and the output data. And a step of transferring the extracted embedded information to a processing device that performs printing accounting calculation, a step of acquiring and displaying the accounting information from the processing device performing the accounting calculation, and the information based on the embedded information. And a step of performing a predetermined discount on the charge for printing the information including the digital content when the above condition is met, and a step of performing the actual charge settlement by adding the discount from the discount information. A public print service method characterized by the above.
【請求項5】 上記出力データと上記デジタルコンテン
ツの埋め込み情報とを取得し値引きを行う課金計算と、
印刷処理、及び、料金決済処理を共に行う工程を有する
ことを特徴とする請求項4記載のパブリックプリントサ
ービス方法。
5. A billing calculation for obtaining the output data and the embedded information of the digital content and discounting it.
The public print service method according to claim 4, further comprising a step of performing both print processing and fee settlement processing.
【請求項6】 上記デジタルコンテンツの埋め込み情報
から値引きを伴う課金計算を行うに当たり、値引き金額
に上限を設け、上限を超えた場合に上限を示す値引き額
とする課金計算を行う工程を有することを特徴とする請
求項4記載のパブリックプリントサービス方法。
6. When performing a billing calculation accompanied by a discount from the embedded information of the digital content, a step of setting a maximum limit on the discount amount and performing a billing calculation showing the upper limit when the upper limit is exceeded is included. The public print service method according to claim 4, which is characterized in that.
【請求項7】 請求項1ないし請求項3記載のパブリッ
クプリントシステムの各手段及び請求項4ないし6記載
のパブリックプリントサービス方法の各工程をコンピュ
ータにて実現するプログラムが記憶されたコンピュータ
読み取り可能な記憶媒体。
7. A computer readable program storing a program for realizing each means of the public print system according to any one of claims 1 to 3 and each step of the public print service method according to any one of claims 4 to 6 by a computer. Storage medium.
【請求項8】 請求項1ないし請求項3記載のパブリッ
クプリントシステムの各手段及び請求項4ないし6記載
のパブリックプリントサービス方法の各工程をコンピュ
ータにて実現するためのプログラム。
8. A program for realizing each means of the public print system according to any one of claims 1 to 3 and each step of the public print service method according to any one of claims 4 to 6 on a computer.
JP2002037375A 2002-02-14 2002-02-14 Public print system, public print service method, storage medium and program Pending JP2003242239A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2002037375A JP2003242239A (en) 2002-02-14 2002-02-14 Public print system, public print service method, storage medium and program
US10/361,381 US20030151768A1 (en) 2002-02-14 2003-02-10 Public print system, public print service providing method, recording medium, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002037375A JP2003242239A (en) 2002-02-14 2002-02-14 Public print system, public print service method, storage medium and program

Publications (1)

Publication Number Publication Date
JP2003242239A true JP2003242239A (en) 2003-08-29

Family

ID=27778992

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002037375A Pending JP2003242239A (en) 2002-02-14 2002-02-14 Public print system, public print service method, storage medium and program

Country Status (1)

Country Link
JP (1) JP2003242239A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007174407A (en) * 2005-12-22 2007-07-05 Fuji Xerox Co Ltd Image reader and control method therefor, and program
US9313354B2 (en) 2012-03-22 2016-04-12 Ricoh Company, Limited Output system for secure image processing, image processing apparatus, and output method thereof
CN112829477A (en) * 2019-11-22 2021-05-25 精工爱普生株式会社 Information processing apparatus, service providing system, and method for controlling information processing apparatus

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07152520A (en) * 1993-12-01 1995-06-16 Canon Inc Printing device
JPH11194903A (en) * 1997-02-19 1999-07-21 Fuji Photo Film Co Ltd System and method for editorial picture printing
JP2000035869A (en) * 1998-07-17 2000-02-02 Canon Inc Job server, data processor, print server, print system, data processing method for job server, data processing method for data processor, data processing method of print server, data processing method for print system and storage medium for storing computer readable program
JP2000357071A (en) * 1999-04-14 2000-12-26 Canon Inc System and method for information provision
JP2001077953A (en) * 1999-09-07 2001-03-23 Fuji Xerox Co Ltd Image forming system and information-providing system
JP2001296983A (en) * 2000-04-14 2001-10-26 Fuji Photo Film Co Ltd Printing cost paying system
JP2001347729A (en) * 2000-06-07 2001-12-18 Seiko Epson Corp Printing system, printing device, and advertisement printing cost compensation processing method
JP2001350603A (en) * 2000-06-08 2001-12-21 Canon Inc Printing system, print control method, server device, terminal device and storage medium
JP2001357155A (en) * 2000-04-14 2001-12-26 Canon Inc System and device for information, control method thereof, storage medium storing program thereof, and the program
JP2002032472A (en) * 2000-04-20 2002-01-31 Canon Inc System and managing server device for print service, store service managing device, and method for calculating print service charge

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07152520A (en) * 1993-12-01 1995-06-16 Canon Inc Printing device
JPH11194903A (en) * 1997-02-19 1999-07-21 Fuji Photo Film Co Ltd System and method for editorial picture printing
JP2000035869A (en) * 1998-07-17 2000-02-02 Canon Inc Job server, data processor, print server, print system, data processing method for job server, data processing method for data processor, data processing method of print server, data processing method for print system and storage medium for storing computer readable program
JP2000357071A (en) * 1999-04-14 2000-12-26 Canon Inc System and method for information provision
JP2001077953A (en) * 1999-09-07 2001-03-23 Fuji Xerox Co Ltd Image forming system and information-providing system
JP2001296983A (en) * 2000-04-14 2001-10-26 Fuji Photo Film Co Ltd Printing cost paying system
JP2001357155A (en) * 2000-04-14 2001-12-26 Canon Inc System and device for information, control method thereof, storage medium storing program thereof, and the program
JP2002032472A (en) * 2000-04-20 2002-01-31 Canon Inc System and managing server device for print service, store service managing device, and method for calculating print service charge
JP2001347729A (en) * 2000-06-07 2001-12-18 Seiko Epson Corp Printing system, printing device, and advertisement printing cost compensation processing method
JP2001350603A (en) * 2000-06-08 2001-12-21 Canon Inc Printing system, print control method, server device, terminal device and storage medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007174407A (en) * 2005-12-22 2007-07-05 Fuji Xerox Co Ltd Image reader and control method therefor, and program
US9313354B2 (en) 2012-03-22 2016-04-12 Ricoh Company, Limited Output system for secure image processing, image processing apparatus, and output method thereof
CN112829477A (en) * 2019-11-22 2021-05-25 精工爱普生株式会社 Information processing apparatus, service providing system, and method for controlling information processing apparatus
CN112829477B (en) * 2019-11-22 2022-07-08 精工爱普生株式会社 Information processing apparatus, service providing system, and method for controlling information processing apparatus

Similar Documents

Publication Publication Date Title
US9589111B2 (en) System for controlling the distribution and use of rendered digital works through watermarking
US20030151768A1 (en) Public print system, public print service providing method, recording medium, and program
US20020131059A1 (en) Printer controller, data processing method and control program
JP2002298058A (en) System and method for providing digital contents, server device, and digital contents providing program
JP2001346033A (en) Recording medium output method, database server, recording medium output device and recording medium output system
US20070290031A1 (en) System and method for implementing scanable coupons in document processing devices
JP2002300146A (en) Digital contents providing system, digital contents providing method, server unit and digital contents providing program
US20070121151A1 (en) Printing system, printing program, information collection method, information search method and information search system
JP2008009811A (en) Printing system, print control method, and program
JP5100290B2 (en) Information processing system, information processing apparatus, and information processing method
JP2003316556A (en) Transaction system, terminal equipment, terminal, transaction method, transaction program and computer- readable recording medium with transaction program recorded thereon
JP2003216721A (en) Image processing system and image processing service method
JP2002171400A (en) Image processor
JP2001077953A (en) Image forming system and information-providing system
JP2002259346A (en) System/device for protecting copyright, recording medium with copyright protection program recorded and copyright protection program
US20220156873A1 (en) Image synthesis device and method for embedding watermark
US7248733B2 (en) Color-image processing apparatus and method, and storage medium
JP2003242239A (en) Public print system, public print service method, storage medium and program
JP2003242240A (en) Public print system, public print service method, storage medium and program
US7072866B1 (en) Charge calculation apparatus and method
US20040199864A1 (en) Image processing apparatus and method
JP6504187B2 (en) INFORMATION PROCESSING SYSTEM, INFORMATION PROCESSING DEVICE, CONTROL METHOD, AND PROGRAM
JP2005085105A (en) Public print system and public print service method
JP2002209039A (en) Copying machine, copying method, and method for providing book copy service
JP2001346034A (en) Recording medium output method, data base server, recording medium output device and recording medium output system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20031210

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20060330

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060411

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20060801