JP2017033050A - Information processing device, control method, and program - Google Patents

Information processing device, control method, and program Download PDF

Info

Publication number
JP2017033050A
JP2017033050A JP2015149076A JP2015149076A JP2017033050A JP 2017033050 A JP2017033050 A JP 2017033050A JP 2015149076 A JP2015149076 A JP 2015149076A JP 2015149076 A JP2015149076 A JP 2015149076A JP 2017033050 A JP2017033050 A JP 2017033050A
Authority
JP
Japan
Prior art keywords
function
print
invalid
user
printer
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.)
Pending
Application number
JP2015149076A
Other languages
Japanese (ja)
Inventor
章弘 三井
Akihiro Mitsui
章弘 三井
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 JP2015149076A priority Critical patent/JP2017033050A/en
Publication of JP2017033050A publication Critical patent/JP2017033050A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide an information processing device which reproduces an invalid combination of other function when dynamically adding a function in print settings.SOLUTION: An information processing device comprises means for importing model-dependent data included in a printer driver performing printing, means for dynamically adding a function, means S701 for selecting all invalid combinations for one function, means S702 for reproducing the selected all invalid combinations, means S703 for replacing the function in the reproduced invalid combinations with the dynamically added function and means S704 for processing the all invalid combinations replaced with the dynamically added function in combination with original model-dependent data.SELECTED DRAWING: Figure 7

Description

本発明は、プリンターに印刷するためのプリンタードライバーにおいて、印刷設定で動的に機能を追加するときに、他の機能の無効な組み合わせを複製するプログラムに関する。   The present invention relates to a program for copying an invalid combination of other functions when a function is dynamically added with print settings in a printer driver for printing on a printer.

Microsoft(登録商標)のWindows(登録商標)8では、新しいアーキテクチャーのV4プリンタードライバーが導入された。V4プリンタードライバーは、PPD(PostScript Printer Description)やGPD(Generic Printer Description)という機種依存ファイルで、各機種で使用できる印刷設定の機能を表現する。同時に設定することができない機能については、無効な組み合わせ(Invalid Combination)としてPPDやGPDに記載する。たとえば、A5用紙は小さくステイプルできないので、「用紙サイズのA5」と「ステイプルのオン」は同時に指定できない機能になり、機能同士をそれぞれ無効な組み合わせとして記載する。ユーザーが印刷設定を変更することによって、PPDやGPDに記載した無効な組み合わせになったときは、V4プリンタードライバーは、優先順位が最も低い機能を使用できないように強制的に設定を変更する。このように印刷設定の無効な組み合わせによって設定を変更することは、禁則による丸め処理と呼ばれることもある。   Microsoft (R) Windows (R) 8 introduced a new architecture of the V4 printer driver. The V4 printer driver represents a print setting function that can be used in each model by a model-dependent file such as PostScript Printer Description (PPD) or Generic Printer Description (GPD). Functions that cannot be set at the same time are described in the invalid combination (Invalid Combination) in the PPD or GPD. For example, since A5 paper is small and cannot be stapled, “paper size A5” and “staple on” are functions that cannot be specified at the same time, and the functions are described as invalid combinations. When the user changes the print setting and the invalid combination described in the PPD or GPD is obtained, the V4 printer driver forcibly changes the setting so that the function with the lowest priority cannot be used. Changing the setting by an invalid combination of print settings in this way is sometimes called a rounding process by prohibition.

印刷設定の中には動的に機能を追加するものがある。たとえば、ユーザー定義用紙は、ユーザーが印刷設定をする際に、好きな幅と高さを指定したカスタムの用紙を作成する機能である。カスタムの用紙であることを利用して、事前にPPDやGPDにカスタム用紙用の無効な組み合わせを記載しているが、幅と高さによってはこの組み合わせが変わることがある。たとえば、定型用紙に近い用紙サイズであればステイプルや両面などのフィニッシング機能を使うことができるが、幅と高さが定型用紙から大きく離れている場合は片面印刷しかできないといったものである。このように、ユーザー定義用紙の幅と高さによって動的に変化する無効な組み合わせは、事前にPPDやGPDに記載しておけないので、カスタムの用紙のための無効な組み合わせは1つしか記載できない。   Some print settings dynamically add functionality. For example, the user-defined paper is a function for creating a custom paper having a desired width and height specified when the user performs print settings. An invalid combination for custom paper is described in advance in the PPD or GPD using the custom paper, but this combination may change depending on the width and height. For example, a finishing function such as stapling or double-sided can be used if the paper size is close to that of a standard paper, but only single-sided printing is possible if the width and height are far from the standard paper. In this way, invalid combinations that dynamically change depending on the width and height of the user-defined paper cannot be described in advance in the PPD or GPD, so only one invalid combination for custom paper is described. Can not.

そこで、V4プリンタードライバーのUIを使って、PrintTicketとして機能を指示して、機能を動的に追加する方法(特許文献1)や、PPDやGPDとは別の拡張機能情報を用いて、機能を動的に追加する方法(特許文献2)が知られている。   Therefore, using the UI of the V4 printer driver, the function is instructed as a PrintTicket and the function is dynamically added (Patent Document 1), or the extended function information different from PPD and GPD is used to A method of adding dynamically (Patent Document 2) is known.

特開2015−90634号公報JP, 2015-90634, A 特開2014−209316号公報JP 2014-209316 A

しかしながら、PrintTicketを使って機能を指示する方法では、PrintTicketを2回変換しなければならないため、無効な組み合わせを処理するのに時間がかかり、プリンタードライバーの性能が落ちてしまう。また、新しい拡張機種情報を利用する方法では、PPDやGPDに記載された無効な組み合わせと連携することができないので、拡張機種情報にもすべての無効な組み合わせを記述しておく必要があり、2重管理となってしまう。   However, in the method of instructing a function using PrintTicket, it is necessary to convert PrintTicket twice, so that it takes time to process invalid combinations, and the performance of the printer driver is degraded. Further, since the method using the new extended model information cannot be linked with the invalid combination described in the PPD or GPD, it is necessary to describe all invalid combinations in the extended model information. It becomes heavy management.

上記の課題を解決するために、本発明に係る情報処理装置は、
印刷を行うプリンタードライバーが持つ機種依存データを読み込む手段(S502)と、動的に機能を追加することができる手段(S602)と、1つの機能に関する無効な組み合わせをすべて選び出す手段と(S701)、選びだしたすべての無効な組み合わせを複製する手段(S702)と、複製した無効な組み合わせの中の機能を動的に追加した機能に置き換える手段(S703)と、動的に追加した機能に置き換えたすべての無効な組み合わせを元の機種依存データと組み合わせて処理を行う手段(S704)を持つことを特徴とする。
In order to solve the above problems, an information processing apparatus according to the present invention provides:
Means for reading model-dependent data of a printer driver for printing (S502), means for dynamically adding functions (S602), means for selecting all invalid combinations related to one function (S701), Replaced by means of replicating all selected invalid combinations (S702), means for replacing functions in the copied invalid combinations with dynamically added functions (S703), and dynamically added functions It is characterized by having means (S704) for processing all invalid combinations in combination with the original model-dependent data.

本発明に係る情報処理装置によれば、PPDやGPDをそのまま使用しながら、動的に無効な組み合わせを追加して無効な組み合わせを実現できるので、プリンタードライバーの性能の劣化はなく、機種情報もPPDやGPDのみに集中させることができる。   According to the information processing apparatus of the present invention, an invalid combination can be realized by dynamically adding an invalid combination while using a PPD or GPD as it is, so that there is no deterioration in the performance of the printer driver and model information is also available. It is possible to concentrate only on PPD and GPD.

コンピューターシステムのハードウェアとソフトウェアのブロック構成図の一例を示す図である。It is a figure which shows an example of the block block diagram of the hardware of a computer system, and software. クライアントとサーバーとプリンターが接続されたネットワークの構成図の一例を示す図である。1 is a diagram illustrating an example of a configuration diagram of a network in which a client, a server, and a printer are connected. FIG. V4プリンタードライバー印刷処理システムのブロック構成図の一例を示す図である。It is a figure which shows an example of the block block diagram of a V4 printer driver print processing system. V4プリンタードライバーの機種依存ファイルのGPDのサンプルである。This is a GPD sample of the model-dependent file of the V4 printer driver. V4プリンタードライバーのデバイスアプリのコンフリクトエンジンのユーザーインターフェースを表示する前の初期化のフローチャートである。10 is a flowchart of initialization before displaying a conflict engine user interface of a device application of a V4 printer driver. V4プリンタードライバーのユーザー定義用紙を追加する際に、デバイスアプリが複製する無効な組み合わせを選択しているフローチャートである。10 is a flowchart for selecting an invalid combination to be duplicated by a device application when adding a user-defined sheet of a V4 printer driver. V4プリンタードライバーのデバイスアプリのコンフリクトエンジンにおいて、無効な組み合わせを複製するフローチャートである。10 is a flowchart for copying invalid combinations in the conflict engine of the device application of the V4 printer driver. V4プリンタードライバーのユーザー設定用紙タイプを取得する際に、デバイスアプリが複製する無効な組み合わせを選択しているフローチャートである。10 is a flowchart for selecting an invalid combination to be copied by a device application when acquiring a user-set paper type of a V4 printer driver. V4プリンタードライバーで、動的にユーザー定義用紙を追加して、無効な組み合わせを複製した機種依存ファイルのGPDのサンプルである。This is a GPD sample of a model-dependent file in which a user-defined paper is dynamically added with the V4 printer driver to duplicate invalid combinations. V4プリンタードライバーで、デバイスアプリが表示するユーザーインターフェースである。A user interface displayed by a device application in the V4 printer driver. V4プリンタードライバーで、デバイスアプリが表示するユーザーインターフェースのうち、ユーザー定義用紙を登録するダイアログである。This is a dialog for registering user-defined paper in the user interface displayed by the device application in the V4 printer driver.

以下、本発明を実施するための形態について図面を用いて説明する。   Hereinafter, embodiments for carrying out the present invention will be described with reference to the drawings.

図1は本発明の実施形態を示す一般的な情報処理装置(コンピューター)を用いたシステムのブロック構成図である。なお、特に断らない限り、本発明の機能が実行されるのであれば、単体の機能であっても、複数の機器からなるシステムであっても、ネットワークを介して接続がなされ処理が行われるシステムであっても、本発明を適用できることは言うまでもない。   FIG. 1 is a block diagram of a system using a general information processing apparatus (computer) showing an embodiment of the present invention. Unless otherwise specified, as long as the functions of the present invention are executed, a system that is connected and processed via a network, whether it is a single function or a system composed of a plurality of devices. However, it goes without saying that the present invention can be applied.

CPU101は主記憶装置102のROM1021あるいはRAM1022あるいは補助記憶装置105に格納されたプログラムに従って情報処理装置全体を制御する。RAM1022はCPU101が各種処理を行う際のワークエリアとしても使用される。補助記憶装置105はアプリケーション1051、プリンタードライバー1052、オペレーティングシステム(OS)1053等を記録する。キーボード1031やマウス・タッチパネルなどに代表されるポインティングデバイス1032などの入力機器は、入力I/F103を通じて、ユーザーがコンピューターに対して各種指示を与えるためのデバイスである。出力I/F104は、データを外部に出力するためのインターフェースであり、モニタ1041やプリンター1042などの出力機器に対してデータを出力する。プリンター1042とは直接接続されるローカルI/Oのみならず、通信I/F106を通じて接続されるネットワーク1061を通して接続されていてもよい。また、107は共通データシステムバスで、I/Fやモジュール間でデータのやりとりを行う。   The CPU 101 controls the entire information processing apparatus according to a program stored in the ROM 1021 or the RAM 1022 of the main storage device 102 or the auxiliary storage device 105. The RAM 1022 is also used as a work area when the CPU 101 performs various processes. The auxiliary storage device 105 records an application 1051, a printer driver 1052, an operating system (OS) 1053, and the like. An input device such as a pointing device 1032 typified by a keyboard 1031 and a mouse / touch panel is a device for the user to give various instructions to the computer through the input I / F 103. The output I / F 104 is an interface for outputting data to the outside, and outputs data to an output device such as a monitor 1041 or a printer 1042. The printer 1042 may be connected not only through the local I / O directly connected but also through the network 1061 connected through the communication I / F 106. Reference numeral 107 denotes a common data system bus, which exchanges data between I / Fs and modules.

なお、本発明のフローチャートの各ステップは、CPUが、フローチャートに関するプログラムをメモリから読み出して実行することで実現される。また、プリンター1042は、印刷機能のみを持った印刷装置でも良いし、FAX機能のみを持ったFAX装置でも良いし、スキャン機能および印刷機能など複数の機能を持った複合機でも良い。なお、プリンター1042を画像処理装置と呼ぶこともある。   Note that each step of the flowchart of the present invention is realized by the CPU reading a program related to the flowchart from the memory and executing the program. In addition, the printer 1042 may be a printing apparatus having only a printing function, a FAX apparatus having only a FAX function, or a multifunction machine having a plurality of functions such as a scanning function and a printing function. Note that the printer 1042 may be referred to as an image processing apparatus.

図2は本発明の実施の形態におけるネットワーク1061の環境を簡略した図である。   FIG. 2 is a simplified diagram of the environment of the network 1061 according to the embodiment of the present invention.

印刷される文書や画像を作成する単体もしくは複数のクライアントコンピュータ201/202がネットワークに接続されている。また、クライアントコンピュータのユーザーやプリンターを管理するサーバーコンピュータ203が接続されていることもある。単体もしくは複数のプリンター205および1042がネットワークに接続されている。   A single or a plurality of client computers 201/202 for creating a document or image to be printed are connected to a network. In addition, a server computer 203 that manages a user of a client computer and a printer may be connected. A single printer or a plurality of printers 205 and 1042 are connected to the network.

なお、プリンター205は、物理的にネットワークに接続されているが、実際には使用できないオフライン状態であることを示している。ネットワークにはPAN(Personal Area Network)、LAN(Local Area Network)、MAN(Metropolitan Area Network)、WAN(Wide Area Network)などの小規模から大規模までのネットワークがあり、これらの機器がすべてのネットワークに接続されている。クラウドなど、サーバーやプリンターがインターネットを越えて接続されていてもかまわない。つまり、情報処理装置とは、他の装置(例えば、プリンター等の画像処理装置)と接続可能な装置である。   Note that the printer 205 is physically connected to the network but is in an offline state that cannot actually be used. The network includes small to large-scale networks such as PAN (Personal Area Network), LAN (Local Area Network), MAN (Metropolitan Area Network), WAN (Wide Area Network), and all these devices. It is connected to the. Servers and printers such as the cloud may be connected over the Internet. In other words, the information processing apparatus is an apparatus that can be connected to another apparatus (for example, an image processing apparatus such as a printer).

図3はV4プリンタードライバー印刷システムのブロック構成図である。   FIG. 3 is a block diagram of the V4 printer driver printing system.

V4プリンタードライバー印刷システムはXML Paper Specification(以下、XPSと略す)と呼ばれるファイルフォーマットをスプールデータとして使用し、印刷を行うシステムである。図3におけるソフトウェアコンポーネントである1051、1052、1053は、補助記憶装置105に記憶されており、実行時にRAM1022にロードされ、CPU101によって実行される。V4プリンタードライバー印刷システムは、オペレーティングシステム1053上で動作している。   The V4 printer driver printing system is a system that performs printing by using a file format called XML Paper Specification (hereinafter abbreviated as XPS) as spool data. Software components 1051, 1052, and 1053 in FIG. 3 are stored in the auxiliary storage device 105, loaded into the RAM 1022 at the time of execution, and executed by the CPU 101. The V4 printer driver printing system operates on the operating system 1053.

プリントマネージャ318、GDItoXPS変換モジュール307、フィルターパイプラインマネージャ312はオペレーティングシステム1053に含まれるモジュールである。GDItoXPS変換モジュール307、フィルターパイプラインマネージャ312は、プリンタードライバー1052に含まれているが、オペレーティングシステム1053から提供されているプリンタードライバー1052専用のモジュールである。   The print manager 318, the GDI to XPS conversion module 307, and the filter pipeline manager 312 are modules included in the operating system 1053. Although the GDI to XPS conversion module 307 and the filter pipeline manager 312 are included in the printer driver 1052, they are modules dedicated to the printer driver 1052 provided from the operating system 1053.

プリンタードライバー1052とフィルターパイプラインマネージャ312の各フィルターである313から315と、デバイスアプリ310は、図1の補助記憶装置105にプリンタードライバー1052として格納されている。なお、デバイスアプリ310は、プリンタードライバーのインストールに連動して、ネットワークを介して自動的にインストールされる。   The printer driver 1052 and the filters 313 to 315 of the filter pipeline manager 312 and the device application 310 are stored as the printer driver 1052 in the auxiliary storage device 105 of FIG. The device application 310 is automatically installed via the network in conjunction with the installation of the printer driver.

GDI印刷アプリケーション301(以下、GDIアプリと略す)とXPS印刷アプリケーション302(以下、XPSアプリと略す)は、図1の補助記憶装置105にアプリケーション1051として格納されている。GDIアプリ301は、オペレーティングシステム1053が用意するGDI(Graphics Device Interface)を使用して印刷を行うアプリである。XPSアプリ302は、XPSスプールファイル306を直接使用して印刷を行うアプリである。ユーザーはキーボード1031やタッチパネル/マウス1032などといった入力装置を使用して、出力装置のモニタ1041に映し出されたGDIアプリ301、もしくはXPSアプリ302から印刷処理を指示する。なお、印刷処理は「プリンターの選択」、「印刷設定データの作成」、「描画データの変換」と3つの処理を順番に行うことで実現される。以下、印刷処理の流れを説明する。   A GDI printing application 301 (hereinafter abbreviated as GDI application) and an XPS printing application 302 (hereinafter abbreviated as XPS application) are stored as applications 1051 in the auxiliary storage device 105 of FIG. The GDI application 301 is an application that performs printing using GDI (Graphics Device Interface) prepared by the operating system 1053. The XPS application 302 is an application that performs printing using the XPS spool file 306 directly. The user uses an input device such as a keyboard 1031 or a touch panel / mouse 1032 to instruct print processing from the GDI application 301 or the XPS application 302 displayed on the monitor 1041 of the output device. Note that the printing process is realized by sequentially performing three processes: “select a printer”, “create print setting data”, and “convert drawing data”. Hereinafter, the flow of the printing process will be described.

まず、ユーザーは、印刷したいプリンター1042を選択する。ユーザーから見るとプリンター1042の選択は、印刷を実行するプリンター1042に対応したプリンタードライバー1052を選択することと同じである。   First, the user selects a printer 1042 to be printed. From the user's point of view, selecting the printer 1042 is the same as selecting the printer driver 1052 corresponding to the printer 1042 that executes printing.

次に印刷設定データが作成される。印刷設定データが作成される場合、アプリケーション1051が印刷設定データ用のメモリ領域をRAM1022に確保する。そして、アプリケーション1051は、プリンタードライバー1052のコンフィグモジュール308を呼び出して、印刷設定データを作成して格納する。GDIアプリ301では印刷設定データとしてバイナリのDEVMODE構造体303を用い、XPSアプリ302ではマークアップ言語のXML(eXtensive Markup Language)で記載されたプリントチケット304を用いる。DEVMODE構造体303は、オペレーティングシステムが定義する標準領域とプリンタードライバーが独自で定義する拡張領域を持つ。   Next, print setting data is created. When print setting data is created, the application 1051 secures a memory area for print setting data in the RAM 1022. Then, the application 1051 calls the configuration module 308 of the printer driver 1052 to create and store print setting data. The GDI application 301 uses a binary DEVMODE structure 303 as print setting data, and the XPS application 302 uses a print ticket 304 described in markup language XML (extensible Markup Language). The DEVMODE structure 303 has a standard area defined by the operating system and an extension area uniquely defined by the printer driver.

プリントチケット304は、XML形式で記述された印刷設定データで、標準領域と拡張領域は名前空間によって記載が分かれている。印刷設定データには機種固有の情報も含まれているので、コンフィグモジュール308は、機種依存ファイル309を利用して、印刷設定データを作成する。アプリケーション1051は、DEVMODE構造体303もしくはプリントチケット304の内容を書き換えることで印刷設定を変更する。印刷設定データには、出力する用紙サイズの情報(例えば「A4」)、両面印刷の指定、カラーと白黒、給紙段の指定など、印刷に必要な設定値が含まれる。印刷設定データの標準領域は仕様が外部に公開されているので、アプリケーションが直接変更できる。プリンター1042に依存した拡張領域は、プリンタードライバー1052だけが詳細な仕様を把握しているので、通常はデバイスアプリ310が持つユーザーインターフェースを使ってユーザーが設定する。DEVMODE構造体303と異なり、プリントチケット304は設定値がXML形式で記述されているので、XPSアプリ302がすべての設定値を直接変更して書き換えることは可能ではある。しかし拡張領域は、プリンタードライバーごとの独自定義であるため詳細な仕様まではわからず、プリンター1042によって仕様が異なることから、デバイスアプリ310のユーザーインターフェースを使って設定値を変更するほうが容易である。   The print ticket 304 is print setting data described in the XML format, and the description of the standard area and the extended area is divided according to the name space. Since the print setting data includes model-specific information, the configuration module 308 uses the model-dependent file 309 to create print setting data. The application 1051 changes the print setting by rewriting the contents of the DEVMODE structure 303 or the print ticket 304. The print setting data includes setting values necessary for printing such as information on the paper size to be output (for example, “A4”), designation of double-sided printing, color and black and white, and designation of a paper feed stage. Since the specification of the standard area of the print setting data is disclosed to the outside, the application can be changed directly. The extended area depending on the printer 1042 is set by the user usually using the user interface of the device application 310 because only the printer driver 1052 knows the detailed specifications. Unlike the DEVMODE structure 303, the setting values of the print ticket 304 are described in the XML format. Therefore, the XPS application 302 can directly change and rewrite all the setting values. However, since the extended area is a unique definition for each printer driver, detailed specifications are not known, and the specifications differ depending on the printer 1042. Therefore, it is easier to change the setting value using the user interface of the device application 310.

デバイスアプリ310は、プリンタードライバー1052の一種ではあるが、プリンタードライバーとは別のプログラムとしてインストールされる。デバイスアプリ310は、プリンタードライバーと、プリントチケット304を使用して印刷設定データをやりとりする。デバイスアプリ310は、印刷設定データの無効な組み合わせを解決して、正しい印刷設定データを作成するための、コンフリクトエンジン3101を保持する。印刷設定データの無効な組み合わせは、機種依存ファイル309に記載されているので、ユーザーインターフェースを表示する前に、コンフリクトエンジン3101は、機種依存ファイル309を読み込む。プリンタードライバー1052は、ユーザーインターフェースの設定に従い、DEVMODE構造体303もしくはプリントチケット304のプリンター1042に依存した設定を変更する。印刷設定データは文書を印刷するたびに必要となるので、印刷を実行するたびに作成される。プリンター1042のオプション機器や、ユーザーごとの環境設定などは、プリンタードライバーがオペレーティングシステムのレジストリデータベース305、もしくはプロパティバッグ317に保存される。印刷設定データのデフォルト値はオペレーティングシステムのプリントマネージャ318が、レジストリデータベース305に保存する。レジストリデータベース305や、プロパティバッグ317は、補助記憶装置105に保存される。   The device application 310 is a kind of the printer driver 1052, but is installed as a program different from the printer driver. The device application 310 exchanges print setting data with the printer driver using the print ticket 304. The device application 310 holds a conflict engine 3101 for resolving invalid combinations of print setting data and creating correct print setting data. Since invalid combinations of print setting data are described in the model-dependent file 309, the conflict engine 3101 reads the model-dependent file 309 before displaying the user interface. The printer driver 1052 changes the setting depending on the printer 1042 of the DEVMODE structure 303 or the print ticket 304 according to the setting of the user interface. Since print setting data is required every time a document is printed, it is created every time printing is executed. Printer drivers are stored in the operating system registry database 305 or the property bag 317 for optional devices of the printer 1042, environment settings for each user, and the like. The default value of the print setting data is stored in the registry database 305 by the print manager 318 of the operating system. The registry database 305 and the property bag 317 are stored in the auxiliary storage device 105.

最後に描画データの変換を行う。印刷設定データが確定したら、ユーザーはアプリケーションから印刷処理を指示する。GDIアプリ301から印刷する場合は、GDItoXPS変換モジュール307に描画データが送られ、XPSスプールファイル306が作成される。このときGDItoXPS変換モジュール307はコンフィグモジュール308を呼び出し、印刷設定データをDEVMODE構造体303からプリントチケット304に変換する。変換する際には、DEVMODE−プリントチケット変換モジュール3081が使用される。DEVMODE−プリントチケット変換モジュール3081は、プロパティバッグ317の情報を読み書きできるので、デバイスアプリ310が保存したデータを参照して変換することもできる。XPSアプリ302から印刷する場合は、XPSスプールファイル306をXPSアプリ自身が生成するのと、オペレーティングシステムがXPSアプリからの描画命令に応じてXPSスプールファイル306を生成するのと2通りの方法がある。どちらの方法であっても、印刷の途中でXPSスプールファイル306が生成される。   Finally, drawing data is converted. When the print setting data is determined, the user instructs print processing from the application. When printing from the GDI application 301, drawing data is sent to the GDI to XPS conversion module 307, and an XPS spool file 306 is created. At this time, the GDI to XPS conversion module 307 calls the configuration module 308 to convert the print setting data from the DEVMODE structure 303 to the print ticket 304. At the time of conversion, a DEVMODE-print ticket conversion module 3081 is used. Since the DEVMODE-print ticket conversion module 3081 can read and write the information in the property bag 317, the DEVMODE-print ticket conversion module 3081 can also refer to the data stored by the device application 310 for conversion. When printing from the XPS application 302, there are two methods: the XPS spool file 306 is generated by the XPS application itself, and the XPS spool file 306 is generated by the operating system in response to a drawing command from the XPS application. . In either method, the XPS spool file 306 is generated during printing.

このようにV4プリンタードライバー印刷システムは、印刷時に必ず描画データに基づくXPSスプールファイル306を生成する点が特徴である。XPSスプールファイル306が生成されたら、プリントフィルタパイプライン311に処理が渡される。プリントフィルタパイプライン311は複数のフィルターを通すことで印刷が行われる仕組みで、フィルタコンフィギュレーションファイル316がフィルターの数や順番を制御する。プリントフィルタパイプライン311で動作するフィルターパイプラインマネージャ312はフィルタコンフィギュレーションファイル316に従って、この実施例では通信フィルター313、レイアウトフィルター314、レンダラーフィルター315の順に処理を行う。フィルターはプリンタードライバー1052の構成によって、数や種類が異なる。例えば、図3の3つのフィルターに加えて、更に、印刷ジョブを暗号化するための暗号化フィルターが含まれていても良い。   As described above, the V4 printer driver printing system is characterized in that it always generates the XPS spool file 306 based on the drawing data at the time of printing. When the XPS spool file 306 is generated, the process is passed to the print filter pipeline 311. The print filter pipeline 311 is a mechanism in which printing is performed by passing a plurality of filters, and the filter configuration file 316 controls the number and order of the filters. In this embodiment, the filter pipeline manager 312 that operates in the print filter pipeline 311 performs processing in the order of the communication filter 313, the layout filter 314, and the renderer filter 315 in accordance with the filter configuration file 316. The number and type of filters differ depending on the configuration of the printer driver 1052. For example, in addition to the three filters of FIG. 3, an encryption filter for encrypting the print job may be further included.

印刷処理はXPSスプールファイル306をフィルターに受け渡すことで行われ、フィルターがそれぞれXPSスプールファイル306を加工し次のフィルターに渡していくことで処理が進む。最終的にはXPSスプールファイル306が印刷ジョブに変換されて、プリンターに送信される。   The printing process is performed by transferring the XPS spool file 306 to the filter, and the process proceeds when the filter processes the XPS spool file 306 and passes it to the next filter. Finally, the XPS spool file 306 is converted into a print job and transmitted to the printer.

なお、プリンターは、印刷ジョブを解釈可能であり、送信された印刷ジョブを解釈することで印刷ジョブに基づく印刷処理を実行する。それぞれのフィルターは独自のデータをプロパティバッグ317に保存することができる。   The printer can interpret the print job, and executes print processing based on the print job by interpreting the transmitted print job. Each filter can store its own data in the property bag 317.

また、それぞれのフィルターは、プロパティバッグ317から、オペレーティングシステム1053の情報や、他のフィルターのデータを取得することもできる。通信フィルター313では、印刷時に必要な情報をプリンターから取得し、プロパティバッグ317に保存しておく。レイアウトフィルター314では倍率の変更や製本の面付けレイアウトやスタンプなどレイアウトに関する処理を行う。レイアウトフィルター314では、XPSスプールファイル306に含まれるプリントチケット304に従って動作する。そのため、たとえば面付けの設定がプリントチケット304に存在しないときは、レイアウトフィルター314は何も動作せずスルーして、次のフィルターにXPSスプールファイル306をそのまま渡す。   Each filter can also acquire information of the operating system 1053 and data of other filters from the property bag 317. The communication filter 313 acquires information necessary for printing from the printer and stores it in the property bag 317. The layout filter 314 performs layout-related processing such as magnification change, bookbinding imposition layout, and stamp. The layout filter 314 operates according to the print ticket 304 included in the XPS spool file 306. Therefore, for example, when the imposition setting does not exist in the print ticket 304, the layout filter 314 does not operate at all and passes through the XPS spool file 306 as it is to the next filter.

レンダラーフィルター315は、入力されたXPSスプールファイル306をレンダリングしてページ記述言語(以下、PDL(Page Description Language)と略す)に変換する。また、レンダラーフィルター315は、プリントチケット304の印刷設定データのうち標準領域の設定を、プリンタジョブ言語(以下、PJL(Printer Job Language)と略する)に変換する。レンダラーフィルター315は、PDLとPJLをまとめて印刷ジョブとして、次のフィルターにストリームデータとして渡す。レンダラーフィルター315は、変換したPJLと渡されたPDLとPJLをまとめて印刷ジョブとして、フィルターパイプラインマネージャ312に渡す。印刷ジョブは、印刷処理のスケジュール管理を行うプリントマネージャ318に送られ、キュー(待ち行列)に印刷ジョブが次々と登録される。プリントマネージャ318は、プリンター1042と通信してプリンター1042が印刷できる状態になり次第、キューに登録した順にポートモニター319を通して印刷ジョブを送信する。   The renderer filter 315 renders the input XPS spool file 306 and converts it into a page description language (hereinafter abbreviated as PDL (Page Description Language)). Also, the renderer filter 315 converts the standard area setting in the print setting data of the print ticket 304 into a printer job language (hereinafter abbreviated as PJL (Printer Job Language)). The renderer filter 315 collects the PDL and PJL as a print job and passes it as stream data to the next filter. The renderer filter 315 collectively sends the converted PJL and the transferred PDL and PJL to the filter pipeline manager 312 as a print job. The print jobs are sent to the print manager 318 that manages the print processing schedule, and the print jobs are successively registered in the queue (queue). The print manager 318 communicates with the printer 1042 and transmits a print job through the port monitor 319 in the order registered in the queue as soon as the printer 1042 is ready for printing.

このようにして、描画データをおよび印刷設定データを印刷ジョブに変換することがプリンタードライバーの主な役目であり、情報処理装置での印刷が実施される。   In this way, the main role of the printer driver is to convert the drawing data and the print setting data into a print job, and printing is performed by the information processing apparatus.

なお、本実施例では、印刷処理を用いて説明しているためプリンタードライバーと記載しているが、FAX送信処理の際にも本発明を適用できる。この場合は、レンダラーフィルター315の代わりにFAXデータを作成するFAXフィルターを搭載して、FAX機器に送信するFAXドライバーとなる。   In this embodiment, the printer driver is described because it is described using the printing process, but the present invention can also be applied to a FAX transmission process. In this case, instead of the renderer filter 315, a fax driver that creates fax data is installed, and a fax driver that transmits to a fax machine is provided.

図4は機種依存ファイル309の1つであるGPDの例を示したものである。   FIG. 4 shows an example of GPD which is one of the model dependent files 309.

機種依存ファイル309は、印刷設定データを構成する機能(Feature)の定義と、選択された印刷設定の無効な組み合わせ(InvalidCombination)を記載する。機能にはそれぞれ名称をつけることができ、図4では用紙サイズのPaperSize、印刷の向きのOrientation、ステイプルのStaplingがそれぞれ定義されている。機能には設定としての選択肢(Option)が定義されており、選択肢の中からどれか1つを選択することで、印刷設定データが確定する。初期状態の印刷設定データ(DefaultOption)を定義することも可能で、機種依存ファイル309を読み込んで何もしていない状態の印刷設定データを明示的に決めることも可能である。   The model-dependent file 309 describes the definition of the function (Feature) constituting the print setting data and the invalid combination (Invalid Combination) of the selected print settings. Each function can be given a name. In FIG. 4, paper size PaperSize, printing orientation, and stapling Stapling are defined. Options (Options) as settings are defined in the function, and print setting data is determined by selecting one of the options. It is also possible to define the initial print setting data (DefaultOption), and it is also possible to explicitly determine the print setting data in a state in which nothing is read by reading the model-dependent file 309.

機能には優先順位(ConflictPriority)を設けることができる。機能の優先順位は、数値の小さいものほど高く、数値が大きくなるにつれて優先順位が低くなる。印刷設定データの無効な組み合わせが発生したときは、優先順位が低い機能の選択肢が他の選択肢に丸められることで、正しい印刷設定データが作成される。無効な組み合わせ(InvalidCombination)は、機能と設定である選択肢の複数の組からなるリストとして定義する。一対一の組み合わせだけでなく、複数の組み合わせも定義することができ、その場合は記載されたすべての設定が一致するときに無効であることを意味する。図4では、用紙サイズ(PaperSize)と印刷の向き(Orientation)とステイプル(Stapling)の3つのFeatureを使用して、用紙サイズA3との無効な組み合わせ、カスタム用紙との無効な組み合わせがそれぞれ記載されている。   A priority can be assigned to a function (Conflic Priority). The priority of the function is higher as the numerical value is smaller, and the priority is lower as the numerical value is larger. When an invalid combination of print setting data is generated, the correct print setting data is created by rounding the option with the lower priority order to another option. An invalid combination (Invalid Combination) is defined as a list including a plurality of combinations of options that are functions and settings. Not only a one-to-one combination but also a plurality of combinations can be defined, which means that it is invalid when all described settings match. In FIG. 4, an invalid combination with a paper size A3 and an invalid combination with a custom paper are described using three features of paper size (PaperSize), printing orientation (Orientation), and stapling (Stapling), respectively. ing.

以下、デバイスアプリ310がコンフリクトエンジン3101と機種依存ファイル309のGPDファイル(図4)を使って、動的に機能を追加する方法を、フローチャートを使用して説明する。   Hereinafter, a method in which the device application 310 dynamically adds functions using the conflict engine 3101 and the GPD file (FIG. 4) of the model-dependent file 309 will be described using a flowchart.

ユーザーは印刷に必要な印刷設定を作成するために、アプリケーション1051からデバイスアプリ310を起動してユーザーインターフェースを開く。図5のフローチャートは、デバイスアプリ310がユーザーインターフェースを起動するためのシーケンスである。まず、デバイスアプリ310は、コンフリクトエンジン3101を初期化する(S501)。次にデバイスアプリ310は、コンフリクトエンジン3101に、機種依存ファイル309のGPDファイルを渡す(S502)。コンフリクトエンジン3101は、渡されたGPDファイルを読み込んで解釈し、印刷設定を作成する。コンフリクトエンジン3101による印刷設定が作成されたら、デバイスアプリ310は、ユーザーインターフェースを構築し(S503)、印刷設定を適用する。このようにして、デバイスアプリ310において、ユーザーが印刷設定を作成するためのユーザーインターフェースが表示される(図10)。   In order to create print settings necessary for printing, the user activates the device application 310 from the application 1051 and opens a user interface. The flowchart of FIG. 5 is a sequence for the device application 310 to activate the user interface. First, the device application 310 initializes the conflict engine 3101 (S501). Next, the device application 310 passes the GPD file of the model-dependent file 309 to the conflict engine 3101 (S502). The conflict engine 3101 reads and interprets the passed GPD file, and creates a print setting. When the print setting by the conflict engine 3101 is created, the device application 310 builds a user interface (S503) and applies the print setting. In this way, in the device application 310, a user interface for the user to create print settings is displayed (FIG. 10).

次に、動的に機能を追加する例として、ユーザー定義用紙の追加の方法を、図6のフローチャートを使用して説明する。   Next, as an example of dynamically adding a function, a method for adding a user-defined sheet will be described with reference to the flowchart of FIG.

デバイスアプリ310は、ユーザーがユーザー定義用紙ダイアログ(図11)の登録ボタンを押して、ユーザー定義用紙の作成処理に入ることを知ると、ユーザーによって入力された幅と高さの値を元に、レジストリデータベース305に値を保存する(S601)。次にデバイスアプリ310は、コンフリクトエンジン3101に対して、PaperSizeのFeatureにユーザー定義用紙のOptionを追加するように指示する(S602)。ここでは、ユーザー定義用紙のOptionの名称として“UserForm119”を指定する。オペレーティングシステム1053のレジストリデータベース305では、用紙サイズのリストが用紙IDとともに管理されており、標準では定型用紙として118まで登録されている。そこで、新しいユーザー定義用紙を作成する際に、現在の用紙IDの最大値に1つ足した値の119を利用して名称をつけている。このように用紙サイズの用紙IDを利用して名称を決定している理由は、複数のユーザー定義用紙が登録された際に、区別したいからである。コンフリクトエンジン3101は、指定された名称を元に、内部でFeatureにOptionを追加する。   When the user presses the registration button in the user-defined paper dialog (FIG. 11) and knows that the user-defined paper creation process starts, the device application 310 creates a registry based on the width and height values input by the user. The value is stored in the database 305 (S601). Next, the device application 310 instructs the conflict engine 3101 to add an option of the user-defined paper to the paper size feature (S602). Here, “UserForm 119” is designated as the option name of the user-defined paper. In the registry database 305 of the operating system 1053, a list of paper sizes is managed together with paper IDs, and up to 118 standard papers are registered as standard. Therefore, when creating a new user-defined paper, a name is given using a value 119 that is a value obtained by adding one to the maximum value of the current paper ID. The reason for determining the name by using the paper ID of the paper size is that it is desired to distinguish the names when a plurality of user-defined papers are registered. The conflict engine 3101 internally adds an Option to the Feature based on the specified name.

次にデバイスアプリ310は、ユーザーによって入力されたユーザー定義用紙の幅と高さが、プリンタードライバーが持っている定型用紙の幅と高さの値と一致しているか、もしくは0.25mm以内にあるかどうかを調査する(S603)。これは、プリンター1042の仕様として、定型用紙サイズに近い幅と高さを持ったユーザー定義用紙は、該当する定型用紙の無効な組み合わせと同じ無効な組み合わせを持つためである。もし、ユーザー定義用紙の幅と高さが近い値の定型用紙サイズがあれば、デバイスアプリ310は、コンフリクトエンジン3101に対して、最も近い値を持つ定型用紙サイズのInvalidCombinationを複製するように依頼する(S605)。コンフリクトエンジン3101に対してこの依頼処理は、LinkOptionRules()というコンフリクトエンジンの関数を通じて行われる。もし、定型用紙サイズに近い値がなければ、デバイスアプリ310は、コンフリクトエンジン3101に対して、カスタム用紙のInvalidCombinationを複製するように依頼する(S604)。このようにして、動的に追加するユーザー定義用紙の無効な組み合わせを、幅と高さに応じて最適な無効な組み合わせを設定できる。   Next, in the device application 310, the width and height of the user-defined paper input by the user match the width and height values of the standard paper possessed by the printer driver, or are within 0.25 mm. It is investigated whether or not (S603). This is because, as a specification of the printer 1042, user-defined paper having a width and height close to the standard paper size has the same invalid combination as the invalid combination of the corresponding standard paper. If there is a standard paper size with a value close to the width and height of the user-defined paper, the device application 310 requests the conflict engine 3101 to duplicate the invalid combination of the standard paper size having the closest value. (S605). This request processing for the conflict engine 3101 is performed through a conflict engine function called LinkOptionRules (). If there is no value close to the standard paper size, the device application 310 requests the conflict engine 3101 to duplicate the invalid combination of the custom paper (S604). In this way, an invalid combination of user-defined papers to be dynamically added can be set to an optimum invalid combination according to the width and height.

図7のフローチャートは、コンフリクトエンジン3101のLinkOptionRules()の関数の動作を記載したものである。   The flowchart in FIG. 7 describes the operation of the function of LinkOptionRules () of the conflict engine 3101.

デバイスアプリ310は、前述のフローチャートのS604やS605で、コンフリクトエンジン3101の関数であるLinkOptionRules()を呼び出す。デバイスアプリ310は、LinkOptionRules()を呼び出す際に、複製元のFeature、Optionと、動的に追加した機能のFeatureとOptionもあわせて引数として提供する。ここでは、追加したユーザー定義用紙のUserForm119は、A3の定型用紙サイズに近い幅と高さを持った用紙だとする。   The device application 310 calls LinkOptionRules () that is a function of the conflict engine 3101 in S604 and S605 of the flowchart described above. When the device application 310 calls LinkOptionRules (), the replication source Feature and Option, and the dynamically added Feature Feature and Option are also provided as arguments. Here, it is assumed that UserForm 119 of the added user-defined paper is a paper having a width and height close to the standard paper size of A3.

まず、コンフリクトエンジン3101は、複製元として指定されたFeature.Optionを含むInvalidCombinationを、GPDの中から列挙する(S701)。ここでは、PaperSize.A3を含むすべてのInvalidCombinationを列挙する。すべて列挙したら、コンフリクトエンジン3101は、列挙したInvalidCombinationを複製する(S702)。   First, the conflict engine 3101 receives the Feature. The Invalid Combination including the Option is enumerated from the GPD (S701). Here, PaperSize. List all Invalid Combinations including A3. When all the enumerations are enumerated, the conflict engine 3101 duplicates the enumerated Invalid Combination (S702).

次に、コンフリクトエンジン3101は、複製元として指定されたFeature.Optionを、動的に追加したFeature.Optionで置き換える。ここでは、コンフリクトエンジン3101は、PaperSize.A3を、PaperSize.UserForm119で置き換える(S703)。   Next, the conflict engine 3101 receives the Feature. Option. Dynamically added Feature. Replace with Option. Here, the conflict engine 3101 is a PaperSize. A3, PaperSize. Replace with UserForm 119 (S703).

すべてのInvalidCombinationの置き換えが完了したら、コンフリクトエンジン3101は、複製したInvalidCombinationを新しいInvalidCombinationとして登録する(S704)。   When the replacement of all invalid combinations is completed, the conflict engine 3101 registers the duplicate invalid combination as a new invalid combination (S704).

このようにして出来上がったGPDが、図9になる。動的に追加されたUserForm119が、A3と同じ無効な組み合わせを持つことが確認できる。   The GPD thus completed is shown in FIG. It can be confirmed that the dynamically added UserForm 119 has the same invalid combination as A3.

以上のように、動的に追加した機能について、無効な組み合わせを他の機能から複製して置き換えることで、機能の設定値に応じた無効な組み合わせを作りだすことができる。   As described above, an invalid combination corresponding to a set value of a function can be created by copying an invalid combination from another function and replacing the dynamically added function.

実施例1では、ユーザー定義用紙を追加する際に、デバイスアプリ310とコンフリクトエンジン3101が、無効な組み合わせを複製していた。プリンター1042のパネル上で登録して作成するユーザー設定用紙タイプについても、同じように適用することができる。   In the first embodiment, when adding a user-defined paper, the device application 310 and the conflict engine 3101 duplicate invalid combinations. The same can be applied to the user-set paper type registered and created on the printer 1042 panel.

図8のフローチャートが、ユーザー設定用紙タイプで無効な組み合わせを複製する際の動作フローである。   The flowchart of FIG. 8 is an operation flow when an invalid combination is duplicated with the user-set paper type.

まず、デバイスアプリ310は、ユーザーがユーザーインターフェース上にある用紙情報取得のボタンを押すと、プリンター1042と通信してユーザー設定用紙タイプの情報を取得する(S801)。   First, when the user presses a paper information acquisition button on the user interface, the device application 310 communicates with the printer 1042 and acquires information on a user-set paper type (S801).

次にデバイスアプリ310は、コンフリクトエンジン3101に対して、MediaTypeのFeatureにOptionを追加する(S802)。ここでは、プリンター1042から取得したユーザー設定用紙タイプのOptionの名称として、UserPaper001を使用する。他に複数のユーザー設定用紙タイプがあれば、002、003と数字が繰り上がっていく。定型の用紙タイプは以下の表Aのように、坪量・特徴・表面性・色といった属性データを持っている。   Next, the device application 310 adds an Option to the MediaType Feature for the conflict engine 3101 (S802). Here, UserPaper001 is used as the Option name of the user set paper type acquired from the printer 1042. If there are a plurality of other user-set paper types, 002 and 003 are incremented. As shown in Table A below, the standard paper type has attribute data such as basis weight, characteristics, surface property, and color.

ユーザー設定用紙タイプも定型の用紙タイプと同じ属性データを持っている。 The user-set paper type also has the same attribute data as the standard paper type.

そこで、デバイスアプリ310は、ユーザー設定用紙タイプの坪量・特徴・表面性・色が、表Aにある定型の用紙タイプと一致するかどうかを調査する(S803)。   Therefore, the device application 310 investigates whether the basis weight / feature / surface property / color of the user-set paper type matches the standard paper type in Table A (S803).

合致する定型の用紙タイプがあれば、デバイスアプリ310はコンフリクトエンジン3101に対して、定型の用紙タイプの無効な組み合わせを複製するように、依頼する(S805)。合致するものがなければ、デバイスアプリ310はコンフリクトエンジン3101に対して、普通紙の無効な組み合わせを複製するように、依頼する(S804)。   If there is a matching standard paper type, the device application 310 requests the conflict engine 3101 to duplicate an invalid combination of standard paper types (S805). If there is no match, the device application 310 requests the conflict engine 3101 to duplicate an invalid combination of plain paper (S804).

このようにして、動的に追加するユーザー設定用紙タイプも、属性データに応じてそれぞれ適した無効な組み合わせを適用することができる。   In this way, it is possible to apply an invalid combination suitable for each user-set paper type to be dynamically added according to the attribute data.

309 機種依存ファイル、310 デバイスアプリ、3101 コンフリクトエンジン 309 Model-dependent file, 310 device application, 3101 conflict engine

Claims (2)

印刷を行うプリンタードライバーが持つ機種依存データを読み込む手段(S502)と、動的に機能を追加することができる手段(S602)と、1つの機能に関する無効な組み合わせをすべて選び出す手段と(S701)、選びだしたすべての無効な組み合わせを複製する手段(S702)と、複製した無効な組み合わせの中の機能を動的に追加した機能に置き換える手段(S703)と、動的に追加した機能に置き換えたすべての無効な組み合わせを元の機種依存データと組み合わせて処理を行う手段(S704)を持つことを特徴とする情報処理装置。 Means for reading model-dependent data of a printer driver for printing (S502), means for dynamically adding functions (S602), means for selecting all invalid combinations related to one function (S701), Replaced by means of replicating all selected invalid combinations (S702), means for replacing functions in the copied invalid combinations with dynamically added functions (S703), and dynamically added functions An information processing apparatus having means (S704) for performing processing by combining all invalid combinations with original model-dependent data. 動的に機能を追加する際に、機能の属性情報もあわせて保存することができる手段(S603)を持つことを特徴とする請求項1に記載の情報処理装置。 The information processing apparatus according to claim 1, further comprising means (S <b> 603) capable of storing function attribute information together when dynamically adding a function.
JP2015149076A 2015-07-29 2015-07-29 Information processing device, control method, and program Pending JP2017033050A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015149076A JP2017033050A (en) 2015-07-29 2015-07-29 Information processing device, control method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015149076A JP2017033050A (en) 2015-07-29 2015-07-29 Information processing device, control method, and program

Publications (1)

Publication Number Publication Date
JP2017033050A true JP2017033050A (en) 2017-02-09

Family

ID=57989403

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015149076A Pending JP2017033050A (en) 2015-07-29 2015-07-29 Information processing device, control method, and program

Country Status (1)

Country Link
JP (1) JP2017033050A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7459524B2 (en) 2020-01-28 2024-04-02 ブラザー工業株式会社 Programs and information processing equipment

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7459524B2 (en) 2020-01-28 2024-04-02 ブラザー工業株式会社 Programs and information processing equipment

Similar Documents

Publication Publication Date Title
US20180364958A1 (en) Printer and server
US8072633B2 (en) Print shop management method and apparatus for printing documents using a plurality of devices
US20090059274A1 (en) Pull print supporting image forming system, image forming method and information processing apparatus directed thereto
US10261737B1 (en) Print management method, apparatus, and computer-readable medium
JP4987099B2 (en) Information processing apparatus, information processing apparatus control method, and computer program
JP6486153B2 (en) Information processing apparatus, information processing method, and program
US9135528B2 (en) Information processing apparatus, job processing method in information processing apparatus, and storage medium
JP6289276B2 (en) Information processing apparatus, program, and control method
JP7278772B2 (en) Information processing device, control method and application program
JP7341647B2 (en) Information processing device, control method and program
JP6315965B2 (en) Information processing apparatus, program, and control method
JP2005271264A (en) Printing namaging device, method, program, storage medium and printing system
US11520536B2 (en) Information processing apparatus, control method and program therefor, and server system capable of communicating with the information processing apparatus
JP6233354B2 (en) Image forming apparatus and program
JP2010250373A (en) Information processing apparatus, control method, and program
JP7362475B2 (en) Information processing device, control method for information processing device, and program
JP6827738B2 (en) Control methods, programs and information processing equipment
JP2017033050A (en) Information processing device, control method, and program
JP2005271371A (en) Printing managing device, printing managing method, printing managing program and printing system
JP5967956B2 (en) Information processing apparatus, information processing method, and program
JP6466010B2 (en) Information processing apparatus and program
JP6149600B2 (en) Information processing apparatus, information processing method, program, and information processing system
JP2005271370A (en) Printing managing device, printing managing method, printing managing program and printing managing system
JP2011118628A (en) Information processor, information processing method and program
JP2020047094A (en) Print instruction device and program