JP2005327135A - Print processing method, print processing program, recording medium, and printer - Google Patents

Print processing method, print processing program, recording medium, and printer Download PDF

Info

Publication number
JP2005327135A
JP2005327135A JP2004145625A JP2004145625A JP2005327135A JP 2005327135 A JP2005327135 A JP 2005327135A JP 2004145625 A JP2004145625 A JP 2004145625A JP 2004145625 A JP2004145625 A JP 2004145625A JP 2005327135 A JP2005327135 A JP 2005327135A
Authority
JP
Japan
Prior art keywords
print
printing
print data
processing method
time
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.)
Granted
Application number
JP2004145625A
Other languages
Japanese (ja)
Other versions
JP4322167B2 (en
Inventor
Katsumi Shimokawa
勝己 下川
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2004145625A priority Critical patent/JP4322167B2/en
Publication of JP2005327135A publication Critical patent/JP2005327135A/en
Application granted granted Critical
Publication of JP4322167B2 publication Critical patent/JP4322167B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a printer driver for outputting print at a designated time of day without giving special loads on a printer server or printer. <P>SOLUTION: A spooling module 10 is a module for accumulating print data whose output is instructed by the printer driver 4 temporarily, receives a time of day signal from a real time clock (RTC) which is not illustrated, and transmits print data of the designated time of day to the printer 9. A management table 11 is a table for storing information such as printing time of day, while an error table 12 is a table for storing information on printing data whose printing is not succeeded. A print setting changing module 7 is a module for changing printing time of day instruction or the like of the accumulated print data. The printer driver 4 normally resides at a memory from the time of activation of a PC 1 and, not only from application 2 but also with operation of a mouse or the like of the PC 1, it is called at any time and a variety of settings or the like are instructed. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、PC(パーソナルコンピュータ)、ワークステーション等において、プリンタ等の印刷装置に印刷出力を行う印刷処理技術に関する。   The present invention relates to a print processing technique for performing print output to a printing apparatus such as a printer in a personal computer (PC), a workstation, or the like.

PC等でアプリケーションプログラム(以降アプリケーションと呼ぶ)を使用していて、文書や処理結果を紙に印刷したい場合は、通常、アプリケーションを通して印刷装置に印刷指示を出す。近年のオフィスでは、印刷装置はネットワークを介して複数の利用者により共同で使用されていることが多い。また、複写機やファクシミリ装置に印刷装置の機能を持たせた複合機も存在する。このような場合、印刷指示が集中して自分が出力した結果が他の結果に紛れ込んだり、大量の印刷で他の利用者の迷惑となる虞れもでてくる。特に大量のプリントアウトは利用者が少なくなる夜間に行うのが一般的である。通常の印刷装置は、印刷指示を受け取ると印刷を開始するが、印刷指示の際に緊急性や印刷時刻の指定が行える印刷装置も提案されている(例えば特許文献1参照)。同従来技術によれば、コンピュータのディスプレイ画面に表示される時刻指定ボタンをクリックすると、時刻指定印刷信号がサーバを経由してプリンタに送られ、プリンタ側では、その時刻になるまでその信号に基づく印刷は行わず、その時刻になって始めて印刷を開始するように印刷制御プログラムがプログラムされている(特許文献1の段落25参照)。
特開2000−272205公報
When an application program (hereinafter referred to as an application) is used on a PC or the like and a document or a processing result is to be printed on paper, a print instruction is normally issued to the printing apparatus through the application. In recent offices, printing apparatuses are often used jointly by a plurality of users via a network. There is also a multifunction machine in which a copying machine or a facsimile machine has the function of a printing device. In such a case, the print instructions may be concentrated and the results output by the user may be mixed in with other results, or a large amount of printing may cause trouble for other users. In particular, a large number of printouts are generally performed at night when there are fewer users. A normal printing apparatus starts printing upon receiving a print instruction, but a printing apparatus that can specify urgency and printing time at the time of printing instruction has also been proposed (see, for example, Patent Document 1). According to this prior art, when a time designation button displayed on the display screen of a computer is clicked, a time designation print signal is sent to the printer via the server, and on the printer side, based on the signal until that time is reached. A printing control program is programmed so that printing is not performed but printing is started only at that time (see paragraph 25 of Patent Document 1).
JP 2000-272205 A

しかしながら、上記従来技術では、印刷データを蓄積する領域をプリンタまたはサーバに必要とし、また、印刷指令を出した本人でも、どのような指示を出したかを確認できないという問題もある。また、印刷データを蓄積する領域がプリンタまたはサーバであったため、印刷に失敗した印刷データの処理の再印刷や削除等の保守を行う管理者が必要であった。
本発明は、上述した実情を考慮してなされたものであって、プリントサーバあるいは印刷装置に、印刷時刻待ちのための印刷データを蓄積する領域も、印刷に失敗した印刷データを管理する管理者も必要とせず、かつネットワークに特別な負荷をかけずに、指定した時刻で印刷出力を可能にすることを目的とする。
また、本発明の他の目的は、指示した印刷データの表示、指定した印刷時刻の変更、取止め等を可能にすることである。
また、本発明の他の目的は、印刷に失敗した印刷データの表示、再印刷、取止め等を可能にすることである。
However, the above-described conventional technique has a problem that an area for storing print data is required for the printer or server, and that the person who issued the print command cannot confirm what instruction has been issued. In addition, since the print data storage area is a printer or a server, an administrator who performs maintenance such as reprinting or deleting the processing of print data that failed to be printed is required.
The present invention has been made in consideration of the above-described circumstances, and an administrator for managing print data that has failed to print in an area for storing print data for waiting for a print time in a print server or a printing apparatus. The purpose of the present invention is to enable print output at a specified time without requiring a special load on the network.
Another object of the present invention is to enable display of designated print data, change of designated print time, cancellation, and the like.
Another object of the present invention is to enable display, reprinting, canceling, etc. of print data that has failed to be printed.

上記の課題を解決するために、請求項1に記載の印刷処理方法は、コンピュータから印刷装置に印刷を指示して印刷出力を得るための印刷処理方法であって、印刷要求を印刷装置が解釈できるプリンタ言語に変換して印刷データを生成するステップと、前記印刷データをコンピュータ自身の記憶手段に蓄積するステップと、前記印刷データの印刷実施時刻を指定するステップと、前記記憶手段に蓄積している印刷データから印刷実施時刻になった印刷データを印刷装置に送信するステップとを有することを特徴とする。
また、請求項2は、請求項1記載の印刷処理方法において、前記記憶手段に蓄積されている印刷データの状態を表示するステップと、前記指定した印刷実施時刻を変更するステップとをさらに有することを特徴とする。
また、請求項3は、請求項1または2記載の印刷処理方法において、前記印刷実施時刻に印刷が失敗した場合の処理方法を指定するステップをさらに有することを特徴とする。
また、請求項4は、請求項3記載の印刷処理方法において、前記印刷が失敗した場合の処理方法を指定するステップは、前記印刷データを自動的に削除するか、あるいは再印刷可能な状態にして印刷後に削除するかを指定するステップであることを特徴とする。
また、請求項5は、請求項1〜4のいずれか一項記載の印刷処理方法において、前記印刷データにパスワードを設定するステップと、前記印刷データの処理を指示する際にパスワードの入力と該入力されたパスワードを検査するステップとをさらに有することを特徴とする。
In order to solve the above problems, a printing processing method according to claim 1 is a printing processing method for obtaining printing output by instructing printing from a computer to a printing apparatus, and the printing apparatus interprets the print request. Generating the print data by converting it into a printer language capable of storing, storing the print data in a storage unit of the computer itself, designating a print execution time of the print data, storing in the storage unit And the step of transmitting the print data whose print execution time is reached from the print data to the printing apparatus.
According to a second aspect of the present invention, in the print processing method according to the first aspect of the present invention, the method further includes a step of displaying a state of the print data stored in the storage unit and a step of changing the designated print execution time. It is characterized by.
According to a third aspect of the present invention, in the print processing method according to the first or second aspect, the method further includes a step of designating a processing method when printing fails at the printing execution time.
According to a fourth aspect of the present invention, in the print processing method according to the third aspect, in the step of designating a processing method when the printing fails, the print data is automatically deleted or reprinted. The step of designating whether to delete after printing.
According to a fifth aspect of the present invention, in the print processing method according to any one of the first to fourth aspects, the step of setting a password for the print data, the input of the password when instructing the processing of the print data, and the And a step of checking the entered password.

また、請求項6は、請求項1記載の印刷処理方法において、前記指定した印刷実施時刻に印刷の実施が行われなかった印刷データを前記コンピュータ自身の記憶手段から削除するステップとをさらに有することを特徴とする。
また、請求項7は、請求項1記載の印刷処理方法において、前記指定した印刷実施時刻に印刷の実施が行われなかった印刷データの情報を表示するステップと、前記印刷の実施が行われなかった印刷データを操作者の指示に基づいて印刷あるいは削除を行うステップとをさらに有することを特徴とする。
また、請求項8の印刷処理プログラムは、コンピュータに、印刷要求を印刷装置が解釈できるプリンタ言語に変換して印刷データを生成する手順と、前記印刷データをコンピュータ自身の記憶手段に蓄積する手順と、前記印刷データの印刷実施時刻を指定する手順と、前記記憶手段に蓄積している印刷データから印刷実施時刻になった印刷データを印刷装置に送信する手順とを実行させることを特徴とする。
また、請求項9は、請求項8記載の印刷処理プログラムにおいて、前記記憶手段に蓄積されている印刷データの状態を表示する手順と、前記指定した印刷実施時刻を変更する手順とをさらに有することを特徴とする。
また、請求項10は、請求項8または9記載の印刷処理プログラムにおいて、前記印刷実施時刻の指定時に印刷が失敗した場合の処理方法を指定する手順をさらに有することを特徴とする。
According to a sixth aspect of the present invention, in the print processing method according to the first aspect of the present invention, the method further comprises the step of deleting, from the storage means of the computer itself, the print data that has not been printed at the designated print execution time. It is characterized by.
According to a seventh aspect of the present invention, in the print processing method according to the first aspect, the step of displaying information of print data that has not been printed at the specified print execution time and the execution of the print are not performed. And a step of printing or deleting the print data based on an instruction from the operator.
According to another aspect of the present invention, there is provided a print processing program for generating a print data by converting a print request into a printer language that can be interpreted by a printing apparatus, and a procedure for storing the print data in a storage unit of the computer itself. , And a procedure for designating a print execution time of the print data, and a procedure for transmitting print data whose print execution time is reached from the print data stored in the storage means to a printing apparatus.
Further, according to a ninth aspect of the present invention, in the print processing program according to the eighth aspect, the program further includes a procedure for displaying a status of the print data stored in the storage unit and a procedure for changing the designated print execution time. It is characterized by.
According to a tenth aspect of the present invention, in the print processing program according to the eighth or ninth aspect, the method further includes a step of designating a processing method when printing fails when the printing execution time is designated.

また、請求項11は、請求項10記載の印刷処理プログラムにおいて、前記印刷が失敗した場合の処理方法を指定する手順は、前記印刷データを自動的に削除するか、あるいは再印刷可能な状態にして印刷後に削除するかを指定する手順であることを特徴とする。
また、請求項12は、請求項8〜11のいずれか一項に記載の印刷処理プログラムにおいて、前記印刷データにパスワードを設定する手順と、前記印刷データの処理を指示する際にパスワードの入力と該入力されたパスワードを検査する手順とをさらに有することを特徴とする。
また、請求項13は、請求項8記載の印刷処理プログラムにおいて、前記指定した印刷実施時刻に印刷の実施が行われなかった印刷データを前記コンピュータ自身の記憶手段から削除する手順をさらに有することを特徴とする。
また、請求項14は、請求項8記載の印刷処理プログラムにおいて、前記指定した印刷実施時刻に印刷の実施が行われなかった印刷データの情報を表示する手順と、前記印刷の実施が行われなかった印刷データを操作者の指示に基づいて印刷あるいは削除を行う手順とをさらに有することを特徴とする。
また、請求項15は、請求項8乃至14のいずれか一項に記載の印刷処理プログラムを記録したコンピュータ読み取り可能な記録媒体である。
また、請求項16の印刷装置は、請求項1乃至7のいずれか一項に記載の印刷処理方法を用いて印刷を行うことを特徴とする。
また、請求項17の印刷装置は、請求項8乃至14のいずれか一項に記載の印刷処理プログラムを用いて印刷を行うことを特徴とする。
Further, in the print processing program according to claim 10, in the print processing program according to claim 10, the procedure for specifying a processing method when the printing fails is that the print data is automatically deleted or reprinted. This is a procedure for designating whether to delete after printing.
Further, according to a twelfth aspect of the present invention, in the print processing program according to any one of the eighth to eleventh aspects, a procedure for setting a password for the print data, and input of a password when instructing processing of the print data, And a procedure for checking the inputted password.
Further, according to a thirteenth aspect of the present invention, in the print processing program according to the eighth aspect, the program further includes a procedure of deleting print data that has not been printed at the designated print execution time from the storage means of the computer itself. Features.
According to a fourteenth aspect of the present invention, in the print processing program according to the eighth aspect, a procedure for displaying information of print data that has not been printed at the designated print execution time and the execution of the print are not performed. And a procedure for printing or deleting the print data based on an instruction from the operator.
A fifteenth aspect is a computer-readable recording medium that records the print processing program according to any one of the eighth to fourteenth aspects.
According to a sixteenth aspect of the present invention, there is provided a printing apparatus that performs printing using the print processing method according to any one of the first to seventh aspects.
According to a seventeenth aspect of the present invention, a printing apparatus performs printing using the print processing program according to any one of the eighth to fourteenth aspects.

本発明によれば、利用者の意思と責任において指定した時刻に印刷が行え、しかも印刷装置やプリントサーバに印刷データのための蓄積領域や、蓄積領域を管理する管理者も必要としない。
また、印刷データは、印刷実施時刻に印刷装置に送られるので、ネットワークに負担をかけずに、印刷待ちの印刷データを確認でき、状況に応じて取止めや変更することができる。
また、指定時刻に印刷に失敗した場合の印刷データの処理も利用者が予め設定でき、機密文書、大量文書、提出期限のある文書等、文書の種類に応じて使い分けができる。
さらに、印刷に失敗した印刷データも利用者の指示により印刷あるいは削除できるので、印刷に失敗した時でも容易に対処することができる。
According to the present invention, printing can be performed at the time designated by the user's intention and responsibility, and the storage area for print data and the administrator managing the storage area are not required for the printing apparatus or the print server.
Also, since the print data is sent to the printing apparatus at the printing execution time, the print data waiting for printing can be confirmed without imposing a burden on the network, and can be canceled or changed according to the situation.
Also, the user can set in advance the processing of print data when printing fails at a specified time, and can be used properly according to the type of document, such as a confidential document, a large number of documents, and a document with a deadline for submission.
Furthermore, since the print data that failed to be printed can be printed or deleted according to the user's instruction, it is possible to easily cope with even when printing fails.

以下、図面を参照して、本発明の実施形態を詳細に説明する。
図1は、本発明のプリンタドライバにかかる機能構成を示す図である。PC1は文書作成や表計算ソフト等のアプリケーション2を動作させるコンピュータであり、本発明であるプリンタドライバ4もPC1で動作する。アプリケーション2は、PC1上で動作するプリンタドライバ4に対して印刷要求を出す。OS(Operating System)モジュール3は、印刷指示時、アプリケーション2とプリンタドライバ4との間を仲介するOSのモジュールである。
UI(User Interface)ドライバ5はプリンタドライバ4内のモジュールで、アプリケーション2の印刷ダイアログから起動される画面を表示し、利用者に各種の印刷設定や取止め、再印刷等の設定を行わせる処理モジュールである。グラフィックドライバ6は、印刷設定参照して、印刷すべきデータから、プリンタが解釈できるコマンド群(PDL)で構成される印刷データを生成する部分である。出力ポート8は、印刷データをプリンタに送る為のパラレルインターフェースやUSB、およびIEEE802.xなどのネットワークインターフェースに接続するためのポートである。プリンタ9は特別なスケジューリング機能や優先処理機能を持たない通常の仕様のものである。
スプーリングモジュール10は、本発明のプリンタドライバ4から出力指示された印刷データを一時蓄積しておくモジュールであり、図示しないリアルタイムクロック(RTC)からの時刻信号を受け、指定された時刻の印刷データをプリンタ9へ送信するようになっている。管理テーブル11は、蓄積している印刷データの印刷時刻等の情報を格納するテーブルで、エラーテーブル12は、印刷に失敗した印刷データの情報を格納するテーブルである。印刷設定変更モジュール7は、蓄積してある印刷データの印刷時刻指定等を変更するためのモジュールである。なお、プリンタドライバ4はPC1の起動時からメモリに常駐し、アプリケーション2からだけでなく、PC1のマウス等の操作でいつでも呼び出して各種設定等の指示が行えるようになっている。
印刷指示は、PC1において、文書作成等のアプリケーション2からの指示で行われる。その際、OSモジュール3を経由して、プリンタドライバ4にて印刷物をプリンタ9で印刷するためデータ変換が行われる。プリンタドライバ4におけるデータ変換の際、利用者が所望とする印刷に関する詳細な設定を行わせるのがUIドライバ5である。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
FIG. 1 is a diagram showing a functional configuration according to the printer driver of the present invention. The PC 1 is a computer that operates an application 2 such as document creation or spreadsheet software, and the printer driver 4 according to the present invention also operates on the PC 1. The application 2 issues a print request to the printer driver 4 operating on the PC 1. An OS (Operating System) module 3 is an OS module that mediates between the application 2 and the printer driver 4 when a print instruction is issued.
A UI (User Interface) driver 5 is a module in the printer driver 4 that displays a screen activated from the print dialog of the application 2 and allows the user to make various print settings, cancellation, reprint settings, and the like. It is. The graphic driver 6 is a part that generates print data composed of command groups (PDL) that can be interpreted by the printer from data to be printed with reference to print settings. The output port 8 is a port for connecting to a parallel interface for sending print data to a printer, a USB, and a network interface such as IEEE802.x. The printer 9 has a normal specification that does not have a special scheduling function or priority processing function.
The spooling module 10 is a module for temporarily storing print data instructed to be output from the printer driver 4 of the present invention. The spooling module 10 receives a time signal from a real time clock (RTC) (not shown), and print data at a specified time. Is transmitted to the printer 9. The management table 11 stores information such as the print time of accumulated print data, and the error table 12 stores information about print data that has failed to be printed. The print setting change module 7 is a module for changing the print time designation of the stored print data. The printer driver 4 is resident in the memory when the PC 1 is activated, and can be called not only from the application 2 but also by an operation of the mouse or the like of the PC 1 to instruct various settings.
The print instruction is issued in the PC 1 by an instruction from the application 2 such as document creation. At that time, data conversion is performed in order to print the printed matter by the printer 9 by the printer driver 4 via the OS module 3. It is the UI driver 5 that makes detailed settings related to printing desired by the user at the time of data conversion in the printer driver 4.

UIドライバ5は、印刷時にアプリケーション2から起動されるが、OSモジュール3介在のもと、OSからプリンタの基本設定等を行うのと同様に、アプリケーション2が関与せず起動することも可能である。印刷時におけるデータ変換および印刷設定は、グラフィックドライバ6および印刷設定変更モジュール7にて処理が行われる。データ変換および印刷設定の処理が済んだ印刷データは、プリンタ9に送ることで印刷可能なデータに変換されている。そして印刷データは、プリンタドライバ4の最終段にあるスプーリングモジュール10によって一時的にPC1のハードディスク等に蓄積され、然るべき後、出力ポート8を経由してプリンタ9に送られる。
図2は、印刷指示の際の印刷日時を設定するための画面表示の例を示す図である。
PC1において、文書アプリケーションなどから文書を印刷する際に、印刷日時設定に関しUIドライバ5は、利用者が操作可能な画面を表示し、画面上において印刷日時の設定を行うか否かを選択させる。「行う」20をクリックすると印刷日時設定のためのダイアログ(後述)が表示される。印刷日時の設定を行わない場合は「行わない」21をクリックすると、印刷データはプリンタ9に送られ印刷される。「キャンセル」22は印刷指示そのものを取止める場合にクリックするようになっている。
The UI driver 5 is started from the application 2 at the time of printing, but can be started without the application 2 being involved as in the case of performing basic printer settings from the OS with the OS module 3 interposed. . Data conversion and print settings during printing are processed by the graphic driver 6 and the print setting change module 7. Print data that has undergone data conversion and print setting processing is converted to printable data by being sent to the printer 9. The print data is temporarily stored in the hard disk or the like of the PC 1 by the spooling module 10 at the final stage of the printer driver 4 and then sent to the printer 9 via the output port 8.
FIG. 2 is a diagram illustrating an example of a screen display for setting a printing date and time when a printing instruction is issued.
When the PC 1 prints a document from a document application or the like, the UI driver 5 displays a screen that can be operated by the user regarding the setting of the printing date and allows the user to select whether or not to set the printing date and time on the screen. When “Done” 20 is clicked, a dialog (described later) for setting the printing date and time is displayed. If the print date and time are not to be set, clicking “Don't” 21 will send the print data to the printer 9 for printing. “Cancel” 22 is clicked when canceling the print instruction itself.

図3は、印刷日時を設定する際の画面表示の例を示す図である。
この表示画面にて印刷日時の設定を行う場合、利用者は印刷日時の設定の入力枠に印刷したい日時を入力する。この指定された日時に実際に印刷データが出力ポート8を経由してプリンタ9に送られ印刷されることになる。
この表示画面において、設定された印刷日時にPC1あるいはプリンタ9の電源が入っていない等、正常動作を行うことが出来ない状況の時は、印刷失敗として蓄積した印刷データを削除する指定が行える。この際は、表示画面での、「削除する」チェックボックス23にチェックを入れればよい。通常はチェックを入れずに再印刷可能にしておくのが望ましいので、プリセットで空白にしてあるが、容易に再度印刷指示が行える場合や、確実に印刷処理が成されることが判っている場合は「削除する」を選択した方がPC1への負荷が軽くなる。表示画面に必要事項の入力が済んで、「OK」24をクリックすることで、印刷データの処理はスプーリングモジュール10に移り、印刷データは蓄積され、設定された印刷日時にプリンタ9へ送られる。「キャンセル」25をクリックすると、この表示画面から図2の表示画面に戻る。
なお、印刷が失敗して削除したことをログに残して利用者が後になって参照できる仕組みを設けておいてもよい。また削除するタイミングは、指定された時刻を過ぎた時点となるが、その時にPC1の電源が入ってなく動作できない場合は、PC1が動作可能になった時点で、蓄積している印刷データを削除することになる。なお、印刷失敗が判明した時に即削除するのではなく、猶予を持たせてもよい。その場合には、削除時に通知して確認を求めたり、所定の時間間隔で削除予告通知を表示して警告し、警告が所定回数を超過したら削除する等の機能を設けて実現すればよい。
FIG. 3 is a diagram illustrating an example of a screen display when setting the printing date and time.
When setting the printing date and time on this display screen, the user inputs the date and time to be printed in the input frame for setting the printing date and time. The print data is actually sent to the printer 9 via the output port 8 and printed at the designated date and time.
On this display screen, when the PC 1 or the printer 9 is not turned on at the set printing date and time, for example, when the normal operation cannot be performed, it is possible to specify to delete the print data accumulated as a print failure. In this case, the “delete” check box 23 on the display screen may be checked. Normally, it is desirable to enable reprinting without checking it, so it is blank in the preset, but if you can easily instruct printing again, or if you know that the printing process will be done reliably If “Delete” is selected, the load on the PC 1 becomes lighter. When necessary items are entered on the display screen and the user clicks “OK” 24, the print data processing moves to the spooling module 10, and the print data is accumulated and sent to the printer 9 at the set print date and time. . When “Cancel” 25 is clicked, the display screen returns to the display screen of FIG.
It should be noted that a mechanism may be provided in which the user can refer to the fact that printing has failed and deleted is recorded in a log later. Also, the timing of deletion is the time when the specified time has passed. If the PC 1 is not turned on and cannot be operated at that time, the accumulated print data is deleted when the PC 1 becomes operable. Will do. It should be noted that a grace period may be provided instead of deleting immediately when a printing failure is found. In such a case, it may be realized by providing a function of notifying at the time of deletion and requesting confirmation, displaying a deletion notice notice at a predetermined time interval to give a warning, and deleting when the warning exceeds a predetermined number of times.

これまで印刷指定時刻を過ぎた印刷データを自動削除する場合を説明したが、自動削除しない選択をした場合について説明する。
自動削除しない選択をした利用者は、印刷指定時刻を過ぎた任意のタイミングで印刷を実行できるが、誰にでも印刷できてしまうと、印刷データの機密性が損なわれる可能性がある。本発明では、パスワード入力を求めるようにすることで、機密性を確保するようにしている。パスワードは、図3の表示画面において入力する(図では通常の表示になっているが、その上部にある、「削除する」のチェックボックスにチェックがある場合は、半輝度表示となる)。パスワードの文字数や文字制限については任意に決めればよい。なお、パスワード入力は必須ではなく、パスワードなしでも支障の無い場合もあるので、運用に任せればよい。なお、パスワードを入力した場合は、指定した時刻に印刷がなされないと、パスワードつきの印刷データが蓄積されていくことになる。
次に、印刷予定の取止めと印刷日時を変更する指示の仕方を説明する。利用者は任意のタイミングでプリンタドライバ4を起動することができ、その表示画面で印刷待ちの印刷データの再設定あるいは取止めを試みることができる。
図4は、印刷設定の変更を指示するための画面表示の例を示す図である。プリンタドライバ4を起動して、編集のタブを選択すると、図4のダイアログが表示され、印刷待ちで蓄積されている印刷データの一覧が示される。この画面表示は利用者自身が行った印刷指示の待ち状態を確認する目的にも利用できる。
この画面で、印刷を止めたいファイル名を、リクエスト(印刷指示)の日時、印刷日時等を参考に選択して、「削除」26をクリックすると、印刷の取止め指示が行える。Pの列にある記号は、パスワードが設定されていることを、また右端にある削除の列のチェックマークは印刷失敗時に印刷データを削除することをそれぞれ示している。一度に複数の印刷データを選択することもできる。
ファイル名を選択した後に「変更」27をクリックすると、図3の印刷日時を設定するダイアログが表示され、印刷日時等を再設定することができる。特に変更等を行わず、待ち状態を確認するだけなら、「終了」28をクリックすればよい。
The case of automatically deleting print data that has passed the print designation time has been described so far, but the case of selecting not to delete automatically will be described.
A user who has selected not to delete automatically can execute printing at an arbitrary timing after the print designated time, but if anyone can print, the confidentiality of the print data may be impaired. In the present invention, confidentiality is ensured by prompting for a password. The password is input on the display screen of FIG. 3 (although it is a normal display in the figure, if the “delete” check box at the top is checked, a half-brightness display is provided). The number of characters in the password and the character limit can be determined arbitrarily. Note that password entry is not essential, and there may be no problem even without a password. When a password is input, if printing is not performed at a designated time, print data with a password is accumulated.
Next, how to cancel printing schedule and instruct to change the printing date and time will be described. The user can activate the printer driver 4 at an arbitrary timing, and can attempt to reset or cancel the print data waiting for printing on the display screen.
FIG. 4 is a diagram illustrating an example of a screen display for instructing change of print settings. When the printer driver 4 is activated and the editing tab is selected, the dialog shown in FIG. 4 is displayed, and a list of print data stored waiting for printing is displayed. This screen display can also be used for the purpose of confirming the waiting state of the print instruction made by the user.
On this screen, a file name to be stopped can be selected by referring to the request (print instruction) date and time, the print date and time, etc., and clicking “Delete” 26, a print cancel instruction can be performed. The symbol in the column P indicates that a password is set, and the check mark in the delete column at the right end indicates that print data is deleted when printing fails. A plurality of print data can be selected at a time.
When “Change” 27 is clicked after the file name is selected, a dialog for setting the printing date and time shown in FIG. 3 is displayed, and the printing date and time can be reset. If only the waiting state is to be confirmed without making any changes or the like, “End” 28 may be clicked.

次に、印刷指定時刻を過ぎた印刷データを再印刷する指示の仕方を説明する。利用者は任意のタイミングでプリンタドライバ4を起動することができ、その表示画面で印刷に失敗した印刷データの再印刷を試みることができる。
図5は再印刷を指示するための画面表示の例を示す図である。プリンタドライバ4を起動して、再印刷のタブを選択すると、図5のダイアログが表示され、印刷に失敗した(蓄積されている)印刷データの一覧が示される。再印刷の対象の指定方法は、この画面にて蓄積されている印刷データの一覧から所望とする対象のファイル名を指定すればよい。印刷データはアプリケーション2で利用者が設定したファイル名になっている。ファイル名のつけ方はこれに限定しないが、ファイル名から印刷データの内容が判るようにするのが望ましい。この画面にてファイル名をクリックして選択し(複数ファイルの選択も可能)、「OK」29をクリックすると、印刷データにパスワードが設定されている場合は、図6に示すダイアログが表示される。
図6は、再印刷/削除の際のパスワード入力を行う画面表示の例を示す図である。このダイアログにてパスワードを入力する。先の印刷データ指定で複数のファイルを選択した場合には、このダイアログは複数回出現することになる。パスワードを入力したのち「OK」30をクリックすると、「印刷後、印刷データを削除する」のチェックボックス31はプリセットでチェックがつけられているので、印刷データがプリンタ9に送られ印刷される。パスワードを入力して、プリセットのチェックを外すと、この印刷データは印刷されずに削除される。
Next, a method for instructing reprinting of print data that has passed the print designation time will be described. The user can activate the printer driver 4 at an arbitrary timing, and can attempt to reprint the print data that failed to be printed on the display screen.
FIG. 5 is a diagram illustrating an example of a screen display for instructing reprinting. When the printer driver 4 is activated and the reprint tab is selected, the dialog shown in FIG. 5 is displayed, and a list of print data that has failed (accumulated) is displayed. As a reprint target designation method, a desired target file name may be designated from a list of print data accumulated on this screen. The print data has a file name set by the user in the application 2. The method of assigning the file name is not limited to this, but it is desirable to know the contents of the print data from the file name. Click the file name on this screen to select it (multiple files can be selected), and click “OK” 29. If a password is set for the print data, the dialog shown in FIG. 6 is displayed. .
FIG. 6 is a diagram illustrating an example of a screen display for inputting a password when reprinting / deleting. Enter your password in this dialog. If multiple files are selected in the previous print data specification, this dialog appears multiple times. When the user clicks “OK” 30 after entering the password, the check box 31 “Delete print data after printing” is checked in the preset, so the print data is sent to the printer 9 and printed. When the password is entered and the preset is unchecked, this print data is deleted without being printed.

次に、本発明のプリンタドライバの処理内容を詳細に説明する。
図7は、アプリケーションから印刷指示をする場合のプリンタドライバの処理内容を示すフローチャートである。プリンタドライバは、利用者がアプリケーションを実行中に印刷指示を行うと、図2で説明した印刷日時設定のダイアログを表示して、利用者に印刷日時設定を行うかの選択を促す(ステップ101)。利用者が印刷日時の設定を「行う」をクリックした場合は(ステップ102)、図3の印刷日時設定ダイアログ1(印刷日時入力ダイアログ)を表示して、利用者に印刷日時、印刷失敗時の削除の可否、パスワードの設定の入力を促す(ステップ103)。そして、ステップ103で入力した印刷日時、印刷失敗時の削除の可否、パスワード等と、アプリケーションから取得したファイル名とを管理テーブル11に追加し(ステップ104)、印刷内容を印刷データに展開して、前述のファイル名のファイルに格納して、ハードディスクのスプール領域に蓄積する(ステップ105)。なお、ステップ104で管理テーブル11に追加する際、印刷日時が早い順にソートしておく。
ステップ102で、利用者が印刷日時の設定を「行わない」を選択したら、印刷データに展開してプリンタに送る(ステップ105)。プリンタに電源が入っていない等で稼動できない場合は、その旨のエラーを表示して処理を終了する。なお、利用者がステップ102で、「キャンセル」を選択した場合も処理を終了する。
図8は、PC起動時のプリンタドライバの処理内容を示すフローチャートである。プリンタドライバは、電源が入っていない間に印刷指定日時を迎えた印刷データがないかを調べるため、印刷指定日時が現在時刻よりも前になっているデータを管理テーブル11から探す(ステップ201)。そして、見つかった印刷データについて(ステップ202)、印刷失敗時の削除指定の有無を調べ(ステップ203)、削除指定がされていれば、スプール領域から印刷データを削除して、管理テーブル11からこの印刷データのエントリー(印刷データに関する情報)を削除する(ステップ204)。
ステップ203で削除指定がされていない場合は、管理テーブル11のエントリーを削除して、エラーテーブル12に印刷データに関する情報を移す(ステップ205)。そして、見つかった全印刷データについて処理が終わったら(ステップ206)、処理を終了する。
Next, processing contents of the printer driver of the present invention will be described in detail.
FIG. 7 is a flowchart showing the processing contents of the printer driver when a print instruction is issued from an application. When the user issues a print instruction while the application is being executed, the printer driver displays the print date setting dialog described in FIG. 2 and prompts the user to select whether to set the print date (step 101). . When the user clicks “Set” to set the print date and time (step 102), the print date and time setting dialog 1 (print date and time input dialog) in FIG. The user is prompted to enter deletion permission / prohibition and password settings (step 103). Then, the printing date and time input at step 103, whether or not to delete when printing fails, the password, and the file name acquired from the application are added to the management table 11 (step 104), and the print contents are expanded into print data. Then, it is stored in the file having the aforementioned file name and accumulated in the spool area of the hard disk (step 105). In addition, when adding to the management table 11 at step 104, it sorts in order with an early printing date.
If the user selects “do not perform” the print date setting in step 102, the print data is expanded and sent to the printer (step 105). If the printer cannot be operated because the power is not turned on, an error to that effect is displayed and the process is terminated. Note that the process is also terminated when the user selects “cancel” in step 102.
FIG. 8 is a flowchart showing the processing contents of the printer driver when the PC is activated. The printer driver searches the management table 11 for data whose print designation date and time is before the current time in order to check whether there is print data that has reached the print designation date and time while the power is off (step 201). . Then, for the found print data (step 202), it is checked whether or not deletion is specified at the time of printing failure (step 203). If deletion is specified, the print data is deleted from the spool area, and the management table 11 deletes this print data. The print data entry (information about print data) is deleted (step 204).
If deletion is not designated in step 203, the entry in the management table 11 is deleted, and information relating to print data is moved to the error table 12 (step 205). Then, when the processing is completed for all the found print data (step 206), the processing is terminated.

図9は、印刷日時指定がある印刷データの処理を示すフローチャートである。プリンタドライバは常駐プログラムであり、この処理全体は、例えば図7で説明したアプリケーションから印刷指示をする場合の処理等と並行して行われ、利用者が関与しない時でも稼動している。
RTCから現在時刻を取得すると(ステップ301)、管理テーブル11の最初にあるエントリーの印刷日時と比較する(ステップ302)。これは、何らかの原因で指定された日時に印刷処理がなされなかった印刷データを処理するためのものであるが、同じ時刻に多数の印刷データがあった場合の処理遅れを回避するため、例えば2分程度過ぎたものはエラー処理の対象にしない。それ以上時間が経過した印刷データに対してはエラー処理を行う(ステップ303)。このエラー処理は、図8で説明したステップ203〜ステップ205と同じ処理なので説明は省略する。
現在時刻が管理テーブル11の最初にあるエントリーの指定日時より早いか、所定時間以内の経過なら、印刷はこれから発生することになり、現在時刻を管理テーブル11の最初にあるエントリーと比較する(ステップ304)。まだ印刷日時になっていなければ(ステップ304でNO)、ステップ301に戻りこれまでの処理を繰り返す。
現在時刻が管理テーブル11の最初にあるエントリーの印刷日時と等しいか、所定時間以内の経過の場合は(ステップ304でYES)、印刷データをプリンタに送信する(ステップ305)。送信が正常に行われ、プリンタが印刷データを受け取ったら(ステップ306がYES)、印刷データをスプール領域から削除し、管理テーブル11からエントリーも削除して(ステップ307)、ステップ301に戻る。
正常終了しなかった場合(ステップ306でNO)、印刷失敗時の削除指定があれば(ステップ308がYES)、印刷データをスプール領域から削除し、管理テーブル11からエントリーも削除して(ステップ309)、ステップ301に戻る。印刷失敗時の削除指定がない場合は(ステップ308がNO)、管理テーブル11からこの印刷データのエントリーを削除して、エラーテーブル12に移して(ステップ310)、ステップ301に戻る。以上の処理をPCが稼動している間繰り返す。
FIG. 9 is a flowchart showing processing of print data having a print date and time designation. The printer driver is a resident program, and this entire process is performed in parallel with, for example, the process in the case where a print instruction is given from the application described with reference to FIG. 7, and is running even when the user is not involved.
When the current time is acquired from the RTC (step 301), it is compared with the print date and time of the first entry in the management table 11 (step 302). This is for processing print data that has not been subjected to print processing at a designated date and time for some reason, but in order to avoid a processing delay when there are a large number of print data at the same time, for example, 2 Those that are too long are not subject to error processing. Error processing is performed on the print data for which more time has passed (step 303). Since this error processing is the same as Step 203 to Step 205 described with reference to FIG.
If the current time is earlier than the specified date and time of the first entry in the management table 11 or has elapsed within a predetermined time, printing will occur from now on, and the current time is compared with the first entry in the management table 11 (step 304). If the print date has not yet been reached (NO in step 304), the process returns to step 301 to repeat the processing so far.
If the current time is equal to the printing date of the first entry in the management table 11 or has elapsed within a predetermined time (YES in step 304), the print data is transmitted to the printer (step 305). If the transmission is normally performed and the printer receives print data (YES in step 306), the print data is deleted from the spool area, the entry is also deleted from the management table 11 (step 307), and the process returns to step 301.
If the process has not been completed normally (NO in step 306), if there is a deletion designation at the time of printing failure (YES in step 308), the print data is deleted from the spool area, and the entry is also deleted from the management table 11 (step 309). ), The process returns to step 301. If there is no deletion designation at the time of printing failure (NO in step 308), the print data entry is deleted from the management table 11, moved to the error table 12 (step 310), and the process returns to step 301. The above processing is repeated while the PC is operating.

図10は利用者が起動して行う印刷待ち印刷データの取止め/印刷日時の変更処理を示すフローチャートである。利用者は、例えば、画面に表示されている所定のアイコンをクリックすることで、必要に応じてプリンタドライバを呼び出すことができる。
プリンタドライバが呼び出されると、図4で説明した印刷設定ダイアログを表示する(ステップ401)。実際は別の画面を表示するが、その画面から「編集」タブをクリックして表示されるのが図4の印刷設定ダイアログである。利用者は、このダイアログで印刷取止め、あるいは印刷日時を変更したい印刷データ(ファイル名)を指定して、「削除」26あるいは「変更」27をクリックする。なお、ダイアログに示されている印刷データの一覧は管理テーブル11に格納されているデータを表示したものである。このようにして指定された印刷データそれぞれについて(ステップ402)。まず、印刷データにパスワードが設定されているかを調べる(ステップ403)。設定されていれば、パスワード入力用のダイアログを表示して、利用者にパスワードを入力させ(ステップ404)、パスワードが正しいかを判定する(ステップ405)。パスワードが正しくなければ、次に指定されている(もしあれば)印刷データの処理に移る。
パスワードが正しければ、次の処理は印刷設定ダイアログで「削除」26がクリックされたか、「変更」27がクリックされたかで異なる。「削除」27がクリックされた場合は(ステップ406でYES)、管理テーブル11から、この印刷データのエントリーを削除し、蓄積してある印刷データも削除する(ステップ407)。「削除」27でなく、「変更」26がクリックされた場合は(ステップ406でNO)、印刷日時設定ダイアログ2(図3参照)を表示し(ステップ408)、入力された項目に従い管理テーブル11を修正する。なお、管理テーブル11は印刷日時が早い順に並んでいるので、再設定された印刷日時によって順序を変更する必要がある。
以上のようにして、指定された印刷データの全てが終了したら(ステップ410)、処理を終わらせる。
FIG. 10 is a flowchart showing a process of canceling print data to be printed / changing the print date and time, which is started by the user. For example, the user can call a printer driver as necessary by clicking a predetermined icon displayed on the screen.
When the printer driver is called, the print setting dialog described with reference to FIG. 4 is displayed (step 401). Although another screen is actually displayed, the print setting dialog shown in FIG. 4 is displayed by clicking the “Edit” tab from the screen. The user designates the print data (file name) whose printing is to be canceled or the printing date / time is changed in this dialog, and clicks “delete” 26 or “change” 27. The list of print data shown in the dialog is a list of data stored in the management table 11. For each print data designated in this way (step 402). First, it is checked whether a password is set for the print data (step 403). If it has been set, a password input dialog is displayed to allow the user to input the password (step 404), and it is determined whether the password is correct (step 405). If the password is not correct, the process proceeds to the next designated print data (if any).
If the password is correct, the next process differs depending on whether “Delete” 26 or “Change” 27 is clicked in the print setting dialog. If “delete” 27 is clicked (YES in step 406), the print data entry is deleted from the management table 11, and the accumulated print data is also deleted (step 407). If “change” 26 is clicked instead of “delete” 27 (NO in step 406), the print date and time setting dialog 2 (see FIG. 3) is displayed (step 408), and the management table 11 is displayed according to the input items. To correct. Since the management table 11 is arranged in the order of printing date and time, it is necessary to change the order according to the reset printing date and time.
As described above, when all of the designated print data is completed (step 410), the process is terminated.

図11は利用者が起動して行う印刷エラーの再印刷/削除の処理を示すフローチャートである。利用者は、例えば、画面に表示されている所定のアイコンをクリックすることで、必要に応じてプリンタドライバを呼び出すことができる。プリンタドライバが呼び出されると、図5で説明した印刷設定ダイアログを表示する(ステップ421)。実際は別の画面を表示するが、その画面から「再印刷」タブを選択して表示されるのが図5の印刷設定ダイアログである。利用者は、このダイアログで再印刷、あるいは削除したい印刷に失敗した印刷データ(ファイル名)を指定して、OKをクリックする。なお、ダイアログに示されている印刷データの一覧はエラーテーブル12に格納されているデータを表示したものである。このようにして指定された印刷データそれぞれについて(ステップ422)。まず、印刷データにパスワードが設定されているかを調べる(ステップ423)。設定されていれば、図6で説明した再印刷設定ダイアログを表示して、設定したパスワードの入力を求め、印刷後に削除するかの選択を促す(ステップ424)。パスワードが正しくなければ(ステップ425がNO)、次の印刷データがあるかの判定(ステップ429)を行う。パスワードが正しければ(ステップ425がYES)、印刷後の削除が選択されているかを調べ(ステップ426)、選択されていたら印刷データをプリンタに送信する(ステップ427)、そして印刷データを削除して、エラーテーブル12からこの印刷データのエントリーを削除する(ステップ428)。
印刷後の削除が選択されていなければ(ステップ426がNO)、印刷データを削除して、エラーテーブル12からこの印刷データのエントリーを削除する(ステップ428)。
パスワードが設定されていなければ(ステップ423がNO)、上記ステップ427と428を実行し、プリンタで再印刷が行われる。なお、説明からもわかるように、印刷後の削除が選択されていない場合は、印刷データの削除のみが行われる。また、パスワードが設定されていない場合は、削除のみは行えず、印刷してから削除される。以上の処理を指定された全ての印刷データに対して行う。
FIG. 11 is a flowchart showing reprint / deletion processing of a print error performed by the user. For example, the user can call a printer driver as necessary by clicking a predetermined icon displayed on the screen. When the printer driver is called, the print setting dialog described with reference to FIG. 5 is displayed (step 421). Although another screen is actually displayed, the print setting dialog of FIG. 5 is displayed by selecting the “Reprint” tab from that screen. In this dialog, the user designates the print data (file name) that failed to be reprinted or deleted and clicks OK. The list of print data shown in the dialog is a list of data stored in the error table 12. For each print data designated in this way (step 422). First, it is checked whether a password is set for the print data (step 423). If it has been set, the reprint setting dialog described with reference to FIG. 6 is displayed, the input of the set password is requested, and the user is prompted to select whether to delete after printing (step 424). If the password is not correct (NO in step 425), it is determined whether there is next print data (step 429). If the password is correct (YES in step 425), it is checked whether deletion after printing is selected (step 426). If it is selected, the print data is transmitted to the printer (step 427), and the print data is deleted. The print data entry is deleted from the error table 12 (step 428).
If deletion after printing is not selected (NO in step 426), the print data is deleted, and the entry of this print data is deleted from the error table 12 (step 428).
If the password is not set (NO in step 423), the above steps 427 and 428 are executed, and reprinting is performed by the printer. As can be seen from the description, when deletion after printing is not selected, only deletion of print data is performed. If no password is set, it is not possible to delete only, but it is deleted after printing. The above processing is performed for all designated print data.

本発明のプリンタドライバにかかる機能構成を示す図。FIG. 3 is a diagram illustrating a functional configuration according to the printer driver of the present invention. 印刷指示の際の印刷日時を設定するための画面表示の例を示す図。The figure which shows the example of the screen display for setting the printing date in the case of a printing instruction. 印刷日時を設定する際の画面表示の例を示す図。The figure which shows the example of the screen display at the time of setting printing date. 印刷設定の変更を指示するための画面表示の例を示す図。The figure which shows the example of the screen display for instruct | indicating the change of a print setting. 再印刷を指示するための画面表示の例を示す図。The figure which shows the example of the screen display for instruct | indicating reprinting. 再印刷/削除の際のパスワード入力を行う画面表示の例を示す図。The figure which shows the example of the screen display which performs the password input at the time of reprinting / deletion. アプリケーションから印刷指示をする場合のプリンタドライバの処理内容を示すフローチャート。6 is a flowchart illustrating processing contents of a printer driver when a print instruction is issued from an application. PC起動時のプリンタドライバの処理内容を示すフローチャート。6 is a flowchart showing processing contents of a printer driver when a PC is activated. 印刷日時指定がある印刷データの処理を示すフローチャート。10 is a flowchart illustrating processing of print data having a print date designation. 印刷の取止め/印刷日時変更の処理を示すフローチャート。10 is a flowchart illustrating processing for canceling printing / changing a printing date and time. 印刷エラーの再印刷/削除の処理を示すフローチャート。10 is a flowchart showing processing for reprinting / deleting a print error.

符号の説明Explanation of symbols

1 PC、2 アプリケーション、3 OSモジュール、4 プリンタドライバ、5 UIドライバ、6 グラフィックドライバ、7 印刷設定変更モジュール、8 出力ポート、9 プリンタ、10 スプーリングモジュール、11 管理テーブル、12 エラーテーブル 1 PC, 2 application, 3 OS module, 4 printer driver, 5 UI driver, 6 graphic driver, 7 print setting change module, 8 output port, 9 printer, 10 spooling module, 11 management table, 12 error table

Claims (17)

コンピュータから印刷装置に印刷を指示して印刷出力を得るための印刷処理方法であって、印刷要求を印刷装置が解釈できるプリンタ言語に変換して印刷データを生成するステップと、前記印刷データをコンピュータ自身の記憶手段に蓄積するステップと、前記印刷データの印刷実施時刻を指定するステップと、前記記憶手段に蓄積している印刷データから印刷実施時刻になった印刷データを印刷装置に送信するステップとを有することを特徴とする印刷処理方法。   A print processing method for instructing printing from a computer to obtain a print output, wherein a print request is converted into a printer language that can be interpreted by the print device, and print data is generated; A step of accumulating in its own storage means, a step of designating a print execution time of the print data, and a step of transmitting print data having a print execution time from the print data stored in the storage means to a printing device; A print processing method characterized by comprising: 請求項1記載の印刷処理方法において、前記記憶手段に蓄積されている印刷データの状態を表示するステップと、前記指定した印刷実施時刻を変更するステップとをさらに有することを特徴とする印刷処理方法。   2. The print processing method according to claim 1, further comprising a step of displaying a state of print data accumulated in the storage unit and a step of changing the designated print execution time. . 請求項1または2記載の印刷処理方法において、前記印刷実施時刻に印刷が失敗した場合の処理方法を指定するステップをさらに有することを特徴とする印刷処理方法。   3. The print processing method according to claim 1, further comprising a step of designating a processing method when printing fails at the printing execution time. 請求項3記載の印刷処理方法において、前記印刷が失敗した場合の処理方法を指定するステップは、前記印刷データを自動的に削除するか、あるいは再印刷可能な状態にして印刷後に削除するかを指定するステップであることを特徴とする印刷処理方法。   The print processing method according to claim 3, wherein the step of designating a processing method when the printing fails is whether to automatically delete the print data or to delete it after printing in a reprintable state. A print processing method characterized in that it is a step of designating. 請求項1乃至4のいずれか一項記載の印刷処理方法において、前記印刷データにパスワードを設定するステップと、前記印刷データの処理を指示する際にパスワードの入力と該入力されたパスワードを検査するステップとをさらに有することを特徴とする印刷処理方法。   5. The print processing method according to claim 1, wherein a password is set in the print data, and when the print data is instructed, the password is input and the input password is inspected. And a print processing method. 請求項1記載の印刷処理方法において、前記指定した印刷実施時刻に印刷の実施が行われなかった印刷データを前記コンピュータ自身の記憶手段から削除するステップとをさらに有することを特徴とする印刷処理方法。   2. The print processing method according to claim 1, further comprising the step of deleting, from the storage means of the computer itself, print data that has not been printed at the designated print execution time. . 請求項1記載の印刷処理方法において、前記指定した印刷実施時刻に印刷の実施が行われなかった印刷データの情報を表示するステップと、前記印刷の実施が行われなかった印刷データを操作者の指示に基づいて印刷あるいは削除を行うステップとをさらに有することを特徴とする印刷処理方法。   The print processing method according to claim 1, wherein a step of displaying information of print data that has not been printed at the designated print execution time, and print data that has not been printed are displayed by an operator. And a step of performing printing or deletion based on the instruction. コンピュータに、印刷要求を印刷装置が解釈できるプリンタ言語に変換して印刷データを生成する手順と、前記印刷データをコンピュータ自身の記憶手段に蓄積する手順と、前記印刷データの印刷実施時刻を指定する手順と、前記記憶手段に蓄積している印刷データから印刷実施時刻になった印刷データを印刷装置に送信する手順とを実行させるための印刷処理プログラム。   Specifying a procedure for generating print data by converting a print request into a printer language that can be interpreted by the printing apparatus, a procedure for storing the print data in a storage unit of the computer, and a printing execution time of the print data A print processing program for executing a procedure and a procedure for transmitting print data whose print execution time has been reached from print data stored in the storage unit to a printing apparatus. 請求項8記載の印刷処理プログラムにおいて、前記記憶手段に蓄積されている印刷データの状態を表示する手順と、前記指定した印刷実施時刻を変更する手順とをさらに有することを特徴とする印刷処理プログラム。   9. The print processing program according to claim 8, further comprising: a procedure for displaying a status of print data stored in the storage means; and a procedure for changing the designated print execution time. . 請求項8または9記載の印刷処理プログラムにおいて、前記印刷実施時刻の指定時に印刷が失敗した場合の処理方法を指定する手順をさらに有することを特徴とする印刷処理プログラム。   10. The print processing program according to claim 8, further comprising a procedure for designating a processing method when printing fails when the printing execution time is designated. 請求項10記載の印刷処理プログラムにおいて、前記印刷が失敗した場合の処理方法を指定する手順は、前記印刷データを自動的に削除するか、あるいは再印刷可能な状態にして印刷後に削除するかを指定する手順であることを特徴とする印刷処理プログラム。   The print processing program according to claim 10, wherein the procedure for specifying a processing method when the printing fails is whether to automatically delete the print data or to delete after printing in a reprintable state. A print processing program characterized by a specified procedure. 請求項8乃至11のいずれか1項に記載の印刷処理プログラムにおいて、前記印刷データにパスワードを設定する手順と、前記印刷データの処理を指示する際にパスワードの入力と該入力されたパスワードを検査する手順とをさらに有することを特徴とする印刷処理プログラム。   12. The print processing program according to claim 8, wherein a procedure for setting a password for the print data, a password input when instructing the processing of the print data, and the input password are inspected. And a printing process program. 請求項8記載の印刷処理プログラムにおいて、前記指定した印刷実施時刻に印刷の実施が行われなかった印刷データを前記コンピュータ自身の記憶手段から削除する手順をさらに有することを特徴とする印刷処理プログラム。   9. The print processing program according to claim 8, further comprising a procedure of deleting print data that has not been printed at the designated print execution time from the storage means of the computer itself. 請求項8記載の印刷処理プログラムにおいて、前記指定した印刷実施時刻に印刷の実施が行われなかった印刷データの情報を表示する手順と、前記印刷の実施が行われなかった印刷データを操作者の指示に基づいて印刷あるいは削除を行う手順とをさらに有することを特徴とする印刷処理プログラム。   9. The print processing program according to claim 8, wherein a procedure for displaying information of print data that has not been printed at the designated print execution time, and print data that has not been printed are displayed by an operator. A print processing program further comprising a procedure for performing printing or deletion based on an instruction. 請求項8乃至14のいずれか1項に記載の印刷処理プログラムを記録したコンピュータ読み取り可能な記録媒体。   The computer-readable recording medium which recorded the printing processing program of any one of Claims 8 thru | or 14. 請求項1乃至7のいずれか1項に記載の印刷処理方法を用いて印刷を行うことを特徴とする印刷装置。   A printing apparatus that performs printing using the printing processing method according to claim 1. 請求項8乃至14のいずれか1項に記載の印刷処理プログラムを用いて印刷を行うことを特徴とする印刷装置。
15. A printing apparatus that performs printing using the print processing program according to claim 8.
JP2004145625A 2004-05-14 2004-05-14 Print processing method, print processing program, recording medium, and printing apparatus Expired - Fee Related JP4322167B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004145625A JP4322167B2 (en) 2004-05-14 2004-05-14 Print processing method, print processing program, recording medium, and printing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004145625A JP4322167B2 (en) 2004-05-14 2004-05-14 Print processing method, print processing program, recording medium, and printing apparatus

Publications (2)

Publication Number Publication Date
JP2005327135A true JP2005327135A (en) 2005-11-24
JP4322167B2 JP4322167B2 (en) 2009-08-26

Family

ID=35473445

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004145625A Expired - Fee Related JP4322167B2 (en) 2004-05-14 2004-05-14 Print processing method, print processing program, recording medium, and printing apparatus

Country Status (1)

Country Link
JP (1) JP4322167B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010218265A (en) * 2009-03-17 2010-09-30 Fuji Xerox Co Ltd Program for print management, print management device, and printer system
JP2012035458A (en) * 2010-08-04 2012-02-23 Ricoh Co Ltd Image forming apparatus, image forming program, and recording medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010218265A (en) * 2009-03-17 2010-09-30 Fuji Xerox Co Ltd Program for print management, print management device, and printer system
JP2012035458A (en) * 2010-08-04 2012-02-23 Ricoh Co Ltd Image forming apparatus, image forming program, and recording medium

Also Published As

Publication number Publication date
JP4322167B2 (en) 2009-08-26

Similar Documents

Publication Publication Date Title
US8537408B2 (en) Information processing apparatus, information processing method, program, and storage medium
JP3833127B2 (en) Proxy print processing apparatus, proxy print processing method, program, and storage medium
JP4854608B2 (en) Print control apparatus, print control method, and program
JP2006313494A (en) Print control device and print control method
US8973003B2 (en) Workflow management server and method
US8817307B2 (en) Information processing device, print server, print control system, print control method and computer readable recording medium for applying printing rule to print job
JP2007004683A (en) Image forming device and image operation device
US20140153018A1 (en) Information processing apparatus, control method, and storage medium
JP4306367B2 (en) Image processing device
US20160253128A1 (en) Output system, terminal device and output method
JP2007025864A (en) Image processor
US20040139402A1 (en) Printing system, printing apparatus and printing apparatus control program
US8767242B2 (en) Image processing apparatus, output control system, output control method
JP6039216B2 (en) Information processing apparatus, program, and control method
JP2007041808A (en) Print history display program
JP2020199691A (en) Image formation device, control method for the same and program
JP4322167B2 (en) Print processing method, print processing program, recording medium, and printing apparatus
JP2009110080A (en) Program, print data processor and printing system
JP2008227704A (en) Print unit
JP5328292B2 (en) Printing system, image forming apparatus, and information processing method
JP2019064130A (en) Printing device, method for controlling printing device and program
JP2006202332A (en) Proxy print processing device and method, program, and storage medium
JP2007256991A (en) Data processor, program and computer readable recording medium
JP2015225535A (en) Information processor, and authentication printing system using same
US11567717B2 (en) Information processing apparatus and information processing method for transmitting information about print job

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060921

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20060925

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090220

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090227

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090421

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20090602

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20090602

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120612

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130612

Year of fee payment: 4

LAPS Cancellation because of no payment of annual fees