JP2011100196A - Printing control method - Google Patents

Printing control method Download PDF

Info

Publication number
JP2011100196A
JP2011100196A JP2009252883A JP2009252883A JP2011100196A JP 2011100196 A JP2011100196 A JP 2011100196A JP 2009252883 A JP2009252883 A JP 2009252883A JP 2009252883 A JP2009252883 A JP 2009252883A JP 2011100196 A JP2011100196 A JP 2011100196A
Authority
JP
Japan
Prior art keywords
print
setting
printer driver
application
setting value
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
JP2009252883A
Other languages
Japanese (ja)
Inventor
Daishi Yamazaki
大資 山崎
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 JP2009252883A priority Critical patent/JP2011100196A/en
Publication of JP2011100196A publication Critical patent/JP2011100196A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To configure settings to ensure consistency in printing by associating the settings of an application and a printer driver without holding all the settings to be set on the printer driver side, on the application side. <P>SOLUTION: A printing control method includes: controlling a UI (user interface) on the application side, when an unknown item not held on the application side is set at the printer driver, to prohibit the setting; and applying the value set on the printer driver side as it is.There is no need for the application to hold all the print settings.Even when undefined and unknown settings are configured, consistency is maintained in printing. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は情報処理装置から、印刷出力デバイスに対して、印刷出力制御の設定を行う印刷制御システム及び印刷制御手法に関する。   The present invention relates to a print control system and a print control method for setting print output control for a print output device from an information processing apparatus.

プリンタードライバーの印刷設定と同等の印刷設定をアプリケーションで行う際に、アプリケーションとプリンタードライバーとで相反するまたは重複する印刷設定を行い、印刷を実行する場合に、アプリケーションとプリンタードライバーとでの設定で整合性が保たれず、ユーザーの意図しない出力結果になる可能性がある。例えば、アプリケーション側で片面に設定したものをプリンタードライバーで両面に設定して印刷した場合に、アプリケーションのプレビューで片面と表示されているにも関わらず、実際の出力結果は両面で印刷されることや、N−upなどの設定をアプリケーション側で独自に処理し画像を作る場合、アプリケーション側で4−upで設定したものをプリンタードライバーで4−upと設定して印刷を実行した場合に、実際の出力がそれぞれの設定が掛け合わせとなり16−upとして出力されるなどの不整合が生じる。   When performing print settings that conflict or overlap between the application and printer driver when performing print settings that are equivalent to the print settings of the printer driver, the settings in the application and printer driver are consistent. May not be maintained and may result in output not intended by the user. For example, when printing is performed with the printer driver set to single-sided with the printer driver set to double-sided, the actual output result will be printed on both sides even though it is displayed as single-sided in the application preview Or when N-up and other settings are processed independently on the application side to create an image, what is set on the application side with 4-up is set to 4-up with the printer driver, and printing is actually performed Output is multiplied by the respective settings, and inconsistency occurs such as being output as 16-up.

このような問題を回避するために、従来技術ではアプリケーションとプリンタードライバーの持つ設定内容の項目のうち重複している項目を抽出し、これらの内容が相反することを防止するものがある(例えば、特許文献1参照)。具体的には、重複している項目はプリンタードライバーの持つ印刷設定画面では入力を禁止する。または、重複している項目はプリンタードライバーの持つ印刷設定画面から消去する。または、重複している項目が操作された場合は警告する。さらに、印刷プレビュー画面を同時に表示させると共に、プリンタードライバーの設定画面上で設定を行うとその設定を印刷プレビューに反映する(例えば、トナーセーブモードを設定すると、プレビュー画面上の画像を薄く表示する)。   In order to avoid such a problem, in the conventional technology, there are items that extract duplicate items from the setting contents items of the application and the printer driver, and prevent these contents from conflicting (for example, Patent Document 1). Specifically, input of duplicate items is prohibited on the print setting screen of the printer driver. Or, delete duplicate items from the print setting screen of the printer driver. Or warn when duplicate items are operated. In addition, the print preview screen is displayed at the same time, and when the setting is made on the setting screen of the printer driver, the setting is reflected in the print preview (for example, when the toner save mode is set, the image on the preview screen is displayed lightly). .

特開平11−143664号公報JP 11-143664 A

先行技術では、プリンタードライバーで設定可能なすべての項目をアプリケーションで予め保持していることを前提としている。この場合、アプリケーション側は多種のプリンタードライバーの印刷設定の最大公約数を保持する必要があり、アプリケーションが保持すべき設定が増加する。プリンタードライバーにアプリケーション側で未定義の新規の設定項目が追加される度に、アプリケーション側も合わせて、追加された設定項目が設定できるように対応する必要がある。   In the prior art, it is assumed that all items that can be set by the printer driver are held in advance by the application. In this case, the application side needs to hold the greatest common divisor of the print settings of various printer drivers, and the settings that the application should hold increase. Every time a new setting item undefined on the application side is added to the printer driver, it is necessary for the application side to be able to set the added setting item.

印刷処理を印刷出力装置に制御させるための印刷設定を可能とするプリンタードライバー(102)と、前記プリンタードライバー(102)とは別に独自で印刷設定を可能とするアプリケーションプログラム(101)とで連動して印刷設定を設定する情報処理装置(100)において、
前記アプリケーションプログラム(101)は前記プリンタードライバー(102)で設定されている設定値がアプリケーションプログラム(101)で解釈可能な設定値か否かを判別する設定値判別手段(304)と
前記設定値判別手段(304)により前記プリンタードライバー(102)で設定されている設定値が前記アプリケーションプログラム(101)で解釈可能か否かを判断し(S703)、該設定値が未知の設定値の場合に、アプリケーションプログラム(101)の印刷設定画面で該設定値に対応する設定項目の設定変更を不可とする印刷設定画面表示手段(304、302、S707)と
を持つことを特徴とする印刷制御方法及び印刷制御システムである。
The printer driver (102) that enables print settings for controlling the print processing by the print output apparatus and the application program (101) that enables print settings independently from the printer driver (102) are linked. In the information processing apparatus (100) for setting the print settings,
The application program (101) has a setting value determining means (304) for determining whether or not a setting value set by the printer driver (102) is a setting value that can be interpreted by the application program (101), and the setting value determination It is determined whether or not the setting value set in the printer driver (102) by the means (304) can be interpreted by the application program (101) (S703). If the setting value is an unknown setting value, And a print setting screen display means (304, 302, S707) for disabling the setting change of the setting item corresponding to the setting value on the print setting screen of the application program (101). Control system.

アプリケーション側でプリンタードライバー側で設定可能なすべての設定を保持する必要がなく、アプリケーションとプリンタードライバー双方の設定を連動させ、不整合を起こさずに印刷できるように設定ができる。   There is no need to maintain all settings that can be set on the printer driver side on the application side, and the settings of both the application and printer driver can be linked so that printing can be performed without causing inconsistencies.

本発明の実施形態に係る印刷制御システムにおけるシステム構成図である。1 is a system configuration diagram of a print control system according to an embodiment of the present invention. 本発明の実施形態に係る印刷制御システムにおける情報処理装置のハードウェア構成図である。It is a hardware block diagram of the information processing apparatus in the print control system which concerns on embodiment of this invention. 本発明の実施形態に係る印刷制御システムにおける情報処理装置のソフトウェア構成図である。3 is a software configuration diagram of an information processing apparatus in the print control system according to the embodiment of the present invention. FIG. 本発明の実施形態に係る印刷制御システムのプリンタードライバーが保持する印刷設定情報の一例である。4 is an example of print setting information held by a printer driver of a print control system according to an embodiment of the present invention. 本発明の実施形態に係る印刷制御システムのアプリケーションが保持する印刷設定情報の一例である。6 is an example of print setting information held by an application of a print control system according to an embodiment of the present invention. 本発明の実施形態に係る印刷制御システムにおけるプリンタードライバーの印刷設定画面起動時のアプリケーションの処理フローである。6 is a processing flow of an application when a print setting screen of a printer driver is activated in the print control system according to the embodiment of the present invention. 本発明の実施形態に係る印刷制御システムにおけるプリンタードライバーの印刷設定画面を閉じた時のアプリケーション処理フローである。6 is an application process flow when the print setting screen of the printer driver is closed in the print control system according to the embodiment of the present invention. 本発明の実施形態に係る印刷制御システムにおけるアプリケーションのプレビュー表示更新時の処理フローである。6 is a processing flow when updating the preview display of an application in the print control system according to the embodiment of the present invention. 本発明の実施形態に係る印刷制御システムにおけるアプリケーションのGUI画面の一例である。It is an example of the GUI screen of the application in the print control system according to the embodiment of the present invention. 本発明の実施形態に係る印刷制御システムにおけるアプリケーションの印刷設定画面の一例である。6 is an example of an application print setting screen in the print control system according to the embodiment of the present invention. 本発明の実施形態に係る印刷制御システムにおけるプリンタードライバーの印刷設定画面の一例である。4 is an example of a print setting screen of a printer driver in the print control system according to the embodiment of the present invention. 本発明の実施形態に係る印刷制御システムのアプリケーションのプレビュー表示画面において、警告表示がされるときの画面の一例である。6 is an example of a screen when a warning is displayed on the preview display screen of the application of the print control system according to the embodiment of the present invention.

以下、本発明を実施するための最良の形態について図面を用いて説明する。
〔システム構成〕
図1は、本実施形態の情報処理システムに好適な印刷制御システムのシステム構成を示す図である。印刷制御システムは、本発明の情報処理装置に好適な実施形態であるPC100によって実現されている。文書印刷アプリケーション101は、文書編集や画像編集などを行い編集した文書を印刷する機能を提供するアプリケーションプログラムであり、オペレーティングシステム(OS)に対する印刷機能を有している。文書印刷アプリケーション101は、作成された文書データ103などのアプリケーションデータを印刷するにあたって、OSにより提供される所定のインターフェース(一般に、GDIと呼ばれる)を利用する。すなわち、文書印刷アプリケーション101は、作成または読み込んだ文書データ103を印刷するために、前記インターフェースを提供するOSの出力モジュールに対して、あらかじめ定められる、OSに依存する形式の出力コマンド(GDI関数と呼ばれる)を送信する。出力コマンドを受けた出力モジュールは、プリンター等の出力デバイスが処理可能な形式にそのコマンドを変換し、(GDI関数と呼ばれる)を出力する。出力デバイスが処理可能な形式はデバイスの種類やメーカー、機種などによって異なるために、プリンターごとにプリンタードライバーが提供されており、OSではそのプリンタードライバーを利用してコマンドの変換を行い、印刷データを生成し、JL(Job Language)でくくることにより印刷ジョブが生成される。OSとしてマイクロソフト社のウインドウズを利用する場合には、前述した出力モジュールとしてはGDI(Graphic Device Interface)と呼ばれるモジュールが相当する。文書印刷アプリケーション101によって編集された文書データ103を印刷する際には、文書印刷アプリケーション101は、印刷設定情報に従い、各ページを印刷するために、前述したOSの出力モジュールに適合する出力コマンドを生成し、不図示の出力モジュールに出力する。その際に、出力デバイスとして使用されるプリンター104のプリンタードライバー102が指定される。出力モジュールは、指定されたプリンター104のプリンタードライバー102を用いて受信した出力コマンドを、プリンター102で解釈実行可能なデバイスコマンドに変換する。そしてデバイスコマンドはプリンター104に送信され、プリンター104によってコマンドに応じた画像が印刷される。
〔ハードウェア構成〕
図2に示されるハードウェア構成図は、一般的なPCのハードウェア構成図に相当するものとし、本実施形態のPC100には一般的な情報処理装置のハードウェア構成を適用できる。
The best mode for carrying out the present invention will be described below with reference to the drawings.
〔System configuration〕
FIG. 1 is a diagram showing a system configuration of a print control system suitable for the information processing system of the present embodiment. The print control system is realized by a PC 100 which is a preferred embodiment for the information processing apparatus of the present invention. The document printing application 101 is an application program that provides a function of printing a document that has been edited by performing document editing or image editing, and has a printing function for an operating system (OS). The document printing application 101 uses a predetermined interface (generally called GDI) provided by the OS when printing application data such as the created document data 103. That is, the document printing application 101 prints the created or read document data 103 to the OS output module (GDI function and GDI function), which is predetermined for the OS output module that provides the interface. Send). Upon receiving the output command, the output module converts the command into a format that can be processed by an output device such as a printer, and outputs (called a GDI function). Since the format that can be processed by the output device differs depending on the device type, manufacturer, model, etc., a printer driver is provided for each printer. The OS uses the printer driver to convert commands and print data. A print job is generated by generating and enclosing with JL (Job Language). When using Microsoft Windows as an OS, a module called GDI (Graphic Device Interface) corresponds to the output module described above. When printing the document data 103 edited by the document printing application 101, the document printing application 101 generates an output command suitable for the above-described OS output module in order to print each page according to the print setting information. And output to an output module (not shown). At that time, the printer driver 102 of the printer 104 used as an output device is designated. The output module converts the output command received using the printer driver 102 of the designated printer 104 into a device command that can be interpreted and executed by the printer 102. The device command is transmitted to the printer 104, and an image corresponding to the command is printed by the printer 104.
[Hardware configuration]
The hardware configuration diagram shown in FIG. 2 corresponds to the hardware configuration diagram of a general PC, and the hardware configuration of a general information processing apparatus can be applied to the PC 100 of this embodiment.

図2において、CPU200は、ROM202のプログラム用ROMに記憶された、或いはハードディスク209からRAM201にロードされたOSやアプリケーション等のプログラムを実行する。図3のソフトウェア構成や後述する各フローチャートの処理はこのプログラムの実行により実現できる。RAM201は、CPU200の主メモリ、ワークエリア等として機能する。入力デバイスコントローラ203は、キーボードやマウスなどの入力デバイス207からの入力を制御する。ディスプレイコントローラ204は、各種ディスプレイ208の表示を制御する。ディスクコントローラ205は、各種データを記憶するハードディスク209や図示しないフロッピー(登録商標)ディスク等におけるデータアクセスを制御する。NC206はネットワークに接続されて、ネットワークに接続された他の機器との通信制御処理を実行する。
〔ソフトウェア構成〕
図3に、本発明の実施形態に係る印刷制御システムを構成する、PC100のソフトウェア構成図を示す。本実施形態に係る印刷制御システムは、ハードウェア構成で説明したように、全ての機能をPC100上で実行されるプログラムによって実現される。
In FIG. 2, the CPU 200 executes a program such as an OS or an application stored in the program ROM of the ROM 202 or loaded from the hard disk 209 to the RAM 201. The software configuration of FIG. 3 and the processing of each flowchart described later can be realized by executing this program. The RAM 201 functions as a main memory, work area, etc. for the CPU 200. The input device controller 203 controls input from the input device 207 such as a keyboard and a mouse. The display controller 204 controls display on various displays 208. The disk controller 205 controls data access to a hard disk 209 that stores various data, a floppy (registered trademark) disk (not shown), and the like. The NC 206 is connected to the network and executes communication control processing with other devices connected to the network.
[Software configuration]
FIG. 3 shows a software configuration diagram of the PC 100 constituting the print control system according to the embodiment of the present invention. As described in the hardware configuration, the print control system according to the present embodiment is realized by a program that is executed on the PC 100.

本発明の実施形態に係る印刷制御システムの文書印刷アプリケーション101は、PC100のキーボード/マウスなどの入力デバイス207からの入力を受け付ける入力管理部301、PC100のディスプレイ208上にアプリケーションのグラフィックユーザーインターフェース(GUI)を表示する画面表示管理部302、PC100の外部メモリ209やROM202に対し、印刷設定のためのデータの読み込み、保存を行う印刷設定情報管理部303、プリンタードライバー102と通信しプリンター104での印刷処理の制御や、プリンタードライバー102やアプリケーション101における印刷設定画面表示に関する制御をおこなう出力制御部304、から構成される。
〔データ構造〕
図4は、本発明の実施形態に係る印刷制御システムが、実際にプリンターへ印刷を指示する時の印刷設定情報400の構造の一例である。
The document print application 101 of the print control system according to the embodiment of the present invention includes an input management unit 301 that receives input from an input device 207 such as a keyboard / mouse of the PC 100, and a graphic user interface (GUI) of the application on the display 208 of the PC 100. ), A print setting information management unit 303 that reads and saves data for print settings in the external memory 209 and the ROM 202 of the PC 100, and the printer 104 that communicates with the printer driver 102 to print. An output control unit 304 that performs processing control and control related to display of a print setting screen in the printer driver 102 and the application 101 is configured.
〔data structure〕
FIG. 4 is an example of the structure of the print setting information 400 when the print control system according to the embodiment of the present invention actually instructs the printer to print.

この印刷設定情報400の代表的な例に、マイクロソフト社のウインドウズOSにおけるDEVMODEと呼ばれるものがある。DEVMODEは、ウインドウズOSではプリンタードライバーの印刷設定画面で設定できる内容を格納する構造体であり、OSにより提供される。DEVMODEは、印刷データを渡されたプリンタードライバーが、プリンターに対して送信する印刷命令を生成する際に参照する。プリンタードライバーは、DEVMODEに記述された通りにプリンターを機能させるよう印刷命令を生成してプリンターに送信する。なお、本実施形態では、ウインドウズOSの下で稼働する印刷制御システムを説明するために、DEVMODEを印刷設定情報400と想定して説明する。   A typical example of the print setting information 400 is called DEVMODE in a Microsoft Windows OS. DEVMODE is a structure that stores contents that can be set on the print setting screen of the printer driver in the Windows OS, and is provided by the OS. The DEVMODE is referred to when the printer driver to which the print data is passed generates a print command to be transmitted to the printer. The printer driver generates a print command so as to make the printer function as described in DEVMODE, and transmits the print command to the printer. In this embodiment, DEVMODE is assumed to be print setting information 400 in order to describe a print control system that operates under a Windows OS.

DEVMODEは、公開されている共通部分と、プリンターごとに設定可能な拡張部分がある。本実施形態の図では、説明のために簡略化して記述する。   DEVMODE has a public common part and an extended part that can be set for each printer. In the drawings of the present embodiment, the description is simplified for the sake of explanation.

プリンター名401は、出力対象のプリンター名が入っている。DEVMODEサイズ402には、DEVMODEの共通部分と拡張部分それぞれのサイズ、および、合計のサイズが格納できる。用紙403には、出力用紙のサイズが設定される。置方向404には、用紙の送り方向(縦/横)が格納される。ドライバーバージョン405にはドライバーのバージョンが入る。カラーモード406は、カラープリンターの場合に、データをカラーで印刷するかモノクロで印刷するかを指定する項目である。   The printer name 401 contains the name of the printer to be output. The DEVMODE size 402 can store the sizes of the common part and the extended part of DEVMODE, and the total size. In the paper 403, the size of the output paper is set. In the setting direction 404, the paper feeding direction (vertical / horizontal) is stored. The driver version 405 contains the driver version. The color mode 406 is an item for designating whether data is printed in color or monochrome in the case of a color printer.

ページレイアウト407は、一枚の用紙の片面に何ページ分のデータを印字するかを示す項目で、1ページ/枚、2ページ/枚、4ページ/枚、16ページ/枚などがある。配置順408は、複数ページのデータを一枚に印字する時の配置を示す項目で、左から右向き、右から左向き、左から下向き、右から下向き、などがある。
部数409は、印刷部数を設定する項目である。排紙方法410は、排紙された用紙の処理を指定する項目で、ステイプル、ソートなどがある。印刷方法411は、片面印刷、両面印刷などを指定する項目である。給紙方法412は、用紙を給紙する部分を指定する項目で、カセット1、カセット2、手差しトレイなどがある。解像度413は、解像度を指定する項目で、ファイン、ノーマルなどがある。
The page layout 407 is an item indicating how many pages of data are to be printed on one side of one sheet, and includes 1 page / sheet, 2 pages / sheet, 4 pages / sheet, 16 pages / sheet, and the like. An arrangement order 408 is an item indicating an arrangement when printing data of a plurality of pages on one sheet, and includes left to right, right to left, left to down, right to down, and the like.
The number of copies 409 is an item for setting the number of copies to be printed. The paper discharge method 410 is an item for specifying processing of discharged paper, and includes stapling and sorting. The printing method 411 is an item for designating single-sided printing or double-sided printing. The paper feeding method 412 is an item for designating a part for feeding paper, and includes a cassette 1, a cassette 2, a manual feed tray, and the like. The resolution 413 is an item for specifying the resolution, and includes fine, normal, and the like.

図5は、本実施例に係る文書印刷アプリケーション101が保持する印刷設定情報500の一例を示す。この文書印刷アプリケーション101が保持する印刷設定情報500には、文書印刷アプリケーション101が印刷設定画面において表示する設定項目の情報、プリンタードライバー102側で設定変更不可とする設定変更不可項目情報等を含み、印刷設定情報管理部302によりPC100の外部メモリ209やROM202にファイルとして保存される。以下、詳細について説明する。   FIG. 5 shows an example of print setting information 500 held by the document print application 101 according to this embodiment. The print setting information 500 held by the document print application 101 includes information on setting items displayed on the print setting screen by the document print application 101, setting change impossible item information that disables setting change on the printer driver 102 side, and the like. The print setting information management unit 302 stores the file in the external memory 209 or the ROM 202 of the PC 100 as a file. Details will be described below.

タグ501は文書印刷アプリケーション101が保持する全設定項目の定義範囲を示す。   A tag 501 indicates the definition range of all setting items held by the document printing application 101.

タグ502は各設定項目の定義範囲を示す。   A tag 502 indicates the definition range of each setting item.

タグ503は各設定項目における選択値の定義範囲を示す。   A tag 503 indicates the definition range of the selection value in each setting item.

属性504は、文書印刷アプリケーション101の印刷設定画面に表示される設定項目の名称を示す。   An attribute 504 indicates the name of a setting item displayed on the print setting screen of the document print application 101.

属性505は、設定項目がプリンタードライバー102側で変更可能か否かを表すフラグを示す。このフラグが真の場合に、プリンタードライバー102の印刷設定画面上で該設定項目の変更を可能とし、偽の場合に変更を不可として制御するためのものである。   An attribute 505 indicates a flag indicating whether the setting item can be changed on the printer driver 102 side. When this flag is true, the setting item can be changed on the print setting screen of the printer driver 102, and when it is false, the change is made impossible.

属性506は、設定項目のデフォルト設定値を示す。   An attribute 506 indicates a default setting value of the setting item.

属性507は、設定項目における選択値を示す。
〔処理の流れ〕
図6は文書印刷アプリケーション101のGUI上から、プリンタードライバー102の印刷設定画面を起動する際の処理フローを示す。
An attribute 507 indicates a selection value in the setting item.
[Process flow]
FIG. 6 shows a processing flow when the print setting screen of the printer driver 102 is activated from the GUI of the document print application 101.

ユーザーがプリンタードライバー102の印刷設定画面を起動する操作を行うと、入力管理部301がユーザーからの入力デバイス207への操作を検知して、出力制御部304にプリンタードライバー102の印刷設定画面の起動を指示する。   When the user performs an operation for starting the print setting screen of the printer driver 102, the input management unit 301 detects an operation on the input device 207 from the user, and the output control unit 304 starts the print setting screen of the printer driver 102. Instruct.

S601で、指示を受けた出力制御部304は、印刷設定情報管理部303に図5で説明済みの文書印刷アプリケーション101が保持する印刷設定情報500の取得指示を行う。出力制御部304により指示を受けた印刷設定情報管理部303はハードディスク209にファイルとして記憶されている文書印刷アプリケーション101が保持する印刷設定情報500を取得し、出力制御部304へ渡す。出力制御部304は、印刷設定情報管理部303より取得した文書印刷アプリケーション101が保持する印刷設定情報500を読み込み、そこで定義されている設定変更不可項目情報をプログラム内部に一時的に記憶する。   In step S <b> 601, the output control unit 304 that has received the instruction instructs the print setting information management unit 303 to acquire the print setting information 500 held by the document print application 101 described with reference to FIG. 5. In response to the instruction from the output control unit 304, the print setting information management unit 303 acquires the print setting information 500 held by the document print application 101 stored as a file on the hard disk 209 and passes it to the output control unit 304. The output control unit 304 reads the print setting information 500 held by the document print application 101 acquired from the print setting information management unit 303, and temporarily stores the setting change disabled item information defined therein.

S602で、出力制御部304は、文書印刷アプリケーション101に現在設定されているプリンタードライバー102から印刷設定情報400を取得する。   In step S <b> 602, the output control unit 304 acquires the print setting information 400 from the printer driver 102 currently set in the document print application 101.

S603で、出力制御部304は画面表示管理部302に対し、文書印刷アプリケーション101の印刷設定画面に設定されている設定値の取得を指示する。指示を受けた画像表示管理部302は、現在の印刷設定画面に設定されている設定値を取得し、出力制御部304へ渡す。出力制御部304は、取得した印刷設定画面の設定値を、プリンタードライバー102の印刷設定情報400において該当する設定項目の設定値として上書きし、プリンタードライバー102に印刷設定情報400として設定する。   In step S <b> 603, the output control unit 304 instructs the screen display management unit 302 to acquire setting values set on the print setting screen of the document print application 101. Upon receiving the instruction, the image display management unit 302 acquires the setting value set on the current print setting screen and passes it to the output control unit 304. The output control unit 304 overwrites the acquired setting value of the print setting screen as the setting value of the corresponding setting item in the print setting information 400 of the printer driver 102 and sets it as the print setting information 400 in the printer driver 102.

S604で、前記S601により読み込んだ設定変更不可項目を、プリンタードライバー102で設定変更を不可として表示する設定としてプリンタードライバー102に設定する。   In step S <b> 604, the setting change disabled item read in step S <b> 601 is set in the printer driver 102 as a setting for displaying the setting change disabled in the printer driver 102.

S605で、出力制御部304はプリンタードライバー102に印刷設定画面の表示を指示する。指示を受けたプリンタードライバー102は、印刷設定画面を表示する。このとき、表示された印刷設定画面は、前記S604で設定された設定変更不可項目に該当する設定のUIコントロールを変更不可な状態(例えば、グレイアウト表示)、さらに、文書印刷アプリケーション101側で設定されている設定値が該当する設定項目の設定値として反映された状態で表示される。   In step S <b> 605, the output control unit 304 instructs the printer driver 102 to display a print setting screen. Upon receiving the instruction, the printer driver 102 displays a print setting screen. At this time, the displayed print setting screen is in a state in which the UI control of the setting corresponding to the setting change disable item set in S604 cannot be changed (for example, grayed out display), and further set on the document print application 101 side. The displayed setting value is reflected as the setting value of the corresponding setting item.

上記処理において、本実施例では、プリンタードライバー102の印刷設定画面起動時に、文書印刷アプリケーション101が保持する印刷設定情報500、及び、プリンタードライバー102の印刷設定情報400の読み込みを行っているが、これは予め文書印刷アプリケーション101の起動時や文書印刷アプリケーション101で使用するプリンタードライバー102の変更時などに行う処理であってもよい。   In the above processing, in this embodiment, when the print setting screen of the printer driver 102 is activated, the print setting information 500 held by the document print application 101 and the print setting information 400 of the printer driver 102 are read. The processing may be performed in advance when the document printing application 101 is activated or when the printer driver 102 used in the document printing application 101 is changed.

図7は文書印刷アプリケーション101から起動されたプリンタードライバー102の印刷設定画面が閉じられた際の文書印刷アプリケーション101の処理フローを示す。プリンタードライバー102の印刷設定画面が閉じられた際には、文書印刷アプリケーション101は、プリンタードライバー102側で更新された印刷設定情報400に基づき、文書印刷アプリケーション101の印刷設定画面、及び、プレビュー画面を更新する。   FIG. 7 shows a processing flow of the document print application 101 when the print setting screen of the printer driver 102 started from the document print application 101 is closed. When the print setting screen of the printer driver 102 is closed, the document print application 101 displays the print setting screen and the preview screen of the document print application 101 based on the print setting information 400 updated on the printer driver 102 side. Update.

S701で、出力制御部304はプリンタードライバー102の印刷設定画面が閉じられたことを検知して、プリンタードライバー102から印刷設定情報400を取得する。   In step S <b> 701, the output control unit 304 detects that the print setting screen of the printer driver 102 is closed, and acquires the print setting information 400 from the printer driver 102.

次に、出力制御部304は、文書印刷アプリケーション101が保持する印刷設定情報500内に定義されている各設定項目に対し、次に説明するステップS703、S704、S705,S706の処理を行う(S602)。   Next, the output control unit 304 performs the processing of steps S703, S704, S705, and S706 described below for each setting item defined in the print setting information 500 held by the document print application 101 (S602). ).

S703で、文書印刷アプリケーション101が保持する設定項目に対応するプリンタードライバー102の印刷設定情報400の設定項目に設定されている設定値が、文書印刷アプリケーション101側で解釈可能な設定値か否かを判断する。   In step S <b> 703, it is determined whether or not the setting value set in the setting item of the print setting information 400 of the printer driver 102 corresponding to the setting item held by the document print application 101 is a setting value that can be interpreted on the document print application 101 side. to decide.

前記S703において解釈不可能な設定値として判断された場合に、S704で、その設定項目を、プリンタードライバー102依存の設定項目とする。このプリンタードライバー102依存の設定項目は、文書印刷アプリケーション101で設定に変更を加えずに、プリンタードライバー102側で設定された設定値がそのまま反映される設定項目を示す。また、このプリンタードライバー102依存の設定項目は、それを保持するためのテーブル等を用いて、プログラムにより一時的に記憶される。   If it is determined in S703 that the setting value cannot be interpreted, the setting item is set as a setting item dependent on the printer driver 102 in S704. This setting item dependent on the printer driver 102 is a setting item in which the setting value set on the printer driver 102 side is reflected as it is without changing the setting in the document printing application 101. The setting items dependent on the printer driver 102 are temporarily stored by a program using a table or the like for holding the setting items.

さらに、S705で、文書印刷アプリケーション101のプレビュー表示が実際の出力結果と異なる可能性があることを示す警告表示フラグを1とする。この警告表示フラグは、0の場合に、プレビュー表示において、警告表示を加えない通常のプレビューを表示し、1の場合に、警告表示を加えたプレビューを表示するのものとする。また、この警告表示フラグはプログラムにより一時的に記憶される。   In S705, the warning display flag indicating that the preview display of the document printing application 101 may be different from the actual output result is set to 1. When this warning display flag is 0, a normal preview without warning display is displayed in the preview display, and when it is 1, a preview with warning display is displayed. The warning display flag is temporarily stored by the program.

さらに、S706で文書印刷アプリケーション101が保持する該設定項目の設定値にプリンタードライバー102で設定されている設定値を反映する。   In step S <b> 706, the setting value set by the printer driver 102 is reflected on the setting value of the setting item held by the document printing application 101.

前記S703において解釈可能な設定値として判断された場合には、該設定項目に対し、上記S706の処理が行われる。   If it is determined in S703 that the setting value can be interpreted, the process in S706 is performed on the setting item.

文書印刷アプリケーション101が保持する印刷設定情報500内に定義されている各設定項目に対して処理した後に、S707で、出力制御部304は、画面表示管理部302に対し、印刷設定画面の表示の更新を指示する。指示を受けた画面表示管理部302は、ディスプレイ208に表示されている文書印刷アプリケーション101の印刷設定画面の表示を更新する。この際、印刷設定画面の各設定項目の設定値はS706の処理で反映されたプリンタードライバー102の設定値が設定されている状態で印刷設定画面を表示する。このとき、前記S704により記憶されているプリンタードライバー依存の設定項目に関しては、プリンタードライバー102での設定がそのまま反映されることを示す表示をUIコントロール上に表示し、設定変更不可の状態で印刷設定画面を表示する。   After processing each setting item defined in the print setting information 500 held by the document print application 101, the output control unit 304 displays the print setting screen on the screen display management unit 302 in step S707. Instruct update. Upon receiving the instruction, the screen display management unit 302 updates the display of the print setting screen of the document print application 101 displayed on the display 208. At this time, the setting value of each setting item on the print setting screen is displayed in a state where the setting value of the printer driver 102 reflected in the process of S706 is set. At this time, with respect to the setting items dependent on the printer driver stored in S704, a display indicating that the setting in the printer driver 102 is reflected as it is is displayed on the UI control, and the print setting is made in a state where the setting cannot be changed. Display the screen.

また、S708で、出力制御部304は画面表示管理部302に対し、プレビュー表示の更新を指示する。指示を受けた画面表示管理部302は、文書印刷アプリケーション101のGUI上のプレビュー表示を更新する。   In step S708, the output control unit 304 instructs the screen display management unit 302 to update the preview display. Upon receiving the instruction, the screen display management unit 302 updates the preview display on the GUI of the document print application 101.

ここで、S708での処理詳細を、図8のフローチャートを用いて説明する。   Details of the processing in S708 will be described with reference to the flowchart of FIG.

画面表示管理部302は、プログラム内部で一時的に記憶されている警告表示フラグを参照し、警告表示フラグが1の場合(S801)、S802で、プレビューを警告表示がありの状態で表示する。警告表示振ら儀が0の場合(S801)、S803でプレビューを警告表示なしの通常状態で表示する。   The screen display management unit 302 refers to the warning display flag temporarily stored in the program. When the warning display flag is 1 (S801), the screen display management unit 302 displays a preview with a warning display in S802. When the warning display behavior is 0 (S801), a preview is displayed in a normal state without warning display in S803.

尚、本実施例で説明しない文書印刷アプリケーション101側で予め保持しない設定項目がある場合に、例えば、文書印刷アプリケーション101側の印刷設定画面で表示しない設定項目で、且つ、プレビューへの変更が起きる代表的な設定項目に関しては、その設定項目を予め定義しておき、その設定項目に対しては、プリンタードライバー102の印刷設定情報400の設定値を確認し、プレビュー表示に反映する処理を前記図6、図7の処理に付加する構成であってもよい。   If there are setting items that are not stored in advance on the document printing application 101 side that are not described in the present embodiment, for example, setting items that are not displayed on the print setting screen on the document printing application 101 side and a change to preview occurs. As for typical setting items, the setting items are defined in advance, and for the setting items, the setting value of the print setting information 400 of the printer driver 102 is confirmed, and the process of reflecting the result in the preview display is shown in FIG. 6. A configuration added to the processing of FIG.

図9は、文書印刷アプリケーション101のGUIを模式的に示した図である。文書印刷アプリケーション101のGUI(901)は、プレビュー表示画面902と印刷設定画面903から構成される。プレビュー表示画面902では、文書印刷アプリケーション101により開かれた文書データの印刷出力結果を示すプレビューが表示される。印刷設定画面903では、印刷制御のための設定UIが表示され、ユーザーはこの設定UIから印刷設定を行うことができる。印刷設定画面903で設定された印刷設定に合わせて、プレビュー表示画面902の表示が更新される。   FIG. 9 is a diagram schematically showing a GUI of the document printing application 101. The GUI (901) of the document print application 101 includes a preview display screen 902 and a print setting screen 903. On the preview display screen 902, a preview showing the print output result of the document data opened by the document print application 101 is displayed. On the print setting screen 903, a setting UI for print control is displayed, and the user can make print settings from this setting UI. The display on the preview display screen 902 is updated in accordance with the print settings set on the print setting screen 903.

図10は、文書印刷アプリケーション101のGUI(901)における印刷設定画面903の詳細を模式的に示した図である。印刷設定画面903は、印刷設定を指定するための印刷設定部1001、実際の印刷出力に利用するプリンタードライバーを指定するためのプリンタードライバー選択部1002、前記プリンタードライバー選択部1002に設定されているプリンタードライバーの印刷設定画面を表示するためのプリンタードライバー印刷設定部1003、印刷を実行する印刷実行部1004から構成される。印刷設定画面の更新時(S707)に、プリンタードライバー依存の設定項目に該当する印刷設定部は、例えば、印刷設定部1001のように、プリンタードライバー側の設定が反映されることを示す表示がされ、またグレイアウト表示することにより設定変更不可の状態となる。   FIG. 10 is a diagram schematically showing the details of the print setting screen 903 in the GUI (901) of the document print application 101. As shown in FIG. A print setting screen 903 includes a print setting unit 1001 for specifying print settings, a printer driver selection unit 1002 for specifying a printer driver used for actual print output, and a printer set in the printer driver selection unit 1002. A printer driver print setting unit 1003 for displaying a driver print setting screen, and a print execution unit 1004 for executing printing. When the print setting screen is updated (S707), the print setting unit corresponding to the setting item dependent on the printer driver is displayed, for example, as the print setting unit 1001 to reflect the setting on the printer driver side. In addition, when the gray display is performed, the setting cannot be changed.

図11は、プリンタードライバー102の印刷設定画面を模式的に示した図である。プリンタードライバー102の印刷設定画面(1101)には、各種印刷設定のためのUIコントロールがあり、文書印刷アプリケーション101により、設定変更不可項目として設定された(S604)設定のUIコントロールは、1102のように、グレイアウト表示されることにより変更不可な状態となる。   FIG. 11 is a diagram schematically illustrating a print setting screen of the printer driver 102. The print setting screen (1101) of the printer driver 102 has UI controls for various print settings. The UI controls for the settings set as items that cannot be changed by the document print application 101 (S604) are as shown in 1102. In addition, the display is grayed out so that it cannot be changed.

図12は、文書印刷アプリケーション101のGUI(901)におけるプレビュー表示画面902で、プレビューが警告表示ありの状態で表示されている状態(S802,1201)を模式的に示した図である。   FIG. 12 is a diagram schematically showing a state (S802, 1201) in which the preview is displayed with a warning display on the preview display screen 902 in the GUI (901) of the document printing application 101.

100 本発明の実施形態に係る印刷制御システムにおける情報処理装置
101 本発明の実施形態に係る印刷制御システムにおける文書印刷アプリケーション
102 本発明の実施形態に係る印刷制御システムにおけるプリンタードライバー
103 本発明の実施形態に係る印刷制御システムにおける文書印刷アプリケーションが扱う文書データ
104 本発明の実施形態に係る印刷制御システムにおけるプリンター
200 本発明の実施形態に係る印刷制御システムにおける情報処理装置のCPU
201 本発明の実施形態に係る印刷制御システムにおける情報処理装置のRAM
202 本発明の実施形態に係る印刷制御システムにおける情報処理装置のROM
203 本発明の実施形態に係る印刷制御システムにおける情報処理装置の入力デバイスコントローラ
204 本発明の実施形態に係る印刷制御システムにおける情報処理装置のディスプレイコントローラ
205 本発明の実施形態に係る印刷制御システムにおける情報処理装置のディスクコントローラ
206 本発明の実施形態に係る印刷制御システムにおける情報処理装置のネットワークカード(NC)
207 本発明の実施形態に係る印刷制御システムにおける情報処理装置に接続される入力デバイス
208 本発明の実施形態に係る印刷制御システムにおける情報処理装置に接続されるディスプレイ
209 本発明の実施形態に係る印刷制御システムにおける情報処理装置に接続される各種データを記憶するハードディスク(HD)やフロッピー(登録商標)ディスク(FD)等の外部メモリ
301 本発明の実施形態に係る印刷制御システムを構成する情報処理装置の入力管理部
302 本発明の実施形態に係る印刷制御システムを構成する情報処理装置の画面表示管理部
303 本発明の実施形態に係る印刷制御システムを構成する情報処理装置の印刷設定情報管理部
304 本発明の実施形態に係る印刷制御システムを構成する情報処理装置の出力制御部
400 本発明の実施形態に係る印刷制御システムを構成するプリンタードライバーの印刷設定情報
500 本発明の実施形態に係る印刷制御システムを構成するアプリケーションの印刷設定情報
901 本発明の実施形態に係る印刷制御システムを構成するアプリケーションのGUI
903 本発明の実施形態に係る印刷制御システムを構成するアプリケーションの印刷設定画面
1101 本発明の実施形態に係る印刷制御システムを構成するプリンタードライバーの印刷設定画面
100 Information Processing Device in Print Control System According to Embodiment of Present Invention 101 Document Print Application in Print Control System According to Embodiment of Present Invention 102 Printer Driver in Print Control System According to Embodiment of Present Invention 103 Document Data Handled by Document Print Application in Print Control System According to Embodiment 104 Printer in Print Control System According to Embodiment of Present Invention 200 CPU of Information Processing Device in Print Control System According to Embodiment of Present Invention
201 RAM of an information processing apparatus in a print control system according to an embodiment of the present invention
202 ROM of an information processing apparatus in a print control system according to an embodiment of the present invention
203 Input device controller of information processing apparatus in print control system according to embodiment of the present invention 204 Display controller of information processing apparatus in print control system according to the embodiment of the present invention 205 Information in the print control system according to the embodiment of the present invention Disk controller of processing device 206 Network card (NC) of information processing device in print control system according to embodiment of present invention
207 Input Device Connected to Information Processing Device in Print Control System According to Embodiment of Present Invention 208 Display 209 Connected to Information Processing Device in Print Control System According to Embodiment of Present Invention Printing according to Embodiment of Present Invention An external memory such as a hard disk (HD) or a floppy (registered trademark) disk (FD) for storing various data connected to the information processing apparatus in the control system 301 An information processing apparatus constituting the print control system according to the embodiment of the present invention Input management unit 302 Screen display management unit of the information processing apparatus constituting the print control system according to the embodiment of the present invention 303 Print setting information management unit 304 of the information processing apparatus constituting the print control system according to the embodiment of the present invention Information processing apparatus constituting a print control system according to an embodiment of the present invention Output control unit 400 of the device 400 Print setting information of the printer driver constituting the print control system according to the embodiment of the present invention 500 Print setting information of the application constituting the print control system according to the embodiment of the present invention 901 Embodiment of the present invention GUI of the application constituting the print control system according to
903 Print setting screen of application constituting the print control system according to the embodiment of the present invention 1101 Print setting screen of printer driver constituting the print control system according to the embodiment of the present invention

Claims (4)

印刷処理を印刷出力装置に制御させるための印刷設定を可能とするプリンタードライバー(102)と、前記プリンタードライバー(102)とは別に印刷設定を可能とするアプリケーションプログラム(101)が連動して印刷設定を設定する印刷制御方法において、
前記アプリケーションプログラム(101)は前記プリンタードライバー(102)で設定されている設定値が、アプリケーションプログラム(101)で解釈可能な設定値か否かを判別する設定値判別手段(304)と
前記設定値判別手段(304)により前記プリンタードライバー(102)で設定されている設定値が前記アプリケーションプログラム(101)で解釈可能か否かを判断し(S703)、該設定値が未知の設定値の場合に、アプリケーションプログラム(101)の印刷設定画面で該設定値に対応する設定項目の設定変更を不可とする印刷設定画面表示手段(304、302、S707)と
を持つことを特徴とする印刷制御方法。
The printer driver (102) that enables print settings for causing the print output device to control the print processing and the application program (101) that enables print settings separately from the printer driver (102) are linked to print settings. In the print control method for setting
The application program (101) includes a setting value determining means (304) for determining whether or not a setting value set by the printer driver (102) is a setting value that can be interpreted by the application program (101), and the setting value It is determined whether or not the setting value set by the printer driver (102) can be interpreted by the application program (101) by the determining means (304) (S703), and when the setting value is an unknown setting value And a print setting screen display means (304, 302, S707) for disabling the setting change of the setting item corresponding to the setting value on the print setting screen of the application program (101).
請求項1記載の印刷設定画面表示手段(304、302、S707)は、請求項1記載の設定値判別手段(304)により設定項目の設定値が解釈不可な設定値の場合に、アプリケーションプログラム(101)の印刷設定画面で該設定項目の設定値にプリンタードライバー(102)で設定された設定値が反映されることを示す表示をする(302、S707)ことを特徴とする印刷制御方法。   The print setting screen display means (304, 302, S707) according to claim 1 is an application program when the setting value of the setting item cannot be interpreted by the setting value determination means (304) according to claim 1. 101) A print control method characterized in that a display indicating that the setting value set by the printer driver (102) is reflected on the setting value of the setting item on the print setting screen of (101) (302, S707). 請求項1において、請求項1記載の設定値判別手段(304)により解釈不可の未知の設定値と判別された場合に、アプリケーションにおける出力結果を示す出力表示が、実際に出力デバイスにより出力される出力結果と異なる可能性があること警告して表示する印刷出力警告表示手段(302、S708)を持つ
ことを特徴とする印刷制御方法。
In claim 1, when the set value discriminating means (304) according to claim 1 discriminates an unknown set value that cannot be interpreted, an output display showing an output result in the application is actually output by the output device. A print control method comprising: a print output warning display means (302, S708) for warning and displaying that there is a possibility that the output result may differ.
請求項1〜請求項3のいずれかに記載の印刷制御方法を実行する印刷制御システム。   A print control system for executing the print control method according to claim 1.
JP2009252883A 2009-11-04 2009-11-04 Printing control method Pending JP2011100196A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009252883A JP2011100196A (en) 2009-11-04 2009-11-04 Printing control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009252883A JP2011100196A (en) 2009-11-04 2009-11-04 Printing control method

Publications (1)

Publication Number Publication Date
JP2011100196A true JP2011100196A (en) 2011-05-19

Family

ID=44191336

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009252883A Pending JP2011100196A (en) 2009-11-04 2009-11-04 Printing control method

Country Status (1)

Country Link
JP (1) JP2011100196A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017107582A (en) * 2017-01-20 2017-06-15 キヤノン株式会社 Information processing device, method and program
JP2018077919A (en) * 2018-02-06 2018-05-17 キヤノン株式会社 Information processing apparatus, method and program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017107582A (en) * 2017-01-20 2017-06-15 キヤノン株式会社 Information processing device, method and program
JP2018077919A (en) * 2018-02-06 2018-05-17 キヤノン株式会社 Information processing apparatus, method and program

Similar Documents

Publication Publication Date Title
JP4732113B2 (en) Information processing apparatus, information processing method, program, and storage medium
JP5704834B2 (en) Information processing apparatus, control method, and program
CN110659003B (en) Information processing apparatus, control method, and storage medium
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
JP2003223298A (en) System and method for information processing and control program
US9373061B2 (en) Non-transitory computer-readable storage medium, computing device, and display method of user interface of printer driver
US10198149B2 (en) Information processing apparatus, and method of controlling information processing apparatus
JP4926807B2 (en) Information processing apparatus and information processing method
JP2024086788A (en) Program and information processing device control method
JP7443056B2 (en) Information processing device, control method and program
JP2007233591A (en) Printer driver and its test printing method and printer
JP2005208894A (en) Method, program and apparatus for controlling peripheral device
US9917973B2 (en) Printing apparatus, method of controlling the same, and storage medium
US8928933B2 (en) Information processing apparatus for generating printing data by different methods, computer readable recording medium and method of controlling the information processing apparatus
JP2005267088A (en) Peripheral equipment driver, peripheral equipment controller and method for updating peripheral equipment driver
JP6938877B2 (en) Image forming device and program
JP2011100196A (en) Printing control method
JP2006259825A (en) Print system and program
JP2007011575A (en) Print system, information processor, printer, its control method, and program
JP2020030697A (en) Information processing apparatus, terminal device, setting screen display system, and setting screen display method
JP7350525B2 (en) Information processing device, control method for information processing device, and program
US20240036775A1 (en) Information processing apparatus and storage medium
US8773711B2 (en) Data processing apparatus, data processing method, and storage medium for controlling display setting screen based on selected printer driver
JP6265177B2 (en) Printer driver and information processing apparatus
JP2016134045A (en) Print control device