JP6776804B2 - 情報処理装置及びプログラム - Google Patents
情報処理装置及びプログラム Download PDFInfo
- Publication number
- JP6776804B2 JP6776804B2 JP2016206969A JP2016206969A JP6776804B2 JP 6776804 B2 JP6776804 B2 JP 6776804B2 JP 2016206969 A JP2016206969 A JP 2016206969A JP 2016206969 A JP2016206969 A JP 2016206969A JP 6776804 B2 JP6776804 B2 JP 6776804B2
- Authority
- JP
- Japan
- Prior art keywords
- data format
- conversion
- data
- format
- 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/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; 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/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; 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
- G06F3/1288—Remote printer device, e.g. being remote from client or server in client-server-printer device configuration
-
- 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/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)
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 (4)
- 印刷ジョブの属性を示す印刷属性情報の変換前データ形式及び変換先データ形式の少なくとも一方に基づいて、前記印刷属性情報の変換規則を決定する変換規則決定手段と、
前記変換前データ形式としての入力データ形式に基づいて決定された前記変換規則に応じて、前記入力データ形式から、前記変換先データ形式としての、予め定義された共通データ形式に、前記印刷属性情報のデータ形式を変換するデータ形式変換手段と、
前記共通データ形式の前記印刷属性情報を参照して、前記印刷ジョブに含まれる印刷データを処理する印刷属性情報処理手段と、
を備え、
前記データ形式変換手段は、前記変換先データ形式としての出力データ形式に基づいて決定された前記変換規則に応じて、前記変換前データ形式としての前記共通データ形式から前記出力データ形式に、前記印刷属性情報のデータ形式を変換する、
ことを特徴とする情報処理装置。 - 前記出力データ形式は、前記印刷ジョブが出力される印刷処理装置に応じて決定される、
ことを特徴とする請求項1に記載の情報処理装置。 - 前記情報処理装置は、さらに、
前記変換規則を複数記憶する記憶手段、
をさらに備え、
前記変換規則決定手段は、前記複数の変換規則から1つの変換規則を選択する、
ことを特徴とする請求項1又は2に記載の情報処理装置。 - コンピュータを、
印刷ジョブの属性を示す印刷属性情報の変換前データ形式及び変換先データ形式の少なくとも一方に基づいて、前記印刷属性情報の変換規則を決定する変換規則決定手段と、
前記変換前データ形式としての入力データ形式に基づいて決定された前記変換規則に応じて、前記入力データ形式から、前記変換先データ形式としての、予め定義された共通データ形式に、前記印刷属性情報のデータ形式を変換するデータ形式変換手段と、
前記共通データ形式の前記印刷属性情報を参照して、前記印刷ジョブに含まれる印刷データを処理する印刷属性情報処理手段と、
として機能させ、
前記データ形式変換手段は、前記変換先データ形式としての出力データ形式に基づいて決定された前記変換規則に応じて、前記変換前データ形式としての前記共通データ形式から前記出力データ形式に、前記印刷属性情報のデータ形式を変換する、
ことを特徴とするプログラム。
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 JP2018067242A (ja) | 2018-04-26 |
JP6776804B2 true 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) |
Family Cites Families (8)
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 | 帳票印刷システム |
JP4689453B2 (ja) * | 2005-12-02 | 2011-05-25 | キヤノン株式会社 | 情報処理装置、データ処理方法、及びプログラム |
JP6179083B2 (ja) * | 2012-09-18 | 2017-08-16 | 株式会社リコー | 情報処理装置、出力システム及びプログラム |
JP5408323B1 (ja) * | 2012-10-11 | 2014-02-05 | 富士ゼロックス株式会社 | 印刷画像処理システムおよびプログラム |
JP6575074B2 (ja) * | 2014-02-18 | 2019-09-18 | 株式会社リコー | 情報処理装置、情報処理方法、プログラム |
JP2015158721A (ja) * | 2014-02-21 | 2015-09-03 | 株式会社リコー | 情報処理システム、情報処理装置、情報処理方法、及びプログラム |
-
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
Also Published As
Publication number | Publication date |
---|---|
JP2018067242A (ja) | 2018-04-26 |
US20180113656A1 (en) | 2018-04-26 |
AU2017203907A1 (en) | 2018-05-10 |
US10175918B2 (en) | 2019-01-08 |
AU2017203907B2 (en) | 2019-01-17 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11200011B2 (en) | Printer and server | |
US8780388B2 (en) | Printing apparatus, server, printing system, control method for printing apparatus, and storage medium storing control program therefor | |
JP2013149085A (ja) | 印刷システム、印刷制御装置、および印刷制御プログラム | |
JP6289276B2 (ja) | 情報処理装置およびプログラム、制御方法 | |
CN107977171B (zh) | 打印管理设备以及存储打印管理程序的计算机可读介质 | |
JP2005271264A (ja) | 印刷管理装置、方法、プログラム、記憶媒体、及び印刷システム | |
US11520536B2 (en) | Information processing apparatus, control method and program therefor, and server system capable of communicating with the information processing apparatus | |
JP2020049846A (ja) | 画像処理装置、画像処理装置の制御方法、及びプログラム | |
JP7318386B2 (ja) | 情報処理装置及びプログラム | |
JP2005275728A (ja) | 印刷処理装置、印刷処理方法、印刷処理プログラム、及び印刷システム | |
JP2004070871A (ja) | ネットワークプリンタ及びデータ共有印刷システム | |
JP6776804B2 (ja) | 情報処理装置及びプログラム | |
JP2005271371A (ja) | 印刷管理装置、印刷管理方法、印刷管理プログラム、及び印刷システム | |
JP2018036755A (ja) | 制御方法、プログラム及び情報処理装置 | |
JP2015201173A (ja) | 情報処理装置、情報処理方法、プログラム | |
JP7124447B2 (ja) | 変換装置、印刷システムおよびプログラム | |
JP2005271370A (ja) | 印刷管理装置、印刷管理方法、印刷管理プログラム、及び印刷管理システム | |
WO2024203449A1 (ja) | 情報処理システム | |
JP7255277B2 (ja) | 画像処理装置および画像処理システム | |
JP2005321886A (ja) | プリント支援モジュール、ポートモニタ、記録媒体及びプリントジョブ発行方法 | |
JP2019204347A (ja) | 情報処理装置及びその制御方法およびプログラム | |
JP2010218081A (ja) | 印刷システム | |
JP2014000791A (ja) | 画像形成装置及び画像形成プログラム | |
JP2014058092A (ja) | 印刷装置、情報処理装置および印刷システム | |
JP2013247413A (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 | Written amendment |
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 |