JP2018067242A - 情報処理装置及びプログラム - Google Patents
情報処理装置及びプログラム Download PDFInfo
- Publication number
- JP2018067242A JP2018067242A JP2016206969A JP2016206969A JP2018067242A JP 2018067242 A JP2018067242 A JP 2018067242A JP 2016206969 A JP2016206969 A JP 2016206969A JP 2016206969 A JP2016206969 A JP 2016206969A JP 2018067242 A JP2018067242 A JP 2018067242A
- Authority
- JP
- Japan
- Prior art keywords
- data format
- conversion
- data
- format
- jdf
- 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.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; 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/1206—Improving or facilitating administration, e.g. print management resulting in increased flexibility in input data format or job format or job type
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; 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/1244—Job translation or job parsing, e.g. page banding
- G06F3/1247—Job translation or job parsing, e.g. page banding by conversion to printer ready format
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; 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
- G06F3/1288—Remote printer device, e.g. being remote from client or server in client-server-printer device configuration
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; 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/1244—Job translation or job parsing, e.g. page banding
- G06F3/1245—Job translation or job parsing, e.g. page banding by conversion to intermediate or common format
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)
- Computer And Data Communications (AREA)
Abstract
Description
<xsl:template match="from-attribute">
<to-attribute><xsl:value-of select="."/></to-attribute>
という記述が、入力データ形式のJDFデータにおける「from-attribute」というタグ名を「to-attribute」というタグ名に変換することを意味している。また、「<xsl:value-of select="."/>」という記述は、「from-attribute」というタグのデータを「to-attribute」というタグのデータとして維持することを意味している。なお、図4の例のXSLTスタイルシートは、JDFデータにおけるタグ名変換、つまりデータ構造の変換を行う例であるが、XSLTスタイルシートには、データ構造の変換のみならず、データ自体を変換する処理が含まれていてもよい。
Claims (5)
- 印刷ジョブの属性を示す印刷属性情報の変換前データ形式及び変換先データ形式の少なくとも一方に基づいて、前記印刷属性情報の変換規則を決定する変換規則決定手段と、
決定された前記変換規則に応じて、前記変換前データ形式から前記変換先データ形式に、前記印刷属性情報のデータ形式を変換するデータ形式変換手段と、
を備えることを特徴とする情報処理装置。 - 前記データ形式変換手段は、前記変換前データ形式としての入力データ形式に基づいて決定された前記変換規則に応じて、前記入力データ形式から、前記変換先データ形式としての、予め定義された共通データ形式に、前記印刷属性情報のデータ形式を変換し、
前記情報処理装置は、さらに、
前記共通データ形式の前記印刷属性情報を処理する印刷属性情報処理手段、
を備える、
ことを特徴とする請求項1に記載の情報処理装置。 - 前記データ形式変換手段は、前記変換先データ形式としての出力データ形式に基づいて決定された前記変換規則に応じて、前記変換前データ形式としての前記共通データ形式から前記出力データ形式に、前記印刷属性情報のデータ形式を変換し、
前記出力データ形式は、前記印刷属性情報が出力される印刷処理装置に応じて決定される、
ことを特徴とする請求項2に記載の情報処理装置。 - 前記情報処理装置は、さらに、
前記変換規則を複数記憶する記憶手段、
をさらに備え、
前記変換規則決定手段は、前記複数の変換規則から1つの変換規則を選択する、
ことを特徴とする請求項1から3のいずれか1項に記載の情報処理装置。 - コンピュータを、
印刷ジョブの属性を示す印刷属性情報の変換前データ形式及び変換先データ形式の少なくとも一方に基づいて、前記印刷属性情報の変換規則を決定する変換規則決定手段と、
決定された前記変換規則に応じて、前記変換前データ形式から前記変換先データ形式に、前記印刷属性情報のデータ形式を変換するデータ形式変換手段と、
として機能させることを特徴とするプログラム。
Priority Applications (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2016206969A JP6776804B2 (ja) | 2016-10-21 | 2016-10-21 | 情報処理装置及びプログラム |
| US15/485,528 US10175918B2 (en) | 2016-10-21 | 2017-04-12 | Information processing apparatus and non-transitory computer readable medium |
| AU2017203907A AU2017203907B2 (en) | 2016-10-21 | 2017-06-09 | Information processing apparatus and program |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2016206969A JP6776804B2 (ja) | 2016-10-21 | 2016-10-21 | 情報処理装置及びプログラム |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2018067242A true JP2018067242A (ja) | 2018-04-26 |
| JP6776804B2 JP6776804B2 (ja) | 2020-10-28 |
Family
ID=61970225
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2016206969A Active JP6776804B2 (ja) | 2016-10-21 | 2016-10-21 | 情報処理装置及びプログラム |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US10175918B2 (ja) |
| JP (1) | JP6776804B2 (ja) |
| AU (1) | AU2017203907B2 (ja) |
Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6515756B1 (en) * | 1998-08-26 | 2003-02-04 | International Business Machines Corporation | Selecting print attribute values in a network printing system |
| JP2006259825A (ja) * | 2005-03-15 | 2006-09-28 | Kyocera Mita Corp | プリントシステム及びプログラム |
| JP2006301739A (ja) * | 2005-04-15 | 2006-11-02 | Prism:Kk | 帳票印刷システム |
| JP2007156671A (ja) * | 2005-12-02 | 2007-06-21 | Canon Inc | 情報処理装置および印刷ジョブ変換方法およびプログラム |
| JP2014078154A (ja) * | 2012-10-11 | 2014-05-01 | Fuji Xerox Co Ltd | 印刷画像処理システムおよびプログラム |
| JP2015158721A (ja) * | 2014-02-21 | 2015-09-03 | 株式会社リコー | 情報処理システム、情報処理装置、情報処理方法、及びプログラム |
| JP2015172929A (ja) * | 2014-02-18 | 2015-10-01 | 株式会社リコー | 情報処理装置、情報処理方法、プログラム |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP6179083B2 (ja) * | 2012-09-18 | 2017-08-16 | 株式会社リコー | 情報処理装置、出力システム及びプログラム |
-
2016
- 2016-10-21 JP JP2016206969A patent/JP6776804B2/ja active Active
-
2017
- 2017-04-12 US US15/485,528 patent/US10175918B2/en active Active
- 2017-06-09 AU AU2017203907A patent/AU2017203907B2/en active Active
Patent Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6515756B1 (en) * | 1998-08-26 | 2003-02-04 | International Business Machines Corporation | Selecting print attribute values in a network printing system |
| JP2006259825A (ja) * | 2005-03-15 | 2006-09-28 | Kyocera Mita Corp | プリントシステム及びプログラム |
| JP2006301739A (ja) * | 2005-04-15 | 2006-11-02 | Prism:Kk | 帳票印刷システム |
| JP2007156671A (ja) * | 2005-12-02 | 2007-06-21 | Canon Inc | 情報処理装置および印刷ジョブ変換方法およびプログラム |
| JP2014078154A (ja) * | 2012-10-11 | 2014-05-01 | Fuji Xerox Co Ltd | 印刷画像処理システムおよびプログラム |
| JP2015172929A (ja) * | 2014-02-18 | 2015-10-01 | 株式会社リコー | 情報処理装置、情報処理方法、プログラム |
| JP2015158721A (ja) * | 2014-02-21 | 2015-09-03 | 株式会社リコー | 情報処理システム、情報処理装置、情報処理方法、及びプログラム |
Also Published As
| Publication number | Publication date |
|---|---|
| US20180113656A1 (en) | 2018-04-26 |
| AU2017203907A1 (en) | 2018-05-10 |
| JP6776804B2 (ja) | 2020-10-28 |
| US10175918B2 (en) | 2019-01-08 |
| AU2017203907B2 (en) | 2019-01-17 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11200011B2 (en) | Printer and server | |
| JP4995586B2 (ja) | プリンタ装置 | |
| CN101207684A (zh) | 图像形成控制装置及其控制方法 | |
| JP6289276B2 (ja) | 情報処理装置およびプログラム、制御方法 | |
| US11520536B2 (en) | Information processing apparatus, control method and program therefor, and server system capable of communicating with the information processing apparatus | |
| JP2016146167A (ja) | 印刷システム、印刷システムの制御方法、及びプログラム | |
| JP2005271264A (ja) | 印刷管理装置、方法、プログラム、記憶媒体、及び印刷システム | |
| JP6827738B2 (ja) | 制御方法、プログラム及び情報処理装置 | |
| JP6136703B2 (ja) | 情報処理プログラムおよび情報処理装置 | |
| JP2005271371A (ja) | 印刷管理装置、印刷管理方法、印刷管理プログラム、及び印刷システム | |
| JP6776804B2 (ja) | 情報処理装置及びプログラム | |
| JP5802706B2 (ja) | データ作成装置、方法及びプログラム | |
| JP7318386B2 (ja) | 情報処理装置及びプログラム | |
| JP2008242760A (ja) | 印刷支援システム、及び、印刷支援プログラム | |
| JP6265177B2 (ja) | プリンタードライバー及び情報処理装置 | |
| JP2005271370A (ja) | 印刷管理装置、印刷管理方法、印刷管理プログラム、及び印刷管理システム | |
| JP2005321886A (ja) | プリント支援モジュール、ポートモニタ、記録媒体及びプリントジョブ発行方法 | |
| JP7124447B2 (ja) | 変換装置、印刷システムおよびプログラム | |
| JP7152879B2 (ja) | 情報処理装置及びその制御方法およびプログラム | |
| JP7255277B2 (ja) | 画像処理装置および画像処理システム | |
| JP2019144814A (ja) | 情報処理装置、情報処理装置の制御方法およびプログラム | |
| JP2017027371A (ja) | プリンタードライバー及び情報処理装置 | |
| JP2016143346A (ja) | プリンタドライバ、情報処理装置及び文書管理システム | |
| JP2013247413A (ja) | 情報処理システム | |
| JP2020047094A (ja) | 印刷指示装置及びプログラム |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20190910 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20200526 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20200623 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20200819 |
|
| 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: 20200908 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20200921 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 6776804 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
| R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |