JP2006228009A - Printer driver and print system - Google Patents

Printer driver and print system Download PDF

Info

Publication number
JP2006228009A
JP2006228009A JP2005042431A JP2005042431A JP2006228009A JP 2006228009 A JP2006228009 A JP 2006228009A JP 2005042431 A JP2005042431 A JP 2005042431A JP 2005042431 A JP2005042431 A JP 2005042431A JP 2006228009 A JP2006228009 A JP 2006228009A
Authority
JP
Japan
Prior art keywords
print data
printer driver
document file
print
printing
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
JP2005042431A
Other languages
Japanese (ja)
Inventor
Hideki Yanagi
英樹 柳
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 JP2005042431A priority Critical patent/JP2006228009A/en
Publication of JP2006228009A publication Critical patent/JP2006228009A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Record Information Processing For Printing (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a printer driver for printing a whole document file to be printed in a batch. <P>SOLUTION: This printer driver being a program for generating print data to be transmitted to a printer is provided with a function for retrieving a document file to be printed including a designated character string from a database and a function for successively preparing print data each time the whole document file is found out, and for transmitting the print data to the printer to be printed in batch. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、印刷データを作成するプリンタドライバおよびプリンタドライバが組み込まれたコンピュータと印刷装置からなる印刷システムに関し、特に、印刷したい全文書ファイルを一括であるいは指定した任意の文書ファイルを個々に印刷することができるプリンタドライバに関する。   BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a printer driver for creating print data, and a printing system including a printer in which a printer driver is incorporated and a printing apparatus, and in particular, prints all document files to be printed in batch or individually. It can be related to a printer driver.

プリンタドライバが組み込まれたコンピュータと印刷装置からなる印刷システムにおいては、プリンタドライバにおいて、印刷装置が解読できる形式の印刷データが作成される。特許文献1には、データベース上の特定の文書リスト等に限られた中での文書ファイル検索、および一括印刷機能を有するプリンタドライバが開示されている。
特開平08−123865号公報
In a printing system including a computer and a printing apparatus in which a printer driver is incorporated, printing data in a format that can be decoded by the printing apparatus is created in the printer driver. Patent Document 1 discloses a printer driver having a document file search and a batch print function limited to a specific document list on a database.
Japanese Patent Laid-Open No. 08-123865

しかしながら、上記特開平08−123865号公報に示された技術内容は、データベース上の特定の文書リスト等に限られた中での検索、および一括印刷についてのものであり、検索できない文書ファイルが生じてしまうという不具合があった。また、印刷設定についてもあらかじめ決められた方式のみの対応となっており、利便性に欠けるものであった。
そこで、本発明は、印刷したい全文書ファイルを一括であるいは指定した任意の文書ファイルを個々に印刷することができるプリンタドライバおよび印刷システムを提供することを目的とする。
However, the technical contents disclosed in the above-mentioned Japanese Patent Application Laid-Open No. 08-123865 are for search and batch printing limited to a specific document list on the database, and a document file that cannot be searched is generated. There was a bug that it was. In addition, the print setting is only supported by a predetermined method, which is not convenient.
SUMMARY An advantage of some aspects of the invention is that it provides a printer driver and a printing system capable of printing all document files to be printed in a batch or any specified document file.

上記目的を達成するために、請求項1記載の発明は、印刷装置に送信する印刷データを生成するためのプログラムであるプリンタドライバであって、指定した文字列を含む印刷したい文書ファイルをデータベースより検索する検索手段と、前記検索において該当する全文書ファイルが発見され次第、順次に印刷データを作成し、前記印刷装置に送信して一括で印刷を行う印刷データ作成手段と、を有することを最も主要な特徴とする。
請求項2記載の発明は、前記印刷データ作成手段が、前記印刷データを作成する際に、前記検索によって該当した文書ファイル全体に共通の印刷設定を行う請求項1記載のプリンタドライバを主要な特徴とする。
請求項3記載の発明は、前記印刷データ作成手段が、前記印刷データを作成する際に、前記検索によって該当した文書ファイル個々の印刷設定を行う請求項1記載のプリンタドライバを主要な特徴とする。
請求項4記載の発明は、前記印刷データ作成手段が、前記文書ファイル全体に共通の印刷設定を行うか、前記文書ファイル個々の印刷設定を行うか選択する機能を有する請求項2または3記載のプリンタドライバを主要な特徴とする。
請求項5記載の発明は、印刷装置に送信する印刷データを生成するためのプログラムであるプリンタドライバであって、指定した文字列を含む印刷したい文書ファイルをデータベースより検索する検索手段と、前記検索において全文書ファイルから指定した文書ファイルのみの印刷データを作成し、印刷装置に送信することで印刷を行う印刷データ作成手段と、を有することを最も主要な特徴とする。
請求項6記載の発明は、前記印刷データ作成手段が、前記指定した文字列を含む印刷したい全文書ファイルの印刷データを一括して印刷するか、前記指定した文書ファイルのみの印刷データを印刷するか選択する機能を有する請求項5記載のプリンタドライバを主要な特徴とする。
請求項7記載の発明は、請求項1または請求項5のいずれかに記載のプリンタドライバを実行するコンピュータと、そのプリンタドライバによって生成された印刷データに基づいて印刷を行う印刷装置とを備えた印刷システムを最も主要な特徴とする。
In order to achieve the above object, the invention described in claim 1 is a printer driver which is a program for generating print data to be transmitted to a printing apparatus, and stores a document file including a designated character string from a database. A search means for searching, and a print data creation means for creating print data in sequence as soon as all relevant document files are found in the search, and sending the print data to the printing apparatus to perform batch printing. Main features.
The invention according to claim 2 is characterized in that the print data creation means performs print settings common to the entire document file corresponding to the search when creating the print data. And
According to a third aspect of the present invention, the printer driver according to the first aspect is characterized in that, when the print data creation unit creates the print data, the print setting of each document file corresponding to the search is set. .
According to a fourth aspect of the present invention, the print data creating means has a function of selecting whether to perform common print settings for the entire document file or to perform print settings for each of the document files. The main feature is the printer driver.
According to a fifth aspect of the present invention, there is provided a printer driver which is a program for generating print data to be transmitted to a printing apparatus, a search unit for searching a database for a document file to be printed including a designated character string, and the search The main feature is that it has print data creation means for creating print data of only the document file designated from all document files and transmitting it to the printing apparatus.
According to a sixth aspect of the present invention, the print data creation unit prints print data of all document files to be printed including the designated character string at a time, or prints print data of only the designated document file. 6. A printer driver according to claim 5, which has a function of selecting the main feature.
The invention described in claim 7 includes a computer that executes the printer driver according to claim 1 or 5 and a printing apparatus that performs printing based on print data generated by the printer driver. The printing system is the main feature.

本発明は、印刷装置に送信する印刷データを生成するためのプログラムであるプリンタドライバにおいて、指定した文字列を含む印刷したい文書ファイルをデータベースより検索する手段と、それら該当する全文書ファイルが発見され次第、順次に印刷データを作成し、印刷装置に送信して一括で印刷を行う手段を有し、あるいは該当する全文書ファイルから指定した文書ファイルのみの印刷データを作成し、印刷装置に送信することで印刷を行う機能を有することで、印刷したい全文書ファイルを一括であるいは指定した任意の文書ファイルを個々に印刷することができる。   According to the present invention, in a printer driver which is a program for generating print data to be transmitted to a printing apparatus, means for searching a document file to be printed including a designated character string from a database and all corresponding document files are found. As soon as the print data is created, the print data is sent to the printing apparatus and batch printing is performed, or only the specified document file is created from all the corresponding document files and sent to the printing apparatus. By having a function of performing printing in this way, it is possible to print all document files to be printed in a batch or any specified document file.

以下、図面を参照して、本発明の実施形態を詳細に説明する。
図1は、本発明を実施した印刷システムの構成図である。図1に示すように、この実施形態の印刷システムは、パーソナルコンピュータ等のコンピュータ1とレーザープリンタ、デジタル複合機あるいはインクジェットプリンタ等の印刷装置2からなり、本発明を実施したプリンタドライバ11をコンピュータ1に読み込ませて実行させることによって以下のように動作をさせる。
すなわち、コンピュータ1におけるデータベースに保存されている文書ファイルの中から、ユーザが求めている文字列を含む文書ファイルを検索し、該当する全文書ファイルを一括で印刷装置2より出力する。
図2は、本発明を実施したプリンタドライバによる第1の制御例を示すフローチャートである。まず、ユーザは検索する文字列(図2中のP1)を入力し、一括印刷を実行すると、コンピュータ1はデータベース上にある文書ファイルに対して、その文字列を含んでいるかどうかをチェックする(S1)。
指定した文字列が文書ファイル内に存在するならば、その文書ファイルの印刷データを作成し(S2)、作成した印刷データを印刷装置2に送信して出力する(S3)。この一連の作業をデータベース上の全ての文書ファイルに対して行い(S4)、データベース上にある文書ファイルから該当のファイルの印刷を一括で行う。これにより、前記検索において該当する全文書ファイルが発見され次第、順次に印刷データを作成し、印刷装置に送信して一括で印刷を行うことができる。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
FIG. 1 is a configuration diagram of a printing system embodying the present invention. As shown in FIG. 1, the printing system of this embodiment comprises a computer 1 such as a personal computer and a printing apparatus 2 such as a laser printer, a digital multi-function peripheral, or an ink jet printer, and a printer driver 11 embodying the present invention is installed in the computer 1. It is made to operate as follows by making it read and execute.
That is, a document file including a character string requested by a user is searched from document files stored in a database in the computer 1, and all corresponding document files are output from the printing apparatus 2 at once.
FIG. 2 is a flowchart showing a first control example by the printer driver embodying the present invention. First, when a user inputs a character string to be searched (P1 in FIG. 2) and executes batch printing, the computer 1 checks whether or not the document file on the database includes the character string ( S1).
If the designated character string exists in the document file, print data of the document file is created (S2), and the created print data is transmitted to the printing apparatus 2 and output (S3). This series of operations is performed on all the document files on the database (S4), and the corresponding files are collectively printed from the document files on the database. As a result, as soon as all the relevant document files are found in the search, print data can be created sequentially and transmitted to the printing apparatus for batch printing.

図3は、図1に示したコンピュータ1の表示部3に表示される印刷設定選択画面を示す図である。ここで、上記一括印刷を実行する際に、事前に印刷データを作成する際の印刷設定として、全文書ファイル共通の印刷設定を使用するか、各文書ファイルに対して設定してある印刷設定を使用するかを選択することができる。図3の例では共通の印刷設定が選択されている。
例えば、検索によって該当する全文書ファイルに対して両面、集約等の印刷設定で印刷データを作成したい場合には、全文書ファイルに対して共通の印刷設定を使用するように選択し、一括印刷を実行することで、該当の全文書ファイルが同じ印刷設定で印刷される。
逆に、各文書ファイルに対してそれぞれ設定されている印刷設定を利用して、一括印刷を実行する場合には、共通の印刷設定を使用せず各文書ファイルの印刷設定を選択することでこれが可能になる
また、ユーザの指定した文字列を含む文書ファイルを検索した結果、該当の全文書ファイルを一括で印刷するのではなく、検索結果からユーザの選択したファイルのみを一括で印刷することもできる。
図4は、本発明を実施したプリンタドライバによる第2の制御例を示すフローチャートである。まず、ユーザは検索する文字列(図4中のP1)を入力し、印刷を実行する。すると、コンピュータ1はデータベース上にある文書ファイルに対して、ユーザの指定した文字列が含まれているかどうかをチェックし(S21)、指定した文字列が文書ファイル内に存在するならば、そのファイルの情報を取得する(S22)。この処理をデータベース上の全ての文書ファイルに対して行う(S23)。
図5は、図1に示したコンピュータ1の表示部3に表示される文書ファイルリストとその選択例を示す図である。指定した文字列が存在する文書ファイルリストを図5に示すように表示し、そこからユーザは印刷装置より出力したい文書ファイルを選択し、一括印刷を実行する(S24、S25)。その後、コンピュータ1は選択されたファイルに対して印刷データを作成して(S26)、その印刷データを印刷装置2に送信することで(S27)一括で印刷を行うことができる。
また、ユーザは検索結果として得られた全文書ファイルを一括で印刷するか、得られた結果から選択した文書ファイルのみを一括で印刷するかどうかを選択することができる。
FIG. 3 is a diagram showing a print setting selection screen displayed on the display unit 3 of the computer 1 shown in FIG. Here, when performing batch printing, either use the print settings common to all document files as the print settings for creating print data in advance, or set the print settings set for each document file. You can choose to use it. In the example of FIG. 3, common print settings are selected.
For example, if you want to create print data with the print settings such as Duplex and Aggregate for all applicable document files by searching, select to use the common print settings for all document files and batch print By executing, all corresponding document files are printed with the same print settings.
Conversely, when batch printing is performed using the print settings set for each document file, this is done by selecting the print settings for each document file without using the common print settings. It is also possible to print only the files selected by the user from the search results instead of printing all the corresponding document files as a result of searching for the document file containing the character string specified by the user. it can.
FIG. 4 is a flowchart showing a second control example by the printer driver embodying the present invention. First, the user inputs a character string to be searched (P1 in FIG. 4) and executes printing. Then, the computer 1 checks whether or not the character file specified by the user is included in the document file on the database (S21). If the specified character string exists in the document file, the file is checked. Is acquired (S22). This process is performed for all document files on the database (S23).
FIG. 5 is a diagram showing a document file list displayed on the display unit 3 of the computer 1 shown in FIG. 1 and a selection example thereof. A document file list in which the designated character string exists is displayed as shown in FIG. 5, from which the user selects a document file to be output from the printing apparatus, and executes batch printing (S24, S25). Thereafter, the computer 1 creates print data for the selected file (S26), and transmits the print data to the printing apparatus 2 (S27), thereby performing printing in a batch.
In addition, the user can select whether to print all document files obtained as a search result at once, or to print only the document files selected from the obtained results.

本発明を実施した印刷システムの構成図。1 is a configuration diagram of a printing system embodying the present invention. 本発明を実施したプリンタドライバによる第1の制御例を示すフローチャート。5 is a flowchart illustrating a first control example by a printer driver implementing the present invention. 図1に示したコンピュータの表示部に表示される印刷設定選択画面を示す図。The figure which shows the print setting selection screen displayed on the display part of the computer shown in FIG. 本発明を実施したプリンタドライバによる第2の制御例を示すフローチャート。9 is a flowchart illustrating a second control example by a printer driver embodying the present invention. 図1に示したコンピュータの表示部に表示される文書ファイルリストとその選択例を示す図。The figure which shows the document file list displayed on the display part of the computer shown in FIG. 1, and its example of selection.

符号の説明Explanation of symbols

1 コンピュータ、2 印刷装置、3 表示部、11 プリンタドライバ
1 Computer, 2 Printer, 3 Display, 11 Printer Driver

Claims (7)

印刷装置に送信する印刷データを生成するためのプログラムであるプリンタドライバであって、
指定した文字列を含む印刷したい文書ファイルをデータベースより検索する検索手段と、前記検索において該当する全文書ファイルが発見され次第、順次に印刷データを作成し、前記印刷装置に送信して一括で印刷を行う印刷データ作成手段と、を有することを特徴とするプリンタドライバ。
A printer driver that is a program for generating print data to be transmitted to a printing apparatus,
Search means for searching a document file to be printed including a specified character string from the database, and as soon as all the corresponding document files are found in the search, print data is created in sequence, sent to the printing device and printed in batch And a print data creating means for performing the above.
前記印刷データ作成手段が、前記印刷データを作成する際に、前記検索によって該当した文書ファイル全体に共通の印刷設定を行うことを特徴とする請求項1記載のプリンタドライバ。   2. The printer driver according to claim 1, wherein when the print data creating unit creates the print data, the print data creating unit performs print settings common to the entire document file corresponding to the search. 前記印刷データ作成手段が、前記印刷データを作成する際に、前記検索によって該当した文書ファイル個々の印刷設定を行うことを特徴とする請求項1記載のプリンタドライバ。   The printer driver according to claim 1, wherein the print data creation unit performs print settings for each document file corresponding to the search when creating the print data. 前記印刷データ作成手段が、前記文書ファイル全体に共通の印刷設定を行うか、前記文書ファイル個々の印刷設定を行うか選択する機能を有することを特徴とする請求項2または3記載のプリンタドライバ。   4. The printer driver according to claim 2, wherein the print data creating unit has a function of selecting whether to perform print settings common to the entire document file or to perform print settings for each of the document files. 印刷装置に送信する印刷データを生成するためのプログラムであるプリンタドライバであって、
指定した文字列を含む印刷したい文書ファイルをデータベースより検索する検索手段と、前記検索において全文書ファイルから指定した文書ファイルのみの印刷データを作成し、印刷装置に送信することで印刷を行う印刷データ作成手段と、を有することを特徴とするプリンタドライバ。
A printer driver that is a program for generating print data to be transmitted to a printing apparatus,
Search means for searching a document file to be printed including a specified character string from a database, and print data for printing by creating print data only for the specified document file from all document files in the search and sending it to a printing device A printer driver.
前記印刷データ作成手段が、前記指定した文字列を含む印刷したい全文書ファイルの印刷データを一括して印刷するか、前記指定した文書ファイルのみの印刷データを印刷するか選択する機能を有することを特徴とする請求項5記載のプリンタドライバ。   The print data creation means has a function of selecting whether to print the print data of all the document files to be printed including the designated character string at a time or to print the print data of only the designated document file. The printer driver according to claim 5. 請求項1または請求項5のいずれかに記載のプリンタドライバを実行するコンピュータと、そのプリンタドライバによって生成された印刷データに基づいて印刷を行う印刷装置とを備えたことを特徴とする印刷システム。
6. A printing system comprising: a computer that executes the printer driver according to claim 1; and a printing apparatus that performs printing based on print data generated by the printer driver.
JP2005042431A 2005-02-18 2005-02-18 Printer driver and print system Pending JP2006228009A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005042431A JP2006228009A (en) 2005-02-18 2005-02-18 Printer driver and print system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005042431A JP2006228009A (en) 2005-02-18 2005-02-18 Printer driver and print system

Publications (1)

Publication Number Publication Date
JP2006228009A true JP2006228009A (en) 2006-08-31

Family

ID=36989330

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005042431A Pending JP2006228009A (en) 2005-02-18 2005-02-18 Printer driver and print system

Country Status (1)

Country Link
JP (1) JP2006228009A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008117175A (en) * 2006-11-06 2008-05-22 Fuji Xerox Co Ltd Distribution document print system
JP2009009554A (en) * 2007-05-31 2009-01-15 Canon Inc Information processing apparatus and information processing apparatus control method
US8253965B2 (en) 2007-02-15 2012-08-28 Brother Kogyo Kabushiki Kaisha Image forming apparatus

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008117175A (en) * 2006-11-06 2008-05-22 Fuji Xerox Co Ltd Distribution document print system
US8253965B2 (en) 2007-02-15 2012-08-28 Brother Kogyo Kabushiki Kaisha Image forming apparatus
JP2009009554A (en) * 2007-05-31 2009-01-15 Canon Inc Information processing apparatus and information processing apparatus control method

Similar Documents

Publication Publication Date Title
JP2006297632A (en) Image processor
JP2006127478A (en) Print control device and program recording medium
JP2010108375A (en) Image processing apparatus and control method of the same, program, and storage medium
US20090303515A1 (en) Printer driver program, and printing instruction device
JP2007235921A (en) Image processing apparatus, image processing method, image processing program, and recording medium
JP2007200235A (en) Removable media device, removable media device control program, and network device control program
JP2008257335A (en) Control unit, program generation method, and program
US9075373B2 (en) Data processing device, image forming device and program for instructing printing with designation of copy count
JP2007133611A (en) Printer controller, method for controlling printer connected to same, and computer program
JP2007233591A (en) Printer driver and its test printing method and printer
JP5842551B2 (en) Image registration method, recording medium, and information processing apparatus
JP5586569B2 (en) Printing system
JP2010015366A (en) Image processor, image processing program, and image processing system
JP2009053789A (en) Information processor, program, and computer-readable recording medium
JP2006228009A (en) Printer driver and print system
JP2007253597A (en) Printer
US20150237226A1 (en) Printing instruction apparatus, image forming system, printing instruction method, and computer readable medium
JP2006146662A (en) Print setting device and print setting method
JP2007140851A (en) Electronic apparatus, image forming apparatus, and method of obtaining operation manual
JP7024547B2 (en) Application program
US8310712B2 (en) Image forming controlling apparatus, image forming controlling method, and image forming controlling program embodied on computer readable recording medium
JP2008194888A (en) Printing apparatus, its controlling method, program and storing medium
JP2014238730A (en) Print setting device and print setting program
JP2014089599A (en) Information processing apparatus, information processing method, program, and image forming apparatus
JP5228543B2 (en) Print job processing system and print job processing method