JP2012008792A - Information processor and printer driver - Google Patents

Information processor and printer driver Download PDF

Info

Publication number
JP2012008792A
JP2012008792A JP2010144005A JP2010144005A JP2012008792A JP 2012008792 A JP2012008792 A JP 2012008792A JP 2010144005 A JP2010144005 A JP 2010144005A JP 2010144005 A JP2010144005 A JP 2010144005A JP 2012008792 A JP2012008792 A JP 2012008792A
Authority
JP
Japan
Prior art keywords
file
serial number
number information
unit
drawing data
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
JP2010144005A
Other languages
Japanese (ja)
Inventor
Harunao Sumimoto
治尚 炭本
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.)
Kyocera Document Solutions Inc
Original Assignee
Kyocera Mita Corp
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 Kyocera Mita Corp filed Critical Kyocera Mita Corp
Priority to JP2010144005A priority Critical patent/JP2012008792A/en
Publication of JP2012008792A publication Critical patent/JP2012008792A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To add file-categorized serial numbers to print data without making it necessary to provide any functions for adding serial numbers to each file name for every application, and without giving any feeling of complicatedness in operation to a user.SOLUTION: A serial number addition part is configured to acquire the file name of plotting data from a spooler (S0), and to acquire a record including the main part of the file name from a serial number information table included in the serial number information file (S1), and to, when the field of the necessity/non-necessity of the addition of the record indicates the necessity of addition (S2), generate, on the basis of the record acquired in the step S1, overlay data in which serial numbers included in this are described at a set position, and to add this to a spool file (S3), and to perform the increment of the serial numbers included in the record in the step S1 only by 1, and to update the corresponding record in a serial number information file 43 with this record (S4).

Description

本発明は、プリンタドライバを備えた情報処理装置及びプリンタドライバに関する。   The present invention relates to an information processing apparatus including a printer driver and a printer driver.

下記特許文献1には、ネットワークに接続された複数のプリンタのそれぞれから、このネットワークに接続された制御装置に対しシリアル番号を要求し、制御装置がこれに応答して、シリアル番号を生成し返信して、プリンタ側でこのシリアル番号を印刷データに付加して印刷するシステムが開示されている。   In Patent Document 1 below, each of a plurality of printers connected to a network requests a serial number from a control device connected to the network, and the control device generates a serial number in response to the request. Thus, a system for printing by adding this serial number to print data on the printer side is disclosed.

特開2007−317051号公報JP 2007-317051 A

一方、印刷対象のファイル毎に、印刷部数を管理して、秘密文書の安全性を確保したい場合がある。   On the other hand, there are cases where it is desired to manage the number of copies for each file to be printed to ensure the security of the secret document.

しかしながら、上記方法では、印刷対象のファイル毎に、シリアル番号を含ませて印刷することができない。これを実現するためには、アプリケーション毎に、シリアル番号を文書に付加する機能を備えなければならない。   However, in the above method, it is not possible to print with a serial number included in each file to be printed. In order to realize this, each application must have a function of adding a serial number to a document.

アプリケーションは一般に、ユーザが作成したファイル毎にシリアル番号を付加して管理するようなことは行わないので、専用のユーティリティを作成し、印刷対象のファイルをこのユーティリティで指定して、シリアル番号を付加しなければならない。このため、ユーザは煩雑な操作を行わなければならない。   In general, applications do not manage by adding a serial number for each file created by the user, so create a dedicated utility, specify the file to be printed with this utility, and add the serial number. Must. For this reason, the user must perform a complicated operation.

本発明の目的は、このような問題点に鑑み、ファイル名毎にシリアル番号を付加する機能をアプリケーション毎に備える必要がなく、かつ、ユーザに操作の煩雑感を与えることなく、ファイル別シリアル番号を印刷データに付加することが可能な情報処理装置及びプリンタドライバを提供することにある。   In view of such problems, the object of the present invention is not necessary to provide a function for adding a serial number for each file name for each application, and without giving the user a complicated feeling of operation. Is to provide an information processing apparatus and a printer driver capable of adding a print data to print data.

本発明の第1態様では、プロセッサと、該プロセッサに対し、アプリケーションから描画インターフェイスを介して供給されるアプリケーション非依存言語の描画データを、前処理部で処理させた後、頁記述言語の印刷データに変換させるプリンタドライバと、を備えた情報処理装置において、
ファイル名とシリアル番号とを対応させたファイル別番号情報が格納される不揮発性記憶手段と、
該前処理部は該プロセッサに対し、
該ファイル別番号情報を参照させて、該描画データのファイル名に対応したシリアル番号を取得させ、
該描画データのファイルの先頭ページ又は各頁の描画データに、該シリアル番号を描画するデータを付加させ、
該不揮発性記憶手段内の該ファイル別番号情報に含まれる、該描画データのファイル名に対応したシリアル番号をインクリメントさせる。
In the first aspect of the present invention, the processor and the drawing data in the application-independent language supplied from the application via the drawing interface to the processor are processed by the preprocessing unit, and then the print data in the page description language In an information processing apparatus comprising a printer driver for converting to
Nonvolatile storage means for storing file-specific number information in which file names and serial numbers are associated;
The pre-processing unit
By referring to the file number information, the serial number corresponding to the file name of the drawing data is acquired,
The data for drawing the serial number is added to the drawing data of the first page or each page of the drawing data file,
The serial number corresponding to the file name of the drawing data included in the file-specific number information in the nonvolatile storage means is incremented.

本発明による情報処理装置及びプリンタドライバの第2態様では、第1態様において、入力手段と表示手段とを更に有し、該前処理部は該プロセッサに対し、
該入力手段からの設定画面表示指示に応答して、該不揮発性記憶手段に格納されている該ファイル別番号情報を該表示手段に一覧表示させ、
該入力手段からの編集入力に応じて該一覧表示の内容を変更させ、
該入力手段からの入力確定指示に応答して、変更後の該内容に基づき、該不揮発性記憶手段内の該ファイル別番号情報を更新させる。
According to a second aspect of the information processing apparatus and the printer driver according to the present invention, in the first aspect, the information processing apparatus and the printer driver further include an input unit and a display unit,
In response to the setting screen display instruction from the input unit, the file unit number information stored in the nonvolatile storage unit is displayed in a list on the display unit,
The contents of the list display are changed according to the edit input from the input means,
In response to the input confirmation instruction from the input means, the file-specific number information in the nonvolatile storage means is updated based on the changed contents.

上記第1態様の構成によれば、ファイル名毎にシリアル番号を付加する機能をアプリケーション毎に備える必要がなく、かつ、ユーザに操作の煩雑感を与えることなく、ファイル別シリアル番号を印刷データに付加することが可能となるという効果を奏する。   According to the configuration of the first aspect, it is not necessary to provide a function for adding a serial number for each file name for each application, and the user-specific serial number is added to the print data without giving the user a complicated feeling of operation. There is an effect that it can be added.

上記第2態様の構成によれば、ファイル別シリアル番号の編集をアプリケーションの種類によらず容易に行うことができるという効果を奏する。   According to the structure of the said 2nd aspect, there exists an effect that the serial number according to a file can be edited easily irrespective of the kind of application.

本発明の他の目的、特徴的な構成及び効果は、以下の説明を特許請求の範囲及び図面の記載と関係づけて読むことにより明らかになる。   Other objects, characteristic configurations and effects of the present invention will become apparent from the following description read in connection with the appended claims and the drawings.

本発明の実施例1に係る、主にプリンタドライバのソフトウェア構成を示す機能ブロック図である。FIG. 3 is a functional block diagram mainly illustrating a software configuration of a printer driver according to the first exemplary embodiment of the present invention. 図1中のシリアル番号付加部による処理手順を示す概略フローチャートである。It is a schematic flowchart which shows the process sequence by the serial number addition part in FIG. 図1中のUI部により表示されるファイル別シリアル番号付加設定画面の説明図である。It is explanatory drawing of the serial number addition setting screen classified by file displayed by the UI part in FIG. 本発明の実施例1に係る画像形成システムのハードウェア構成を示す概略ブロック図である。1 is a schematic block diagram illustrating a hardware configuration of an image forming system according to Embodiment 1 of the present invention.

図4は、本発明の実施例1に係る画像形成システムのハードウェア構成を示す概略ブロック図である。   FIG. 4 is a schematic block diagram illustrating a hardware configuration of the image forming system according to the first embodiment of the present invention.

このシステムでは、ホストコンピュータ10と画像形成装置20とがLAN30で結合されている。   In this system, the host computer 10 and the image forming apparatus 20 are coupled via a LAN 30.

ホストコンピュータ10では、CPU11がインターフェイス12を介してPROM13、DRAM14、ハードディスクドライブ15、ネットワークインターフェイス16及び会話型入出力装置17に結合されている。図4では、簡単化の為に、複数種のインターフェイスを1つのブロック12で表している。   In the host computer 10, a CPU 11 is coupled to a PROM 13, a DRAM 14, a hard disk drive 15, a network interface 16, and an interactive input / output device 17 via an interface 12. In FIG. 4, a plurality of types of interfaces are represented by one block 12 for simplification.

PROM13は、例えばフラッシュメモリであり、BIOSが格納されている。DRAM14は、主記憶装置として用いられる。ハードディスクドライブ15には、仮想記憶方式のOS(オペレーティングシステム)、各種ドライバ及びアプリケーション並びにデータが格納されている。ネットワークインターフェイス16は、LAN30に結合されている。会話型入出力装置17は、例えば入力装置としてのキーボード及びポインティングデバイスと、表示装置とを備えている。   The PROM 13 is a flash memory, for example, and stores a BIOS. The DRAM 14 is used as a main storage device. The hard disk drive 15 stores a virtual storage OS (operating system), various drivers, applications, and data. Network interface 16 is coupled to LAN 30. The interactive input / output device 17 includes, for example, a keyboard and pointing device as input devices, and a display device.

図1は、主にプリンタドライバ40のソフトウェア構成を示す機能ブロック図である。   FIG. 1 is a functional block diagram mainly showing a software configuration of the printer driver 40.

ワードプロセッサなどのアプリケーション41を起動させて、対話的に文書を作成した後、印刷を選択すると、プリンタドライバ40が起動されて、そのユーザインターフェイス部42により、会話型入出力装置17の表示装置171に印刷条件設定画面(不図示)が表示され、その中のオプションボタンを会話型入出力装置17の入力装置172でクリックすると、ユーザインターフェイス部42はこれに応答して、シリアル番号情報ファイル43の内容を読出し、図3に示すようなファイル別シリアル番号付加設定画面50を会話型入出力装置17の表示装置171に表示させる。   When an application 41 such as a word processor is activated to create a document interactively and then printing is selected, the printer driver 40 is activated. When a print condition setting screen (not shown) is displayed and an option button is clicked on the input device 172 of the interactive input / output device 17, the user interface unit 42 responds to this and the contents of the serial number information file 43 are displayed. 3 is displayed on the display device 171 of the interactive input / output device 17 as shown in FIG.

シリアル番号情報ファイル43には、このファイル別シリアル番号付加設定画面50を表示するためのデータが含まれている。画面50中のシリアル番号情報テーブル51のレコードは、行を追加するごとに1だけインクリメントされる行番号のフィールドと、印刷対象のファイル名の本体部(拡張子無し)のフィールドと、このファイル名のファイルを1部印刷する毎にインクリメントされるファイル別シリアル番号のフィールドと、このシリアル番号の付加の要否を示すフィールと、このシリアル番号を先頭ページのみに付加するか全ページに付加するかを示すフィールドと、ページ上のシリアル番号付加位置を示すフィールドとを含んでいる。この付加位置は、上端部の左、中央、右又は下端部の左、中央、右のいずれかである。シリアル番号情報ファイル43には、シリアル番号付加要否の選択リスト及びシリアル番号付加位置の選択リストも含まれている。   The serial number information file 43 includes data for displaying the file-specific serial number addition setting screen 50. The record of the serial number information table 51 in the screen 50 includes a line number field incremented by 1 each time a line is added, a main body field (no extension) of the file name to be printed, and the file name. A serial number field for each file that is incremented each time one file is printed, a field indicating whether or not this serial number needs to be added, and whether this serial number is added to only the first page or all pages And a field indicating a serial number addition position on the page. This additional position is either left, center, or right of the upper end portion, or left, center, or right of the lower end portion. The serial number information file 43 also includes a selection list for determining whether or not a serial number should be added and a selection list for serial number addition positions.

印刷対象のファイル名がシリアル番号情報テーブル51に存在しない場合、ユーザは入力装置172を操作して新たな行に、このファイル名を記述し、先頭ページのみ又は全ページのいずれか一方をドロップダウンリストから選択し、6つの付加位置のいずれかをドロップダウンリストから選択する。付加要否の既定値は、付加要となっている。   When the file name to be printed does not exist in the serial number information table 51, the user operates the input device 172 to describe the file name on a new line, and drops down only one of the first page or all the pages. Select from the list and select one of the six additional positions from the drop-down list. The default value for necessity of addition is an addition requirement.

既に印刷対象ファイル名がシリアル番号情報テーブル51に存在する場合、ユーザは入力装置172を操作して、その行(レコード)内の選択内容を適当に変更する。   When the file name to be printed already exists in the serial number information table 51, the user operates the input device 172 to appropriately change the selection content in the line (record).

どのファイルについてもシリアル番号を付加しない場合、ユーザは入力装置172を操作して、シリアル番号情報テーブル51の左上のチェックボックス52のチェックを外す。   When no serial number is added to any file, the user operates the input device 172 to uncheck the check box 52 in the upper left of the serial number information table 51.

このような設定の編集が終わると、ユーザは「OK」ボタン53を入力装置172でクリックする。ユーザインターフェイス部42はこれに応答して、シリアル番号情報テーブル51及びチェックボックス52の内容で、シリアル番号情報ファイル43の内容を更新することにより、シリアル番号情報の設定を確定する。   When the editing of such settings is completed, the user clicks the “OK” button 53 with the input device 172. In response to this, the user interface unit 42 updates the contents of the serial number information file 43 with the contents of the serial number information table 51 and the check box 52, thereby confirming the setting of the serial number information.

ユーザが入力装置172で、不図示のUI画面上の印刷実行ボタンをクリックすると、アプリケーション41はこれに応答して、文書データを、描画インターフェイス44を介しアプリケーション非依存言語の描画データに変換する。描画インターフェイス44は、例えばWindows(登録商標)OSのGDI(グラフィック・デバイス・インターフェイス)である。この描画データは、OSのスプーラ45に渡されて、スプールファイルとして一時記憶される。   When the user clicks a print execution button on a UI screen (not shown) with the input device 172, the application 41 responds to this and converts the document data into drawing data in an application-independent language via the drawing interface 44. The drawing interface 44 is, for example, a GDI (graphic device interface) of Windows (registered trademark) OS. This drawing data is transferred to the spooler 45 of the OS and temporarily stored as a spool file.

アプリケーション41は、描画インターフェイス44を介してスプーラ45に、描画データのメタ情報も渡す。このメタ情報には、描画データのファイル名が含まれ、このファイル名の本体部は、アプリケーション41による編集対象のファイル名本体部と同一である。   The application 41 also passes drawing data meta information to the spooler 45 via the drawing interface 44. This meta information includes the file name of the drawing data, and the body part of this file name is the same as the file name body part to be edited by the application 41.

プリンタドライバ40のPDL(頁記述言語)変換部46は、スプーラ45からのレディ通知に応答して、PDL変換の前処理としてシリアル番号付加部47を呼び出す。これにより、シリアル番号付加部47による図2の処理が開始される。   In response to the ready notification from the spooler 45, the PDL (page description language) conversion unit 46 of the printer driver 40 calls the serial number addition unit 47 as preprocessing for PDL conversion. Thereby, the process of FIG. 2 by the serial number addition part 47 is started.

(S0)シリアル番号付加部47は、上記描画データのファイル名をスプーラ45から取得する。   (S0) The serial number adding unit 47 acquires the file name of the drawing data from the spooler 45.

(S1)シリアル番号付加部47は、シリアル番号情報ファイル43に含まれるシリアル番号情報テーブル51から、このファイル名の本体部を含むレコードを取得する。   (S1) The serial number adding unit 47 acquires a record including the main body part of the file name from the serial number information table 51 included in the serial number information file 43.

(S2)このレコードの付加要否のフィールドが、付加要を示していればステップS3へ進み、そうでなければ、PDL変換部46に制御を戻す。   (S2) If the addition necessity field of this record indicates addition necessity, the process proceeds to step S3, and if not, the control is returned to the PDL conversion unit 46.

(S3)ステップS1で取得したレコードに基づいて、これに含まれるシリアルナンバーが設定位置に記述されたオーバレイデータを生成し、これを上記スプールファイル内に追加する。   (S3) Based on the record acquired in step S1, overlay data in which the serial number included in the record is described at the set position is generated and added to the spool file.

(S4)ステップS1でのレコードに含まれるシリアルナンバーを1だけインクリメントし、このレコードで、シリアル番号情報ファイル43内の対応するレコードを更新し、PDL変換部46に制御を戻す。   (S4) The serial number included in the record in step S1 is incremented by 1, and the corresponding record in the serial number information file 43 is updated with this record, and control is returned to the PDL conversion unit 46.

PDL変換部46は、スプールファイル内の、オーバレイデータを含む描画データを、PDL言語の印刷データに変換し、通信制御部48でネットワークインターフェイス16を制御してこの印刷データを画像形成装置20に送信する。   The PDL conversion unit 46 converts drawing data including overlay data in the spool file into PDL language print data, and the communication control unit 48 controls the network interface 16 to transmit the print data to the image forming apparatus 20. To do.

これにより、シリアル番号情報テーブル51内の対応するレコードの内容に応じて、印刷データにシリアル番号が付加され、画像形成装置20において、シリアル番号が先頭ページ又は各ページの指定位置に付加された文書が印刷される。   As a result, a serial number is added to the print data in accordance with the contents of the corresponding record in the serial number information table 51, and the document in which the serial number is added to the first page or a designated position on each page in the image forming apparatus 20 Is printed.

本実施例1によれば、ファイル名毎にシリアル番号を付加する機能をアプリケーション毎に備える必要がなく、かつ、ユーザに操作の煩雑感を与えることなく、ファイル別シリアル番号を印刷データに付加することが可能となるという効果を奏する。   According to the first embodiment, it is not necessary to provide a function for adding a serial number for each file name for each application, and a file-specific serial number is added to print data without giving the user a complicated feeling of operation. There is an effect that it becomes possible.

また、ファイル別シリアル番号の編集をアプリケーションの種類によらず容易に行うことができるという効果を奏する。   In addition, there is an effect that the serial number for each file can be easily edited regardless of the type of application.

以上において、本発明の好適な実施例を説明したが、本発明には他にも種々の変形例が含まれ、上記実施例で述べた各構成要素の機能を実現する他の構成を用いたもの、当業者であればこれらの構成又は機能から想到するであろう他の構成も、本発明に含まれる。   In the above, preferred embodiments of the present invention have been described. However, the present invention includes various modifications, and other configurations that realize the functions of the respective components described in the above embodiments are used. However, other configurations that would be conceived by those skilled in the art from these configurations or functions are also included in the present invention.

10 ホストコンピュータ
11 CPU
12 インターフェイス
13 PROM
14 DRAM
15 ハードディスクドライブ
16 ネットワークインターフェイス
17 会話型入出力装置
171 表示装置
172 入力装置
20 画像形成装置
30 LAN
40 プリンタドライバ
41 アプリケーション
42 ユーザインターフェイス部
44 描画インターフェイス
45 スプーラ
47 シリアル番号付加部
43 シリアル番号情報ファイル
50 ファイル別シリアル番号付加設定画面
51 シリアル番号情報テーブル
52 チェックボックス
53 「OK」ボタン
10 Host computer 11 CPU
12 Interface 13 PROM
14 DRAM
15 Hard Disk Drive 16 Network Interface 17 Interactive Input / Output Device 171 Display Device 172 Input Device 20 Image Forming Device 30 LAN
40 Printer Driver 41 Application 42 User Interface Unit 44 Drawing Interface 45 Spooler 47 Serial Number Addition Unit 43 Serial Number Information File 50 File-Specific Serial Number Addition Setting Screen 51 Serial Number Information Table 52 Check Box 53 “OK” Button

Claims (4)

プロセッサと、該プロセッサに対し、アプリケーションから描画インターフェイスを介して供給されるアプリケーション非依存言語の描画データを、前処理部で処理させた後、頁記述言語の印刷データに変換させるプリンタドライバと、を備えた情報処理装置において、
ファイル名とシリアル番号とを対応させたファイル別番号情報が格納される不揮発性記憶手段と、
該前処理部は該プロセッサに対し、
該ファイル別番号情報を参照させて、該描画データのファイル名に対応したシリアル番号を取得させ、
該描画データのファイルの先頭ページ又は各頁の描画データに、該シリアル番号を描画するデータを付加させ、
該不揮発性記憶手段内の該ファイル別番号情報に含まれる、該描画データのファイル名に対応したシリアル番号をインクリメントさせる、
ことを特徴とする情報処理装置。
A processor and a printer driver that causes the processor to process drawing data in an application-independent language supplied from an application via a drawing interface in a preprocessing unit, and then convert the drawing data into page description language print data. In the information processing apparatus provided,
Nonvolatile storage means for storing file-specific number information in which file names and serial numbers are associated;
The pre-processing unit
By referring to the file number information, the serial number corresponding to the file name of the drawing data is acquired,
The data for drawing the serial number is added to the drawing data of the first page or each page of the drawing data file,
Incrementing the serial number corresponding to the file name of the drawing data included in the file-specific number information in the nonvolatile storage means;
An information processing apparatus characterized by that.
入力手段と表示手段とを更に有し、該前処理部は該プロセッサに対し、
該入力手段からの設定画面表示指示に応答して、該不揮発性記憶手段に格納されている該ファイル別番号情報を該表示手段に一覧表示させ、
該入力手段からの編集入力に応じて該一覧表示の内容を変更させ、
該入力手段からの入力確定指示に応答して、変更後の該内容に基づき、該不揮発性記憶手段内の該ファイル別番号情報を更新させる、
ことを特徴とする請求項1に記載の情報処理装置。
Input means and display means, the preprocessing unit for the processor,
In response to the setting screen display instruction from the input unit, the file unit number information stored in the nonvolatile storage unit is displayed in a list on the display unit,
The contents of the list display are changed according to the edit input from the input means,
In response to the input confirmation instruction from the input means, based on the contents after the change, the file-specific number information in the nonvolatile storage means is updated.
The information processing apparatus according to claim 1.
コンピュータに対し、アプリケーションから描画インターフェイスを介して供給されるアプリケーション非依存言語の描画データを、前処理部で処理させた後、頁記述言語の印刷データに変換させるプリンタドライバにおいて、
該前処理部は該コンピュータに対し、
ファイル名とシリアル番号とを対応させたファイル別番号情報を不揮発性記憶手段から読み出させ、
該ファイル別番号情報を参照させて、該描画データのファイル名に対応したシリアル番号を取得させ、
該描画データのファイルの先頭ページ又は各頁の描画データに、該シリアル番号を描画するデータを付加させ、
該不揮発性記憶手段内の該ファイル別番号情報に含まれる、該描画データのファイル名に対応したシリアル番号をインクリメントさせる、
ことを特徴とするプリンタドライバ。
In a printer driver for causing a computer to process drawing data in an application-independent language supplied from an application via a drawing interface in a pre-processing unit and then convert the data into print data in a page description language.
The pre-processing unit
Read the file-specific number information corresponding to the file name and serial number from the nonvolatile storage means,
By referring to the file number information, the serial number corresponding to the file name of the drawing data is acquired,
The data for drawing the serial number is added to the drawing data of the first page or each page of the drawing data file,
Incrementing the serial number corresponding to the file name of the drawing data included in the file-specific number information in the nonvolatile storage means;
A printer driver characterized by that.
該前処理部は該コンピュータに対し、
入力手段からの設定画面表示指示に応答して、該不揮発性記憶手段に格納されている該ファイル別番号情報を表示手段に一覧表示させ、
該入力手段からの編集入力に応じて該一覧表示の内容を変更させ、
該入力手段からの入力確定指示に応答して、変更後の該内容に基づき、該不揮発性記憶手段内の該ファイル別番号情報を更新させる、
ことを特徴とする請求項3に記載のプリンタドライバ。
The pre-processing unit
In response to the setting screen display instruction from the input unit, the file unit number information stored in the nonvolatile storage unit is displayed in a list on the display unit,
The contents of the list display are changed according to the edit input from the input means,
In response to the input confirmation instruction from the input means, based on the contents after the change, the file-specific number information in the nonvolatile storage means is updated.
The printer driver according to claim 3.
JP2010144005A 2010-06-24 2010-06-24 Information processor and printer driver Pending JP2012008792A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010144005A JP2012008792A (en) 2010-06-24 2010-06-24 Information processor and printer driver

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010144005A JP2012008792A (en) 2010-06-24 2010-06-24 Information processor and printer driver

Publications (1)

Publication Number Publication Date
JP2012008792A true JP2012008792A (en) 2012-01-12

Family

ID=45539259

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010144005A Pending JP2012008792A (en) 2010-06-24 2010-06-24 Information processor and printer driver

Country Status (1)

Country Link
JP (1) JP2012008792A (en)

Similar Documents

Publication Publication Date Title
JP4520340B2 (en) PRINT CONTROL DEVICE, CONTROL METHOD FOR PRINT CONTROL DEVICE, PRINT CONTROL PROGRAM, AND RECORDING MEDIUM
JP5857611B2 (en) Information processing device, system, program
US8537438B2 (en) Information processing apparatus in which a plurality of types of print drivers and plurality of graphics units run, control method therefor, and program
US20190050173A1 (en) Information processing apparatus, control method, and recording medium
JP4793465B2 (en) Information processing apparatus, information processing apparatus control method, and information processing apparatus control program
JP2007249857A (en) Information processor, its control method, and program
JP5924892B2 (en) Information processing apparatus, information processing method, and program
JP2017102901A (en) Program, information processing device, setting method, and information processing system
JP2009211695A (en) Method of building print container and gui program
JP6108864B2 (en) Information processing apparatus, information processing apparatus control method, and program
JP6225822B2 (en) Output system, terminal device, program, and output method
JP2014109854A (en) Information processor, control method and program
JP2010140281A (en) Method of data communication between application program and printer driver, and program therefor
US9606761B2 (en) Information processing apparatus for controlling an output process and method for the same
EP2648088B1 (en) Information processing apparatus, storage medium, and control method therefor
US20110279843A1 (en) Apparatus for Controlling Image Formation, Computer Readable Device Having Stored Thereon Computer-Executable Instructions for Forming Images, and Method of Generating Image Formation Setting Information
JP2009237609A (en) Information processing apparatus, control method therefor, and printer driver program
JP2006268586A (en) Processing mode designation information conversion program and method
JP5700938B2 (en) Information processing apparatus, information processing method, and program
JP2017033052A (en) Control device and program in image forming apparatus
JP5919925B2 (en) Program, information processing apparatus, storage medium
US10795617B2 (en) Information processing apparatus and control method
JP5807460B2 (en) Information processing apparatus, program, and storage medium
JP2014041599A (en) Program, information processing apparatus, and system
JP2017083996A (en) Information processing device, control method and program thereof