JP2008139912A - Information processor, image forming device, method for controlling them, and computer program - Google Patents

Information processor, image forming device, method for controlling them, and computer program Download PDF

Info

Publication number
JP2008139912A
JP2008139912A JP2006322519A JP2006322519A JP2008139912A JP 2008139912 A JP2008139912 A JP 2008139912A JP 2006322519 A JP2006322519 A JP 2006322519A JP 2006322519 A JP2006322519 A JP 2006322519A JP 2008139912 A JP2008139912 A JP 2008139912A
Authority
JP
Japan
Prior art keywords
print
data
drawing data
printer driver
application
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.)
Withdrawn
Application number
JP2006322519A
Other languages
Japanese (ja)
Inventor
Yoji Kikuchi
洋史 菊地
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 JP2006322519A priority Critical patent/JP2008139912A/en
Publication of JP2008139912A publication Critical patent/JP2008139912A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide an information processor and an image forming device capable of preventing unintended printing, a method for controlling them, and a computer program. <P>SOLUTION: A determination is made as to whether or not a path for processing print data to be printed that are created by a first application is a process path for converting first drawing data into second drawing data for output to a second printer driver. If the path is determined to the process path, a process for printing the print data is canceled. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、印刷データを生成する情報処理装置、及びその印刷データの印刷を行う画像形成装置及びそれらの制御方法、コンピュータプログラムに関するものである。   The present invention relates to an information processing apparatus that generates print data, an image forming apparatus that prints the print data, a control method thereof, and a computer program.

ホストコンピュータ上のアプリケーションから画像やテキストを印刷装置にて印刷する際には、図1に示すような構成が一般的である。   When an image or text is printed by a printing apparatus from an application on a host computer, a configuration as shown in FIG. 1 is common.

即ち、ホストコンピュータ3000上のアプリケーション101は、グラフィクスエンジン103に対して描画データを渡し、その描画データはグラフィクスエンジン103にて加工されてからプリンタドライバ104に渡される。次に、プリンタドライバ104は、プリンタ1500が解釈可能な印刷データ(例えば、PDL:Page Description Language)を生成し、その印刷データはスプーラ105に格納された後、プリンタ1500に送られるという構成である。   That is, the application 101 on the host computer 3000 passes drawing data to the graphics engine 103, and the drawing data is processed by the graphics engine 103 and then passed to the printer driver 104. Next, the printer driver 104 generates print data (for example, PDL: Page Description Language) that can be interpreted by the printer 1500, and the print data is stored in the spooler 105 and then sent to the printer 1500. .

特に、グラフィクスエンジン103は、アプリケーション101で作成された描画データの解像度を変換したり、プリンタドライバ104の処理能力に合わせてシミュレート処理等の描画データの加工を行う。これによって、アプリケーション101とプリンタドライバ104が互いに非依存な関係で動作することができる。このグラフィクスエンジン103は、通常、OS(Operating System)102の一部として提供される。   In particular, the graphics engine 103 converts the resolution of drawing data created by the application 101 and processes drawing data such as simulation processing according to the processing capability of the printer driver 104. As a result, the application 101 and the printer driver 104 can operate independently of each other. The graphics engine 103 is usually provided as part of an OS (Operating System) 102.

一方、このグラフィクスエンジンは必ずしも一つであるとは限らず、二つ以上のグラフィクスエンジンが共存する構成が存在する。   On the other hand, the number of graphics engines is not necessarily one, and there is a configuration in which two or more graphics engines coexist.

例えば、2005年米国シアトルにてWinHEC 2005というハードウェアエンジニアリングカンファレンスがMicrosoft社によって開催された。この場にて、Microsoft社の新しいOS(Windows(登録商標) Vista)が図2に示すような2つのグラフィクスエンジン(GDI202、WPF212)が共存する構成になることが紹介されている(非特許文献1)。尚、WPFとは、Windows(登録商標) Presentation Foundationの略称である。   For example, a hardware engineering conference called WinHEC 2005 was held by Microsoft in Seattle, USA in 2005. On this occasion, it is introduced that a new OS (Windows (registered trademark) Vista) of Microsoft Corporation has a configuration in which two graphics engines (GDI202, WPF212) as shown in FIG. 2 coexist (non-patent literature). 1). WPF is an abbreviation for Windows (registered trademark) Presentation Foundation.

従来のMicrosoft社の印刷処理システムは、Win32 APIというAPIを使用するアプリケーションからGDIと呼ばれるグラフィクスエンジンを活用して、GDIから呼び出されるプリンタドライバにて描画データから印刷データを作成する。本願では、この印刷処理フローを、GDIプリントパスと称している。   A conventional Microsoft print processing system uses a graphics engine called GDI from an application using an API called Win32 API to create print data from drawing data by a printer driver called from GDI. In the present application, this print processing flow is referred to as a GDI print pass.

ここで、APIは、Application Programming Interfaceの略称である。また、GDIは、Graphic Device Interfaceの略称である。また、以下では、Win32 APIを使用するアプリケーションを、Win32アプリケーション201と略称する。また、GDIから呼び出されるプリンタドライバを、GDIプリンタドライバ203と略称する。   Here, the API is an abbreviation for Application Programming Interface. GDI is an abbreviation for Graphic Device Interface. Hereinafter, an application that uses the Win32 API is abbreviated as a Win32 application 201. A printer driver called from GDI is abbreviated as GDI printer driver 203.

一方、Windows(登録商標) Vistaでは、従来のGDIプリントパスに加え、XPSプリントパスという新しい印刷処理フローが追加される。XPSプリントパスとは、WinFx APIを使用するアプリケーションからWPFと呼ばれるグラフィクスエンジンを活用して、XPS形式の描画データをプリンタドライバにて印刷データに変換する印刷処理フローである。   On the other hand, Windows (registered trademark) Vista adds a new print processing flow called XPS print path in addition to the conventional GDI print path. The XPS print path is a print processing flow for converting drawing data in the XPS format into print data by a printer driver by using a graphics engine called WPF from an application using the WinFx API.

ここで、XPSは、XML Paper Specificationの略称である。また、以下では、WinFx APIを使用するアプリケーションを、WinFxアプリケーション211と略称する。また、WPFから呼び出されるプリンタドライバを、XPSプリンタドライバ213と略称する。   Here, XPS is an abbreviation for XML Paper Specification. Hereinafter, an application that uses the WinFx API is abbreviated as a WinFx application 211. A printer driver called from the WPF is abbreviated as XPS printer driver 213.

このように、Windows(登録商標) Vistaにおいて、アプリケーションは、Win32アプリケーション201とWinFxアプリケーション211の2種類に区別される。また、グラフィクスエンジンはGDI202とWPF212の2つがOS102上に存在する。   As described above, in Windows (registered trademark) Vista, applications are classified into two types, a Win32 application 201 and a WinFx application 211. Two graphics engines, GDI 202 and WPF 212, exist on the OS 102.

ここで、Win32アプリケーション201はGDI202に対して描画データを渡し、WinFXアプリケーション211はWPF212に対して描画データを渡す。また、プリンタドライバは、GDIプリンタドライバ203とXPSプリンタドライバ213の2種類に区別される。GDIプリンタドライバ203は、GDI202から描画データを受け取りプリンタ1500に対する印刷データに変更する。また、XPSプリンタドライバ213は、WPF212から描画データを受け取りプリンタ1500に対する印刷データに変更する。そして、プリンタドライバで作成された印刷データはスプーラ105を経てプリンタ1500に送信される。   Here, the Win32 application 201 passes drawing data to the GDI 202, and the WinFX application 211 passes drawing data to the WPF 212. Printer drivers are classified into two types: GDI printer driver 203 and XPS printer driver 213. The GDI printer driver 203 receives drawing data from the GDI 202 and changes it to print data for the printer 1500. The XPS printer driver 213 receives drawing data from the WPF 212 and changes the print data to the printer 1500. The print data created by the printer driver is sent to the printer 1500 via the spooler 105.

更に、このGDI202とWPF212といったグラフィクスエンジンは、互いに連携することができる。そして、この連携により、Win32アプリケーション201からXPSプリンタドライバ213に描画データを渡すことができる。一方で、WinFxアプリケーション211からGDIプリンタドライバ203に描画データを渡すことができる。   Furthermore, the graphics engines such as the GDI 202 and the WPF 212 can cooperate with each other. With this cooperation, drawing data can be passed from the Win32 application 201 to the XPS printer driver 213. On the other hand, drawing data can be passed from the WinFx application 211 to the GDI printer driver 203.

図3Aにて、Windows(登録商標) VISTAにおける2つのグラフィクスエンジンの連携の仕組みを説明する。   With reference to FIG. 3A, a mechanism of cooperation between two graphics engines in Windows (registered trademark) VISTA will be described.

印刷処理フロー(1)は、従来のGDIプリントパスを示している。Win32アプリケーション201から渡される描画データは、GDI202にてEMF(Enhanced Metafile)形式でEMFスプールファイル301として格納される。その後、GDIプリンタドライバ203が、EMFスプールファイルを印刷データへ変換する。   The print processing flow (1) shows a conventional GDI print path. The drawing data passed from the Win32 application 201 is stored in the GDI 202 as an EMF spool file 301 in an EMF (Enhanced Metafile) format. Thereafter, the GDI printer driver 203 converts the EMF spool file into print data.

印刷処理フロー(4)は、Windows(登録商標) Vistaで追加されるXPSプリントパスを示している。WinFxアプリケーション211から渡される描画データは、WPF212にてXPSスプールファイル311として格納される。その後、XPSプリンタドライバ213は、XPSスプールファイルを印刷データへ変換する。   A print processing flow (4) shows an XPS print path added in Windows (registered trademark) Vista. Drawing data passed from the WinFx application 211 is stored as an XPS spool file 311 in the WPF 212. Thereafter, the XPS printer driver 213 converts the XPS spool file into print data.

印刷処理フロー(3)は、WinFxアプリケーション211からGDIプリンタドライバ203を経由して印刷する印刷処理フローを示している。WinFxアプリケーション211から渡される描画データは、WPF212を経由してXPS→GDI変換モジュール312にて、EMF形式の描画データに変換され、EMFスプールファイル301として格納される。その後、GDIプリンタドライバ203が印刷データへ変換する。   A print processing flow (3) shows a print processing flow for printing from the WinFx application 211 via the GDI printer driver 203. The drawing data passed from the WinFx application 211 is converted into drawing data in the EMF format by the XPS → GDI conversion module 312 via the WPF 212 and stored as the EMF spool file 301. Thereafter, the GDI printer driver 203 converts the print data.

印刷処理フロー(2)は、Win32アプリケーション201からXPSプリンタドライバ213を経由して印刷する印刷処理フローを示している。Win32アプリケーション201から渡される描画データは、GDI202を経由してGDI→XPS変換モジュール302にてXPS形式の描画データに変換され、XPSスプールファイル311として格納される。その後、XPSプリンタドライバ213が印刷データへ変換する。   The print processing flow (2) shows a print processing flow for printing from the Win32 application 201 via the XPS printer driver 213. The drawing data passed from the Win32 application 201 is converted into drawing data in the XPS format by the GDI → XPS conversion module 302 via the GDI 202 and stored as an XPS spool file 311. Thereafter, the XPS printer driver 213 converts the print data.

このように、Windows(登録商標) Vistaにおいては、4つの印刷処理フローが用意されている。また、プリンタに対するプリンタドライバは、GDIプリンタドライバ203あるいはXPSプリンタドライバ213の一方を用意することで、Win32アプリケーション201及びWinFxアプリケーション211の両方からの印刷処理に対応できる。   Thus, in Windows (registered trademark) Vista, four print processing flows are prepared. Also, by preparing one of the GDI printer driver 203 or the XPS printer driver 213 as the printer driver for the printer, it is possible to cope with print processing from both the Win32 application 201 and the WinFx application 211.

一方、XPS形式そのものに注目すると、その特徴の一つとして、セキュリティ機能を持たせられる点があげられる。一例として、XPS形式の文書データに電子署名を付加し、文書データの改ざんを検知することが可能である。この電子署名付加機能を利用すると、プリンタと連携したセキュリティソリューションが考えられる。   On the other hand, paying attention to the XPS format itself, one of its features is that it can have a security function. As an example, it is possible to add an electronic signature to document data in the XPS format and detect alteration of the document data. If this electronic signature addition function is used, a security solution linked with a printer can be considered.

例えば、プリンタに電子署名検証機能を持たせ、プリンタが受信したXPS文書に付加された電子署名を検証し、文書が改ざんされていないと判定された場合のみ印刷を実行するような印刷システムを構築することが可能となる。   For example, build a printing system that gives the printer an electronic signature verification function, verifies the electronic signature added to the XPS document received by the printer, and executes printing only when it is determined that the document has not been tampered with It becomes possible to do.

また、特許文献1では、印刷データが出力禁止物かどうかを判断するプログラムをプリンタからホストコンピュータにロードして、ホストコンピュータ側で禁止物と判断された印刷データはホストコンピュータ側で正常印刷を中止する技術が提案されている。
http://www.microsoft.com/whdc/device/print/default.mspx (Advances in Windows Printing : TWPR05001_WinHEC05.ppt) 特開2001−14128号公報
According to Patent Document 1, a program for determining whether print data is an output prohibition is loaded from the printer to the host computer, and the print data determined to be prohibition on the host computer side is stopped from normal printing on the host computer side. Techniques to do this have been proposed.
http://www.microsoft.com/whdc/device/print/default.mspx (Advances in Windows Printing: TWPR05001_WinHEC05.ppt) Japanese Patent Laid-Open No. 2001-14128

しかしながら、XPS形式とEMF形式は異なるため、図3Aの印刷処理フロー(2)及び印刷処理フロー(3)のように、描画データの変換を伴う印刷処理フローを介する印刷処理では、印刷品質や機能面、印刷速度への課題が存在する。   However, since the XPS format and the EMF format are different, the print quality and function in the print processing via the print processing flow that involves conversion of drawing data, such as the print processing flow (2) and the print processing flow (3) in FIG. There are problems with respect to printing speed.

印刷機能面では、例えば、印刷処理フロー(2)において、EMF形式でサポートされている論理演算を含む描画データは、XPS形式ではサポートされていない。そのため、米国マイクロソフト社が決定する仕様によっては、そのような論理演算を含む描画データに対しては、GDI→XPS変換モジュール302で変換する際に論理演算情報が削除されてしまう。そのため、XPSプリンタドライバ213には論理演算情報が削除された描画データが渡され、Win32アプリケーション201において意図された出力結果をXPSプリンタドライバ213で作成することができなくなる。   On the printing function side, for example, in the print processing flow (2), drawing data including a logical operation supported in the EMF format is not supported in the XPS format. For this reason, depending on the specifications determined by Microsoft Corporation in the United States, logical operation information is deleted when rendering data including such logical operation is converted by the GDI → XPS conversion module 302. For this reason, drawing data from which logical operation information has been deleted is passed to the XPS printer driver 213, and the XPS printer driver 213 cannot create an output result intended by the Win32 application 201.

また、逆に、印刷処理フロー(3)において、XPS形式においてサポートされている高度なグラフィクス描画データは、EMF形式においてサポートされていない。そのため、そのような描画データに対してはXPS→GDI変換モジュール312で変換する際に、Flatteringと呼ばれる局所的なBitmap化が行われる。その場合、グラフィクスデータがBitmapデータに変換されてしまうことにより、GDIプリンタドライバ203では元のオブジェクト属性が判断できなくなってしまい、最適な出力結果を作成することができない。   Conversely, in the printing process flow (3), advanced graphics drawing data supported in the XPS format is not supported in the EMF format. Therefore, when such drawing data is converted by the XPS → GDI conversion module 312, local bitmapping called “Flattering” is performed. In this case, since the graphics data is converted to Bitmap data, the GDI printer driver 203 cannot determine the original object attribute, and an optimal output result cannot be created.

セキュリティ面においては、例えば、印刷処理フロー(3)において、XPS形式においてサポートされる電子署名情報は、EMF形式においてはサポートされていない。あるいは印刷処理フロー(2)において、EMF形式においてサポートされるアプリケーションからの情報を直接、GDIプリンタドライバ203に伝える処理は、XPS形式においてはサポートされていない。そのため、そのため、印刷処理フロー(1)や(4)では対応できる機能をアプリケーションが使用しても、印刷処理フロー(2)や(3)では実現することはできない。   In terms of security, for example, in the print processing flow (3), electronic signature information supported in the XPS format is not supported in the EMF format. Alternatively, in the printing process flow (2), processing for directly transmitting information from an application supported in the EMF format to the GDI printer driver 203 is not supported in the XPS format. Therefore, even if an application uses a function that can be handled in the print processing flows (1) and (4), it cannot be realized in the print processing flows (2) and (3).

印刷速度に関しては、印刷処理フロー(2)や(3)においてGDI→XPS変換やXPS→GDI変換等の処理が発生してしまうことにより、印刷処理フロー(1)や(4)に較べると印刷処理速度が低下してしまう。   With regard to the printing speed, processing such as GDI → XPS conversion or XPS → GDI conversion occurs in the print processing flows (2) and (3), so printing is faster than in the print processing flows (1) and (4). Processing speed will decrease.

そのため、印刷処理フロー(2)や(3)を避けることが望ましい。しかしながら、仮に、同じ印刷装置に対するXPSプリンタドライバとGDIプリンタドライバの両者を登録しておいても、Windows(登録商標) Vistaにおけるグラフィクスエンジンは動的に印刷処理フロー(1)や(4)を優先するように切り替えを行わない。また、ユーザは基本的にアプリケーションがWin32アプリケーションなのかWinFxアプリケーションなのかを意識したり、印刷処理フローが4本あることを認識していないため、印刷処理フロー(2)や(3)を避けることは困難である。   Therefore, it is desirable to avoid the print processing flows (2) and (3). However, even if both the XPS printer driver and the GDI printer driver for the same printing apparatus are registered, the graphics engine in Windows (registered trademark) Vista dynamically gives priority to the print processing flows (1) and (4). Do not switch as you do. Also, since the user is basically unaware of whether the application is a Win32 application or a WinFx application, and the user does not recognize that there are four print processing flows, avoid the print processing flows (2) and (3). It is difficult.

本発明は、上記の複数の課題の内、特に、印刷処理フロー(3)に注目し、XPS形式ではサポートされていた機能及び性能によって付加される情報が、EMF形式でサポートされないことに由来する情報欠落を防止することを対象としている。   The present invention focuses on the print processing flow (3) among the above-mentioned problems, and is derived from the fact that information added by functions and performances supported by the XPS format is not supported by the EMF format. It is intended to prevent information loss.

例えば、印刷処理フロー(4)においては、WPF212経由の電子署名情報つきXPSスプールファイル311はそのままXPSプリンタドライバ213で処理され、電子署名情報を付加した状態のままプリンタに描画データを送信することが可能である。   For example, in the print processing flow (4), the XPS spool file 311 with electronic signature information via the WPF 212 is processed as it is by the XPS printer driver 213, and the drawing data is transmitted to the printer with the electronic signature information added. Is possible.

これにより、プリンタ側において電子署名情報の有無を考慮した印刷制御を行うことでセキュリティ機能を高めることができる。しかしながら、それらのセキュリティを考慮したプリンタであっても、印刷処理フロー(3)を使用する場合には、電子署名情報が削除されてしまうために、これらのセキュリティ機能は働かなくなってしまうという課題がある。   Accordingly, the security function can be enhanced by performing print control in consideration of the presence or absence of electronic signature information on the printer side. However, even in a printer that considers such security, when the print processing flow (3) is used, the electronic signature information is deleted, so that these security functions do not work. is there.

本発明は上記の課題を解決するためになされたものであり、意図しない印刷を防止することができる情報処理装置、画像形成装置及びそれらの制御方法、コンピュータプログラムを提供することを目的とする。   SUMMARY An advantage of some aspects of the invention is that it provides an information processing apparatus, an image forming apparatus, a control method thereof, and a computer program that can prevent unintended printing.

上記の目的を達成するための本発明による情報処理装置は以下の構成を備える。即ち、
第1アプリケーションからの印刷指示に応じて、第1プリンタドライバが処理可能な第1描画データを生成する第1描画部と、第2アプリケーションからの印刷指示に応じて、第2プリンタドライバが処理可能な第2描画データを生成する第2描画部とが動作する情報処理装置であって、
前記第1アプリケーションによって生成された印刷対象である印刷データの処理経路が、前記第1描画データを前記第2描画データへ変換して、前記第2プリンタドライバへ出力する処理経路であるか否かを判定する第1判定手段と、
前記第1判定手段の判定の結果、前記第1描画データを前記第2描画データへ変換して、前記第2プリンタドライバへ出力する処理経路であると判定された場合、前記印刷データの印刷処理をキャンセルするキャンセル手段と
を備える。
In order to achieve the above object, an information processing apparatus according to the present invention comprises the following arrangement. That is,
A first drawing unit that generates first drawing data that can be processed by the first printer driver in response to a print instruction from the first application, and a second printer driver that can process in accordance with a print instruction from the second application An information processing apparatus that operates with a second drawing unit that generates second drawing data,
Whether the processing path of the print data to be printed generated by the first application is a processing path for converting the first drawing data into the second drawing data and outputting it to the second printer driver. First determination means for determining
As a result of the determination by the first determination means, when it is determined that the processing path is a path for converting the first drawing data into the second drawing data and outputting the second drawing data to the second printer driver, the printing process of the print data And canceling means for canceling.

上記の目的を達成するための本発明による画像形成装置は以下の構成を備える。即ち、
第1アプリケーションからの印刷指示に応じて、第1プリンタドライバが処理可能な第1描画データを生成する第1描画部と、第2アプリケーションからの印刷指示に応じて、第2プリンタドライバが処理可能な第2描画データを生成する第2描画部とが動作する情報処理装置で生成された印刷データを受信して、印刷を行う画像形成装置であって、
前記第1アプリケーションによって生成された印刷対象である印刷データの処理経路が、前記第1描画データを前記第2描画データへ変換して、前記第2プリンタドライバへ出力する処理経路である場合に、該印刷データの処理に係る設定を行う設定手段と、
前記設定手段で設定した設定情報を記憶する記憶手段と、
前記情報処理装置へ、前記記憶手段に記憶した設定情報を出力する出力手段と
を備える。
In order to achieve the above object, an image forming apparatus according to the present invention comprises the following arrangement. That is,
A first drawing unit that generates first drawing data that can be processed by the first printer driver in response to a print instruction from the first application, and a second printer driver that can process in accordance with a print instruction from the second application An image forming apparatus that receives and prints print data generated by an information processing apparatus that operates with a second drawing unit that generates second drawing data.
When the processing path of the print data to be printed generated by the first application is a processing path for converting the first drawing data into the second drawing data and outputting it to the second printer driver, Setting means for performing settings relating to processing of the print data;
Storage means for storing setting information set by the setting means;
Output means for outputting the setting information stored in the storage means to the information processing apparatus.

本発明によれば、意図しない印刷を防止することができる情報処理装置、画像形成装置及びそれらの制御方法、コンピュータプログラムを提供できる。   According to the present invention, it is possible to provide an information processing apparatus, an image forming apparatus, a control method thereof, and a computer program that can prevent unintended printing.

以下、本発明の実施の形態について図面を用いて詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

まず、上述のWindows(登録商標) VISTAにおける2つのグラフィクスエンジンの連携の仕組みについて、図2及び図3Aを用いて補足する。   First, the mechanism of the cooperation of the two graphics engines in the above-mentioned Windows (registered trademark) VISTA will be supplemented with reference to FIGS. 2 and 3A.

図2、図3Aでは、情報処理装置であるホストコンピュータ3000は、第1アプリケーションであるWin32アプリケーション201と第1プリンタドライバであるGDIプリンタドライバ203を備える。また、情報処理装置は、第2アプリケーションであるWinFXアプリケーション211と第2プリンタドライバであるXPSプリンタドライバ213を備える。   2 and 3A, a host computer 3000 as an information processing apparatus includes a Win32 application 201 as a first application and a GDI printer driver 203 as a first printer driver. The information processing apparatus also includes a WinFX application 211 that is a second application and an XPS printer driver 213 that is a second printer driver.

また、グラフィクスエンジンは、第1描画変換部であるGDI202と第2描画変換部であるWPF212の2つがOS102上に存在する。Win32アプリケーションは、GDI202に対して第1描画データであるGDI関数を渡し、WinFxアプリケーション211はWPF212に対して第2描画データであるWPF API形式データを渡す。   Further, the graphics engine includes two on the OS 102, the GDI 202 that is the first drawing conversion unit and the WPF 212 that is the second drawing conversion unit. The Win32 application passes the GDI function that is the first drawing data to the GDI 202, and the WinFx application 211 passes the WPF API format data that is the second drawing data to the WPF 212.

GDIプリンタドライバ203はGDI202から描画データを受け取り印刷装置であるプリンタ1500に対する印刷データに変換する。XPSプリンタドライバ213はWPF212から描画データを受け取りプリンタ1500に対する印刷データに変換する。プリンタドライバ(GDIプリンタドライバ203あるいはXPSプリンタドライバ213)で作成された印刷データは、スプーラ105を経てプリンタ1500に送信される。   The GDI printer driver 203 receives drawing data from the GDI 202 and converts it into print data for the printer 1500 serving as a printing apparatus. The XPS printer driver 213 receives drawing data from the WPF 212 and converts it into print data for the printer 1500. Print data created by the printer driver (GDI printer driver 203 or XPS printer driver 213) is transmitted to the printer 1500 via the spooler 105.

次に、XPSプリンタドライバ213の構成について、図3Bを用いて説明する。   Next, the configuration of the XPS printer driver 213 will be described with reference to FIG. 3B.

図3Bは本発明の実施形態のXPSプリンタドライバの構成を示す図である。   FIG. 3B is a diagram showing the configuration of the XPS printer driver according to the embodiment of the present invention.

図3Aに示す環境において、GDIプリントパスではDevMode構造体と呼ばれるデータ構造で印刷設定データを持っている。一方、XPSプリントパスではPrintTicketと呼ばれるXML形式のデータ構造になる。ここで、GDIからXPSもしくはXPSからGDIに変換する際にDevModeからPrintTicketへ、PrintTicketからDevModeに変換する処理が必要となる。   In the environment shown in FIG. 3A, the GDI print path has print setting data in a data structure called DevMode structure. On the other hand, the XPS print path has an XML format data structure called PrintTicket. Here, when converting from GDI to XPS or from XPS to GDI, processing to convert from DevMode to PrintTicket and from PrintTicket to DevMode is required.

そして、描画データ同様に、DevModeで表現できる範囲とPrintTicketで表現できる範囲も異なる。そこで、この処理は、オペレーティングシステムが自動で行うのではなく、プリンタドライバ自身が拡張されたアーキテクチャを用いて行うようになっている。   As with the drawing data, the range that can be expressed by DevMode is different from the range that can be expressed by PrintTicket. Therefore, this processing is not performed automatically by the operating system, but is performed using an architecture in which the printer driver itself is expanded.

XPSプリンタドライバ213は、プリントチケットプロバイダ213a、UIドライバモジュール(XPS)213bを保持している。UIドライバモジュール(XPS)213bは、DevModeベースであり、アプリケーションから呼び出されることによって印刷設定情報を設定するためのUIを表示する。また、プリントチケットプロバイダ213aは、PrintTicket(プリントチケット)からDevMode、または、DevModeからプリントチケットへの変換処理を行う。   The XPS printer driver 213 holds a print ticket provider 213a and a UI driver module (XPS) 213b. The UI driver module (XPS) 213b is DevMode-based and displays a UI for setting print setting information when called from an application. In addition, the print ticket provider 213a performs conversion processing from PrintTicket (print ticket) to DevMode, or DevMode to print ticket.

図3Bでは、Win32アプリケーション201が、印刷設定を行うためにDevModeを要求する場合、XPSプリンタドライバ213は、DevModeベースのため、変換処理の必要が生じない。よって、Win32アプリケーション201が、XPSプリンタドライバ213を用いて印刷処理を行う場合、プリントチケットプロバイダ213aは、変換処理を行う必要がない。   In FIG. 3B, when the Win32 application 201 requests DevMode to perform print settings, the XPS printer driver 213 is based on DevMode, so that conversion processing is not necessary. Therefore, when the Win32 application 201 performs print processing using the XPS printer driver 213, the print ticket provider 213a does not need to perform conversion processing.

一方、WinFxアプリケーション211は、印刷設定を行うためにプリントチケットを要求する。XPSプリンタドライバ213は、プリントチケットを保持していないため、プリントチケットプロバイダ213aは、プリントチケットからDevModeへの変換処理を実行する。   On the other hand, the WinFx application 211 requests a print ticket for print setting. Since the XPS printer driver 213 does not hold a print ticket, the print ticket provider 213a executes a conversion process from a print ticket to DevMode.

ここで、XPSプリンタドライバ213は、プリントチケットプロバイダ213aの変換処理を認識することができる。そのため、印刷対象のデータを受け付けた時に、プリントチケットプロバイダ213aによる、プリントチケットからDevModeへの変換処理が行われた場合には、印刷設定の要求元をWinFXアプリケーション211であると判定する。一方、印刷対象のデータを受け付けた時に、プリントチケットプロバイダ213aによる変換処理が行われていない場合には、印刷設定の要求元をWin32アプリケーション201と判定する。   Here, the XPS printer driver 213 can recognize the conversion process of the print ticket provider 213a. Therefore, when the print ticket provider 213a converts the print ticket into DevMode when the print target data is received, it determines that the print setting request source is the WinFX application 211. On the other hand, if the conversion process by the print ticket provider 213a is not performed when the print target data is received, the print setting request source is determined to be the Win32 application 201.

このように、XPSプリンタドライバ213は、印刷対象のデータの処理経路及び、印刷設定の要求元のアプリケーションを判定することができる。   As described above, the XPS printer driver 213 can determine the processing path of the data to be printed and the application that requested the print setting.

次に、GDIプリンタドライバ203について説明する。   Next, the GDI printer driver 203 will be described.

GDIプリンタドライバ203の構造は、XPSプリンタドライバ213と同様であるが、UIドライバモジュール(XPS)213bに相当するものとして、UIドライバモジュール(GDI)が構成されることになる。   The structure of the GDI printer driver 203 is the same as that of the XPS printer driver 213, but a UI driver module (GDI) is configured as an equivalent to the UI driver module (XPS) 213b.

また、GDIプリンタドライバ203も、XPSプリンタドライバ213と同様に、プリントチケットプロバイダ213aの変換処理を認識することができる。そのため、印刷対象のデータの処理経路及び、印刷設定の要求元のアプリケーションを判定することができる。   Also, the GDI printer driver 203 can recognize the conversion process of the print ticket provider 213a, similarly to the XPS printer driver 213. Therefore, it is possible to determine the processing path of data to be printed and the application that requested the print setting.

また、UIドライバモジュール(GDI)も、Devmodeベースであり、アプリケーションから呼び出されることによって印刷設定情報を設定するためのUIを表示する。ここで、プリントチケットプロバイダは、図3Bと同様の処理を行うため詳細な説明は省略する。   The UI driver module (GDI) is also based on Devmode, and displays a UI for setting print setting information when called from an application. Here, the print ticket provider performs the same processing as in FIG.

Win32アプリケーション201が、印刷設定を行うためにDevmodeを要求する場合、XPSプリンタドライバ213はDevmodeベースのため変換処理が生じない。   When the Win32 application 201 requests Devmode to perform print settings, the XPS printer driver 213 is Devmode-based, so conversion processing does not occur.

一方、WinFXアプリケーション211は、印刷設定を行うためにプリントチケットを要求する。XPSドライバ213は、プリントチケットを保持していないため、プリントチケットプロバイダ213aは、プリントチケットからDevmodeへの変換処理を実行する。   On the other hand, the WinFX application 211 requests a print ticket for print setting. Since the XPS driver 213 does not hold a print ticket, the print ticket provider 213a executes a conversion process from a print ticket to Devmode.

ここで、GDIプリンタドライバ203は、プリントチケットプロバイダ213aの変換処理を認識することができる。そのため、印刷対象のデータを受け付けた時に、プリントチケットプロバイダ213aによる、プリントチケットからDevModeへの変換処理が行われた場合には、印刷設定の要求元をWinFXアプリケーション211であると判定する。一方、印刷対象のデータを受け付けた時に、プリントチケットプロバイダ213aによる変換処理が行われていない場合には、印刷設定の要求元をWin32アプリケーション201と判定する。   Here, the GDI printer driver 203 can recognize the conversion process of the print ticket provider 213a. Therefore, when the print ticket provider 213a converts the print ticket into DevMode when the print target data is received, it determines that the print setting request source is the WinFX application 211. On the other hand, if the conversion process by the print ticket provider 213a is not performed when the print target data is received, the print setting request source is determined to be the Win32 application 201.

次に、本発明の実施形態のプリンタ制御システムの構成について、図4を用いて説明する。   Next, the configuration of the printer control system according to the embodiment of the present invention will be described with reference to FIG.

図4は本発明の実施形態のコンピュータを含むプリンタ制御システムの構成を説明するブロック図である。   FIG. 4 is a block diagram illustrating the configuration of a printer control system including a computer according to an embodiment of the present invention.

尚、特に断らない限り、本発明の機能が実行されるのであれば、単体の機能であっても、複数の機器からなるシステムであっても本発明を適用できることは言うまでもない。更には、LAN、WAN等のネットワークを介して接続がなされ処理が行われるシステムであっても、本発明を適用できることは言うまでもない。   It should be noted that the present invention can be applied to a single function or a system composed of a plurality of devices as long as the functions of the present invention are executed unless otherwise specified. Furthermore, it goes without saying that the present invention can also be applied to a system in which processing is performed via a network such as a LAN or WAN.

図4において、3000はホストコンピュータであり、CPU1を備える。CPU1は、ROM3のプログラム用ROM3bあるいは外部メモリ11に記憶された文書処理プログラム(アプリケーションプログラム)等のプログラムに基づいて、図形、イメージ、文字、表(表計算等を含む)等の構成要素が混在した文書処理を実行する。更に、CPU1は、ホストコンピュータ本体2000内のシステムバス4に接続される各デバイスを総括的に制御する。   In FIG. 4, 3000 is a host computer and includes a CPU 1. The CPU 1 includes components such as graphics, images, characters, and tables (including spreadsheets) based on a program such as a document processing program (application program) stored in the program ROM 3b of the ROM 3 or the external memory 11. The processed document is executed. Further, the CPU 1 comprehensively controls each device connected to the system bus 4 in the host computer main body 2000.

また、このROM3のプログラム用ROM3bあるいは外部メモリ11には、CPU1の制御プログラムであるオペレーティングシステムプログラム(以下、OS)等のプログラムも記憶している。また、ROM3のフォント用ROM3aあるいは外部メモリ11には、上記文書処理の際に使用するフォントデータ等のデータを記憶している。また、ROM3のデータ用ROM3cあるいは外部メモリ11には、上記文書処理等の各種処理を行う際に使用する各種データを記憶する。   The ROM 3b for program of the ROM 3 or the external memory 11 also stores programs such as an operating system program (hereinafter referred to as OS) which is a control program for the CPU 1. The font ROM 3a of the ROM 3 or the external memory 11 stores data such as font data used for the document processing. The data ROM 3c of the ROM 3 or the external memory 11 stores various data used when performing various processes such as the document process.

2はRAMであり、CPU1の主メモリ、ワークエリア等として機能する。5はキーボードコントローラ(KBC)であり、キーボード(KB)9やポインティングデバイス(不図示)からのキー入力を制御する。6はCRTコントローラ(CRTC)であり、CRTディスプレイ(CRT)10の表示を制御する。尚、CRTコントローラ6及びCRTディスプレイ10の代りに、LCDコントローラ及びLCDを用いても良い。   Reference numeral 2 denotes a RAM which functions as a main memory, work area, and the like for the CPU 1. A keyboard controller (KBC) 5 controls key input from a keyboard (KB) 9 or a pointing device (not shown). Reference numeral 6 denotes a CRT controller (CRTC), which controls display on a CRT display (CRT) 10. In place of the CRT controller 6 and the CRT display 10, an LCD controller and an LCD may be used.

7はディスクコントローラ(DKC)であり、ブートプログラム、各種のアプリケーション、フォントデータ、ユーザファイル、編集ファイル等の外部メモリ11とのアクセスを制御する。さらに、DKC7は、印刷制御コマンド生成プログラム(以下、プリンタドライバ)等の各種データを記憶する、ハードディスク(HD)、フロッピー(登録商標)ディスク(FD)等の外部メモリ11とのアクセスも制御する。   A disk controller (DKC) 7 controls access to the external memory 11 such as a boot program, various applications, font data, user files, and edit files. Further, the DKC 7 controls access to the external memory 11 such as a hard disk (HD) or floppy (registered trademark) disk (FD) that stores various data such as a print control command generation program (hereinafter referred to as a printer driver).

8はプリンタコントローラ(PRTC)であり、所定の双方向性インタフェース21を介してプリンタ1500に接続されて、プリンタ1500との通信制御処理を実行する。双方向性インタフェースの例には、USBインタフェース、IEEE1394インタフェース、無線LANインタフェース等がある。   A printer controller (PRTC) 8 is connected to the printer 1500 via a predetermined bidirectional interface 21 and executes communication control processing with the printer 1500. Examples of the bidirectional interface include a USB interface, an IEEE 1394 interface, and a wireless LAN interface.

尚、CPU1は、例えば、RAM2上に設定された表示情報RAMへのアウトラインフォントの展開(ラスタライズ)処理を実行してGUIを提供することで、CRT10上でのWYSIWYGを可能としている。また、CPU1は、CRT10上のマウスカーソル(不図示)等で指示されたコマンドに基づいて、登録された種々のウインドウを開き、種々のデータ処理を実行する。ユーザは、印刷を実行する際、印刷の設定に関するウインドウを開き、プリンタの設定や、印刷モードの選択を含むプリンタドライバに対する印刷方法の設定を行える。   For example, the CPU 1 performs WYSIWYG on the CRT 10 by executing an outline font rasterizing process on the display information RAM set on the RAM 2 and providing a GUI. Further, the CPU 1 opens various registered windows based on commands instructed by a mouse cursor (not shown) on the CRT 10 and executes various data processing. When printing, the user opens a window related to print settings, and can set the printer method and print method settings for the printer driver including print mode selection.

プリンタ1500において、12はプリンタCPUであり、プリンタCPU12は、プリンタ制御部1000内のシステムバス15に接続される各デバイスを総括的に制御する。また、プリンタCPU12は、ROM13のプログラム用ROM13bあるいは外部メモリ14に記憶された制御プログラム等のプログラムに基づいて、システムバス15に接続される印刷部(プリンタエンジン)17に出力情報としての画像信号を出力する。   In the printer 1500, reference numeral 12 denotes a printer CPU. The printer CPU 12 generally controls each device connected to the system bus 15 in the printer control unit 1000. Further, the printer CPU 12 sends an image signal as output information to a printing unit (printer engine) 17 connected to the system bus 15 based on a program such as a control program stored in the program ROM 13 b of the ROM 13 or the external memory 14. Output.

また、このROM13のプログラム用ROM13bには、プリンタCPU12の制御プログラム等のプログラムを記憶している。また、ROM13のフォント用ROM13aには、上記出力情報を生成する際に使用するフォントデータ等のデータを記憶している。また、ハードディスク(HD)、ICカード等の外部メモリ14がないプリンタの場合には、ROM13のデータ用ROM13cには、ホストコンピュータ3000上で利用される情報等を記憶している。   A program such as a control program for the printer CPU 12 is stored in the program ROM 13 b of the ROM 13. The font ROM 13a of the ROM 13 stores data such as font data used when generating the output information. In the case of a printer that does not have an external memory 14 such as a hard disk (HD) or an IC card, the data ROM 13c of the ROM 13 stores information used on the host computer 3000.

プリンタCPU12は、入力部18を介してホストコンピュータ3000との通信処理が可能となっており、プリンタ1500内のステータス情報等の各種情報をホストコンピュータ3000に通知可能に構成されている。19はCPU12の主メモリ、ワークエリア等として機能するRAMである。このRAM19は、増設ポート(不図示)に接続されるオプションRAMによりメモリ容量を拡張することができるように構成されている。   The printer CPU 12 can perform communication processing with the host computer 3000 via the input unit 18 and is configured to notify the host computer 3000 of various types of information such as status information in the printer 1500. Reference numeral 19 denotes a RAM that functions as a main memory, work area, and the like for the CPU 12. The RAM 19 is configured such that the memory capacity can be expanded by an optional RAM connected to an expansion port (not shown).

尚、RAM19は、出力情報展開領域、環境データ格納領域、NVRAM等に用いられる。外部メモリ14は、メモリコントローラ(MC)20によりアクセスが制御される。外部メモリ14は、オプションとして接続され、フォントデータ、エミュレーションプログラム、フォームデータ等のデータを記憶する。また、1501は操作部であり、プリンタ1500に対する各種操作を実現するための操作パネルやスイッチ、LED表示器等が構成されている。   The RAM 19 is used as an output information expansion area, environment data storage area, NVRAM, and the like. Access to the external memory 14 is controlled by a memory controller (MC) 20. The external memory 14 is connected as an option and stores data such as font data, an emulation program, and form data. An operation unit 1501 includes an operation panel, a switch, an LED display, and the like for realizing various operations on the printer 1500.

また、外部メモリ14は1個に限らず、少なくとも1個以上備え、内蔵フォントに加えてオプションフォントカード、言語系の異なるプリンタ制御言語を解釈するプログラムを格納した外部メモリを複数接続できるように構成されていても良い。さらに、NVRAM(不図示)を有し、操作部1501からのプリンタモード設定情報を記憶するようにしてもよい。   Further, the number of external memories 14 is not limited to one, and at least one external memory 14 is provided. In addition to the built-in font, an optional font card and a plurality of external memories storing programs for interpreting printer control languages having different language systems can be connected. May be. Further, an NVRAM (not shown) may be provided, and printer mode setting information from the operation unit 1501 may be stored.

また、プリンタ1500には、1個以上のPDL装置(PDLボード)を接続し、CPU12からPDL装置を制御可能とする。PDL装置は、ホストコンピュータ3000から受信した印刷データ(PDL)を解釈し、印刷部17が印刷可能なビットマップデータに変換する機能を有する画像形成部である。このPDL装置は、標準として1個以上接続されているが、後から追加することも可能である。また、プラグアンドプレイで使用されるIEEE1284規定のデバイス情報は、このPDL装置が保持している。   In addition, one or more PDL devices (PDL boards) are connected to the printer 1500 so that the CPU 12 can control the PDL devices. The PDL device is an image forming unit that has a function of interpreting print data (PDL) received from the host computer 3000 and converting the print data into bitmap data that can be printed. One or more PDL devices are connected as a standard, but can be added later. In addition, the device information defined by IEEE 1284 used in plug and play is held by this PDL device.

尚、本実施形態の情報処理装置は、プリンタドライバを介して、プリンタが解釈可能な印刷データ(印刷ジョブ)を生成できる。   Note that the information processing apparatus according to the present embodiment can generate print data (print job) that can be interpreted by a printer via a printer driver.

また、通常、プリンタ1500は、標準PDL装置としてPDL1を備えており、オプションPDL装置としてPDL2等の他の種類のPDLを追加拡張可能であるものとする。   In addition, it is assumed that the printer 1500 normally includes the PDL 1 as a standard PDL device, and other types of PDL such as PDL 2 can be additionally expanded as an optional PDL device.

この拡張は、専用のPDL装置を搭載する拡張ボードを物理的にプリンタ1500に追加する構成であっても良い。あるいは、PDL装置がプログラムによって実現される場合には、プログラム用ROM13bに対応するプログラムを追加する構成であっても良い。更には、予め複数種類のPDL装置それぞれに対応するプログラムをプログラム用ROM13bに記憶しておき、それらから必要なPDL装置を、ユーザ操作によって入力されたライセンスキーによって有効にすることで追加する構成であっても良い。   This expansion may be configured such that an expansion board on which a dedicated PDL device is mounted is physically added to the printer 1500. Alternatively, when the PDL device is realized by a program, a configuration corresponding to the program ROM 13b may be added. Furthermore, a program corresponding to each of a plurality of types of PDL devices is stored in the program ROM 13b in advance, and a necessary PDL device is added by enabling it with a license key input by a user operation. There may be.

また、PDLの一例としては、LIPS、PostScript、PCL等がある。   Examples of PDL include LIPS, PostScript, and PCL.

また、本実施形態に適用するプリンタ1500には、レーザビームプリンタ及びインクジェットプリンタ等の他の各種印刷方式の印刷装置(画像形成装置)を使用することが可能である。また、複数種類の機能を有するMFP(Multi Function Peripheral:マルチファンクション周辺機器)であっても良い。   The printer 1500 applied to the present embodiment can use printing apparatuses (image forming apparatuses) of various other printing methods such as a laser beam printer and an ink jet printer. Further, it may be an MFP (Multi Function Peripheral) having a plurality of types of functions.

ここで、MFPは、自装置内部に複数のジョブを記憶可能なハードディスク等の記憶装置を具備している。また、例えば、スキャナ部から出力されたジョブに対し、その記憶装置を介してプリンタ部でプリント可能にするコピー機能を具備している。また、PC(パーソナルコンピュータ)等の外部装置から出力されたジョブに対し記憶装置を介してプリンタ部でプリント可能にするプリント機能を具備している。このように、MFPは、これらの機能を含む複数の機能を具備している。   Here, the MFP includes a storage device such as a hard disk capable of storing a plurality of jobs in its own device. In addition, for example, a copy function that enables a printer unit to print a job output from the scanner unit via the storage device is provided. In addition, it has a print function that enables a printer unit to print a job output from an external device such as a PC (personal computer) via a storage device. Thus, the MFP has a plurality of functions including these functions.

MFPには、フルカラー機器とモノクロ機器があり、色処理機能や内部データ等を除いて、基本的な部分においては、フルカラー機器がモノクロ機器の構成を包含することが多い。そのため、ここでは、フルカラー機器に絞って説明し、必要に応じて随時モノクロ機器の説明を加えることとする。   The MFP includes a full-color device and a monochrome device, and the full-color device often includes the configuration of the monochrome device in the basic part except for the color processing function and internal data. For this reason, the description will focus on full-color devices, and monochrome devices will be added as needed.

また、本実施形態で説明するシステムは、複数の機能を具備した複合機能型の画像形成装置(印刷装置)でも、プリント機能のみを具備した単一機能型の画像形成装置(印刷装置)であるSFPを具備する構成でも良い。いずれにしても、本実施形態の制御が実現可能な構成であればよい。   The system described in the present embodiment is a single-function image forming apparatus (printing apparatus) having only a print function even in a multi-function image forming apparatus (printing apparatus) having a plurality of functions. A configuration including an SFP may also be used. In any case, any configuration is possible as long as the control of the present embodiment can be realized.

尚、SFPとは、Single Function Peripheral:単一機能周辺機器の略称である。   Note that SFP is an abbreviation for single function peripheral.

次に、本実施形態のホストコンピュータ3000上とプリンタ1500間のデータ処理例について、図5を用いて説明する。   Next, an example of data processing between the host computer 3000 and the printer 1500 according to the present embodiment will be described with reference to FIG.

図5は本発明の実施形態のホストコンピュータ上とプリンタ間のデータ処理例を示す図である。   FIG. 5 is a diagram showing an example of data processing between the host computer and the printer according to the embodiment of the present invention.

WinFXアプリケーション211からプリンタ1500へデータが渡る際にGDIプリンタドライバ203またはXPSプリンタドライバ213を経由する2種類のプリントパス(処理経路)が存在することは前述のとおりである。   As described above, there are two types of print paths (processing paths) that pass through the GDI printer driver 203 or the XPS printer driver 213 when data passes from the WinFX application 211 to the printer 1500.

ここで、WinFXアプリケーション211において、電子署名情報が付加された印刷ジョブを発行する状況を想定する。   Here, it is assumed that the WinFX application 211 issues a print job to which electronic signature information is added.

XPSプリンタドライバ213を経由するプリントパスでは電子署名情報付きの描画データ323は、XPSプリンタドライバ213によって処理される。そして、XPSプリンタドライバ213により変換されたPDLデータと共に電子署名情報325がプリンタ1500へ送信される。   In the print pass via the XPS printer driver 213, the drawing data 323 with the electronic signature information is processed by the XPS printer driver 213. Then, the electronic signature information 325 is transmitted to the printer 1500 together with the PDL data converted by the XPS printer driver 213.

一方、GDIプリンタドライバ203を経由するプリントパスでは、XPS→GDI変換モジュール312によってGDIに変換される際に電子署名情報を失い、電子署名情報なしの描画データ322が生成される。そして、この電子署名情報なしの描画データ322は、GDIプリンタドライバ203によって処理される。その結果、電子署名情報のないスプールファイル(PDLデータ)324となってプリンタ1500へ送信される。   On the other hand, in the print path that passes through the GDI printer driver 203, the digital signature information is lost when converted to GDI by the XPS → GDI conversion module 312, and drawing data 322 without the electronic signature information is generated. The drawing data 322 without the electronic signature information is processed by the GDI printer driver 203. As a result, the spool file (PDL data) 324 without electronic signature information is transmitted to the printer 1500.

このような現象は、あるプリンタ1500に対してプリンタメーカーがGDIプリンタドライバ203、XPSプリンタドライバ213の両方を用意した場合に問題が起こりうる。電子署名情報付きの印刷ジョブは、ユーザがどちらのプリンタドライバを選択するかによって、WinFXアプリケーションにおいて設定した電子署名情報の有無が異なる現象が起こる。   Such a phenomenon may occur when a printer manufacturer prepares both the GDI printer driver 203 and the XPS printer driver 213 for a certain printer 1500. In a print job with electronic signature information, a phenomenon occurs in which the presence or absence of electronic signature information set in the WinFX application differs depending on which printer driver the user selects.

そこで、本実施形態では、この電子署名情報が失われる可能性がある印刷環境において、その印刷処理の禁止/実行を適応的に制御するためのセキュリティ機能を実現する。   Therefore, in the present embodiment, a security function for adaptively controlling prohibition / execution of the printing process is realized in a printing environment in which the electronic signature information may be lost.

このセキュリティ機能を実現するにあたり、本実施形態では、ホストコンピュータ上で生成された印刷ジョブが生成された処理経路に基づいて、印刷処理の禁止/実行を設定するための構成を実現している。そこで、この構成を実現するためのセキュリティ設定画面について、図6を用いて説明する。   In realizing this security function, the present embodiment realizes a configuration for setting prohibition / execution of print processing based on a processing path in which a print job generated on a host computer is generated. A security setting screen for realizing this configuration will be described with reference to FIG.

図6は本発明の実施形態における画像形成装置のセキュリティ設定画面の一例を示す図である。   FIG. 6 is a view showing an example of a security setting screen of the image forming apparatus according to the embodiment of the present invention.

このセキュリティ設定画面501は、操作部1501上に表示され、プリンタ1500の管理者が設定を行う。このセキュリティ設定画面501は、ホストコンピュータ3000から送信される印刷ジョブに電子署名情報が含まれていることを前提としている。   This security setting screen 501 is displayed on the operation unit 1501 and is set by the administrator of the printer 1500. This security setting screen 501 is based on the premise that digital signature information is included in a print job transmitted from the host computer 3000.

セキュリティ設定画面501には、502、503及び505のチェックボックスが構成されていて、各チェックボックスを用いることで、それに対応付けられているセキュリティ機能のセキュリティ設定を行うことができる。   The security setting screen 501 includes check boxes 502, 503, and 505. By using each check box, it is possible to perform security setting of the security function associated therewith.

チェックボックス502がチェックされることで、「デジタル署名のないジョブを削除する」ための設定を行うことができる。チェックボックス503がチェックされることで、「印刷許可する署名人を設定する」ための設定を行うことができる。チェックボックス505は、「デジタル署名された後、改ざんされたジョブを削除する」ための設定を行うことができる。このように、チェックボックス502、503及び505によって、印刷ジョブ内の電子署名情報の有無やその内容に応じたセキュリティ設定を行うことができる。   When the check box 502 is checked, a setting for “deleting a job without a digital signature” can be performed. When the check box 503 is checked, a setting for “setting a signer permitted to print” can be performed. A check box 505 can be set to “delete a falsified job after being digitally signed”. As described above, the check boxes 502, 503, and 505 enable the security setting according to the presence / absence of the electronic signature information in the print job and the contents thereof.

また、チェックボックス503をチェックした際には、署名人設定ボタン504により署名人を特定する設定も行うことができる。これによって、例えば、印刷ジョブを発行した人物の上司の電子署名情報がないと印刷できない等との設定が可能となる。   When the check box 503 is checked, the signer setting button 504 can be used to specify the signer. As a result, for example, it is possible to set that printing cannot be performed without the electronic signature information of the boss who issued the print job.

そして、OKボタン506を操作すると、CPU12は、セキュリティ設定画面501の各設定項目の内容をセキュリティ設定情報としてRAM19に記憶する。   When the OK button 506 is operated, the CPU 12 stores the contents of each setting item on the security setting screen 501 in the RAM 19 as security setting information.

尚、電子署名情報を用いたセキュリティ設定は、図6に示す構成に限定されず、例えば、印刷ジョブに電子署名情報が付加されていた場合には付加した本人からの印刷ジョブしか受け付けないようにする等の別のセキュリティ設定を構成することも可能である。このように、XPSの登場によりGDI経由のプリントパスでは行うことのできなかった電子署名情報の有無によるセキュリティ設定が可能となる。但し、これらのセキュリティ設定が完全に機能するのは、図5におけるXPSプリンタドライバ213を経由するXPSプリントパスのみである。上述のように、GDIプリンタドライバ203を経由するGDIプリントパスにおいては電子署名情報が欠落するためこれらの機能が働かない。   Note that the security setting using the electronic signature information is not limited to the configuration shown in FIG. 6. For example, when the electronic signature information is added to the print job, only the print job from the added person is accepted. It is also possible to configure other security settings such as In this way, security can be set based on the presence or absence of electronic signature information that could not be performed with a print path via GDI due to the advent of XPS. However, these security settings are fully functional only for the XPS print path via the XPS printer driver 213 in FIG. As described above, these functions do not work in the GDI print path via the GDI printer driver 203 because the electronic signature information is missing.

そこで、本実施形態では、このセキュリティホールを回避するため、GDIプリンタドライバ203において、WinFXアプリケーション211からの印刷ジョブを自動でキャンセルするセキュリティ機能を実現する。   Therefore, in this embodiment, in order to avoid this security hole, the GDI printer driver 203 implements a security function that automatically cancels a print job from the WinFX application 211.

特に、本実施形態では、プリンタ1500で実現するセキュリティ機能として、WinFXアプリケーション211からの印刷ジョブを自動でキャンセルするキャンセル処理について説明するが、これに限定されない。つまり、プリンタ1500側にセキュリティ機能(キャンセル処理)を構成している必要はなく、ホストコンピュータ3000のGDIプリンタドライバ203にセキュリティ機能(キャンセル処理)を構成することも可能である。   In particular, in the present embodiment, a cancel process for automatically canceling a print job from the WinFX application 211 will be described as a security function realized by the printer 1500, but the present invention is not limited to this. That is, it is not necessary to configure a security function (cancellation process) on the printer 1500 side, and it is also possible to configure a security function (cancellation process) in the GDI printer driver 203 of the host computer 3000.

このキャンセル処理を実現するにあたっては、GDIプリンタドライバ203が印刷ジョブの実行時に、その印刷ジョブがWin32アプリケーション201からのものかWinFXアプリケーション211からのものかを判別する必要がある。   In order to realize the cancel processing, it is necessary for the GDI printer driver 203 to determine whether the print job is from the Win32 application 201 or the WinFX application 211 when executing the print job.

これは、上述のように、図3Aにおいて、WinFXアプリケーション211からGDIプリンタドライバ203に渡される印刷ジョブの内、描画データに関しては、OS102によってXPS→GDI変換モジュール312が自動で変換を行う。そのため、GDIプリンタドライバ203は、その変換が行われたことを感知することができない。   As described above, in FIG. 3A, the XPS → GDI conversion module 312 automatically converts the drawing data in the print job transferred from the WinFX application 211 to the GDI printer driver 203 by the OS 102. For this reason, the GDI printer driver 203 cannot sense that the conversion has been performed.

一方、ステイプル処理等の印刷設定データに対しては、OS102が自動で変換を行うことができない。そのため、WinFXアプリケーション211から渡されるPrintTicketを、GDIプリンタドライバ203の理解できる表現であるDevModeに変換する作業をGDIプリンタドライバ203のUIドライバモジュールが行う。   On the other hand, the OS 102 cannot automatically convert print setting data such as stapling processing. Therefore, the UI driver module of the GDI printer driver 203 performs the work of converting the PrintTicket passed from the WinFX application 211 into DevMode, which is an expression understandable by the GDI printer driver 203.

以下、このGDIプリンタドライバ203によるPrintTicket→DevMode変換処理について、図7を用いて説明する。   Hereinafter, the PrintTicket → DevMode conversion process by the GDI printer driver 203 will be described with reference to FIG.

図7は本実施形態のGDIプリンタドライバによるPrintTicket→DevMode変換処理を示すフローチャートである。   FIG. 7 is a flowchart showing the PrintTicket → DevMode conversion processing by the GDI printer driver of this embodiment.

まず、OS102は描画データを自動で変換する際に、印刷設定の変換をGDIプリンタドライバ203に依頼するためにPrintTicketをGDIプリンタドライバ203が有するUIドライバモジュールに対して引き渡す。これにより、GDIプリンタドライバ203は、OS102からPrintTicketを取得する(ステップS402)。   First, when the drawing data is automatically converted, the OS 102 passes the PrintTicket to the UI driver module of the GDI printer driver 203 in order to request the GDI printer driver 203 to convert the print settings. Thereby, the GDI printer driver 203 acquires PrintTicket from the OS 102 (step S402).

次に、GDIプリンタドライバ203は、与えられたXML形式のPrintTicket情報をDevModeに変換する(ステップS403)。この際に、GDIプリンタドライバ203が有するUIドライバモジュールが、XPS→GDI変換モジュール312の変換が行われたということを示すXPS→GDI変換フラグをDevModeの内部に設定する(ステップS404)。   Next, the GDI printer driver 203 converts the given XML format PrintTicket information into DevMode (step S403). At this time, the UI driver module of the GDI printer driver 203 sets an XPS → GDI conversion flag indicating that the conversion of the XPS → GDI conversion module 312 has been performed in DevMode (step S404).

この処理結果の具体例について、図8を用いて説明する。   A specific example of the processing result will be described with reference to FIG.

図8は本発明の実施形態のPrintTicketからDevModeへの変換が行われたことを示す変換フラグを設定する様子を説明するための図である。   FIG. 8 is a diagram for explaining a state in which a conversion flag indicating that conversion from PrintTicket to DevMode is performed according to the embodiment of this invention is set.

600は、OS102からGDIプリンタドライバ203のUIドライバモジュールに渡されるPrintTicketを示している。PrintTicket600は、XML形式で表現され、用紙サイズや両面印刷の有無等の印刷設定に関わる情報を保持している。   Reference numeral 600 denotes a print ticket passed from the OS 102 to the UI driver module of the GDI printer driver 203. The PrintTicket 600 is expressed in the XML format and holds information related to print settings such as the paper size and the presence / absence of double-sided printing.

一方、PrintTicket600の変換後の情報が、DevMode700である。DevMode700は、GDIプリンタドライバ203で使用される印刷設定であり、PrintTicket600と同様に用紙サイズや両面印刷の有無等が示されている。   On the other hand, the information after conversion of PrintTicket 600 is DevMode 700. DevMode 700 is a print setting used by the GDI printer driver 203, and indicates the paper size, the presence / absence of double-sided printing, and the like, similar to the PrintTicket 600.

ここで、XPS→GDI変換モジュール312による変換を示すXPS→GDI変換フラグが、dmConvertFlag701である。これは、変換時にDM_CNV_PTTODevModeを指定することで、GDIプリンタドライバ203のUIドライバモジュール213bは、XPS→GDI変換が行われたものであることを記録している。尚、XPS→GDI変換の行われていないDevModeは、DM_CNV_NONEが指定されることになる。   Here, the XPS → GDI conversion flag indicating the conversion by the XPS → GDI conversion module 312 is the dmConvertFlag 701. This is because the UI driver module 213b of the GDI printer driver 203 records that XPS → GDI conversion has been performed by specifying DM_CNV_PTTODevMode at the time of conversion. In addition, DM_CNV_NONE is specified for DevMode not subjected to XPS → GDI conversion.

このように、このXPS→GDI変換フラグの内容を参照することで、DevModeがXPS→GDI変換を経てきたものか、そうでないものかを判別することができる。   Thus, by referring to the contents of the XPS → GDI conversion flag, it is possible to determine whether DevMode has undergone XPS → GDI conversion or not.

次に、GDIプリンタドライバ203が、プリンタ1500と連携して実際に印刷ジョブをキャンセルする場合のキャンセル処理について、図9を用いて説明する。   Next, cancel processing when the GDI printer driver 203 actually cancels a print job in cooperation with the printer 1500 will be described with reference to FIG.

図9は本発明の実施形態のGDIプリンタドライバが実行するキャンセル処理を示すフローチャートである。   FIG. 9 is a flowchart showing cancel processing executed by the GDI printer driver according to the embodiment of the present invention.

印刷時には、アプリケーションから印刷データを受け取ったOS102が、印刷データ中の印刷設定データであるDevModeをGDIプリンタドライバ203に対して送信する。   When printing, the OS 102 that has received the print data from the application transmits DevMode, which is print setting data in the print data, to the GDI printer driver 203.

GDIプリンタドライバ203は、この時点で、受信したDevModeがWin32アプリケーション201からのものか、XPS→GDI変換がなされたものかわからない。そのため、GDIプリンタドライバ203は、DevModeの内容を確認する(ステップS412)。この内容の確認によって、GDIプリンタドライバは、印刷ジョブのプリントパスを判定することができる。   At this point, the GDI printer driver 203 does not know whether the received DevMode is from the Win32 application 201 or has undergone XPS → GDI conversion. Therefore, the GDI printer driver 203 confirms the contents of DevMode (step S412). By confirming this content, the GDI printer driver can determine the print path of the print job.

確認結果に基づいて、GDIプリンタドライバ203は、DevMode中に、XPS→GDI変換フラグが設定されているか否かを判定する(ステップS413)。XPS→GDI変換フラグが設定されていない場合(ステップS413でNO)、即ち、Win32アプリケーション201からの印刷ジョブであるとみなせる場合、その印刷ジョブはもともと電子署名情報を含んでいなかったと判断する。そこで、セキュリティの問題はないということで、GDIプリンタドライバ203は、通常通り、印刷ジョブを生成し、プリンタ1500に対して出力する(ステップS418)。   Based on the confirmation result, the GDI printer driver 203 determines whether the XPS → GDI conversion flag is set in DevMode (step S413). If the XPS → GDI conversion flag is not set (NO in step S413), that is, if it can be regarded as a print job from the Win32 application 201, it is determined that the print job originally did not include electronic signature information. Therefore, because there is no security problem, the GDI printer driver 203 generates a print job as usual and outputs it to the printer 1500 (step S418).

一方、XPS→GDI変換フラグが設定されている場合(ステップS413でYES)、GDIプリンタドライバ203は、実行中の印刷ジョブがWinFXアプリケーション211からの印刷ジョブとみなすことができる。この場合、WinFXアプリケーション211から発行された印刷ジョブということで、もともと付加されていた電子署名情報がXPS→GDI変換時に失われてしまった可能性がある。   On the other hand, if the XPS → GDI conversion flag is set (YES in step S413), the GDI printer driver 203 can regard the print job being executed as a print job from the WinFX application 211. In this case, since the print job is issued from the WinFX application 211, there is a possibility that the electronic signature information originally added is lost at the time of XPS → GDI conversion.

そこで、その印刷ジョブがWinFXアプリケーション211からの印刷ジョブと判定したら、GDIプリンタドライバ203は、プリンタ1500に対して、電子署名情報によるセキュリティ機能が動作中であるか否かを問い合わせる。つまり、GDIプリンタドライバ203は、プリンタ1500から現在実行中のセキュリティ設定情報を取得する(ステップS414)。これにより、セキュリティ機能が動作中かどうかを問い合わせする。   Therefore, when the print job is determined to be a print job from the WinFX application 211, the GDI printer driver 203 inquires of the printer 1500 whether or not the security function based on the electronic signature information is in operation. That is, the GDI printer driver 203 acquires the security setting information currently being executed from the printer 1500 (step S414). This inquires whether the security function is operating.

尚、本実施形態においては、このタイミングでセキュリティ設定情報を取得しているが、これに限定されない。例えば、あらかじめプリンタ1500からセキュリティ設定情報を取得しておいて、そのセキュリティ設定情報に基づいて、電子署名情報を利用したセキュリティ機能が動作中であるか否かを判定しても良い。   In the present embodiment, the security setting information is acquired at this timing, but the present invention is not limited to this. For example, security setting information may be acquired from the printer 1500 in advance, and based on the security setting information, it may be determined whether or not a security function using the electronic signature information is operating.

また、本実施形態では、セキュリティ設定情報をプリンタ1500から取得する例を挙げているが、GDIプリンタドライバ203自体がセキュリティ機能を持っていて、ステップS414で、その設定がなされているかどうかを判定する構成としても良い。   In this embodiment, the security setting information is acquired from the printer 1500. However, the GDI printer driver 203 itself has a security function, and it is determined in step S414 whether or not the setting is made. It is good also as a structure.

さらに、図9では、GDIプリンタドライバ203が、XPS→GDI変換フラグが設定されていると判定した場合(ステップS413でYES)、ステップS414の取得処理とステップS415の判定処理を実行している。しかしながら、XPS→GDI変換フラグが設定されていると判定した場合、GDIプリンタドライバ203が、ステップS414及びステップS415の処理を実行することなく印刷ジョブをキャンセルしても構わない。しかしながら、ステップS415の判定処理を行ったほうが、よりユーザの意向を反映した印刷処理を実現できる。   Further, in FIG. 9, when the GDI printer driver 203 determines that the XPS → GDI conversion flag is set (YES in step S413), the acquisition process in step S414 and the determination process in step S415 are executed. However, if it is determined that the XPS → GDI conversion flag is set, the GDI printer driver 203 may cancel the print job without executing the processing in steps S414 and S415. However, the printing process reflecting the user's intention can be realized by performing the determination process in step S415.

ここで、GDIプリンタドライバ203自体がセキュリティ機能を持っている場合に、GDIプリンタドライバ203が実現するセキュリティ設定画面について、図10を用いて説明する。   Here, a security setting screen realized by the GDI printer driver 203 when the GDI printer driver 203 itself has a security function will be described with reference to FIG.

図10は本発明の実施形態におけるGDIプリンタドライバのセキュリティ設定画面の一例を示す図である。   FIG. 10 is a diagram showing an example of a security setting screen of the GDI printer driver in the embodiment of the present invention.

このセキュリティ設定画面511は、ホストコンピュータ3000上で動作するGDIプリンタドライバ203の一部として機能する。   The security setting screen 511 functions as a part of the GDI printer driver 203 operating on the host computer 3000.

セキュリティ設定画面511には、チェックボックス512が構成されていて、これを用いることで、それに対応付けられているセキュリティ機能のセキュリティ設定を行うことができる。   On the security setting screen 511, a check box 512 is configured, and by using this check box, it is possible to perform security setting of a security function associated therewith.

チェックボックス512は、チェックすることで、「WinFXアプリケーションからのジョブをキャンセルする」ための設定を行うことができる。これにより、GDIプリンタドライバ203において、WinFXアプリケーション211からの印刷ジョブを自動でキャンセルすることができる。   By checking the check box 512, a setting for “cancel the job from the WinFX application” can be performed. As a result, the GDI printer driver 203 can automatically cancel a print job from the WinFX application 211.

尚、セキュリティを重視するような環境においては、ユーザが自由にチェックをはずすことで印刷制限を回避できないように、管理者権限のあるユーザしかこれらの設定をできないようにすることが望ましい。さらに、複数のPCがネットワーク接続されている環境においては、ネットワーク上のプリンタドライバに対して一括してこれらの設定ができるようにするシステムを用いることで、管理者の負担を軽減することができる。   In an environment where security is important, it is desirable that only a user with administrator authority can perform these settings so that the user can avoid the print restriction by unchecking it freely. Furthermore, in an environment in which a plurality of PCs are connected to a network, the burden on the administrator can be reduced by using a system that enables these settings to be collectively made for printer drivers on the network. .

図9の説明に戻る。   Returning to the description of FIG.

プリンタ1500から取得したセキュリティ設定情報を参照して、GDIプリンタドライバ203は、プリンタ1500に印刷ジョブ内の電子署名情報を利用したセキュリティ機能が設定されているか否かを判定する(ステップS415)。電子署名情報を利用したセキュリティ機能が設定されていない場合(ステップS415でNO)、GDIプリンタドライバ203は、WinFXアプリケーション211からGDIプリンタドライバ203経由の処理経路での印刷ジョブ実行が問題ないと判定する。この場合、GDIプリンタドライバ203は、通常通り、印刷ジョブを生成し、プリンタ1500に対して出力する(ステップS418)。   With reference to the security setting information acquired from the printer 1500, the GDI printer driver 203 determines whether or not the security function using the electronic signature information in the print job is set in the printer 1500 (step S415). If the security function using the electronic signature information is not set (NO in step S415), the GDI printer driver 203 determines that there is no problem in print job execution from the WinFX application 211 through the processing path via the GDI printer driver 203. . In this case, the GDI printer driver 203 generates a print job as usual and outputs it to the printer 1500 (step S418).

一方、プリンタ1500に電子署名情報を利用したセキュリティ機能が設定されている場合(ステップS415でYES)、GDIプリンタドライバ203は、実行中の印刷ジョブをキャンセルする(ステップS416)。そして、そのキャンセルしたこと示す通知情報を出力する(ステップS417)。尚、ここでの出力先は、ホストコンピュータ3000のCRT10及びプリンタ1500の操作部1501の少なくとも一方である。   On the other hand, when the security function using the electronic signature information is set in the printer 1500 (YES in step S415), the GDI printer driver 203 cancels the print job being executed (step S416). Then, notification information indicating the cancellation is output (step S417). Note that the output destination here is at least one of the CRT 10 of the host computer 3000 and the operation unit 1501 of the printer 1500.

この通知情報の一例について、図11及び図12を用いて説明する。   An example of this notification information will be described with reference to FIGS.

図11及び図12は本発明の実施形態の通知情報の一例を示す図である。   11 and 12 are diagrams illustrating an example of notification information according to the embodiment of this invention.

この通知情報は、ユーザが実際にWinFXアプリケーション211からGDIプリンタドライバ203経由のプリントパスを用いて印刷を要求した際の印刷ジョブをキャンセルする場合に出力するメッセージを示すUI画面である。   This notification information is a UI screen indicating a message that is output when a user cancels a print job when the user actually requests printing using the print path via the GDI printer driver 203 from the WinFX application 211.

図11は、プリンタ1500側に電子署名情報を利用したセキュリティ機能が設定されていた場合の通知画面521である。通知画面521では、通知内容522が表示されている。また、OKボタン523が操作されると、通知画面521の表示を消去する。また、ヘルプボタン524が操作されると、ヘルプ画面を表示する。   FIG. 11 shows a notification screen 521 when a security function using electronic signature information is set on the printer 1500 side. The notification content 522 is displayed on the notification screen 521. When the OK button 523 is operated, the display of the notification screen 521 is deleted. When the help button 524 is operated, a help screen is displayed.

図12は、GDIプリンタドライバ203側にWinFXアプリケーション211からの印刷ジョブをキャンセルする設定がなされていた場合の通知画面531である。通知画面531では、通知内容532が表示されている。また、OKボタン533が操作されると、通知画面531の表示を消去する。また、ヘルプボタン534が操作されると、ヘルプ画面を表示する。   FIG. 12 shows a notification screen 531 when the GDI printer driver 203 is set to cancel the print job from the WinFX application 211. On the notification screen 531, the notification content 532 is displayed. Further, when the OK button 533 is operated, the display of the notification screen 531 is deleted. When the help button 534 is operated, a help screen is displayed.

以上説明したように、本実施形態によれば、XPS→GDI変換により印刷ジョブ中の電子署名情報が失われてしまった時におこるセキュリティホールを、プリンタドライバでの処理の段階で、印刷ジョブをキャンセルすることによって回避することができる。   As described above, according to this embodiment, a security hole that occurs when electronic signature information in a print job is lost due to XPS → GDI conversion is canceled at the stage of processing in the printer driver. This can be avoided.

尚、本実施形態においては、XPS→GDI変換により失われる情報として、電子署名情報を使用したセキュリティ設定を代表例として挙げて説明している。しかしながら、本発明は、セキュリティのための印刷制限だけでなく、より柔軟な印刷制限機能に対応させることが可能である。   In this embodiment, the security setting using the electronic signature information is described as a representative example as information lost by XPS → GDI conversion. However, the present invention can cope with not only a printing restriction for security but also a more flexible printing restriction function.

例えば、XPS→GDI経由のプリントパスにおいて画質が落ちてしまうケースを懸念した以下のような制限が考えられる。   For example, the following restrictions may be considered in which there is a concern about the case where the image quality deteriorates in a print path via XPS → GDI.

・XPS→GDI変換が行われた印刷ジョブにおいて、特定のアプリケーション(高性能グラフィックアプリケーション等)からの印刷ジョブはキャンセルする。一方、当該特定のアプリケーション以外(画質が低下しても多大な影響を与えないようなアプリケーション)からの印刷ジョブは実行する。   In a print job that has undergone XPS → GDI conversion, a print job from a specific application (such as a high-performance graphic application) is cancelled. On the other hand, a print job is executed from a specific application other than the specific application (an application that does not have a great influence even if the image quality is lowered).

・XPS→GDI変換が行われた印刷ジョブにおいて、特定のアプリケーション(帳票等)からの印刷ジョブ以外はキャンセルする。   In print jobs that have undergone XPS → GDI conversion, cancel print jobs other than those from specific applications (forms, etc.).

・XPS→GDI変換が行われた印刷ジョブにおいて、特定のカラー処理(CMS処理)を行った印刷ジョブはキャンセルする。   In a print job that has undergone XPS → GDI conversion, a print job that has undergone a specific color process (CMS process) is cancelled.

本発明は、このような状況における印刷制限機能に対しても同様に適用することができる。   The present invention can be similarly applied to the print restriction function in such a situation.

つまり、本発明では、プリンタ1500においては、図6に示すセキュリティ設定画面に代えて、セキュリティ設定情報を含む印刷制限設定情報を設定するための印刷制限設定画面を構成することが可能である。そして、この印刷制限設定画面によって印刷制限設定情報を設定することができる。   That is, in the present invention, the printer 1500 can configure a print restriction setting screen for setting print restriction setting information including security setting information, instead of the security setting screen shown in FIG. The print restriction setting information can be set on this print restriction setting screen.

そして、ホストコンピュータ3000は、この印刷制限設定情報を用いて、プリンタ1500の印刷制限機能の設定状況を判定して、その判定結果に基づいて、印刷ジョブの印刷処理をキャンセルするか否かを制御することが可能である。   Then, the host computer 3000 uses this print restriction setting information to determine the setting status of the print restriction function of the printer 1500, and controls whether or not to cancel the print processing of the print job based on the determination result. Is possible.

以上、実施形態例を詳述したが、本発明は、例えば、システム、装置、方法、プログラムもしくは記憶媒体等としての実施態様をとることが可能である。具体的には、複数の機器から構成されるシステムに適用しても良いし、また、一つの機器からなる装置に適用しても良い。   Although the embodiment has been described in detail above, the present invention can take an embodiment as, for example, a system, apparatus, method, program, or storage medium. Specifically, the present invention may be applied to a system composed of a plurality of devices, or may be applied to an apparatus composed of a single device.

尚、本発明は、前述した実施形態の機能を実現するソフトウェアのプログラム(実施形態では図に示すフローチャートに対応したプログラム)を、システムあるいは装置に直接あるいは遠隔から供給する。そして、そのシステムあるいは装置のコンピュータが該供給されたプログラムコードを読み出して実行することによっても達成される場合を含む。   In the present invention, a software program (in the embodiment, a program corresponding to the flowchart shown in the drawing) that realizes the functions of the above-described embodiments is directly or remotely supplied to a system or apparatus. In addition, this includes a case where the system or the computer of the apparatus is also achieved by reading and executing the supplied program code.

従って、本発明の機能処理をコンピュータで実現するために、該コンピュータにインストールされるプログラムコード自体も本発明を実現するものである。つまり、本発明は、本発明の機能処理を実現するためのコンピュータプログラム自体も含まれる。   Accordingly, since the functions of the present invention are implemented by computer, the program code installed in the computer also implements the present invention. In other words, the present invention includes a computer program itself for realizing the functional processing of the present invention.

その場合、プログラムの機能を有していれば、オブジェクトコード、インタプリタにより実行されるプログラム、OSに供給するスクリプトデータ等の形態であっても良い。   In that case, as long as it has a program function, it may be in the form of object code, a program executed by an interpreter, script data supplied to the OS, or the like.

プログラムを供給するための記録媒体としては、例えば、フロッピー(登録商標)ディスク、ハードディスク、光ディスクがある。また、更に、記録媒体としては、光磁気ディスク、MO、CD−ROM、CD−R、CD−RW、磁気テープ、不揮発性のメモリカード、ROM、DVD(DVD−ROM,DVD−R)などがある。   Examples of the recording medium for supplying the program include a floppy (registered trademark) disk, a hard disk, and an optical disk. Further, as a recording medium, magneto-optical disk, MO, CD-ROM, CD-R, CD-RW, magnetic tape, nonvolatile memory card, ROM, DVD (DVD-ROM, DVD-R), etc. is there.

その他、プログラムの供給方法としては、クライアントコンピュータのブラウザを用いてインターネットのホームページに接続する。そして、その接続先のホームページから本発明のコンピュータプログラムそのもの、もしくは圧縮され自動インストール機能を含むファイルをハードディスク等の記録媒体にダウンロードすることによっても供給できる。また、本発明のプログラムを構成するプログラムコードを複数のファイルに分割し、それぞれのファイルを異なるホームページからダウンロードすることによっても実現可能である。つまり、本発明の機能処理をコンピュータで実現するためのプログラムファイルを複数のユーザに対してダウンロードさせるWWWサーバも、本発明に含まれるものである。   As another program supply method, a browser on a client computer is used to connect to an Internet home page. Then, the computer program of the present invention itself or a compressed file including an automatic installation function can be downloaded from a homepage of the connection destination to a recording medium such as a hard disk. It can also be realized by dividing the program code constituting the program of the present invention into a plurality of files and downloading each file from a different homepage. That is, a WWW server that allows a plurality of users to download a program file for realizing the functional processing of the present invention on a computer is also included in the present invention.

また、本発明のプログラムを暗号化してCD−ROM等の記憶媒体に格納してユーザに配布し、所定の条件をクリアしたユーザに対し、インターネットを介してホームページから暗号化を解く鍵情報をダウンロードさせる。そして、その鍵情報を使用することにより暗号化されたプログラムを実行してコンピュータにインストールさせて実現することも可能である。   In addition, the program of the present invention is encrypted, stored in a storage medium such as a CD-ROM, distributed to users, and key information for decryption is downloaded from a homepage via the Internet to users who have cleared predetermined conditions. Let It is also possible to execute the encrypted program by using the key information and install the program on a computer.

また、コンピュータが、読み出したプログラムを実行することによって、前述した実施形態の機能が実現される。また、そのプログラムの指示に基づき、コンピュータ上で稼動しているOSなどが、実際の処理の一部または全部を行ない、その処理によっても前述した実施形態の機能が実現され得る。   Further, the functions of the above-described embodiments are realized by the computer executing the read program. Further, based on the instructions of the program, an OS or the like running on the computer performs part or all of the actual processing, and the functions of the above-described embodiments can be realized by the processing.

さらに、記録媒体から読み出されたプログラムが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれる。その後、そのプログラムの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPUなどが実際の処理の一部または全部を行ない、その処理によっても前述した実施形態の機能が実現される。   Further, the program read from the recording medium is written in a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer. Thereafter, the CPU of the function expansion board or function expansion unit performs part or all of the actual processing based on the instructions of the program, and the functions of the above-described embodiments are realized by the processing.

一般的な印刷処理フロー及び印刷処理に対するコンポーネントを示す図である。FIG. 5 is a diagram illustrating a general print processing flow and components for print processing. 複数のグラフィクスエンジンが共存する、Windows(登録商標) VISTAにおける印刷処理フロー及び印刷処理に対するコンポーネントを示す図である。It is a figure which shows the component with respect to the printing processing flow in Windows (registered trademark) Vista, and the printing processing in which a plurality of graphics engines coexist. Windows(登録商標) VISTAにおける、2つのグラフィクスエンジン共存の仕組みを示す図である。2 is a diagram illustrating a mechanism of coexistence of two graphics engines in Windows (registered trademark) VISTA. FIG. 本発明の実施形態のXPSプリンタドライバの構成を示す図である。1 is a diagram illustrating a configuration of an XPS printer driver according to an embodiment of the present invention. 本発明の実施形態のコンピュータを含むプリンタ制御システムの構成を説明するブロック図である。1 is a block diagram illustrating a configuration of a printer control system including a computer according to an embodiment of the present invention. 本発明の実施形態のホストコンピュータ上とプリンタ間のデータ処理例を示す図である。It is a figure which shows the example of a data processing between the host computer and printer of embodiment of this invention. 本発明の実施形態における画像形成装置のセキュリティ設定画面の一例を示す図である。6 is a diagram illustrating an example of a security setting screen of the image forming apparatus according to the embodiment of the present invention. FIG. 本実施形態のGDIプリンタドライバによるPrintTicket→DevMode変換処理を示すフローチャートである。It is a flowchart which shows PrintTicket-> DevMode conversion processing by the GDI printer driver of this embodiment. 本発明の実施形態のPrintTicketからDevModeへの変換の際に変換が行われたことを示す変換フラグを設定する様子を説明するための図である。It is a figure for demonstrating a mode that the conversion flag which shows that conversion was performed at the time of conversion from PrintTicket to DevMode of embodiment of this invention is set. 本発明の実施形態のGDIプリンタドライバが実行するキャンセル処理を示すフローチャートである。6 is a flowchart illustrating cancel processing executed by the GDI printer driver according to the embodiment of the present invention. 本発明の実施形態におけるGDIプリンタドライバのセキュリティ設定画面の一例を示す図である。6 is a diagram illustrating an example of a security setting screen of a GDI printer driver according to an embodiment of the present invention. FIG. 本発明の実施形態の通知情報の一例を示す図である。It is a figure which shows an example of the notification information of embodiment of this invention. 本発明の実施形態の通知情報の一例を示す図である。It is a figure which shows an example of the notification information of embodiment of this invention.

符号の説明Explanation of symbols

3000 ホストコンピュータ
102 OS
201 Win32アプリケーション
202 GDI
203 GDIプリンタドライバ
211 WinFXアプリケーション
212 WPF
213 XPSプリンタドライバ
105 スプーラ
1500 プリンタ
3000 Host computer 102 OS
201 Win32 application 202 GDI
203 GDI printer driver 211 WinFX application 212 WPF
213 XPS printer driver 105 Spooler 1500 Printer

Claims (13)

第1アプリケーションからの印刷指示に応じて、第1プリンタドライバが処理可能な第1描画データを生成する第1描画部と、第2アプリケーションからの印刷指示に応じて、第2プリンタドライバが処理可能な第2描画データを生成する第2描画部とが動作する情報処理装置であって、
前記第1アプリケーションによって生成された印刷対象である印刷データの処理経路が、前記第1描画データを前記第2描画データへ変換して、前記第2プリンタドライバへ出力する処理経路であるか否かを判定する第1判定手段と、
前記第1判定手段の判定の結果、前記第1描画データを前記第2描画データへ変換して、前記第2プリンタドライバへ出力する処理経路であると判定された場合、前記印刷データの印刷処理をキャンセルするキャンセル手段と
を備えることを特徴とする情報処理装置。
A first drawing unit that generates first drawing data that can be processed by the first printer driver in response to a print instruction from the first application, and a second printer driver that can process in accordance with a print instruction from the second application An information processing apparatus that operates with a second drawing unit that generates second drawing data,
Whether the processing path of the print data to be printed generated by the first application is a processing path for converting the first drawing data into the second drawing data and outputting it to the second printer driver. First determination means for determining
As a result of the determination by the first determination means, when it is determined that the processing path is a path for converting the first drawing data into the second drawing data and outputting the second drawing data to the second printer driver, the printing process of the print data An information processing apparatus comprising: canceling means for canceling.
前記第1判定手段の判定の結果、前記第1描画データを前記第2描画データへ変換して、前記第2プリンタドライバへ出力する処理経路であると判定された場合、前記印刷データの印刷先として指定されている画像形成装置から、印刷制限設定情報を取得する取得手段と、
前記取得手段で取得した印刷制限設定情報に基づいて、前記画像形成装置に前記第1判定手段の判定結果に基づく印刷制限が設定されているか否かを判定する第2判定手段とを更に備え、
前記キャンセル手段は、前記第2判定手段の判定の結果、前記印刷制限が設定されていると判定された場合、前記印刷データの印刷処理をキャンセルする
ことを特徴とする請求項1に記載の情報処理装置。
As a result of the determination by the first determination means, if it is determined that the processing path is to convert the first drawing data into the second drawing data and output the second drawing data, the print destination of the print data Acquisition means for acquiring print restriction setting information from an image forming apparatus designated as:
A second determination unit that determines whether or not a print limit based on a determination result of the first determination unit is set in the image forming apparatus based on the print limit setting information acquired by the acquisition unit;
2. The information according to claim 1, wherein the cancel unit cancels the print processing of the print data when it is determined that the print restriction is set as a result of the determination by the second determination unit. Processing equipment.
前記第1判定手段の判定の結果、前記第1描画データを前記第2描画データへ変換して、前記第2プリンタドライバへ出力する処理経路であると判定された場合、前記印刷データの印刷処理をキャンセルするための印刷制限の設定を行う設定手段と、
前記第1判定手段の判定の結果、前記第1描画データを前記第2描画データへ変換して、前記第2プリンタドライバへ出力する処理経路であると判定された場合、前記設定手段による印刷制限が設定されているか否かを判定する第3判定手段とを更に備え、
前記キャンセル手段は、前記第3判定手段の判定の結果、前記印刷制限が設定されていると判定された場合、前記印刷データの印刷処理をキャンセルする
ことを特徴とする請求項1に記載の情報処理装置。
As a result of the determination by the first determination means, when it is determined that the processing path is a path for converting the first drawing data into the second drawing data and outputting the second drawing data to the second printer driver, the printing process of the print data Setting means for setting a print restriction for canceling,
As a result of the determination by the first determination unit, if it is determined that the processing path is a path for converting the first drawing data into the second drawing data and outputting the second drawing data to the second printer driver, the print restriction by the setting unit And third determining means for determining whether or not is set,
2. The information according to claim 1, wherein the cancel unit cancels the print processing of the print data when it is determined that the print restriction is set as a result of the determination by the third determination unit. 3. Processing equipment.
前記第1判定手段は、印刷データの出力要求元のアプリケーションと、出力先として指定されたプリンタドライバとの組み合わせが、第1アプリケーションと第1プリンタドライバの組み合わせであるか否かを判定し、当該組み合わせでないと判定された場合、前記第1描画データを前記第2描画データへ変換して、前記第2プリンタドライバへ出力する処理経路であると判定する
ことを特徴とする請求項1に記載の情報処理装置。
The first determination unit determines whether or not a combination of the print data output request source application and the printer driver designated as the output destination is a combination of the first application and the first printer driver. 2. The method according to claim 1, wherein if it is determined that the combination is not a combination, the first drawing data is converted into the second drawing data, and the processing path is output to the second printer driver. Information processing device.
前記キャンセル手段によるキャンセルした旨を通知する通知情報を出力する出力手段を更に備える
ことを特徴とする請求項1に記載の情報処理装置。
The information processing apparatus according to claim 1, further comprising an output unit that outputs notification information notifying that the cancellation unit has canceled.
第1アプリケーションからの印刷指示に応じて、第1プリンタドライバが処理可能な第1描画データを生成する第1描画部と、第2アプリケーションからの印刷指示に応じて、第2プリンタドライバが処理可能な第2描画データを生成する第2描画部とが動作する情報処理装置で生成された印刷データを受信して、印刷を行う画像形成装置であって、
前記第1アプリケーションによって生成された印刷対象である印刷データの処理経路が、前記第1描画データを前記第2描画データへ変換して、前記第2プリンタドライバへ出力する処理経路である場合に、該印刷データの処理に係る設定を行う設定手段と、
前記設定手段で設定した設定情報を記憶する記憶手段と、
前記情報処理装置へ、前記記憶手段に記憶した設定情報を出力する出力手段と
を備えることを特徴とする画像形成装置。
A first drawing unit that generates first drawing data that can be processed by the first printer driver in response to a print instruction from the first application, and a second printer driver that can process in accordance with a print instruction from the second application An image forming apparatus that receives and prints print data generated by an information processing apparatus that operates with a second drawing unit that generates second drawing data.
When the processing path of the print data to be printed generated by the first application is a processing path for converting the first drawing data into the second drawing data and outputting it to the second printer driver, Setting means for performing settings relating to processing of the print data;
Storage means for storing setting information set by the setting means;
An image forming apparatus comprising: output means for outputting setting information stored in the storage means to the information processing apparatus.
前記設定手段は、前記第1描画データを前記第2描画データへ変換して、前記第2プリンタドライバへ出力する処理経路である場合に、前記印刷データの印刷処理をキャンセルするためのキャンセル設定項目を含む
ことを特徴とする請求項6に記載の画像形成装置。
The setting means is a cancel setting item for canceling the printing process of the print data when the processing unit is a processing path for converting the first drawing data into the second drawing data and outputting the converted data to the second printer driver. The image forming apparatus according to claim 6, further comprising:
前記設定手段は、処理対象の印刷データが、電子署名情報が付加されている印刷データである場合に、前記印刷データの印刷を許可する署名人を設定するための署名人設定項目を更に含む
ことを特徴とする請求項7に記載の画像形成装置。
The setting means further includes a signer setting item for setting a signer who is permitted to print the print data when the print data to be processed is print data to which electronic signature information is added. The image forming apparatus according to claim 7.
前記情報処理装置が前記設定情報に基づいて処理対象の印刷データの印刷処理をキャンセルした場合に、その旨を通知する通知情報を受信する受信手段を更に備える
ことを特徴とする請求項6に記載の画像形成装置。
The information processing apparatus according to claim 6, further comprising: a receiving unit configured to receive notification information for notifying that when the information processing apparatus cancels the printing process of the print data to be processed based on the setting information. Image forming apparatus.
第1アプリケーションからの印刷指示に応じて、第1プリンタドライバが処理可能な第1描画データを生成する第1描画部と、第2アプリケーションからの印刷指示に応じて、第2プリンタドライバが処理可能な第2描画データを生成する第2描画部とが動作する情報処理装置の制御方法であって、
前記第1アプリケーションによって生成された印刷対象である印刷データの処理経路が、前記第1描画データを前記第2描画データへ変換して、前記第2プリンタドライバへ出力する処理経路であるか否かを判定する第1判定工程と、
前記第1判定工程の判定の結果、前記第1描画データを前記第2描画データへ変換して、前記第2プリンタドライバへ出力する処理経路であると判定された場合、前記印刷データの印刷処理をキャンセルするキャンセル工程と
を備えることを特徴とする情報処理装置の制御方法。
A first drawing unit that generates first drawing data that can be processed by the first printer driver in response to a print instruction from the first application, and a second printer driver that can process in accordance with a print instruction from the second application An information processing apparatus control method for operating a second drawing unit that generates second drawing data,
Whether the processing path of the print data to be printed generated by the first application is a processing path for converting the first drawing data into the second drawing data and outputting it to the second printer driver. A first determination step of determining
As a result of the determination in the first determination step, when it is determined that the processing path is to convert the first drawing data into the second drawing data and output the second drawing data, the print processing of the print data And a canceling step for canceling the information processing method.
第1アプリケーションからの印刷指示に応じて、第1プリンタドライバが処理可能な第1描画データを生成する第1描画部と、第2アプリケーションからの印刷指示に応じて、第2プリンタドライバが処理可能な第2描画データを生成する第2描画部とが動作する情報処理装置で生成された印刷データを受信して、印刷を行う画像形成装置の制御方法であって、
前記第1アプリケーションによって生成された印刷対象である印刷データの処理経路が、前記第1描画データを前記第2描画データへ変換して、前記第2プリンタドライバへ出力する処理経路である場合に、該印刷データの処理に係る設定を行う設定工程と、
前記設定工程で設定した設定情報を記憶媒体に記憶する記憶工程と、
前記情報処理装置へ、前記記憶媒体に記憶した設定情報を出力する出力工程と
を備えることを特徴とする画像形成装置の制御方法。
A first drawing unit that generates first drawing data that can be processed by the first printer driver in response to a print instruction from the first application, and a second printer driver that can process in accordance with a print instruction from the second application A method of controlling an image forming apparatus that receives and prints print data generated by an information processing apparatus that operates with a second drawing unit that generates second drawing data.
When the processing path of the print data to be printed generated by the first application is a processing path for converting the first drawing data into the second drawing data and outputting it to the second printer driver, A setting step for performing settings related to processing of the print data;
A storage step of storing the setting information set in the setting step in a storage medium;
An output step of outputting setting information stored in the storage medium to the information processing apparatus.
第1アプリケーションからの印刷指示に応じて、第1プリンタドライバが処理可能な第1描画データを生成する第1描画部と、第2アプリケーションからの印刷指示に応じて、第2プリンタドライバが処理可能な第2描画データを生成する第2描画部とが動作する情報処理装置の制御をコンピュータに実行させるためのコンピュータプログラムであって、
前記第1アプリケーションによって生成された印刷対象である印刷データの処理経路が、前記第1描画データを前記第2描画データへ変換して、前記第2プリンタドライバへ出力する処理経路であるか否かを判定する第1判定工程と、
前記第1判定工程の判定の結果、前記第1描画データを前記第2描画データへ変換して、前記第2プリンタドライバへ出力する処理経路であると判定された場合、前記印刷データの印刷処理をキャンセルするキャンセル工程と
をコンピュータに実行させるためのコンピュータプログラム。
A first drawing unit that generates first drawing data that can be processed by the first printer driver in response to a print instruction from the first application, and a second printer driver that can process in accordance with a print instruction from the second application A computer program for causing a computer to control an information processing apparatus that operates with a second drawing unit that generates second drawing data,
Whether the processing path of the print data to be printed generated by the first application is a processing path for converting the first drawing data into the second drawing data and outputting it to the second printer driver. A first determination step of determining
As a result of the determination in the first determination step, when it is determined that the processing path is to convert the first drawing data into the second drawing data and output the second drawing data, the print processing of the print data A computer program for causing a computer to execute a canceling process for canceling.
第1アプリケーションからの印刷指示に応じて、第1プリンタドライバが処理可能な第1描画データを生成する第1描画部と、第2アプリケーションからの印刷指示に応じて、第2プリンタドライバが処理可能な第2描画データを生成する第2描画部とが動作する情報処理装置で生成された印刷データを受信して、印刷を行う画像形成装置の制御をコンピュータに実行させるためのコンピュータプログラムであって、
前記第1アプリケーションによって生成された印刷対象である印刷データの処理経路が、前記第1描画データを前記第2描画データへ変換して、前記第2プリンタドライバへ出力する処理経路である場合に、該印刷データの処理に係る設定を行う設定工程と、
前記設定工程で設定した設定情報を記憶媒体に記憶する記憶工程と、
前記情報処理装置へ、前記記憶媒体に記憶した設定情報を出力する出力工程と
をコンピュータに実行させるためのコンピュータプログラム。
A first drawing unit that generates first drawing data that can be processed by the first printer driver in response to a print instruction from the first application, and a second printer driver that can process in accordance with a print instruction from the second application A computer program for receiving print data generated by an information processing apparatus that operates with a second drawing unit that generates second drawing data and causing the computer to control the image forming apparatus that performs printing ,
When the processing path of the print data to be printed generated by the first application is a processing path for converting the first drawing data into the second drawing data and outputting it to the second printer driver, A setting step for performing settings related to processing of the print data;
A storage step of storing the setting information set in the setting step in a storage medium;
A computer program for causing a computer to execute an output step of outputting setting information stored in the storage medium to the information processing apparatus.
JP2006322519A 2006-11-29 2006-11-29 Information processor, image forming device, method for controlling them, and computer program Withdrawn JP2008139912A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006322519A JP2008139912A (en) 2006-11-29 2006-11-29 Information processor, image forming device, method for controlling them, and computer program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006322519A JP2008139912A (en) 2006-11-29 2006-11-29 Information processor, image forming device, method for controlling them, and computer program

Publications (1)

Publication Number Publication Date
JP2008139912A true JP2008139912A (en) 2008-06-19

Family

ID=39601343

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006322519A Withdrawn JP2008139912A (en) 2006-11-29 2006-11-29 Information processor, image forming device, method for controlling them, and computer program

Country Status (1)

Country Link
JP (1) JP2008139912A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010044563A (en) * 2008-08-12 2010-02-25 Sharp Corp Image forming system
US8405842B2 (en) 2008-07-17 2013-03-26 Sharp Kabushiki Kaisha Image forming system having use restriction function based on document format to be printed and use restriction method in the system
JP2014241118A (en) * 2013-06-12 2014-12-25 株式会社リコー Printing controller, printing control method, program, and printing control system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8405842B2 (en) 2008-07-17 2013-03-26 Sharp Kabushiki Kaisha Image forming system having use restriction function based on document format to be printed and use restriction method in the system
JP2010044563A (en) * 2008-08-12 2010-02-25 Sharp Corp Image forming system
JP2014241118A (en) * 2013-06-12 2014-12-25 株式会社リコー Printing controller, printing control method, program, and printing control system

Similar Documents

Publication Publication Date Title
JP4785580B2 (en) Image forming apparatus, control method therefor, and program
US7907313B2 (en) Management of multiple printer drivers
US11789676B2 (en) Information apparatus, controlling method for information apparatus, and storage medium
JP2007249857A (en) Information processor, its control method, and program
US9830544B2 (en) Image processing apparatus, control method, and storage medium for executing print processing using a password including selecting a personal identification code type that indicates a purpose for using the password
US11733936B2 (en) Information processing apparatus, control method, and storage medium for setting a print setting value
JP5527992B2 (en) Print control method, print control apparatus, and computer program
JP2011242950A (en) Information processor, control method and program
JP2005208894A (en) Method, program and apparatus for controlling peripheral device
JP2008139912A (en) Information processor, image forming device, method for controlling them, and computer program
JP4168991B2 (en) Printing control apparatus, printing system, program, and printing control method
US8547600B2 (en) Printing setting apparatus, printing apparatus, and recording medium
JP2006146814A (en) Information leakage prevention method, information processor for realizing the same, and driver program
US20130038887A1 (en) Print controlling apparatus, method, and storage medium
JP4143638B2 (en) Printing system, information processing apparatus, control method therefor, and program
JP2005018494A (en) Data processor, method for creating print data, storage medium for storing computer readable program, and program
JP2007207003A (en) Information processor, driver setting method, storage medium and program
JP7350525B2 (en) Information processing device, control method for information processing device, and program
US9256913B2 (en) Information processing apparatus, control method thereof, and program
JP2006338166A (en) Information processor, its control method and program
JP2007079743A (en) Information processor and its control method and program
JP2013041472A (en) Information processor, driver program and recording medium
JP2004094794A (en) Information processing apparatus, method and program
JP2006185307A (en) Print controller, print control method, computer readable recording medium with program stored therein, and program
JP2006277237A (en) Host device

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20100202