JP2010026924A - Information processor - Google Patents
Information processor Download PDFInfo
- Publication number
- JP2010026924A JP2010026924A JP2008189930A JP2008189930A JP2010026924A JP 2010026924 A JP2010026924 A JP 2010026924A JP 2008189930 A JP2008189930 A JP 2008189930A JP 2008189930 A JP2008189930 A JP 2008189930A JP 2010026924 A JP2010026924 A JP 2010026924A
- Authority
- JP
- Japan
- Prior art keywords
- job
- print setting
- data
- setting
- 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
Links
Images
Abstract
Description
本発明は、例えば図12に示すようなXPS(Xml Paper Specification)のようにジョブ(Fixed Document Sequence)、ドキュメント(Fixed Document)、ページ(Fixed Page)などの階層構造を有し、さらに各階層にてプリントチケットなどの印刷設定を有する印刷データを用いて印刷を行うプリントシステムに関するものであり、特にプリンタドライバにて実行する印刷システムおよび印刷処理制御方法に関するものである。 The present invention has a hierarchical structure such as a job (Fixed Document Sequence), a document (Fixed Document), and a page (Fixed Page) as in XPS (Xml Paper Specification) as shown in FIG. In particular, the present invention relates to a printing system that performs printing using print data having print settings such as a print ticket, and more particularly to a printing system and a printing process control method that are executed by a printer driver.
従来、あるアプリケーションにより生成された1つの印刷ジョブを印刷する際に通常その印刷ジョブに対して予めプリンタドライバにて設定される複数の印刷設定項目からなる一組の印刷設定属性が定義されている。また、アプリケーションで印刷指示した文書データをプリンタに出力せずにクライアントに保持しておき、複数の文書データをまとめて1つのジョブとしてプリンタに送信する「まとめ印刷」機能を有するソフトウェアがある。 Conventionally, when a single print job generated by an application is printed, a set of print setting attributes including a plurality of print setting items that are normally set in advance by a printer driver for the print job is defined. . In addition, there is software having a “collective printing” function in which document data instructed to be printed by an application is stored in a client without being output to a printer, and a plurality of document data is collectively transmitted to the printer as one job.
ユーザーが複数のアプリケーション、例えば、文書を作成するのに適したアプリケーションA、表を作成するのに適したアプリケーションB、図面を作成するのに適したアプリケーションC等により生成した印刷ジョブをまとめて印刷したい場合があるが、しかしながら「まとめ印刷」機能は、複数の印刷ジョブをまとめて1つの印刷ジョブにしているだけであり、まとめ印刷するという指示がされ、まとめ印刷用にデータをスプールした順番で印刷時も出力されるため、ユーザーは出力したページにスプールしなければならず、使い勝手が悪いという問題があった。例えば、文書、図面、文書、表、文書と1ページずつなる資料を印刷したい場合には、アプリケーションAにより1ページ目を作成し、スプールさせ、アプリケーションBにより2ページ目を作成し、スプールさせ、再度アプリケーションAにより3ページ目を作成し、スプールさせ、アプリケーションCにより4ページ目を作成し、スプールさせ、アプリケーションAにより5ページ目を作成して、スプールしなければならなかった。また、そのため複数のアプリケーション・ファイルをまとめて1つの印刷ジョブとして印刷したい場合プリンタドライバにて提供される機能を反映したプレビューを見ることもできないという問題があった。上記のような問題点を解決するために一度スプールした印刷ジョブをさらに編集・結合する仕組みが提供されている(例えば特許文献1)。
しかしながら従来の技術についてはXPSのような階層構造をもつ印刷設定の場合については言及されておらず、各階層が保持している印刷設定についての処理が不十分であった。そのため、ジョブスコープの印刷設定について丸め処理が多数起こってしまい結合前のオリジナル印刷ジョブの印刷設定が失われユーザーの意図する印刷結果にならないことがあった。 However, the prior art does not mention the case of print settings having a hierarchical structure such as XPS, and the processing for the print settings held in each hierarchy is insufficient. For this reason, a lot of rounding processing has occurred for the print settings of the job scope, and the print settings of the original print job before the combination are lost, and the print result intended by the user may not be obtained.
上記課題を解決するために、本発明に係る情報処理装置は、
印刷装置に送信すべき印刷データを生成する情報処理装置であって、アプリケーションにより生成された印刷すべきデータをスプールする手段と、
前記スプール手段によりスプールされた印刷データを印刷データに付随する印刷設定情報とともにユーザーインターフェースを表示する表示制御手段と、
前記スプールされた印刷データに基づいて1つの結合された印刷ジョブを生成するジョブ結合手段とを有し、
前記ジョブ結合手段は前記スプールされた印刷データの保持する階層構造を解析する印刷ジョブ階層構造解析手段と、
前記印刷ジョブ解析手段により解析された階層に付与されている印刷設定を取得する階層印刷設定取得手段と、
前記階層印刷設定取得手段により取得された印刷設定の適用範囲を変換する印刷設定適用範囲変更手段と、
前記階層印刷設定取得手段により取得された印刷設定が指定対象範囲内に存在するかを検索する印刷設定検索手段と
を有することを特徴とする。
In order to solve the above problems, an information processing apparatus according to the present invention provides:
An information processing apparatus for generating print data to be transmitted to a printing apparatus, and means for spooling data to be printed generated by an application;
Display control means for displaying print data spooled by the spool means together with print setting information associated with the print data;
Job combining means for generating one combined print job based on the spooled print data,
The job combination means includes a print job hierarchical structure analyzing means for analyzing a hierarchical structure held by the spooled print data,
Hierarchical print setting acquisition means for acquiring print settings assigned to the hierarchy analyzed by the print job analysis means;
A print setting application range changing unit for converting the application range of the print setting acquired by the hierarchical print setting acquisition unit;
And print setting search means for searching whether the print setting acquired by the hierarchical print setting acquisition means is within a specified range.
本発明を適用することでXPSのような階層構造を保持し各階層にて印刷設定が設定可能な印刷ジョブの結合を行うことが可能となる。さらに、結合した際に印刷ジョブの上位階層に設定されている印刷設定の丸め処理を減少させ、ユーザーの意図する印刷結果が可能となる。 By applying the present invention, it is possible to combine print jobs in which a hierarchical structure such as XPS is maintained and print settings can be set in each hierarchy. Furthermore, the print setting rounding process set in the upper hierarchy of the print job when combined is reduced, and the print result intended by the user becomes possible.
次に、本発明の詳細を実施例の記述に従って説明する。 Next, details of the present invention will be described in accordance with the description of the embodiments.
以下、本発明を適用するのに好適である実施例について説明を行う。 Hereinafter, examples suitable for applying the present invention will be described.
<システムの構成>
印刷システムの構成
図1は、本発明の実施形態に係る印刷システムの構成を示すブロック図である。なお、本発明の機能が実行されるのであれば、単体の機器であっても、複数の機器からなるシステムであっても、LAN,WAN等のネットワークを介して接続され、処理が行われるシステムであっても本発明を適用できる。
<System configuration>
Configuration of Printing System FIG. 1 is a block diagram showing a configuration of a printing system according to an embodiment of the present invention. As long as the function of the present invention is executed, a system in which processing is performed by being connected via a network such as a LAN or WAN, whether it is a single device or a system composed of a plurality of devices. Even so, the present invention can be applied.
同図において、コンピュータ3000は、ROM3のプログラム用ROMあるいは外部メモリ11に記憶された文書処理プログラム等に基づいて、以降で後述される本発明の各実施形態に係わる処理を含む、図形、イメージ、文字、表(表計算等を含む)等が混在した文書処理およびそれに基づく印刷処理の実行を制御するCPU1を備えている。このCPU1がシステムバス4に接続される各デバイスの制御を総括する。また、ROM3のプログラム用ROMあるいは外部メモリ11には、CPU1の制御プログラムであるオペレーティングシステムプログラム(以下OS)等が記憶されている。また、ROM3のフォント用ROMあるいは外部メモリ11には上記文書処理の際に使用するフォントデータ等が記憶されている。さらに、ROM3のデータ用ROMあるいは外部メモリ11には上記文書処理等を行う際に使用する各種データが記憶されている。RAM2は、CPU1の主メモリ、ワークエリア等として機能する。
In the figure, a
キーボードコントローラ(KBC)5は、キーボード9や不図示のポインティングデバイスからのキー入力を制御する。CRTコントローラ(CRTC)6は、地紋画像の表示を含む、CRTディスプレイ(CRT)10による表示を制御する。7はディスクコントローラ(DKC)を示し、ブートプログラム、各種のアプリケーション、フォントデータ、ユーザファイル、編集ファイル、プリンタ制御コマンド生成プログラム(以下印刷制御装置)等を記憶するハードディスク(HD)、フレキシブルディスク(FD)等の外部メモリ11とのアクセスを制御する。プリンタコントローラ(PRTC)8は、双方向性インターフェース(インターフェース)21を介してプリンタ1500に接続されて、プリンタ1500との通信制御処理を実行する。
A keyboard controller (KBC) 5 controls key input from a keyboard 9 or a pointing device (not shown). A CRT controller (CRTC) 6 controls display by a CRT display (CRT) 10 including display of a tint block image. Reference numeral 7 denotes a disk controller (DKC), which is a hard disk (HD) for storing a boot program, various applications, font data, user files, edit files, a printer control command generation program (hereinafter referred to as a print control device), a flexible disk (FD). ) And the like are controlled. A printer controller (PRTC) 8 is connected to the
なお、CPU1は、CRT10上の不図示のマウスカーソル等で指示されたコマンドに基づいて、予め登録された種々のウィンドウを開き、種々のデータ処理を実行する。ユーザは印刷を実行する際、印刷の設定に関するウィンドウを開き、プリンタの設定や、印刷モードの選択を含む印刷制御装置に対する印刷処理方法の設定を行うことができる。
The
プリンタ1500は、そのCPU12によって制御される。プリンタCPU12は、ROM13に記憶された制御プログラム等、あるいは外部メモリ14に記憶された制御プログラム等に基づいてシステムバス15に接続される印刷部(プリンタエンジン)17に印刷出力情報としての画像信号を出力する。
The
また、このROM13のプログラムROMには、CPU12の制御プログラム等が記憶される。また、ROM13のフォント用ROMには上記印刷出力情報を生成する際に使用するフォントデータ等が記憶される。また、ROM13のデータ用ROMには、ハードディスク等の外部メモリ14がないプリンタの場合には、コンピュータ上で利用される情報等が記憶されている。
Further, a control program for the
CPU12は入力部18を介してコンピュータとの通信処理が可能となっている。これにより、プリンタ内の情報等をコンピュータ3000に通知できる。RAM19は、CPU12の主メモリや、ワークエリア等として機能するRAMである。また、図示しない増設ポートに接続されるオプションRAMによりメモリ容量を拡張することができるように構成されている。なお、RAM19は、出力情報展開領域、環境データ格納領域、NVRAM等に用いられる。
The
前述したハードディスク(HD)、ICカード等の外部メモリ14は、メモリコントローラ(MC)20によりアクセスを制御される。外部メモリ14は、オプションとして接続され、フォントデータ、エミュレーションプログラム、フォームデータ等を記憶する。また、18は前述した操作パネルで操作のためのスイッチおよびLED表示器等である。
Access to the above-described
また、プリンタ1500は図示しないNVRAMを有し、操作パネル1501からのプリンタモード設定情報を記憶するようにしてもよい。
The
印刷部17は本実施形態では電子写真方式のエンジンとしている。なお、本発明における印刷の方式はこのような電子写真方式に限られないことはもちろんである。
The
図2は、図1に示したコンピュータ3000における印刷処理のための一構成を示す図である。アプリケーション201、グラフィックエンジン202、プリンタドライバ203、およびシステムスプーラ204は、外部メモリ11に保存されたファイルとして存在する。そして、これらは、OSやそのモジュールを利用するモジュールによってRAM2にロードされて実行されるプログラムモジュールである。
FIG. 2 is a diagram showing a configuration for print processing in the
また、アプリケーション201およびプリンタドライバ203は、外部メモリ11のFDや不図示のCD−ROM、あるいは不図示のネットワークを経由して外部メモリ11のHDに追加することが可能となっている。外部メモリ11に保存されているアプリケーション201はRAM2にロードされて実行されるが、このアプリケーション201からプリンタ1500に対して印刷を行う際には、同様にRAM2にロードされ実行可能となっているグラフィックエンジン202を利用して出力(描画)を行う。
Further, the application 201 and the printer driver 203 can be added to the HD of the
グラフィックエンジン202は、プリンタなどの印刷装置ごとに用意されたプリンタドライバ203を外部メモリ11からRAM2にロードし、アプリケーション201の出力を印刷制御装置203に設定する。また、グラフィックエンジン202はアプリケーション201から印刷設定もしくは印刷用データを受け取り、プリンタドライバ203へ出力する。プリンタドライバ203のUIコンポーネント205は、グラフィックエンジン202から印刷設定を受取り、印刷設定を表示、変更などを行いグラフィックエンジンを通してアプリケーションに返却する。プリンタドライバ203のグラフィックコンポーネント206はグラフィックエンジン202から印刷用データを受取り、プリンタが認識可能な制御コマンド、例えばPDL(Page Description Language)に変換する。変換されたプリンタ制御コマンドは、OSによってRAM2にロードされたシステムスプーラ204を経てインターフェース21経由でプリンタ1500へ印刷データとして出力される仕組みとなっている。
The graphic engine 202 loads the printer driver 203 prepared for each printing apparatus such as a printer from the
<印刷設定処理>
本発明における印刷設定の処理について図3、図4を用いて説明する。
<Print setting process>
The print setting process according to the present invention will be described with reference to FIGS.
図3は本発明の印刷設定におけるシステムのデータフローを示した図である。図4は本発明のプリンタドライバにおける印刷設定の変更に関する処理全般についてのフローチャートである。 FIG. 3 is a diagram showing a data flow of the system in the print setting of the present invention. FIG. 4 is a flowchart of the overall processing relating to the change of print settings in the printer driver of the present invention.
図3を用いて本発明の印刷設定におけるシステムのデータフローを説明する。301は印刷設定制御部であり禁則処理を行う。302はUI表示部であり禁則処理を行った印刷設定を基にプリンタドライバユーザーインターフェースの表示を行う。303はアプリケーションが設定し、プリンタドライバのUIコンポーネント205に投入された印刷設定である。304はプリンタドライバにより設定された印刷設定である。UIコンポーネント205はアプリケーション印刷設定303を受取り表示し加工後プリンタドライバ印刷設定304としてアプリケーションに返却する。
The data flow of the system in the print setting according to the present invention will be described with reference to FIG. A print setting control unit 301 performs a prohibition process.
図4、図7を用いて印刷設定の処理全般について説明する。ステップS401にてUIコンポーネント205は印刷設定を受信する。次にステップS402にて受信した印刷設定の解析を行う。そしてステップS403にて禁則処理を行いコンフリクトの発生していない状態の印刷設定に変換しステップS404にて図7のプリンタドライバユーザインターフェース701を表示する。702〜704はプリンタドライバユーザインターフェース701が保持する印刷機能の設定の一部である。例えば702により出力用紙サイズを変更可能であり、703はページレイアウトを変更することが可能であり、704はスタンプを付加、編集することが可能である。また、705にて印刷ジョブのプレビューや編集・結合を行う。S405でプリンタドライバユーザインターフェース701において702や703や704や705などの印刷設定の変更がユーザーから指示されているかを検知し印刷設定の変更が指示されている場合には再び変更後の印刷設定をもとにステップ402へと進む。706を押下することでステップS406に進み印刷設定の作成が完了する。
The overall print setting process will be described with reference to FIGS. In step S401, the UI component 205 receives print settings. In step S402, the received print settings are analyzed. In step S403, a prohibition process is performed to convert the print setting to a state in which no conflict occurs, and in step S404, the printer
<印刷実行時の処理>
図5は本発明における実施例の印刷実行処理のデータフローを示す図である。図6は印刷実行処理全体を示すフローチャートである。
<Processing when printing>
FIG. 5 is a diagram showing a data flow of the print execution process according to the embodiment of the present invention. FIG. 6 is a flowchart showing the entire print execution process.
図5、図6を用いて印刷実行処理の全体を説明する。 The entire print execution process will be described with reference to FIGS.
ステップS601においてグラフィックコンポーネント205はアプリケーションが作成した印刷用データ501をグラフィックエンジン202を通じて取得もしくは受信する。ステップS602にて印刷設定の解析を行う。続いてステップS603ではS602の解析結果をもとにグラフィックコンポーネントスプーラー502はプレビューの設定があるかを判断し、プレビュー設定がなしと判断された場合にはステップS604に進みプレビュー設定が有りと判断された場合にはステップS606に進む。ステップS604ではS602にて解析された印刷設定に基づいて機能(たとえばレイアウトの変更やスタンプの付加など)処理を実行する。続いてステップS605にてプリンタが理解可能な形、たとえばPDLなどに変換し、システムスプーラ204を通してプリンタへ印刷データ505を送信し、処理を終了する。ステップS606にてグラフィックコンポーネントスプーラー502はプレビュー・編集モジュール506を起動する。ステップS606ではあわせてユーザー名などの情報を通知してもよい。続いてステップS607にてグラフィックコンポーネントスプーラー502はS601に取得した印刷用データ501−2をスプールする。続いてステップS608にてグラフィックコンポーネントスプーラー502はプレビュー・編集モジュール506にスプールした場所を通知し処理を終了する。
In step S <b> 601, the graphic component 205 acquires or receives the
<印刷ジョブプレビュー・編集モジュールユーザーインターフェースの説明>
図10の1001は図6におけるステップS606にて起動されたプレビュー・編集モジュール506のユーザーインターフェースの一例である。1002では本モジュールにおける種々の操作を行うことが可能なメニューでありメニュー内に結合を指示するメニューアイテムを保持する。1003は印刷ジョブに対する種々の操作をボタンを押下することで可能なツールバーである。1004は現在本モジュールにスプールされた印刷ジョブの内容を表示するジョブリスト領域である(以下ジョブリスト)。ジョブリスト内では印刷ジョブに付属する情報としてジョブ名称やページ数、レイアウト、出力方法、状態などを表示することが可能である。さらに、印刷ジョブ内に存在するドキュメントなどの階層構造を表示する。1005現在ジョブリスト1004にてフォーカスの存在するジョブ内のページを表示するプレビュー領域である(以下プレビュー領域)。1006はジョブリスト1004にてフォーカスの存在する印刷ジョブに対する印刷設定を行う印刷設定領域(以下印刷設定領域)である。1007は印刷ジョブの部数を設定するスピンボックスである。1008は印刷ジョブの出力方法を印刷ジョブに対して行うことを可能とするためのチェックボックスであり、ONの状態にすることで1009を選択可能な状態とする。1009は印刷方法(たとえば片面印刷や両面印刷、製本印刷など)を選択するためのコンボボックスである。1010は印刷ジョブの出力用紙サイズを印刷ジョブに対して行うことを可能とするためのチェックボックスであり、ONの状態にすることで1011を選択可能な状態とする。1011は出力用紙サイズ(たとえばA4やA3)を選択するためのコンボボックスである。1012は印刷ジョブのレイアウトを印刷ジョブに対して行うことを可能とするためのチェックボックスであり、ONの状態にすることで1014を選択可能な状態とする。1013は現在選択されているレイアウト情報を表示する。1014はレイアウト(例えば2Upや4Up)を選択するためのリストボックスである。1015は後述する結合ジョブに対してどのような区切りを行うかの選択を可能にするためのチェックボックスであり、ONの状態にすることで1016を選択可能とする。1016は印刷ジョブ結合時にドキュメントの区切り方法(例えばなし、面変え、用紙変え)を設定するコンボボックスである。1017は印刷ジョブの印刷設定を初期状態に戻すことが可能なボタンである。1018はドライバUI701を表示し詳細な印刷設定を可能とするボタンである。1019はセンタ中のジョブを印刷するためのボタンである。1020は選択中の印刷ジョブを削除するためのボタンである。1021はジョブリスト1004にてフォーカス中の印刷ジョブ(プレビュー領域1005にて表示中の印刷ジョブ)に対して操作を行うためのツールバーであり、例えば表示モードを1ページ表示や2ページ表示に変更、表示倍率、表示ページを変更することが可能である。
<Description of print job preview / edit module user interface>
10 is an example of the user interface of the preview /
<印刷ジョブの結合処理>
図8は本発明における実施例の印刷ジョブの結合処理のフローチャートである。図9は印刷ジョブプレビュー・編集モジュールのブロック図である。
<Combining print jobs>
FIG. 8 is a flowchart of the print job combining process according to the embodiment of the present invention. FIG. 9 is a block diagram of the print job preview / edit module.
ジョブリスト1004において複数のジョブを選択しメニュー1002内の結合メニューアイテムもしくはツールバー1003内の結合ボタンもしくは不図示の結合を開始するボタンを配置し押下することで印刷ジョブの結合処理が開始される。印刷ジョブとして本実施例では図12に示すXPSによる印刷ジョブに対する結合処理について記載する。XPS以外の階層構造を持つようなジョブの結合処理に適用することも可能である。
A print job combining process is started by selecting a plurality of jobs in the
ステップS801では印刷ジョブ結合実行部903は結合印刷ジョブとして新規印刷ジョブを空の状態で作成する。続いてステップS802にてジョブリスト1005においてユーザーにより選択状態となっている印刷ジョブのデータを1つ取得する。続いてステップS803にてジョブの階層に付与されている印刷設定を取得する。ステップS804では印刷設定解析部902にて取得した印刷設定がジョブのスコープかどうかの判断を行い、ジョブスコープであればステップS805に進み、ジョブスコープでなければステップS809に進む。ここでスコープとはどの範囲に対して有効であるかを示しジョブスコープの印刷設定とはジョブ全体に対して有効な設定であるということである。ステップS805では印刷設定解析部902はジョブスコープの印刷設定がドキュメントスコープの印刷設定に変換可能かを判断する。変更不可であればステップS806に進み、変更可能であればステップS808に進む。ステップS806では印刷ジョブ結合実行部903は作成中の結合新規印刷ジョブに取得したジョブスコープの該当印刷設定が存在するかを判断する。存在しなかった場合にはステップS807に進み、存在した場合にはステップS811に進む。ステップS808では印刷設定解析部902はジョブスコープの印刷設定をドキュメントスコープの印刷設定に変更する。例えばジョブスコープのNUp印刷設定をドキュメントスコープのNUp印刷設定への変換などが考えられる。ステップS809では印刷ジョブ結合実行部903は現在取得している結合対象ジョブのドキュメント階層にすでに該当印刷設定が存在するかどうかを判断する。存在しない場合にはステップS810に進み、存在した場合にはステップS811に進む。ステップS811では印刷ジョブ結合実行部903はジョブ階層に付与されている印刷設定がすべて処理を完了したかどうかを判断しすべて完了していなければステップS803に進み、すべて完了していればステップS812に進む。ステップS812では印刷ジョブ結合実行部903は新規結合ジョブに現在取得している結合対象ジョブのドキュメントを追加する。本処理においては新規結合ジョブにはドキュメントに付与されているドキュメント階層の印刷設定、ページ、ページ階層に付与されている印刷設定も合わせて追加される。続いてステップS813にて印刷ジョブ結合実行部903はユーザーが選択している結合対象印刷ジョブに対する処理がすべて終了したかどうかを判断しすべて終了していればステップS814に進み、終了していなければステップS802に進む。ステップS814では本結合処理における終了処理を行う。例えば印刷ジョブデータ管理部904は結合対象ジョブの削除などを行い、処理を終了する。本処理の終了後にはUI制御部905は図11のように図10を更新したUIを表示する。
In step S801, the print job combination execution unit 903 creates a new print job as a combined print job in an empty state. In step S802, one piece of print job data selected by the user in the
本結合処理の実行後印刷設定領域1006にて印刷設定の変更を行うことが可能である。さらに印刷実行部906を通して再度結合印刷ジョブを印刷することが可能である。 The print setting can be changed in the print setting area 1006 after execution of the combination process. Further, the combined print job can be printed again through the print execution unit 906.
Claims (2)
前記スプール手段によりスプールされた印刷データと印刷データに付随する印刷設定情報とに基づいてユーザーインターフェースを表示する表示制御手段と、
前記スプールされた印刷データに基づいて1つの結合された印刷ジョブを生成するジョブ結合手段とを有し、
前記ジョブ結合手段は前記スプールされた印刷データの保持する階層構造を解析する印刷ジョブ階層構造解析手段と、
前記印刷ジョブ解析手段により解析された階層に付与されている印刷設定を取得する階層印刷設定取得手段と、
前記階層印刷設定取得手段により取得された印刷設定の適用範囲を変換する印刷設定適用範囲変更手段と、
前記階層印刷設定取得手段により取得された印刷設定が指定対象範囲内に存在するかを検索する印刷設定検索手段と
を有することを特徴とする情報処理装置。 An information processing apparatus for generating print data to be transmitted to a printing apparatus, and means for spooling data to be printed generated by an application;
Display control means for displaying a user interface based on the print data spooled by the spool means and print setting information attached to the print data;
Job combining means for generating one combined print job based on the spooled print data,
The job combination means includes a print job hierarchical structure analyzing means for analyzing a hierarchical structure held by the spooled print data,
Hierarchical print setting acquisition means for acquiring print settings assigned to the hierarchy analyzed by the print job analysis means;
A print setting application range changing unit for converting the application range of the print setting acquired by the hierarchical print setting acquisition unit;
An information processing apparatus comprising: a print setting search unit that searches whether the print setting acquired by the hierarchical print setting acquisition unit exists within a specified range.
前記表示制御手段は前記スプールされた印刷データの印刷設定の変更を行う印刷設定変更表示手段と、
前記表示制御手段は前記スプールされた印刷データのジョブ情報を表示する印刷ジョブ情報表示手段とを更に
有することを特徴とする請求項1に記載の情報処理装置。 The display control means includes a print job preview display means for displaying the contents of the spooled print data;
The display control means includes a print setting change display means for changing a print setting of the spooled print data;
The information processing apparatus according to claim 1, wherein the display control unit further includes a print job information display unit that displays job information of the spooled print data.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008189930A JP2010026924A (en) | 2008-07-23 | 2008-07-23 | Information processor |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008189930A JP2010026924A (en) | 2008-07-23 | 2008-07-23 | Information processor |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2010026924A true JP2010026924A (en) | 2010-02-04 |
Family
ID=41732677
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008189930A Pending JP2010026924A (en) | 2008-07-23 | 2008-07-23 | Information processor |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2010026924A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2014058102A (en) * | 2012-09-18 | 2014-04-03 | Konica Minolta Inc | Printing control device, program and printing system |
US10592180B2 (en) | 2018-03-19 | 2020-03-17 | Ricoh Company, Ltd. | Information processing device, information processing method, and recording medium |
-
2008
- 2008-07-23 JP JP2008189930A patent/JP2010026924A/en active Pending
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2014058102A (en) * | 2012-09-18 | 2014-04-03 | Konica Minolta Inc | Printing control device, program and printing system |
US10592180B2 (en) | 2018-03-19 | 2020-03-17 | Ricoh Company, Ltd. | Information processing device, information processing method, and recording medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4732113B2 (en) | Information processing apparatus, information processing method, program, and storage medium | |
US8274686B2 (en) | Print setting processing apparatus and print setting processing method | |
JP4520340B2 (en) | PRINT CONTROL DEVICE, CONTROL METHOD FOR PRINT CONTROL DEVICE, PRINT CONTROL PROGRAM, AND RECORDING MEDIUM | |
JP5979893B2 (en) | Information processing apparatus, control method, and program | |
JP5713557B2 (en) | Printing system, control method, program | |
JP4793465B2 (en) | Information processing apparatus, information processing apparatus control method, and information processing apparatus control program | |
JP5391844B2 (en) | Print control program, storage medium, and information processing apparatus | |
JP5235695B2 (en) | Printing control apparatus and control method thereof | |
US8605316B2 (en) | Information processing apparatus and control method thereof, and storage medium | |
US8988715B2 (en) | Information processing apparatus, control method, and storage medium | |
JP5737990B2 (en) | Information processing apparatus and program | |
US9507544B2 (en) | Information processing apparatus, recording medium, and control method to process print data using filters | |
JP5031514B2 (en) | Data processing apparatus and data processing method | |
JP5371550B2 (en) | Information processing apparatus, control method therefor, and computer program | |
US9253343B2 (en) | Information processing apparatus, control method, and storage medium for providing a preview and/or display of a main display document generated from all parts of a print document | |
JP2010026924A (en) | Information processor | |
JP3884876B2 (en) | Information processing apparatus, information processing method, and storage medium storing computer-readable program | |
JP2009116687A (en) | Information processing system, information processor, image forming apparatus, and information processing method | |
JP2006189920A (en) | User interface apparatus, display method for user interface, and program | |
JP2014174951A (en) | Information processing apparatus, information processing method, and program | |
JP2010117907A (en) | Print controller and printer | |
JP6007015B2 (en) | Image forming apparatus and image forming program | |
JP4110021B2 (en) | Print processing program, information processing apparatus, information processing method, and storage medium for performing print processing with department management | |
JP2006178747A (en) | Print setting control device, and its control method and program therefor | |
JP2010277245A (en) | Printing system and print control method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20100201 |
|
RD01 | Notification of change of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7421 Effective date: 20100630 |