JP4389968B2 - プリンタドライバおよび情報処理システム - Google Patents
プリンタドライバおよび情報処理システム Download PDFInfo
- Publication number
- JP4389968B2 JP4389968B2 JP2007143620A JP2007143620A JP4389968B2 JP 4389968 B2 JP4389968 B2 JP 4389968B2 JP 2007143620 A JP2007143620 A JP 2007143620A JP 2007143620 A JP2007143620 A JP 2007143620A JP 4389968 B2 JP4389968 B2 JP 4389968B2
- Authority
- JP
- Japan
- Prior art keywords
- function
- filter
- information
- printer driver
- unit
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/12—Digital output to print unit, e.g. line printer, chain printer
- G06F3/1201—Dedicated interfaces to print systems
- G06F3/1278—Dedicated interfaces to print systems specifically adapted to adopt a particular infrastructure
- G06F3/1285—Remote printer device, e.g. being remote from client or server
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/12—Digital output to print unit, e.g. line printer, chain printer
- G06F3/1201—Dedicated interfaces to print systems
- G06F3/1202—Dedicated interfaces to print systems specifically adapted to achieve a particular effect
- G06F3/1203—Improving or facilitating administration, e.g. print management
- G06F3/1204—Improving or facilitating administration, e.g. print management resulting in reduced user or operator actions, e.g. presetting, automatic actions, using hardware token storing data
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/12—Digital output to print unit, e.g. line printer, chain printer
- G06F3/1201—Dedicated interfaces to print systems
- G06F3/1223—Dedicated interfaces to print systems specifically adapted to use a particular technique
- G06F3/1229—Printer resources management or printer maintenance, e.g. device status, power levels
- G06F3/1232—Transmitting printer device capabilities, e.g. upon request or periodically
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/12—Digital output to print unit, e.g. line printer, chain printer
- G06F3/1201—Dedicated interfaces to print systems
- G06F3/1223—Dedicated interfaces to print systems specifically adapted to use a particular technique
- G06F3/1237—Print job management
- G06F3/1253—Configuration of print job parameters, e.g. using UI at the client
- G06F3/1254—Automatic configuration, e.g. by driver
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Accessory Devices And Overall Control Thereof (AREA)
Description
(1)マルチページ機能フィルタが2イン1機能を具備する。
(2)並べ替え機能フィルタがマルチページ機能フィルタよりも先に実行される。
本形態のプリントシステム100は,図1に示すように,画像形成装置としてのプリンタ2と,情報端末装置としてのPC1とを備えている。プリントシステム100では,PC1とプリンタ2とがUSBケーブルを介して接続されている。なお,プリントシステム100を構成するプリンタおよびPCは各1台に限るものではなく,それぞれ複数台接続してもよい。また,PC1とプリンタ2との接続は,USBケーブルに限らず,その他のシリアル通信ケーブル,パラレル通信ケーブル,有線LANケーブル,さらには無線LAN等の無線通信経路とすることも可能である。
続いて,プリンタ2用のプリンタドライバ4について説明する。プリンタ2用のプリンタドライバ4は,各種の機能を実行するソフトウェアモジュール(本形態では,DLL)を「機能フィルタ」として備えている。機能フィルタは,バージョンアップやアドイン等を行うことにより,追加したり削除したりあるいは機能を拡張したりすることが可能である。
[ドライバ応答処理]
プリンタドライバ4が所有機能を問い合わされたときに実行されるドライバ応答処理を説明する。本ドライバ応答処理では,主として応答部41にてプリンタドライバ4の所有機能情報を作成し,作成した所有機能情報を問合せ元に応答する。以下,ドライバ応答処理を,図5のフローチャートを基に説明する。
機能フィルタが所有機能を問い合わされたときに実行されるフィルタ応答処理を説明する。各機能フィルタ51〜53は,概ね同じ手順をしており,代表して並べ替えフィルタ52の応答処理について説明する。本フィルタ応答処理では,主として応答部531にて機能フィルタの所有機能情報を作成し,その機能フィルタの所有機能情報を応答する。以下,フィルタ応答処理を図9のフローチャートを基に説明する。
2 プリンタ
4 プリンタドライバ
41 応答部
42 基本情報部
43 フィルタ情報部
44 フィルタ変更部
45 フィルタ機能問合せ部
46 結合部
51 マルチページ用の機能フィルタ
52 並べ替え用の機能フィルタ
521 応答部
522 実行部
523 判断部
53 ウォータマーク用の機能フィルタ
7 アプリケーション
100 プリントシステム
Claims (10)
- 情報処理装置を,
印刷データを加工処理する少なくとも1つの機能フィルタと,
所有する機能フィルタの一覧を記憶するフィルタ構成記憶手段と,
前記フィルタ構成記憶手段に記憶された機能フィルタの構成情報を基に,各機能フィルタに問い合わせて当該機能フィルタの機能情報を取得する機能情報取得手段と,
前記機能情報取得手段にて取得した機能フィルタの機能情報を出力する出力手段として機能させるプリンタドライバであって,
前記機能フィルタは,
他の機能フィルタの機能情報を取得し,取得した機能情報を基に自身が具備する機能が利用可能であるか否かを判断する複合機能判断手段を備えることを特徴とするプリンタドライバ。 - 請求項1に記載するプリンタドライバにおいて,
前記機能情報取得手段にて取得した各機能フィルタの情報を統合する統合手段を備え,
前記出力手段は,前記統合手段にて統合された機能フィルタの情報を出力することを特徴とするプリンタドライバ。 - 請求項1または請求項2に記載するプリンタドライバにおいて,
前記機能フィルタは,
印刷データの加工処理を実行するデータ加工手段と,
利用可能な機能情報を出力する機能情報出力手段とを備えることを特徴とするプリンタドライバ。 - 請求項1から請求項3のいずれか1つに記載するプリンタドライバにおいて,
前記複合機能判断手段は,機能情報を取得した他の機能フィルタの実行順と,自身の機能フィルタの実行順とを基に判断することを特徴とするプリンタドライバ。 - 請求項1から請求項3のいずれか1つに記載するプリンタドライバにおいて,
印刷データの印刷順を並べ替える機能を具備する並べ替え機能フィルタと,複数ページの印刷データを1ページの印刷データに割り付ける機能を具備するマルチページ機能フィルタとを備え,
前記並べ替え機能フィルタの複合機能判断手段は,
(1)前記マルチページ機能フィルタが2イン1機能を具備すること,
(2)前記並べ替え機能フィルタが前記マルチページ機能フィルタよりも先に実行されること,
の2つの条件を満たす場合にはブックレット機能が利用可能であると判断することを特徴とするプリンタドライバ。 - 請求項1から請求項5のいずれか1つに記載するプリンタドライバにおいて,
前記フィルタ構成記憶手段の記憶内容を変更するフィルタ構成変更手段を備えることを特徴とするプリンタドライバ。 - 請求項1から請求項6のいずれか1つに記載するプリンタドライバにおいて,
基本設定を記憶する基本設定記憶手段を備え,
前記出力手段は,前記機能フィルタの情報とともに前記基本設定記憶手段に記憶された基本設定の情報を出力することを特徴とするプリンタドライバ。 - 情報処理装置を,
印刷データを加工処理する少なくとも1つの機能フィルタと,
所有する機能フィルタの一覧を記憶するフィルタ構成記憶手段と,
前記フィルタ構成記憶手段の記憶内容を変更するフィルタ構成変更手段と,
前記フィルタ構成変更手段に変更された機能フィルタの構成情報を基に,各機能フィルタに問い合わせて当該機能フィルタの機能情報を取得する機能情報取得手段と,
前記機能情報取得手段にて取得した各機能フィルタの機能情報を統合し,所有する機能フィルタの機能詳細一覧を作成する統合手段と,
前記統合手段にて作成された前記機能詳細一覧をアプリケーションに出力する出力手段として機能させることを特徴とするプリンタドライバ。 - 印刷データを加工処理する少なくとも1つの機能フィルタと,
所有する機能フィルタの一覧を記憶するフィルタ構成記憶部と,
前記フィルタ構成記憶部に記憶された機能フィルタの構成情報を基に,各機能フィルタに問い合わせて当該機能フィルタの機能情報を取得する機能情報取得部と,
前記機能情報取得部にて取得した機能フィルタの機能情報を出力する出力部とを備え,
前記機能フィルタは,
他の機能フィルタの機能情報を取得し,取得した機能情報を基に自身が具備する機能が利用可能であるか否かを判断する複合機能判断手段を備えることを特徴とする情報処理システム。 - 印刷データを加工処理する少なくとも1つの機能フィルタと,
所有する機能フィルタの一覧を記憶するフィルタ構成記憶部と,
前記フィルタ構成記憶部の記憶内容を変更するフィルタ構成変更部と,
前記フィルタ構成変更部に変更された機能フィルタの構成情報を基に,各機能フィルタに問い合わせて当該機能フィルタの機能情報を取得する機能情報取得部と,
前記機能情報取得部にて取得した各機能フィルタの機能情報を統合し,所有する機能フィルタの機能詳細一覧を作成する統合部と,
前記統合部にて作成された前記機能詳細一覧をアプリケーションに出力する出力部とを備えることを特徴とする情報処理システム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007143620A JP4389968B2 (ja) | 2007-05-30 | 2007-05-30 | プリンタドライバおよび情報処理システム |
US12/128,668 US8368905B2 (en) | 2007-05-30 | 2008-05-29 | Method and computer readable medium for printer driver and information processing device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007143620A JP4389968B2 (ja) | 2007-05-30 | 2007-05-30 | プリンタドライバおよび情報処理システム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2008299507A JP2008299507A (ja) | 2008-12-11 |
JP4389968B2 true JP4389968B2 (ja) | 2009-12-24 |
Family
ID=40087799
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2007143620A Active JP4389968B2 (ja) | 2007-05-30 | 2007-05-30 | プリンタドライバおよび情報処理システム |
Country Status (2)
Country | Link |
---|---|
US (1) | US8368905B2 (ja) |
JP (1) | JP4389968B2 (ja) |
Families Citing this family (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6707568B1 (en) * | 1999-11-02 | 2004-03-16 | Ricoh Company, Ltd. | Printer driver filter and method of printing with the same |
JP4552970B2 (ja) | 2007-05-31 | 2010-09-29 | ブラザー工業株式会社 | 印刷制御装置及びプログラム |
JP4396749B2 (ja) | 2007-08-24 | 2010-01-13 | ブラザー工業株式会社 | 印刷制御装置およびプリンタドライバのプログラム |
JP5343643B2 (ja) * | 2009-03-17 | 2013-11-13 | 株式会社リコー | プリンタドライバ、記憶媒体、及び情報処理装置 |
JP5471602B2 (ja) * | 2010-03-02 | 2014-04-16 | 株式会社リコー | プリンタドライバ、インストーラ、情報処理方法および情報処理装置 |
JP6007494B2 (ja) * | 2011-03-02 | 2016-10-12 | 株式会社リコー | 印刷ジョブ編集プログラム、印刷ジョブ編集装置、印刷ジョブ編集方法及び印刷システム |
JP6394303B2 (ja) * | 2014-11-13 | 2018-09-26 | セイコーエプソン株式会社 | ドライバープログラム、印刷システム、及び、データ処理方法 |
JP6394304B2 (ja) * | 2014-11-13 | 2018-09-26 | セイコーエプソン株式会社 | 印刷制御装置の制御方法、印刷制御装置、及び、印刷システム |
JP2018151690A (ja) * | 2017-03-09 | 2018-09-27 | キヤノン株式会社 | 情報処理装置、情報処理方法およびプログラム |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040190042A1 (en) * | 2003-03-27 | 2004-09-30 | Ferlitsch Andrew Rodney | Providing enhanced utilization of printing devices in a cluster printing environment |
JP4371693B2 (ja) | 2003-04-25 | 2009-11-25 | キヤノン株式会社 | 印刷制御装置、印刷制御方法及びコンピュータプログラム |
US20050094200A1 (en) * | 2003-10-31 | 2005-05-05 | Canon Kabushiki Kaisha | Image processing apparatus, image processing method, and control program |
JP2005158051A (ja) | 2003-10-31 | 2005-06-16 | Canon Inc | 画像処理装置、画像処理方法、制御プログラム |
JP2006048537A (ja) * | 2004-08-06 | 2006-02-16 | Canon Inc | 印刷システム及び印刷処理方法 |
JP4553364B2 (ja) * | 2005-02-18 | 2010-09-29 | キヤノン株式会社 | 印刷システム |
JP2007004332A (ja) | 2005-06-22 | 2007-01-11 | Canon Inc | 情報処理装置および印刷制御方法およびプログラム |
JP2007058685A (ja) | 2005-08-25 | 2007-03-08 | Canon Inc | 印刷制御装置及びその制御方法、印刷処理システム、並びに制御プログラム |
-
2007
- 2007-05-30 JP JP2007143620A patent/JP4389968B2/ja active Active
-
2008
- 2008-05-29 US US12/128,668 patent/US8368905B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
US20080297840A1 (en) | 2008-12-04 |
US8368905B2 (en) | 2013-02-05 |
JP2008299507A (ja) | 2008-12-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4389968B2 (ja) | プリンタドライバおよび情報処理システム | |
JP4861883B2 (ja) | 画像形成装置及びアプリケーション実行方法 | |
US7876459B2 (en) | Printing apparatus, print processing system and print processing method for processing print files having different file formats | |
US8059286B2 (en) | System and program product | |
US8120818B2 (en) | Image processing apparatus and computer-readable storage medium that add marking type information to predetermined image | |
JP5142796B2 (ja) | 画像処理システム、画像処理方法、プログラム | |
JP2007083725A (ja) | 画像形成装置の画像形成方法 | |
JP4663754B2 (ja) | 印刷システム | |
JP2007042023A (ja) | 印刷管理方法、プログラム及び印刷管理装置 | |
US9400625B2 (en) | Printing apparatus, web server, printing system, and computer readable recording medium stored with program for web server | |
JP5581793B2 (ja) | 情報処理装置、プログラムおよび記憶媒体 | |
US20090109483A1 (en) | Image processing apparatus and application execution method | |
JP4363463B2 (ja) | 印刷制御装置およびプリンタドライバのプログラム | |
JP2009053796A (ja) | 印刷制御装置およびプリンタドライバのプログラム | |
JP2010154151A (ja) | 情報処理装置及び情報処理プログラム | |
JP2009181337A (ja) | 画像形成システム、管理装置、画像形成装置、画像形成方法、及び画像形成プログラム | |
US20050108649A1 (en) | Control apparatus, control instruction apparatus, control program product and control instruction program product for transmitting/receiving data described in extensible markup language | |
JP4743041B2 (ja) | 画像形成装置及び印刷制御方法 | |
JP5625497B2 (ja) | 情報処理装置、情報処理システム、情報処理方法、プログラム、及びそのプログラムを記憶した記録媒体 | |
JP5065347B2 (ja) | データ処理システム,プログラムおよび印刷デバイス | |
JP2009212914A (ja) | 画像処理装置及び画像処理方法 | |
JP7255277B2 (ja) | 画像処理装置および画像処理システム | |
US20050134897A1 (en) | Image forming apparatus | |
JP4661832B2 (ja) | 印刷制御装置およびプリンタドライバのプログラム | |
JP5104446B2 (ja) | 印刷制御装置、プログラム、及びシステム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20090424 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20090512 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090706 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20090915 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20090928 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20121016 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4389968 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20131016 Year of fee payment: 4 |