JP7352422B2 - 情報処理装置、その制御方法、及びプログラム - Google Patents
情報処理装置、その制御方法、及びプログラム Download PDFInfo
- Publication number
- JP7352422B2 JP7352422B2 JP2019169581A JP2019169581A JP7352422B2 JP 7352422 B2 JP7352422 B2 JP 7352422B2 JP 2019169581 A JP2019169581 A JP 2019169581A JP 2019169581 A JP2019169581 A JP 2019169581A JP 7352422 B2 JP7352422 B2 JP 7352422B2
- Authority
- JP
- Japan
- Prior art keywords
- prx
- data
- print data
- information processing
- 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
- G06K—GRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
- G06K15/00—Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers
- G06K15/40—Details not directly involved in printing, e.g. machine management, management of the arrangement as a whole or of its constitutive parts
- G06K15/408—Handling exceptions, e.g. faults
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06K—GRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
- G06K15/00—Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers
- G06K15/002—Interacting with the operator
- G06K15/005—Interacting with the operator only locally
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06K—GRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
- G06K15/00—Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers
- G06K15/002—Interacting with the operator
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06K—GRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
- G06K15/00—Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers
- G06K15/02—Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers using printers
- G06K15/18—Conditioning data for presenting it to the physical printing elements
- G06K15/1801—Input data handling means
- G06K15/1803—Receiving particular commands
- G06K15/1806—Receiving job control commands
- G06K15/1809—Receiving job control commands relating to the printing process
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N1/00—Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
- H04N1/00002—Diagnosis, testing or measuring; Detecting, analysing or monitoring not otherwise provided for
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N1/00—Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
- H04N1/46—Colour picture communication systems
- H04N1/56—Processing of colour picture signals
- H04N1/60—Colour correction or control
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Biomedical Technology (AREA)
- General Health & Medical Sciences (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Accessory Devices And Overall Control Thereof (AREA)
Description
以下では、本発明の一実施形態について説明する。まず、図1を参照して、本実施形態に係る商業印刷システムの構成を説明する。本商業印刷システムは、ワークフロー管理サーバ100、ワークフロー管理端末101、受注システムサーバ110、受注システム管理端末111、エンドユーザ端末112、生産システム(印刷システム)120、及び生産オペレータ端末125を含んで構成される。
次に、図2を参照して、本実施形態に係る各装置のハードウェア構成を説明する。図2は、本実施形態に係るワークフロー管理サーバ100とワークフロー管理端末101とを含む、ワークフロー管理システムのハードウェア構成を示す。
次に、図3を参照して、本実施形態に係るワークフロー管理サーバ100のソフトウェア構成の一例を説明する。これらのソフトウェアモジュールは、HDD204にプログラムとして格納され、CPU201が、そのプログラムをRAM203に展開して実行することにより実現される。
次に、図4を参照して、本実施形態に係るPRX解釈部303によるPRXの解析結果について説明する。図4は印刷データ内のオブジェクトに関する品質要求を記述したパラメータの一例を示したものである。印刷データ内のオブジェクトとは、印刷データに従って印刷した場合に、印刷画像に含まれる所定の画像を示す。例えば、印刷画像に含まれる企業のロゴマークやバーコードなどである。PRX解釈部303は、PRXから以下に示すように必要な箇所を抽出して解析を行う。
次に、図7を参照して、本実施形態に係るワークフロー管理サーバ100の処理手順を説明する。まず、PRXに図4(a)に示す「色」に関するオブジェクトへの品質要求の記述がある場合のPRXの解析結果と印刷データの解析結果とを比較する処理について説明する。以下で説明する処理は、例えばワークフロー管理サーバ100のCPU201がROM202やHDD204に格納された制御プログラムをRAM203に読み出して実行することにより実現される。また、本フローチャートは、データ管理部301が受注システムサーバ110からPRX及び印刷データを受信すると、処理を開始する。
続いて、PRXに図4(b)に示す「バーコード」に関するオブジェクトへの品質要求の記述がある場合のPRXの解析結果と印刷データの解析結果とを比較する処理について、再び図7のフローチャートを用いて説明する。以下で説明する処理は、例えばワークフロー管理サーバ100のCPU201がROM202やHDD204に格納された制御プログラムをRAM203に読み出して実行することにより実現される。また、本フローチャートは、データ管理部301が受注システムサーバ110からPRX及び印刷データを受信すると、処理を開始する。
本発明は、上述の実施形態の1以上の機能を実現するプログラムを、ネットワーク又は記憶媒体を介してシステム又は装置に供給し、そのシステム又は装置のコンピュータにおける1つ以上のプロセッサーがプログラムを読出し実行する処理でも実現可能である。また、1以上の機能を実現する回路(例えば、ASIC)によっても実現可能である。
Claims (13)
- 印刷データと、前記印刷データに基づいて印刷される印刷結果の品質を要求する品質要求データを受信する受信手段と、
前記品質要求データに記述されたオブジェクトが、前記印刷データに存在しないことに基づいて警告を行うよう制御する制御手段と
を備えることを特徴とする情報処理装置。 - 前記警告は、前記品質要求データに記述された前記オブジェクトが前記印刷データに存在しないことを示すことを特徴とする請求項1に記載の情報処理装置。
- 前記警告が行われた後に前記印刷データに基づく印刷を実行するか否かを、ユーザからの指示で選択する選択手段をさらに有することを特徴とする請求項1または2に記載の情報処理装置。
- 前記印刷データに基づく印刷を行わないよう前記選択手段によって選択された後に、前記制御手段は、前記品質要求データを修正するようユーザに通知するよう制御することを特徴とする請求項3に記載の情報処理装置。
- 前記制御手段は、表示部に表示を行うことによって前記警告を行うよう制御することを特徴とする請求項1乃至4のいずれか1項に記載の情報処理装置。
- 前記オブジェクトは所定のコードであることを特徴とする請求項1乃至5のいずれか1項に記載の情報処理装置。
- 前記所定のコードは、バーコードであることを特徴とする請求項6に記載の情報処理装置。
- 前記オブジェクトのカラーが前記品質要求データにさらに記述されていることを特徴とする請求項1乃至7のいずれか1項に記載の情報処理装置。
- 前記オブジェクトの位置を示す位置情報が前記品質要求データにさらに記述されていることを特徴とする請求項1乃至8のいずれか1項に記載の情報処理装置。
- 前記品質要求データに記述された前記オブジェクトが前記印刷データ内の前記オブジェクトの位置を示す位置情報によって示された位置に存在しないことに基づいて、前記制御手段は前記警告を行うよう制御することを特徴とする請求項1に記載の情報処理装置。
- 前記品質要求データは、PRX(Print Requirement eXchange format)データであることを特徴とする請求項1乃至10の何れか1項に記載の情報処理装置。
- 情報処理装置の制御方法であって、
受信手段が、印刷データと、前記印刷データに基づいて印刷される印刷結果の品質を要求する品質要求データを受信する受信工程と、
制御手段が、前記品質要求データに記述されたオブジェクトが、前記印刷データに存在しないことに基づいて警告を行うよう制御する制御工程と
を含むことを特徴とする情報処理装置の制御方法。 - 請求項12に記載の情報処理装置の制御方法における各工程をコンピュータに実行させるためのプログラム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2019169581A JP7352422B2 (ja) | 2019-09-18 | 2019-09-18 | 情報処理装置、その制御方法、及びプログラム |
US17/023,613 US11657246B2 (en) | 2019-09-18 | 2020-09-17 | Information processing apparatus, control method of the same, and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2019169581A JP7352422B2 (ja) | 2019-09-18 | 2019-09-18 | 情報処理装置、その制御方法、及びプログラム |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2021047619A JP2021047619A (ja) | 2021-03-25 |
JP2021047619A5 JP2021047619A5 (ja) | 2022-09-29 |
JP7352422B2 true JP7352422B2 (ja) | 2023-09-28 |
Family
ID=74868572
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2019169581A Active JP7352422B2 (ja) | 2019-09-18 | 2019-09-18 | 情報処理装置、その制御方法、及びプログラム |
Country Status (2)
Country | Link |
---|---|
US (1) | US11657246B2 (ja) |
JP (1) | JP7352422B2 (ja) |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2007168300A (ja) | 2005-12-22 | 2007-07-05 | Fuji Xerox Co Ltd | 画像形成装置および検査方法 |
JP2010066987A (ja) | 2008-09-10 | 2010-03-25 | Canon Inc | データ処理装置、ジョブ検査方法、及びコンピュータプログラム |
JP2012183754A (ja) | 2011-03-07 | 2012-09-27 | Canon Inc | 印刷システム、およびその制御方法。 |
Family Cites Families (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4561103A (en) * | 1981-07-29 | 1985-12-24 | Dai Nippon Insatsu Kabushiki Kaisha | Print inspecting method and apparatus |
EP1355261B1 (en) * | 2002-04-16 | 2013-02-27 | Canon Kabushiki Kaisha | Print media quality assurance |
US20040208500A1 (en) * | 2003-04-15 | 2004-10-21 | Fuji Xerox Co., Ltd. | Print service support system |
JP4689431B2 (ja) * | 2005-10-14 | 2011-05-25 | キヤノン株式会社 | 情報処理装置、画像処理方法、及びコンピュータプログラム |
JP4974783B2 (ja) * | 2007-06-26 | 2012-07-11 | キヤノン株式会社 | 情報処理装置、情報処理方法、記録媒体、プログラム |
US8233178B2 (en) * | 2008-06-06 | 2012-07-31 | Xerox Corporation | Print device selection in a networked print job environment |
US8049926B2 (en) * | 2008-10-06 | 2011-11-01 | Xerox Corporation | Methods and systems for selecting a color |
US8817292B1 (en) * | 2013-04-16 | 2014-08-26 | Xerox Corporation | Printing systems and methods providing a raster image processing performance preflight option |
JP2014215953A (ja) | 2013-04-30 | 2014-11-17 | キヤノン株式会社 | サーバ装置、サーバ装置の印刷処理方法、及びプログラム |
JP6115515B2 (ja) * | 2014-05-08 | 2017-04-19 | コニカミノルタ株式会社 | プリンタドライバ及びプリンタドライバの禁則処理方法 |
EP3141999A1 (en) * | 2015-09-08 | 2017-03-15 | OCE-Technologies B.V. | A printing system comprising a raster image processor unit and a method for printing by means of said printing system |
JP6844296B2 (ja) * | 2017-02-14 | 2021-03-17 | 富士ゼロックス株式会社 | 印刷データ処理装置及びプログラム |
US10105963B2 (en) * | 2017-03-03 | 2018-10-23 | Datamax-O'neil Corporation | Region-of-interest based print quality optimization |
WO2018217891A1 (en) * | 2017-05-23 | 2018-11-29 | Vatbox, Ltd. | System and method for identification of missing data elements in electronic documents |
JP7378928B2 (ja) * | 2018-12-20 | 2023-11-14 | キヤノン株式会社 | 情報処理装置、情報処理装置の制御方法、及び、プログラム |
-
2019
- 2019-09-18 JP JP2019169581A patent/JP7352422B2/ja active Active
-
2020
- 2020-09-17 US US17/023,613 patent/US11657246B2/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2007168300A (ja) | 2005-12-22 | 2007-07-05 | Fuji Xerox Co Ltd | 画像形成装置および検査方法 |
JP2010066987A (ja) | 2008-09-10 | 2010-03-25 | Canon Inc | データ処理装置、ジョブ検査方法、及びコンピュータプログラム |
JP2012183754A (ja) | 2011-03-07 | 2012-09-27 | Canon Inc | 印刷システム、およびその制御方法。 |
Also Published As
Publication number | Publication date |
---|---|
JP2021047619A (ja) | 2021-03-25 |
US20210081732A1 (en) | 2021-03-18 |
US11657246B2 (en) | 2023-05-23 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11809758B2 (en) | Information processing apparatus, controlling method for information processing apparatus, and computer program for transmiting quality request data and quality reports to produce print data that satisfy quality requirements of user | |
JP7289716B2 (ja) | 情報処理装置、情報処理装置の制御方法、および、プログラム | |
US11650768B2 (en) | Information processing apparatus, controlling method for information processing apparatus, and non-transitory computer-readable memory that stores a computer-executable program for the controlling method | |
US20220283762A1 (en) | Workflow system, information processing apparatus, quality report data creation method, and media | |
US11275537B2 (en) | Information processing apparatus, method of controlling the same, and storage medium for determining an order for execution of print jobs | |
US11811977B2 (en) | Information processing apparatus, control method thereof, and storage medium | |
JP7462445B2 (ja) | 情報処理装置、情報処理装置の制御方法、プログラム、及び印刷システム | |
JP7493964B2 (ja) | ジョブ処理装置、制御方法、及びプログラム | |
US11669283B2 (en) | Information processing system, information processing apparatus, method of controlling the same, and storage medium | |
JP7352422B2 (ja) | 情報処理装置、その制御方法、及びプログラム | |
US11720297B2 (en) | Information processing apparatus, method of controlling information processing apparatus, and storage medium | |
US11847358B2 (en) | Information processing apparatus, control method for information processing apparatus, and storage medium | |
US11614902B2 (en) | Job processing system, method for controlling the same, and storage medium | |
JP7546424B2 (ja) | 生産制御装置及び生産方法とプログラム | |
JP2021039445A (ja) | 情報処理装置、その制御方法、プログラム、及びシステム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
RD01 | Notification of change of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7421 Effective date: 20210103 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20210113 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20220916 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20220916 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20230522 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20230619 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20230804 |
|
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: 20230818 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20230915 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 7352422 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |