JP2003242240A - 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
JP2003242240A
JP2003242240A JP2002037376A JP2002037376A JP2003242240A JP 2003242240 A JP2003242240 A JP 2003242240A JP 2002037376 A JP2002037376 A JP 2002037376A JP 2002037376 A JP2002037376 A JP 2002037376A JP 2003242240 A JP2003242240 A JP 2003242240A
Authority
JP
Japan
Prior art keywords
information
discount
print
printing
embedded
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
JP2002037376A
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 JP2002037376A priority Critical patent/JP2003242240A/en
Priority to US10/361,381 priority patent/US20030151768A1/en
Publication of JP2003242240A publication Critical patent/JP2003242240A/en
Pending legal-status Critical Current

Links

Abstract

<P>PROBLEM TO BE SOLVED: To provide a public print system and service using digital watermark information padded in digital contents. <P>SOLUTION: The public print system and service have a data output processor provided with a means for generating output data, a means for extracting contents, a means for transferring the output data and the extracted contents as a printing job 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 extracting information padded as a digital watermark from the extracted contents, 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]

【課題を解決するための手段】上記の目的を達成するた
めに、本発明によるパブリックプリントシステムにおけ
るデータ出力制御装置においては、デジタルコンテンツ
を含む情報からショップに設けられた出力装置が出力可
能な出力データを生成する手段と、電子透かしが埋め込
まれている可能性のある上記デジタルコンテンツを抽出
する手段と、上記出力データと上記抽出されたデジタル
コンテンツとを印刷の課金計算を行う処理装置へ転送す
る手段と、上記課金計算を行う処理装置から課金情報を
取得し表示する手段とを設け、また、本発明によるパブ
リックプリントシステムにおける料金決済処理装置にお
いて、上記抽出されたデジタルコンテンツから埋め込み
情報抽出する手段と、上記抽出された埋め込み情報を元
にその情報が予め定められた条件に合致する場合に上記
デジタルコンテンツを含む情報の印刷に掛かる料金につ
いて所定の値引きを行う手段と、上記値引き情報から値
引きを加味して実際の料金決済を行う手段とを設けてい
る。
In order to achieve the above object, in a data output control device in a public print system according to the present invention, an output that can be output by an output device provided in a shop from information including digital contents. A unit for generating data, a unit for extracting the digital content in which a digital watermark may be embedded, a unit for transferring the output data and the extracted digital content to a processing unit for calculating a charge for printing. Means and means for obtaining and displaying the billing information from the processing device for performing the billing calculation, and in the bill settlement processing device in the public print system according to the present invention, means for extracting embedded information from the extracted digital content. Based on the extracted embedded information, Provided are means for performing a predetermined discount on the charge for printing the information including the digital content when the specified conditions are met, and means for actually settingtle the charge by adding the discount from the discount information. .

【0017】また、本発明におけるパブリックプリント
システムの出力装置においては、データ出力制御装置で
生成された出力データとデジタルコンテンツから埋め込
み情報を取得し、値引きを行う課金計算と、印刷処理、
及び、料金決済処理を共に行う手段を設けている。
In the output device of the public print system according to the present invention, the embedded data is acquired from the output data and the digital content generated by the data output control device, the billing calculation for performing the discount and the print processing,
Also, a means for performing the charge settlement processing together is provided.

【0018】また、本発明によるパブリックプリントシ
ステムにおけるデータ出力制御装置においては、デジタ
ルコンテンツの埋め込み情報から値引きを伴う課金計算
を行うに当たり、値引き金額に上限を設け、上限を超え
た場合に上限を示す値引き額とする手段を設けている。
Further, in the data output control device in the public print system according to the present invention, when performing the billing calculation accompanied by the discount from the embedded information of the digital contents, the discount amount is set to an upper limit, and when the upper limit is exceeded, the upper limit is shown. A means for discounting is provided.

【0019】また、本発明におけるパブリックプリント
サービス方法は、デジタルコンテンツを含む情報からシ
ョップに設けられた出力装置が出力可能な出力データを
生成する手段と、電子透かしが埋め込まれている可能性
のある上記デジタルコンテンツを抽出する手段と、上記
出力データと上記抽出されたデジタルコンテンツとを印
刷の課金計算を行う処理装置へ転送する手段と、上記課
金計算を行う処理装置から課金情報を取得し表示する手
段とを備えるデータ出力制御方法と、上記抽出されたデ
ジタルコンテンツから埋め込み情報抽出する手段と、上
記抽出された埋め込み情報を元にその情報が予め定めら
れた条件に合致する場合に上記デジタルコンテンツを含
む情報の印刷に掛かる料金について所定の値引きを行う
手段と、上記値引き情報から値引きを加味して実際の料
金決済を行う手段を備える料金決済処理方法を設けてい
る。
Further, in the public print service method of the present invention, there is a possibility that a means for generating output data that can be output by an output device provided in a shop from information including digital contents and a digital watermark are embedded. Means for extracting the digital content, means for transferring the output data and the extracted digital content to a processing device for performing a billing calculation for printing, and obtaining and displaying billing information from the processing device for performing the billing calculation. A data output control method, means for extracting embedded information from the extracted digital content, and the digital content when the information matches a predetermined condition based on the extracted embedded information. A means for performing a predetermined discount on the charge for printing the information including the above discount. It is provided with a charge settlement processing method comprising means for performing the actual charge settlement by adding a discount from the information.

【0020】また、本発明におけるパブリックプリント
サービス方法は、データ出力制御装置で生成された出力
データとデジタルコンテンツから埋め込み情報を取得
し、値引きを行う課金計算と、印刷処理、及び、料金決
済処理を共に行う手段を設けている。
Further, the public print service method according to the present invention performs charge calculation for obtaining embedded information from output data and digital contents generated by the data output control device, discounting, printing processing, and fee settlement processing. Means to do together are provided.

【0021】さらに、本発明によるパブリックプリント
サービス方法は、デジタルコンテンツの埋め込み情報か
ら値引きを伴う課金計算を行うに当たり、値引き金額に
上限を設け、上限を超えた場合に上限を示す値引き額と
する手段を設けている。
Further, in the public print service method according to the present invention, when performing the billing calculation accompanied by the discount from the embedded information of the digital contents, an upper limit is set for the discount amount, and when the upper limit is exceeded, the discount amount indicating the upper limit is set. Is provided.

【0022】[0022]

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

【0023】図1は、本発明の実施例におけるデータ出
力制御装置としての印字制御装置(プリンタドライバ)
と前記データ出力制御装置よりインターネット経由で送
信された印刷データを取得し、後述するプリントサーバ
に印刷データを転送すると共に料金決裁処理を行うセン
ターサーバと、センターサーバより送信された印刷デー
タを取得するプリントサーバと印字装置(プリンタ)を
用いて構成した印刷システム全体の概略構成を示してい
る。
FIG. 1 shows 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).

【0024】このパブリックプリントシステムは、以下
に説明する構成要素よりなる。10は印刷(プリント)注
文する顧客(以下、ユーザ)、11は印刷注文をするた
めのコンピュータ端末11、20はインターネット等の
ネットワーク、30はセンターサーバ、40、50はシ
ョップ、12はコンピュータ端末11上で動作するアプ
リケーション、13はコンピュータ端末11上で動作す
るプリンタドライバ、14はプリンタドライバの生成し
た印刷データをセンターサーバ30に送信する印刷デー
タ転送部、15は印刷注文したいデジタルコンテンツを
含む情報であり、31はコンピュータ端末より送信され
てきた印刷データの埋め込み情報を解析し、値引き情報
を含む課金情報を生成する課金情報生成部、32は印刷
にかかった料金の決済を行う料金決済処理部、33はコ
ンピュータ端末より送信されてきた印刷データのビット
マップデータから電子透かし情報を抽出する電子透かし
抽出部、41は印刷注文のあったデジタルコンテンツを
含む情報を印刷制御するプリントサーバ、42はプリン
トサーバを操作するための操作部、43はデジタルコン
テンツを実際に印刷するプリンタである。プリントサー
バ41、操作部42、プリンタ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, 33 is the print data transmitted from the computer terminal Digital watermark extraction unit for extracting digital watermark information from the map data, 41 is a print server for controlling printing of information including digital contents for which a print order has been placed, 42 is an operation unit for operating the print server, and 43 is the actual digital contents. Is a printer that prints. The print server 41, the operation unit 42, and the printer 43 are provided in the shop 40, and as shown in the shop 50, a plurality of shops having the same configuration as the shop 40 can exist.

【0025】図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.

【0026】プリンタドライバ13は、アプリケーショ
ンソフトウェア12によって生成されたデジタルコンテ
ンツを含む情報の中から情報が埋め込まれている可能性
のあるデジタルコンテンツ(ビットマップデータ)を抽出
するビットマップデータ抽出部131、および印字デー
タ生成部133を有している。このようにして生成され
たビットマップデータと印刷データは印刷データ転送部
14に送られ、ネットワーク20を経由してセンターサ
ーバ30に送信されることになる。
The printer driver 13 extracts a digital content (bitmap data) in which information may be embedded from the information including the digital content generated by the application software 12, a bitmap data extraction unit 131. And a print data generation unit 133. The bitmap data 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.

【0027】図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.

【0028】図5はプリンタドライバ13により生成さ
れる印刷ジョブの構成を示す図となっている。プリンタ
ドライバが生成する印刷ジョブは、印刷料決済に必要と
なる情報である課金情報503、印刷指示情報505を
含む印刷ジョブ属性502と実際の印刷データ510、
及び、印刷データに含まれるビットマップデータ520
より構成されている。
FIG. 5 is a diagram showing the structure of a print job generated by the printer driver 13. The print job generated by the printer driver includes billing information 503, which is information necessary for payment of print fees, print job attributes 502 including print instruction information 505, and actual print data 510.
And bitmap data 520 included in the print data
It is composed of

【0029】図6はユーザ10が本システムを使用して
印刷を行う場合のデジタルコンテンツを含む情報の例を
示している。図中、楕円にて囲まれている601〜60
6が後述する電子透かし抽出部により抽出されるデジタ
ルコンテンツの例となっている。
FIG. 6 shows an example of information including digital contents when the user 10 prints using this system. In the figure, 601 to 60 surrounded by an ellipse
6 is an example of digital contents extracted by a digital watermark extraction unit described later.

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

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

【0032】図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.

【0033】図10はセンターサーバ30の電子透かし
抽出部33により生成される電子透かしの属性情報の例
を示している。
FIG. 10 shows an example of digital watermark attribute information generated by the digital watermark extraction unit 33 of the center server 30.

【0034】図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.

【0035】図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.

【0036】図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.

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

【0038】図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 print ordering 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.

【0039】この処理について図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に
戻る。判別の結果、ビットマップ描画命令であった場合
には、GDI経由で取得したビットマップデータをビット
マップデータ一覧として保存しておく(S404、40
6)。その後、印字データ生成部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 determination is that it is a bitmap drawing command, the bitmap data acquired via GDI is saved as a bitmap data list (S404, 40).
6). After that, the print data generation unit 133 generates print data (S407), and the process returns to S401.
In this way, the processes of print data generation, digital watermark detection, and attribute information generation are repeated until the print end command is acquired. The bitmap data list created in S406 is not particularly shown, but may have a simple structure in which printed bitmap data is connected.

【0040】なお、本実施例の説明では特に過程につい
ては言及しないが、図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)の各情報がある。
In the description of this embodiment, the print job attribute 502 shown in FIG. 5 is generated, although no particular process is mentioned. 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.

【0041】印刷処理の最中に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で生成されたビットマップデータ一覧か
らビットマップデータ520を生成する。そして、生成
された印刷ジョブ属性502とビットマップデータ52
0を印刷ジョブの一部として印刷ジョブに組み込む。続
いて、その印刷ジョブを印刷データ転送部14に転送す
る。(S409)
If it is determined in S402 that the print end command is issued during the print processing, print job attribute generation processing 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 bitmap data 520 is generated from the bitmap data list generated in S406. Then, the generated print job attribute 502 and the bitmap data 52
Include 0 in the print job as part of the print job. Then, the print job is transferred to the print data transfer unit 14. (S409)

【0042】図4を用いて説明したS301のコンピュ
ータ端末での印刷ジョブ生成処理は以上で完了し、処理
は図3に示す印刷ジョブの転送処理へと移行する(S3
02)。ここで、印刷データ転送部14により、ネット
ワーク20を介して、センターサーバ30に印刷ジョブ
は送信され、同時に、センターサーバ30にて印刷ジョ
ブが受信される。センターサーバ30で印刷ジョブが受
信されると、まず、センターサーバの電子透かし抽出部
により印刷ジョブに含まれるビットマップデータ520
が検索され、そのビットマップに含まれている電子透か
しの情報が抽出される。ここで、本実施例で検出される
電子透かしは図10に示すように著作権情報とユーザ情
報に大別される。ビットマップデータ520には、プリ
ンタドライバ13に渡された図6に示す6つのビットマ
ップ描画命令で抽出されたビットマップがすべて含まれ
ている。それらのビットマップの検索の結果、図10に
示すとおり、601と602のビットマップに電子透かし属性
情報が含まれており、その内容は601おいては、著作権
情報は「Copyright CANON INC. 2000」、ユーザ情報は
「Canon Logo」となっている。602においては、著作権
情報は同じく「Copyright CANON INC. 2000」、ユーザ
情報は「ID = Canon IXY Digital」となっている。な
お、図10中のIDは本実施例を説明するために便宜的に
図6との説明で関連を明らかにするために設けたもので
あり、実際の処理に当たっては必ずしも必要ない。ま
た、センターサーバの課金情報生成部31において、そ
の印刷にかかる料金計算が実行され、印刷ジョブはセン
ターサーバに登録される(S303)。印刷料金に関す
る課金情報は、図13に示したものであり、印刷ジョブ
とはJOBIDによって関連づけがとられ、センターサーバ
にて管理される。実際の課金情報(割引前の料金:Gros
s Price、割引額:Discount、請求額:Total 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, first, the bitmap data 520 included in the print job is received by the digital watermark extraction unit of the center server.
Is searched, and the electronic watermark information included in the bitmap is extracted. Here, the digital watermarks detected in this embodiment are roughly classified into copyright information and user information as shown in FIG. The bitmap data 520 includes all bitmaps extracted by the six bitmap drawing commands shown in FIG. As a result of searching those bitmaps, as shown in FIG. 10, the digital watermark attribute information is included in the bitmaps of 601 and 602, and the content is 601 and the copyright information is “Copyright CANON INC. 2000. ", The user information is" Canon Logo ". In the 602, the copyright information is "Copyright CANON INC. 2000" and the user information is "ID = Canon IXY Digital". It should be noted that the ID in FIG. 10 is provided for the sake of convenience in explaining the present embodiment to clarify the relationship in the description with FIG. 6, and is not necessarily required in the actual processing. Further, the charge information generation unit 31 of the center server executes the charge calculation for the printing, and the print job is registered in the center server (S303). The billing information regarding the printing fee is shown in FIG. 13, and is associated with the print job by the JOBID and managed by the center server. Actual billing information (prior to discount: Gros
s Price, Discount: Discount, Invoice: Total Amount)
Is calculated and set by the following procedure.

【0043】まず、割引き前の料金: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 割引額:Discountは、印刷ジョブに組み込まれた図7に
ある電子透かし属性情報(デジタルコンテンツ属性情報)
と図11に示す印刷料金の割引率を示す情報を利用して
算出される。割引適用ルールは、電子透かし属性情報に
あるユーザ情報と印刷料金割引表中にあるユーザ情報の
中で一致するものがあった場合に、図11で一致したユ
ーザ情報に設定されている割引率が適用される。また、
複数の電子すかし属性が図11に示すユーザ情報と一致
した場合には、適用される割引率はその総和とする。本
実施例においては、図6に示す情報の印刷を行った結
果、図7に示すように2つの電子透かしの属性情報が生
成されている。この2つの属性情報のユーザ情報「Cano
n Logo」と「Canon IXY Digital」を図11に示すユー
ザ情報と比較すると、それぞれ一致するユーザ情報が見
出され、各々の割引率が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
First, the price before discount: Gross Price is Job Attributes Media, Paper Size, Duple of the print job.
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 discount Amount: Discount is the digital watermark attribute information (digital content attribute information) included in the print job shown in FIG.
And is calculated using the information indicating the discount rate of the printing fee shown in FIG. The discount application rule is that if 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 matched user information in FIG. Applied. Also,
When a plurality of digital watermark attributes match the user information shown in FIG. 11, the discount rate to be applied is the sum thereof. 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. User information of these two attribute information "Cano
Comparing "n Logo" and "Canon IXY Digital" with the user information shown in Fig. 11, the matching user information was found, and the discount rate for each was Canon Logo = 5%, Canon IXY
It turns out that 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

【0044】センターサーバにて課金計算処理が終了す
ると、その課金情報がセンターサーバ30から、ネット
ワーク20を介して、コンピュータ端末11へと送信さ
れ、同時に、コンピュータ端末11にて課金情報が受信
される(S304)。コンピュータ端末11では課金情
報が受信されると、図8に示すとおり、ユーザ10に印
刷料金の確認を求めるためのダイアログをコンピュータ
端末11に接続されたCRT等の表示装置に表示する(S
305)。図8に示すとおり、このダイアログは「OK」
と「キャンセル」の2つのボタンを有しており、ユーザ
10はどちらかのボタンを選択して、押下し、処理を選
択することができる。どちらのボタンが押下されたかど
うかの判別は続くS306にて行われる。「キャンセ
ル」を選択すると、印刷処理は中止され、センターサー
バ30に登録されている印刷ジョブは削除されて(S3
20)、印刷処理が完了となる。一方、「OK」を選択し
た場合には、センターサーバ30に登録された印刷ジョ
ブの印刷処理が継続される。
When the center server completes the billing calculation process, 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 by 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.

【0045】センターサーバ30は、ショップ40に設
置されたプリントサーバ41が備える操作部42より、
登録された印刷ジョブの印刷要求がセンターサーバ30
に指示されるまで、あるいは、印刷要求を受け取ること
なく、保管期間が経過し、期限を過ぎるまで、センター
サーバ30に登録した印刷ジョブを保持する。保管期間
が過ぎたかどうかの判別(S307)と、ユーザ10の
操作部42からの印刷要求を受け取る(S308)、か
のどちらかの条件に合致するまで、判別の処理を繰り返
す。保管期間が経過し、期限を過ぎた場合には、センタ
ーサーバ30上に保管されていた印刷ジョブは削除され
て(S320)、印刷処理が完了となる。ユーザ10の
印刷要求を受け取った場合には、センターサーバ30に
て図7及び図15に示す課金情報を元にして印刷料金決
済処理を行う。本実施例に示す例の場合では、カード会
社 ABCに対して、ユーザのカード番号 xxxxxxxxxxxx
xxxx、暗証番号 xxxxと共に675円を料金請求する。
(S309)料金請求のトランザクションは即時にカー
ド会社ABCのトランザクションサーバ(不図示)にネ
ットワーク経由20で送られる。続いて、センターサー
バ30に保管されていた印刷ジョブをショップ40に設
置されているプリントサーバ41に転送し(S31
0)、印刷ジョブを受信したプリントサーバはプリンタ
43に印刷データ510を送信し、印刷を行う(S31
1)。このようにして、ユーザ10はコンピュータ端末
11で印刷依頼を行った際に指定したショップ40に出
向き、ショップ40に設置されたプリントサーバ41の
操作部42より図7に示すJOBID 200012180013015
を入力することで、プリンタ43より依頼した印刷物を
受け取ることになる。
The center server 30 is operated by the operation unit 42 of the print server 41 installed in the shop 40.
The print request for the registered print job is sent to the center server 30.
The print job registered in the center server 30 is held until the storage period elapses and the period expires without receiving a print request. The determination process is repeated until either the storage period expires (S307) or the 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 the present embodiment, the user's card number is xxxxxxxxxxxx for the card company ABC.
You will be charged 675 yen together with xxxx and PIN xxxx.
(S309) The billing transaction is immediately sent to the transaction server (not shown) of the card company ABC via the network 20. Then, the print job stored in the center server 30 is transferred to the print server 41 installed in the shop 40 (S31).
0), the print server that has received the print job transmits the print data 510 to the printer 43 to perform printing (S31).
1). In this way, the user 10 goes to the shop 40 designated when the print request is made by the computer terminal 11, and from the operation unit 42 of the print server 41 installed in the shop 40, the JOBID 200012180013015 shown in FIG.
By inputting, the requested printed matter is received from the printer 43.

【0046】他の実施例によれば、図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.

【0047】また他の実施例によれば、図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.

【0048】なお、本発明において、デジタルコンテン
ツに埋め込まれている情報を電子透かしによる埋め込み
情報としているが、一般にイメージデータ等にはタグ情
報を保持でき、その情報を本発明に適用してもよい。ま
た、印刷ジョブに含まれるビットマップデータ520は
そのサイズが大きいので、センターサーバ上で展開可能
な形式で圧縮してから印刷ジョブに含ませてもよい。
In the present invention, the information embedded in the digital content is used as the embedded information by the digital watermark, but in general, the tag information can be held in the image data or the like, and the information may be applied to the present invention. . Since the bitmap data 520 included in the print job has a large size, the bitmap data 520 may be included in the print job after being compressed in a format that can be expanded on the center server.

【0049】[その他の実施形態]また、本発明は複数の
機器(例えばホストコンピュータ、インターフェース機
器、リーダ、プリンタ等)から構成されるシステムに適
用しても一つの機器(例えば複写機、ファクシミリ装
置)からなる装置に適用してもよい。
[Other Embodiments] Even when the present invention is applied to a system including a plurality of devices (for example, host computer, interface device, reader, printer, etc.), one device (for example, copying machine, facsimile device) ).

【0050】また、上述した実施の形態の機能を実現す
るべく各種のデバイスを動作させるように、該各種デバ
イスと接続された装置或いはシステム内のコンピュータ
に対し、上記実施の形態の機能を実現するためのソフト
ウェアのプログラムコードを供給し、そのシステム或い
は装置のコンピュータ(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.

【0051】また、この場合、上記ソフトウェアのプロ
グラムコード自体が上述した実施の形態の機能を実現す
ることになり、そのプログラムコード自体は本発明を構
成する。そのプログラムコードの伝送媒体としては,プ
ログラム情報を搬送波として伝搬させて供給するための
コンピュータネットワーク(LAN、インターネット等
のWAN、無線通信ネットワーク等)システムにおける
通信媒体(光ファイバ等の有線回線や無線回線等)を用
いることができる。
Further, in this case, the program code itself of the software realizes the functions of the above-described embodiments, 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.

【0052】さらに、上記プログラムコードをコンピュ
ータに供給するための手段、例えばかかるプログラムコ
ードを格納した記録媒体は本発明を構成する。かかるプ
ログラムコードを記憶する記録媒体としては、例えばフ
レキシブルディスク、ハードディスク、光ディスク、光
磁気ディスク、CD−ROM、磁気テープ、不揮発性の
メモリカード、ROM等を用いることができる。
Further, means for supplying the program code to a 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.

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

【0054】さらに、供給されたプログラムコードがコ
ンピュータの機能拡張ボードやコンピュータに接続され
た機能拡張ユニットに備わるメモリに格納された後、そ
のプログラムコードの指示に基づいてその機能拡張ボー
ドや機能拡張ユニットに備わる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.

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

【0056】図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.

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

【0058】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).

【0059】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.

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

【0061】なお、上記実施の形態において示した各部
の形状及び構造は、何れも本発明を実施するにあたって
の具体化のほんの一例を示したものに過ぎず、これらに
よって本発明の技術的範囲が限定的に解釈されてはなら
ないものである。すなわち、本発明はその精神、又はそ
の主要な特徴から逸脱することなく、様々な形で実施す
ることができる。
It should be noted that the shapes and structures of the respective portions shown in the above-mentioned embodiments are merely examples of embodying 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.

【0062】[0062]

【発明の効果】以上説明したように、本発明によれば、
デジタルコンテンツに埋め込まれた電子透かしに基づい
て値引き情報を生成し、その情報を利用して印刷料金の
決済処理において、料金の値引きを行う仕組みを設けた
ことにより、ユーザに対してパブリックプリントの利用
頻度を高めるためのプロモーションの一手段を提供する
と共に、パブリックプリントシステムと電子透かしを埋
め込み可能なアプリケーションソフトウェアを連携させ
た値引き処理により、さらにパブリックプリントの利用
頻度を高めさせる相乗効果が期待できるようになる。
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.

【0063】また、課金計算処理をセンターサーバ上で
行えば、割引率の設定等、課金計算方法の変更も、セン
ターサーバの課金情報生成部を変更するだけでよい。ま
た、電子透かし属性情報の抽出をセンターサーバで行う
ため、センターサーバ上の電子透かし抽出部をさまざま
な電子透かし方法に対応させることで、それらの電子透
かし方法を使用したデジタルコンテンツに対応可能であ
る。
Further, if the billing calculation process is performed on the center server, the billing calculation method such as the setting of the discount rate may be changed only by changing the billing information generating unit of the center server. In addition, since the digital watermark attribute information is extracted by the center server, the digital watermark extraction unit on the center server can be made compatible with various digital watermark methods to support digital contents using those digital watermark methods. .

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

【0065】さらに他の発明によれば、割引率の上限を
設けることで複数の割引対象となる電子透かしを持つビ
ットマップを含む情報の印刷依頼の際にも、過度の割引
が発生し、印刷料金の低下を招くことを防ぐことが可能
となる効果がある。
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 is made for information including a bitmap having a plurality of electronic watermarks to be discounted, and printing is performed. There is an effect that it is possible to prevent lowering of charges.

【図面の簡単な説明】[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 information on the types of digital watermarks and the corresponding discount rates for printing charges 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 of a case where an upper limit value of a discount rate is provided in another embodiment of the present invention.

【図16】本発明の他の実施例における図13に示す課
金情報の例を示す図である。
FIG. 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 configuration of a general computer.

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

10 ユーザ 11 コンピュータ端末 12 アプリケーションソフトウェア 13 プリンタドライバ 14 印刷データ転送部 15 デジタルコンテンツを含む情報 20 ネットワーク 30 センターサーバ 40 ショップ 41 プリントサーバ 42 操作部 43 プリンタ 10 users 11 computer terminals 12 Application software 13 Printer driver 14 Print data transfer unit Information including 15 digital contents 20 networks 30 center server 40 shops 41 Print server 42 Operation part 43 Printer

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.7 識別記号 FI テーマコート゛(参考) G06F 17/60 ZEC G06F 17/60 ZEC B41J 21/00 B41J 21/00 Z G06F 3/12 G06F 3/12 A G06T 1/00 500 G06T 1/00 500B H04N 1/387 H04N 1/387 ─────────────────────────────────────────────────── ─── Continuation of front page (51) Int.Cl. 7 Identification code FI theme code (reference) G06F 17/60 ZEC G06F 17/60 ZEC B41J 21/00 B41J 21/00 Z G06F 3/12 G06F 3/12 A G06T 1/00 500 G06T 1/00 500B H04N 1/387 H04N 1/387

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 デジタルコンテンツを含む情報からショ
ップに設けられた出力装置が出力可能な出力データを生
成する手段と、 上記デジタルコンテンツに電子透かしとして情報が埋め
込まれている可能性のあるコンテンツを抽出する手段
と、 上記出力データと上記抽出されたコンテンツとを印刷ジ
ョブとして印刷の課金計算を行う処理装置へ転送する手
段と、 上記課金計算を行う処理装置から課金情報を取得し表示
する手段とを備えるデータ出力制御装置と、 上記抽出されたコンテンツから電子透かしとして埋め込
まれた情報を抽出する手段と、 上記埋め込み情報をもとにその情報が予め定められた条
件に合致する場合に上記デジタルコンテンツを含む情報
の印刷にかかる料金について所定の値引きを行う手段
と、 上記値引き情報から値引きを加味して実際の料金決済を
行う手段を備える料金決済処理装置とを有することを特
徴とするパブリックプリントシステム。
1. A means for generating output data that can be output by an output device provided in a shop from information including digital content, and a content in which information may be embedded as a digital watermark in the digital content. Means, a means for transferring the output data and the extracted contents as a print job to a processing device for performing a charging calculation for printing, and a means for acquiring and displaying the charging information from the processing device for performing the charging calculation. A data output control device provided, means for extracting information embedded as a digital watermark from the extracted content, and the digital content when the information matches a predetermined condition based on the embedded information. A means to perform a predetermined discount on the fee for printing the information included, and a discount from the above discount information. A public print system comprising: a charge settlement processing device including means for performing actual charge settlement in consideration of the situation.
【請求項2】 上記データ出力制御装置で生成された上
記出力データと上記デジタルコンテンツから埋め込み情
報を取得し値引きを行う課金計算と、印刷処理、及び、
料金決済処理を共に行う出力装置を有することを特徴と
する請求項1記載のパブリックプリントシステム。
2. A billing calculation for obtaining embedded information from the output data generated by the data output control device and the digital content to perform a discount, 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 an output device provided in a shop from information including digital content, and extraction of content in which information may be embedded as a digital watermark in the digital content. A step of transferring the output data and the extracted content as a print job to a processing device that calculates a printing charge, and acquiring and displaying charging information from the processing device that performs the charging calculation. Extracting information embedded as a digital watermark from the extracted content, and printing information including the digital content when the information matches a predetermined condition based on the extracted embedded information The step of performing a predetermined discount on the charge for And a step of making an actual charge settlement by adding a discount from the public print service method.
【請求項5】 上記出力データと上記デジタルコンテン
ツから埋め込み情報を取得し値引きを行う課金計算と、
印刷処理、及び、料金決済処理を共に行うステップを有
することを特徴とする請求項4記載のパブリックプリン
トサービス方法。
5. A billing calculation for obtaining embedded information from the output data and the digital content and discounting the embedded information,
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 storage medium storing a program for causing a computer to execute each unit in the public print system according to any one of claims 1 to 3 and each step in the public print service method according to any of claims 4 to 6.
【請求項8】 請求項1ないし3記載のパブリックプリ
ントシステムにおける各手段及び請求項4ないし6記載
のパブリックプリントサービス方法における各ステップ
をコンピュータにて実行させるためのプログラム。
8. A program for causing a computer to execute each unit in the public print system according to any one of claims 1 to 3 and each step in the public print service method according to any one of claims 4 to 6.
JP2002037376A 2002-02-14 2002-02-14 Public print system, public print service method, storage medium and program Pending JP2003242240A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2002037376A JP2003242240A (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
JP2002037376A JP2003242240A (en) 2002-02-14 2002-02-14 Public print system, public print service method, storage medium and program

Publications (1)

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

Family

ID=27778993

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002037376A Pending JP2003242240A (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) JP2003242240A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006338213A (en) * 2005-05-31 2006-12-14 Ricoh Co Ltd Document management system, document management service, and program
JP2015084179A (en) * 2013-10-25 2015-04-30 キヤノン株式会社 Information processor, control method thereof, 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

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 (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006338213A (en) * 2005-05-31 2006-12-14 Ricoh Co Ltd Document management system, document management service, 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
JP2015084179A (en) * 2013-10-25 2015-04-30 キヤノン株式会社 Information processor, control method thereof, and program

Similar Documents

Publication Publication Date Title
US20030151768A1 (en) Public print system, public print service providing method, recording medium, and program
JP2002298058A (en) System and method for providing digital contents, server device, and digital contents providing program
US20090109479A1 (en) Form generation system and form generation method
JP2002300146A (en) Digital contents providing system, digital contents providing method, server unit and digital contents providing program
JP2006237825A (en) Image processing device, image processing method and image processing program
US20070290031A1 (en) System and method for implementing scanable coupons in document processing devices
JP2001346033A (en) Recording medium output method, database server, recording medium output device and recording medium output system
JP5100290B2 (en) Information processing system, information processing apparatus, and information processing method
JP2003216721A (en) Image processing system and image processing service method
US20050141012A1 (en) Image forming apparatus and information processing apparatus capable of communicating with the image forming apparatus
JP2004222095A (en) Image forming system
JP2003242240A (en) Public print system, public print service method, storage medium and program
US20040199864A1 (en) Image processing apparatus and method
JP2003242239A (en) Public print system, public print service method, storage medium and program
US7072866B1 (en) Charge calculation apparatus and method
US20040184107A1 (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
JP2007166057A (en) Image processing system, image processor, optional product processing method, program
JP6369376B2 (en) Information processing apparatus, control method and program thereof, and information processing system, control method and program thereof
JP2010011045A (en) Image processor, copying device, information processor, and copy fee charging system
JP2003345864A (en) Information processor, printer, server device, job processing method, computer-readable storage medium, and computer-executable program
JP4208592B2 (en) Data processing system, information processing apparatus, server apparatus, data processing method, information processing apparatus control method, server apparatus control method, storage medium, program
US20070050296A1 (en) Printer transformation service

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