JP2001265557A - Printer driver, print control method and information recording medium - Google Patents

Printer driver, print control method and information recording medium

Info

Publication number
JP2001265557A
JP2001265557A JP2000077111A JP2000077111A JP2001265557A JP 2001265557 A JP2001265557 A JP 2001265557A JP 2000077111 A JP2000077111 A JP 2000077111A JP 2000077111 A JP2000077111 A JP 2000077111A JP 2001265557 A JP2001265557 A JP 2001265557A
Authority
JP
Japan
Prior art keywords
print
reduced
printing
start position
reduced 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
JP2000077111A
Other languages
Japanese (ja)
Inventor
Masahiro Minowa
政寛 箕輪
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2000077111A priority Critical patent/JP2001265557A/en
Publication of JP2001265557A publication Critical patent/JP2001265557A/en
Pending legal-status Critical Current

Links

Landscapes

  • Editing Of Facsimile Originals (AREA)
  • Dot-Matrix Printers And Others (AREA)
  • Record Information Processing For Printing (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a printer driver with a means to calculate starting positions of reduced print of each of the front and rear surfaces, a print control method and an information recording medium in double-sided reduced print of a print object document the print request of which is made from an application program. SOLUTION: The printer driver is provided with a print starting position calculating means to calculate the starting positions of the reduced print of each of the front and rear surfaces to perform the double-sided reduced print in which a reduced print part on the perspective rear surface coincides with a reduced print part on the front surface and each reduced print has compatibility on the front and rear surface of required paper based on required information of the double-sided reduced print. The printer driver is characterized by calculating the starting position of the reduced print on the front surface and the starting position of the reduced print on the rear surface as relative positions from a prescribed print standard position in the print start position calculating means.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、プリンタドライ
バ、印刷制御方法および情報記録媒体に関する。特に、
アプリケーション・プログラムから印刷要求があった印
刷対象文書の両面縮小印刷において、表面及び裏面のそ
れぞれの縮小印刷開始位置を算出す手段を備えたプリン
タドライバ、印刷制御方法および情報記録媒体に関す
る。
The present invention relates to a printer driver, a printing control method, and an information recording medium. In particular,
The present invention relates to a printer driver, a print control method, and an information recording medium having means for calculating a reduced print start position on each of front and back sides in double-sided reduced printing of a print target document requested to be printed by an application program.

【0002】[0002]

【従来の技術】従来から、コンピュータなどの情報処理
装置では、さまざまなアプリケーション・プログラムか
ら共通に使用される資源をオペレーティング・システム
が集中して管理制御している。このような資源のそれぞ
れには、ソフトウェアにより構築されたドライバが対応
付けられ、情報処理装置でドライバ用プログラムを作動
させることにより、資源を管理するための装置(ドライ
バ)として動作させることができる。
2. Description of the Related Art Conventionally, in an information processing apparatus such as a computer, an operating system centrally manages and controls resources commonly used by various application programs. Each of such resources is associated with a driver constructed by software, and can be operated as a device (driver) for managing resources by operating a driver program in the information processing device.

【0003】たとえば、プリンタもこのような資源の1
つであり、情報処理装置の上で動作するアプリケーショ
ン・プログラムがプリンタから印刷を行いたい場合に
は、以下のような手順をとっている。
For example, a printer is one of such resources.
When an application program operating on the information processing apparatus wants to print from a printer, the following procedure is taken.

【0004】(1)アプリケーション・プログラムがオ
ペレーティング・システムに対して印刷したい印刷対象
文書の情報を含む印刷要求を出す。具体的には、印刷対
象文書の情報が記憶されたメモリ内のアドレス、その情
報の大きさなどのパラメータを指定して、オペレーティ
ング・システムのシステム・コールを呼び出す。
(1) An application program issues a print request to an operating system including information on a document to be printed. More specifically, a system call of the operating system is called by designating parameters such as the address in the memory where the information of the document to be printed is stored and the size of the information.

【0005】(2)オペレーティング・システムは、印
刷対象文書の情報のパラメータを指定して、プリンタド
ライバにより提供されるサービス・ルーチンを呼び出
す。
(2) The operating system calls a service routine provided by the printer driver by designating information parameters of the document to be printed.

【0006】(3)プリンタドライバのサービス・ルー
チンは、情報処理装置に接続されたモニタディスプレイ
などに現在のプリンタの設定情報を表示し、ユーザに対
して確認を求める。設定情報として、用紙の大きさ、向
きなどが指定できる場合が多い。
(3) The service routine of the printer driver displays the current printer setting information on a monitor display or the like connected to the information processing apparatus, and requests confirmation from the user. In many cases, paper size, orientation, and the like can be specified as setting information.

【0007】(4)設定が確認されたら、サービス・ル
ーチンは印刷対象文書の情報とプリンタの設定情報か
ら、そのプリンタ用の印刷指令を生成し、プリンタに対
して送信する。
(4) When the setting is confirmed, the service routine generates a print command for the printer from the information of the document to be printed and the setting information of the printer, and transmits the print command to the printer.

【0008】このように、プリンタの印刷設定やアプリ
ケーションからプリンタへ印刷する指令の中継を行う機
能を果たすのがプリンタドライバである。したがって、
プリンタドライバといったときには、当該機能を実現す
るプログラムによって、当該機能を果たす制御部品とし
て機能するものである。
[0008] As described above, the printer driver performs the function of relaying the print setting of the printer and the command to print from the application to the printer. Therefore,
In the case of a printer driver, for example, a program that realizes the function functions as a control component that performs the function.

【0009】プリンタドライバ用のプログラムをパーソ
ナル・コンピュータなどの情報処理装置に組み込むこと
によって、当該情報処理装置は装置としてのプリンタド
ライバとして機能する。
By incorporating a program for a printer driver into an information processing apparatus such as a personal computer, the information processing apparatus functions as a printer driver as an apparatus.

【0010】このようなプリンタドライバを利用するこ
とにより、ユーザは、どのようなアプリケーション・プ
ログラムを利用している場合でも、共通のインターフェ
ースによりプリンタ本体の設定を行うことができた。
[0010] By using such a printer driver, a user can set the printer main body using a common interface regardless of which application program is used.

【0011】[0011]

【発明が解決しようとする課題】しかしながら、両面縮
小印刷が可能なプリンタでは、例えば、A4サイズの用
紙を印刷する運用形態において、B5サイズに両面縮小
印刷する場合には、用紙の表面の上端側から印刷をした
後、用紙の裏面の下端側から印刷される。ときには、こ
のようにA4サイズの用紙に両面縮小印刷されたB5サ
イズの印刷対象文書をB5サイズに整形するために切断
したい場合がある。しかし、用紙の表面のB5サイズ縮
小印刷部分と用紙の裏面のB5サイズ縮小印刷部分とが
ずれているために、用紙の表面のB5サイズ縮小印刷部
分で切断すると用紙の裏面のB5サイズ縮小印刷部分が
途中で切断されてしまうという問題があった。
However, in a printer capable of performing double-sided reduced printing, for example, in an operation mode for printing A4 size paper, when performing double-sided reduced printing to B5 size, the upper end side of the surface of the paper is required. And then printing from the lower end of the back side of the paper. Occasionally, there is a case where it is desired to cut a document to be printed in B5 size, which has been double-sided reduced-printed on A4 size paper, in order to shape it into B5 size. However, since the B5 size reduced printing portion on the front side of the paper and the B5 size reduced printing portion on the back side of the paper are displaced, cutting at the B5 size reduced printing portion on the front side of the paper causes the B5 size reduced printing portion on the back side of the paper. However, there was a problem that was disconnected on the way.

【0012】図5(a)、(b)、図6(a)、
(b)、(c)はA4サイズの用紙にB5サイズの印刷
対象文書を両面縮小印刷するときの動作を説明する図で
ある。図5(a)は表面縮小印刷の用紙動作図、図5
(b)は、裏面縮小印刷の用紙動作図、図6(a)は表
面縮小印刷済み用紙図、図6(b)は裏面縮小印刷済み
用紙図、図6(c)は表裏面の縮小印刷部分を表面から
裏面を透視させて重ねた図である。
FIG. 5A, FIG. 5B, FIG.
FIGS. 7B and 7C are diagrams for explaining the operation when duplex printing of a B5 size print target document is performed on A4 size paper. FIG. 5A is a sheet operation diagram of surface reduction printing, and FIG.
6B is a sheet operation diagram of the backside reduced printing, FIG. 6A is a front side reduced printing sheet drawing, FIG. 6B is a back side reduced printing sheet drawing, and FIG. It is the figure which superimposed the part from the front surface to the back surface.

【0013】表面縮小印刷における印刷用紙の動作は、
次の通りである。即ち、図5(a)に示すように、ま
ず、給紙トレイ501に装置された用紙507(給紙ト
レイ501に面した方を表面とする)が、印刷のため用
紙送り方向 矢印506に従って移動し、用紙端センサ
502により、用紙の先端507aが検知される。次い
で、用紙507は用紙搬送経路(矢印506)に従っ
て、搬送されインク・ジェット・ヘッド503に進入す
る。インク・ジェット・ヘッド503により図6(a)
に示す用紙の表面縮小印刷開始位置512を基準に表面
印刷され、排紙トレイ504上に送り出されて、ローラ
510に狭持されて一時的に保持される。一時的に保持
(仮置き)された用紙507は排紙トレイ504に面し
た方が裏面となり、印刷された表面は、排紙トレイ50
4と反対側の上側となる。図6(a)に示すように、最
初に印刷された側を表面として見たとき、用紙の表面に
縮小印刷された部分もしくは縮小印刷で印刷され得る印
刷有効範囲は実線514で囲まれた部分となる。
The operation of the printing paper in the surface reduction printing is as follows.
It is as follows. That is, as shown in FIG. 5A, first, the paper 507 (the surface facing the paper feed tray 501 is set as the front surface) mounted on the paper feed tray 501 moves according to the paper feed direction arrow 506 for printing. The leading edge 507a of the sheet is detected by the sheet edge sensor 502. Next, the paper 507 is transported and enters the ink jet head 503 according to the paper transport path (arrow 506). FIG. 6A shows the ink jet head 503.
Is printed on the front side with reference to the front side print start position 512 of the sheet shown in FIG. 5, is sent out onto the sheet discharge tray 504, is held by the rollers 510, and is temporarily held. The paper 507 temporarily held (temporarily placed) faces the paper discharge tray 504 on the back side, and the printed surface is the paper discharge tray 50
It is the upper side opposite to 4. As shown in FIG. 6A, when the first printed side is viewed as the front side, the reduced printing portion on the surface of the paper or the printable area that can be printed by the reduced printing is a portion surrounded by a solid line 514. Becomes

【0014】一方、裏面縮小印刷における印刷用紙の動
作は、次の通りである。即ち、図5(b)に示すよう
に、排紙トレイ504上に仮置きされた用紙507が、
ローラ510、505等の反転と、反転ローラ511の
回転により再度、用紙反転経路(矢印508)に従って
印刷部に戻され、用紙端センサ509により、用紙の後
端507bが検知される。次いで、インク・ジェット・
ヘッド503により図6(b)に示す用紙の裏面縮小印
刷開始位置513を基準に裏面印刷され、排紙トレイ5
04に送り出される。この場合、裏面印刷では、印刷さ
れるべき文書の後端部から印刷が実行される。
On the other hand, the operation of the printing paper in the back side reduced printing is as follows. That is, as shown in FIG. 5B, the paper 507 temporarily placed on the paper discharge tray 504 is
The sheet is returned to the printing unit again along the sheet reversing path (arrow 508) by reversing the rollers 510 and 505 and rotating the reversing roller 511, and the sheet end sensor 509 detects the trailing end 507 b of the sheet. Next, ink jet
The back side is printed by the head 503 on the basis of the back side reduced printing start position 513 of the sheet shown in FIG.
It is sent to 04. In this case, in backside printing, printing is performed from the rear end of the document to be printed.

【0015】両面印刷された用紙507は排紙トレイ5
04に面した方が表面印刷された面となり、裏面印刷さ
れた面は、排紙トレイ504と反対側の上側となる。図
(b)に示すように後端507bを上部にして裏面をみ
ると、用紙の裏面に縮小印刷された部分もしくは印刷可
能な有効印刷範囲は実線515で囲まれた部分となる。
また、それぞれの印刷時の印刷開始側を上方として見る
と、用紙に対する表面縮小印刷開始位置512と裏面縮
小印刷開始位置513は、一致している。
The paper 507 on which double-sided printing has been performed
The side facing 04 is the front side printed side, and the back side printed side is the upper side opposite to the paper discharge tray 504. When the back surface is viewed with the rear end 507b at the top as shown in FIG. 8B, the reduced printing portion on the back surface of the paper or the effective printable area is a portion surrounded by a solid line 515.
When the printing start side at the time of each printing is viewed as the upper side, the front reduced printing start position 512 and the back reduced printing start position 513 for the paper coincide with each other.

【0016】従って、上述したように両面縮小印刷した
印刷部分を、図6(c)に示すように、用紙の表面を基
準に裏面縮小印刷部分を透視させると、表面縮小印刷部
分514と裏面縮小印刷部分515とが互いにずれるた
め、即ち、表裏面の各縮小印刷に整合性がない両面縮小
印刷のため、用紙の表面縮小印刷部分514に沿って切
断すると用紙の裏面縮小印刷部分515が途中で切断さ
れてしまい、所望の両面縮小印刷が行われないという問
題点があった。
Accordingly, as shown in FIG. 6 (c), when the print portion subjected to double-sided reduced printing as described above is made to see through the back-side reduced print portion with reference to the front side of the sheet, the front-side reduced print portion 514 and the back-side reduced print portion are displayed. Since the printing portion 515 is shifted from each other, that is, for both-side reduced printing in which each reduced printing on the front and back sides is inconsistent, cutting along the front reduced printing portion 514 of the paper causes the back reduced printing portion 515 of the paper to be halfway. There is a problem that the paper is cut and desired double-sided reduced printing is not performed.

【0017】本発明は、以上のような問題点を解決する
ためになされたもので、アプリケーション・プログラム
から印刷要求があった印刷対象文書の両面縮小印刷にお
いて、表面及び裏面のそれぞれの縮小印刷開始位置を算
出する手段を備えたプリンタドライバ、印刷制御方法お
よび情報記録媒体を提供することを目的とする。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-described problems, and in the two-sided reduced printing of a document to be printed for which a print request has been made from an application program, the reduction printing of each of the front and back sides is started. It is an object of the present invention to provide a printer driver, a print control method, and an information recording medium having means for calculating a position.

【0018】[0018]

【課題を解決するための手段】本発明者は、上述した従
来の問題点を解決すべく研究を重ねた。その結果、両面
縮小印刷においては、用紙の表面に印刷をする場合の縮
小印刷開始位置と用紙の裏面に印刷する場合の縮小印刷
開始位置とをそれぞれ算出して、プリンタドライバに設
定することによって、表裏面の各縮小印刷が整合性のと
れた両面縮小印刷となるような印刷が実行できることが
判明した。
Means for Solving the Problems The present inventor has conducted studies to solve the above-mentioned conventional problems. As a result, in double-sided reduced printing, a reduced printing start position when printing on the front side of the sheet and a reduced printing start position when printing on the back side of the sheet are calculated and set in the printer driver. It has been found that printing can be performed such that each reduced printing on the front and back sides is reduced double-sided printing with consistency.

【0019】上記研究結果に基づき、以下の発明を提供
する。
Based on the above research results, the following invention is provided.

【0020】本発明の、プリンタドライバの第1の態様
は、両面縮小印刷の所要の情報に基づいて、所要の用紙
の表面及び裏面に、透視裏面縮小印刷部分が表面縮小印
刷部分と一致し、各縮小印刷が整合性のある両面縮小印
刷を行うための、表面及び裏面のそれぞれの縮小印刷開
始位置を算出する印刷開始位置算出手段を備えたプリン
タドライバである。例えば、A4サイズの用紙にB5サ
イズの縮小印刷サイズで両面縮小印刷する場合、用紙の
表面から透視した裏面縮小印刷部分と表面縮小印刷部分
が一致する(図6(c)の裏面縮小印刷部分515と表
面縮小印刷部分514とが一致する)ように印刷される
両面縮小印刷を行うために、表面縮小印刷開始位置と裏
面印刷開始位置を算出する手段を備えたプリンタドライ
バである。
According to a first aspect of the printer driver of the present invention, based on required information for double-sided reduced printing, a transparent back side reduced printing portion matches a front side reduced printing portion on the front and back surfaces of a required sheet; The printer driver includes a print start position calculating unit that calculates a reduced print start position on each of the front surface and the back surface so that each reduced print performs consistent double-sided reduced printing. For example, when performing double-sided reduced printing on A4 size paper at a reduced printing size of B5 size, the back side reduced printing portion and the front side reduced printing portion that are seen through from the front side of the sheet match (the back side reduced printing portion 515 in FIG. 6C). The printer driver includes means for calculating a front-side reduced printing start position and a back-side printing start position in order to perform double-sided reduced printing in which the front side reduced printing portion 514 is printed.

【0021】本発明の、プリンタドライバの第2の態様
は、印刷開始位置算出手段において、表面縮小印刷開始
位置と裏面縮小印刷開始位置を、所定の印刷基準位置か
らの相対位置として算出することを特徴とするプリンタ
ドライバである。例えば、用紙の左上部(図6(a)の
点A、図6(b)の点D)を印刷基準位置とするなら
ば、この印刷基準位置の座標を(0、0)として、表面
縮小印刷開始位置と裏面縮小印刷開始位置を算出するこ
とを特徴とするプリンタドライバである。
According to a second aspect of the printer driver of the present invention, the print start position calculating means calculates the front reduced print start position and the back reduced print start position as relative positions from a predetermined print reference position. It is a printer driver that is a feature. For example, if the upper left corner of the sheet (point A in FIG. 6A, point D in FIG. 6B) is set as the printing reference position, the coordinates of the printing reference position are set to (0, 0), and the surface reduction is performed. A printer driver that calculates a print start position and a back side reduced print start position.

【0022】本発明の、プリンタドライバの第3の態様
は、所定の用紙送り方向に従って印刷された表面縮小印
刷部分を裏面用紙に透視した部分と、表面縮小印刷に引
き続いて印刷された裏面縮小印刷部分との間の偏差を補
正量として、表面縮小印刷開始位置から裏面縮小印刷開
始位置を算出することを特徴とするプリンタドライバで
ある。例えば、裏面縮小印刷開始位置は、用紙の表面か
ら透視した裏面縮小印刷部分と表面縮小印刷部分とのず
れ(図6(c)の裏面縮小印刷部分515と表面縮小印
刷部分514とのずれ)を、表面縮小印刷開始位置から
の補正量として算出することを特徴とするプリンタドラ
イバである。
According to a third aspect of the present invention, a printer driver includes: a front side reduced printing portion printed in accordance with a predetermined paper feeding direction on a back side sheet; and a back side reduced printing portion printed following the front side reduced printing. The printer driver calculates a back-side reduced printing start position from a front-side reduced printing start position using a deviation between the two as a correction amount. For example, the start position of the backside reduced printing is the difference between the backside reduced printing portion and the frontside reduced printing portion viewed from the front side of the sheet (the difference between the backside reduced printing portion 515 and the frontside reduced printing portion 514 in FIG. 6C). , Which is calculated as a correction amount from the surface reduction printing start position.

【0023】本発明の、プリンタドライバの第4の態様
は、プリンタドライバの第3の態様における表面縮小印
刷開始位置を所定の印刷基準位置からの相対位置として
算出することを特徴とするプリンタドライバである。
According to a fourth aspect of the present invention, there is provided a printer driver for calculating a surface reduction printing start position in the third aspect of the printer driver as a relative position from a predetermined printing reference position. is there.

【0024】本発明の、プリンタドライバの第5の態様
は、下記の手段を更に備えたプリンタドライバである。 (a)アプリケーション・プログラムから印刷対象文書
の情報を含む印刷要求を受け付ける印刷要求受付手段
と、例えば、印刷対象文書内容とA4サイズの横書きで
両面印刷する等の設定情報とを印刷要求として受け付け
る手段と、(b)印刷要求受付手段によって受け付けた
印刷要求に従って、プリンタの設定情報を選定し表示す
る設定情報表示制御手段と、(c)印刷対象文書におけ
る両面縮小印刷のための所要の情報の入力を制御する入
力制御手段と、例えば、A4サイズの用紙に対して印刷
対象文書をB5縮小印刷サイズで両面縮小印刷するよう
な指定を入力する入力制御手段と、(d)プリンタの前
記設定情報と、両面縮小印刷の前記所要の情報と、印刷
開始位置算出手段によって算出された表面及び裏面のそ
れぞれの縮小印刷開始位置とに基づいて、印刷データを
生成する印刷データ生成手段と、(e)印刷データと印
刷出力指令をプリンタに送信する送信手段。
A fifth aspect of the printer driver according to the present invention is a printer driver further comprising the following means. (A) A print request receiving unit that receives a print request including information on a document to be printed from an application program, and a unit that receives, as a print request, the contents of the document to be printed and setting information such as A4-size horizontal writing on both sides. (B) setting information display control means for selecting and displaying printer setting information in accordance with the print request received by the print request receiving means, and (c) inputting required information for double-sided reduced printing in a document to be printed Input control means for inputting a specification to print a document to be printed on A4-size paper at a B5 reduced print size on both sides, and (d) the setting information of the printer. , The required information for double-sided reduced printing, and the reduced printing opening for each of the front and back sides calculated by the printing start position calculating means. Based on the position, the print data generating unit that generates print data, transmitting means for transmitting a print output command and (e) the print data to the printer.

【0025】本発明の、プリンタドライバの第6の態様
は、プリンタドライバの第5の態様における表面縮小印
刷開始位置と裏面縮小印刷開始位置を、所定の印刷基準
位置からの相対位置として算出することを特徴とするプ
リンタドライバである。
According to a sixth aspect of the present invention, in the printer driver, the front side reduced printing start position and the back side reduced printing start position in the fifth aspect of the printer driver are calculated as relative positions from a predetermined printing reference position. Is a printer driver.

【0026】本発明の、プリンタドライバの第7の態様
は、表面縮小印刷開始位置と裏面縮小印刷開始位置を両
面縮小印刷における各種用紙サイズ及び各種縮小印刷率
に基づいて予めテーブル値として準備し、テーブル値の
情報から両面縮小印刷の所要の情報に対応する表面縮小
印刷開始位置と裏面縮小印刷開始位置を検索することを
特徴とするプリンタドライバである。
A seventh aspect of the printer driver of the present invention is to prepare a front side reduced printing start position and a back side reduced printing start position as table values in advance based on various paper sizes and various reduced printing rates in double-sided reduced printing, The printer driver is characterized by searching a table value information for a front-side reduced printing start position and a back-side reduced printing start position corresponding to required information for double-sided reduced printing.

【0027】本発明の、プリンタドライバの第8の態様
は、所定の印刷基準位置は、所要の用紙に対して任意の
位置に選択できることを特徴とするプリンタドライバで
ある。例えば、用紙の左上部(図6(a)の点A、図6
(b)の点D)を印刷基準位置と選択することも、用紙
の右上部(図6(a)の点B、図6(b)の点C)を印
刷基準位置と選択できることを特徴とするプリンタドラ
イバである。
An eighth aspect of the printer driver according to the present invention is a printer driver characterized in that a predetermined printing reference position can be selected at an arbitrary position with respect to a required sheet. For example, the upper left portion of the sheet (point A in FIG.
It is also characterized in that the point D) in (b) can be selected as the printing reference position, and that the upper right part of the sheet (point B in FIG. 6A, point C in FIG. 6B) can be selected as the printing reference position. Printer driver.

【0028】本発明の、プリンタドライバの第9の態様
は、印刷開始位置算出手段において、裏面縮小印刷にお
ける用紙の反転方向と印字方向とが互いに垂直である
か、あるいは平行であるかに従って、表面縮小印刷開始
位置と裏面縮小印刷開始位置を算出することを特徴とす
るプリンタドライバである。例えば、図5は、A4サイ
ズの用紙にB5サイズの印刷対象文書を両面縮小印刷す
る動作において、裏面縮小印刷における用紙の反転方向
と印字方向とが互いに垂直である場合を示している。
According to a ninth aspect of the present invention, in the printing start position calculating means, the front side and the printing direction of the back side reduced printing are determined according to whether the reversing direction and the printing direction are perpendicular or parallel to each other. The printer driver calculates a reduced print start position and a back reduced print start position. For example, FIG. 5 shows a case where the reverse direction of the paper and the printing direction in the back side reduced printing are perpendicular to each other in the operation of duplex printing of the B5 size print target document on the A4 size paper.

【0029】本発明の、プリンタドライバの第10の態
様は、入力制御手段において、両面縮小印刷の所要の情
報として、縮小印刷用紙サイズを選択的に入力するよう
入力要求することを特徴とするプリンタドライバであ
る。
According to a tenth aspect of the present invention, in the printer driver, the input control means requests the user to selectively input a reduced printing paper size as required information for double-sided reduced printing. Driver.

【0030】本発明の、プリンタドライバの第11の態
様は、入力制御手段において、両面縮小印刷の所要の情
報として、任意の縮小印刷率を入力するよう入力要求す
ることを特徴とするプリンタドライバである。
An eleventh aspect of the present invention is a printer driver characterized in that the input control means requests the user to input an arbitrary reduced printing rate as required information for double-sided reduced printing. is there.

【0031】本発明の、印刷制御方法の第1の態様は、
両面縮小印刷の所要の情報に基づいて、所要の用紙の表
面及び裏面に、透視裏面縮小印刷部分が表面縮小印刷部
分と一致し、各縮小印刷が整合性のある両面縮小印刷を
行うための、表面及び裏面のそれぞれの縮小印刷開始位
置を算出する印刷開始位置算出ステップを備えた印刷制
御方法である。
The first aspect of the printing control method of the present invention is as follows.
Based on the required information of double-sided reduced printing, on the front and back sides of the required paper, the see-through reduced-side printing portion matches the front-side reduced printing portion, and each reduced-size printing performs consistent two-sided reduced printing. This is a print control method including a print start position calculating step of calculating a reduced print start position for each of the front surface and the back surface.

【0032】本発明の、印刷制御方法の第2の態様は、
印刷開始位置算出ステップにおいて、表面縮小印刷開始
位置と裏面縮小印刷開始位置を、所定の印刷基準位置か
らの相対位置として算出することを特徴とする印刷制御
方法である。
A second aspect of the print control method according to the present invention is as follows.
In a printing start position calculation step, a front side reduced printing start position and a back side reduced printing start position are calculated as relative positions from a predetermined printing reference position.

【0033】本発明の、印刷制御方法の第3の態様は、
所定の用紙送り方向に従って印刷された表面縮小印刷部
分を裏面用紙に透視した部分と、表面縮小印刷に引き続
いて印刷された裏面縮小印刷部分との間の偏差を補正量
として、表面縮小印刷開始位置から裏面縮小印刷開始位
置を算出することを特徴とする印刷制御方法である。
According to a third aspect of the printing control method of the present invention,
The deviation between the front side reduced printing portion printed in accordance with the predetermined paper feeding direction on the back side paper and the back side reduced printing portion printed subsequent to the front side reduced printing is used as a correction amount, from the front side reduced printing start position. A print control method comprising calculating a backside reduced print start position.

【0034】本発明の、印刷制御方法の第4の態様は、
印刷制御方法の第3の態様における表面縮小印刷開始位
置を所定の印刷基準位置からの相対位置として算出する
ことを特徴とする印刷制御方法である。
A fourth aspect of the print control method of the present invention is as follows.
A printing control method according to a third aspect of the printing control method, wherein the surface reduction printing start position is calculated as a relative position from a predetermined printing reference position.

【0035】本発明の、印刷制御方法の第5の態様は、
下記のステップを更に備えた印刷制御方法である。 (a)アプリケーション・プログラムから印刷対象文書
の情報を含む印刷要求を受け付ける印刷要求受付ステッ
プと、(b)印刷要求受付ステップによって受け付けら
れた印刷要求に従って、プリンタの設定情報を選定し表
示する設定情報表示ステップと、(c)印刷対象文書に
おける両面縮小印刷のための所要の情報の入力を制御す
る入力ステップと、(d)プリンタの前記設定情報と、
両面縮小印刷の前記所要の情報と、印刷開始位置算出ス
テップによって算出された表面及び裏面のそれぞれの縮
小印刷開始位置とに基づいて、印刷データを生成する印
刷データ生成ステップと、(e)印刷データと印刷出力
指令をプリンタに送信する送信ステップ。
According to a fifth aspect of the present invention, there is provided a printing control method comprising:
The printing control method further includes the following steps. (A) a print request receiving step for receiving a print request including information on a document to be printed from an application program; and (b) setting information for selecting and displaying printer setting information in accordance with the print request received in the print request receiving step. A display step; (c) an input step of controlling input of required information for double-sided reduced printing in a document to be printed; (d) the setting information of the printer;
A print data generating step of generating print data based on the required information of double-sided reduced printing and the reduced print start positions of the front and back sides calculated by the print start position calculating step; And transmitting a print output command to the printer.

【0036】本発明の、印刷制御方法の第6の態様は、
印刷制御方法の第5の態様における表面縮小印刷開始位
置と裏面縮小印刷開始位置を、所定の印刷基準位置から
の相対位置として算出することを特徴とする印刷制御方
法である。
A sixth aspect of the print control method of the present invention is as follows.
A print control method according to a fifth aspect of the print control method, wherein a front side reduced print start position and a back side reduced print start position are calculated as relative positions from a predetermined print reference position.

【0037】本発明の、印刷制御方法の第7の態様は、
表面縮小印刷開始位置と裏面縮小印刷開始位置を両面縮
小印刷における各種用紙サイズ及び各種縮小印刷率に基
づいて予めテーブル値として準備し、テーブル値の情報
から両面縮小印刷の所要の情報に対応する表面縮小印刷
開始位置と裏面縮小印刷開始位置を検索することを特徴
とする印刷制御方法である。
A seventh aspect of the print control method according to the present invention is as follows.
The front side reduced printing start position and the back side reduced printing start position are prepared in advance as table values based on various paper sizes and various reduced printing rates in double-sided reduced printing, and the front side corresponding to the required information of double-sided reduced printing is obtained from the table value information. A print control method characterized by searching for a reduced print start position and a back reduced print start position.

【0038】本発明の、印刷制御方法の第8の態様は、
所定の印刷基準位置は、所要の用紙に対して任意の位置
に選択できることを特徴とする印刷制御方法である。
According to an eighth aspect of the present invention, there is provided a print control method comprising:
The printing control method is characterized in that the predetermined printing reference position can be selected at an arbitrary position on a required sheet.

【0039】本発明の、印刷制御方法の第9の態様は、
印刷開始位置算出ステップにおいて、裏面縮小印刷にお
ける用紙の反転方向と印字方向とが互いに垂直である
か、あるいは平行であるかに従って、表面縮小印刷開始
位置と裏面縮小印刷開始位置を算出することを特徴とす
る印刷制御方法である。
A ninth aspect of the print control method according to the present invention is as follows.
In the print start position calculating step, the front side reduced print start position and the back side reduced print start position are calculated according to whether the sheet reversing direction and the printing direction in the back side reduced printing are perpendicular or parallel to each other. Is a print control method.

【0040】本発明の、印刷制御方法の第10の態様
は、入力ステップにおいて、両面縮小印刷の所要の情報
として、縮小印刷用紙サイズを選択的に入力するよう入
力要求することを特徴とする印刷制御方法である。
A tenth aspect of the print control method according to the present invention is characterized in that, in the input step, an input request is made to selectively input a reduced printing paper size as necessary information for double-sided reduced printing. It is a control method.

【0041】本発明の、印刷制御方法の第11の態様
は、入力ステップにおいて、両面縮小印刷の所要の情報
として、任意の縮小印刷率を入力するよう入力要求する
ことを特徴とする印刷制御方法である。
An eleventh aspect of the print control method according to the present invention is characterized in that, in the input step, an input request is made to input an arbitrary reduced print ratio as required information for double-sided reduced printing. It is.

【0042】本発明は、前述の印刷制御方法のステップ
を有するプログラムを記録した情報記録媒体である。
The present invention is an information recording medium on which a program having the steps of the above-described print control method is recorded.

【0043】本発明の、情報記録媒体は、コンパクト・
ディスク、フロッピー(登録商標)・ディスク、ハード
・ディスク、光磁気ディスク、ディジタル・ビデオ・デ
ィスク、もしくは磁気テープであることを特徴とする。
The information recording medium of the present invention is compact
It is a disk, a floppy (registered trademark) disk, a hard disk, a magneto-optical disk, a digital video disk, or a magnetic tape.

【0044】[0044]

【発明の実施の形態】この発明の一実施形態を、図面を
参照しながら説明する。なお、以下に説明する実施形態
は説明のためのものであり、本発明の範囲を制限するも
のではない。従って、当業者であればこれらの各要素も
しくは全要素でこれと均等なものに置換した実施形態を
採用することが可能であるが、これらの実施形態も本発
明の範囲に含まれる。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS One embodiment of the present invention will be described with reference to the drawings. The embodiments described below are for explanation, and do not limit the scope of the present invention. Therefore, those skilled in the art can adopt embodiments in which each of these elements or all elements are replaced with equivalents, and these embodiments are also included in the scope of the present invention.

【0045】まず、プリンタの印刷設定やアプリケーシ
ョンからプリンタへ印刷する指令の中継を行う機能を果
たすプリンタドライバを、プリンタとコンピュータから
なるコンピュータ・システムについて説明する。図1
は、プリンタ(印刷装置)とコンピュータ(情報処理装
置)からなるコンピュータ・システムのブロック構成図
である。
First, a description will be given of a printer driver which performs a function of relaying a print setting of a printer and a command for printing from an application to a printer, in a computer system including a printer and a computer. FIG.
1 is a block diagram of a computer system including a printer (printing apparatus) and a computer (information processing apparatus).

【0046】コンピュータ・システム101は、コンピ
ュータ111とプリンタ151とが通信回線161を介
して接続されている。通信回線161においては、シリ
アル・ケーブル、パラレル・ケーブル、ネットワーク・
ケーブル、USB(Universal Serial
Bus)など、各種の通信形態により提供される通信
プロトコルを採用することができる。
In the computer system 101, a computer 111 and a printer 151 are connected via a communication line 161. In the communication line 161, a serial cable, a parallel cable, a network
Cable, USB (Universal Serial)
Bus) or other communication protocols provided by various communication modes.

【0047】図2は、図1に示すブロック構成図に含ま
れるコンピュータ111の概要を示すブロック構成図で
ある。
FIG. 2 is a block diagram showing an outline of the computer 111 included in the block diagram shown in FIG.

【0048】コンピュータ111は通信回線161に接
続するためのインターフェース112と、ソフトウェア
が記録されたCD−ROM(Compact Disk
Read Only Memory)を読み出すCD
−ROMドライブ113と、CPU(Central
Processing Unit;中央処理装置)11
4と、CPU114が実行するプログラムや一時的な作
業内容を記憶する記憶領域として使用されるRAM(R
andom Access Memory)115と、
CPU114が実行するプログラムや各種データを記憶
するハードディスク116と、各種のメッセージをユー
ザに知らせるためのモニタディスプレイ117などの表
示装置と、ソフトウェアが記憶されたFD(Flopp
y Dick)を読み出すFDドライブ118と、ユー
ザからの入力を受け付けるキーボードやマウスなどの入
力装置119と、これらを接続するバス120を備え
る。
The computer 111 has an interface 112 for connecting to the communication line 161 and a CD-ROM (Compact Disk) in which software is recorded.
Read Only Memory (CD)
A ROM drive 113 and a CPU (Central
Processing Unit (Central Processing Unit) 11
4 and a RAM (R) used as a storage area for storing programs executed by the CPU 114 and temporary work contents.
and Random Access Memory) 115,
A hard disk 116 for storing programs executed by the CPU 114 and various data, a display device such as a monitor display 117 for notifying a user of various messages, and an FD (Flopp
y Dick), an input device 119 such as a keyboard or a mouse for receiving an input from a user, and a bus 120 for connecting these devices.

【0049】本発明のプリンタドライバのプログラム
は、CD−ROMやFDにより提供され、ハードディス
ク116にインストールされる。
The printer driver program of the present invention is provided on a CD-ROM or FD and is installed on the hard disk 116.

【0050】ここで、CPU114は、印刷対象文書の
情報や印刷設定情報を記憶するRAM115と共働して
印刷要求受付手段、印刷位置算出手段や印刷データ生成
手段として機能し、モニタディスプレイ117は、プリ
ンタの設定情報を記憶するRAM115と共働して設定
情報表示制御手段として機能し、入力装置119は、入
力制御手段として機能し、インターフェース112は、
CPU114と共働して、送信手段として機能する。
The CPU 114 functions as a print request receiving unit, a print position calculating unit, and a print data generating unit in cooperation with the RAM 115 that stores information on a document to be printed and print setting information. The input device 119 functions as input control means in cooperation with the RAM 115 that stores printer setting information, the input device 119 functions as input control means,
In cooperation with the CPU 114, it functions as a transmission unit.

【0051】また、CD−ROMドライブ113に装着
されるCD−ROM、FDドライブ118に装着される
FD、ハードディスク116は、本発明のプリンタドラ
イバのソフトウェア・プログラムを記録する情報記録媒
体として機能する。
The CD-ROM mounted on the CD-ROM drive 113, the FD mounted on the FD drive 118, and the hard disk 116 function as information recording media for recording software programs of the printer driver of the present invention.

【0052】本発明のプリンタドライバは、両面縮小印
刷の所要の情報に基づいて、所要の用紙の表面及び裏面
に、透視裏面縮小印刷部分が表面縮小印刷部分と一致
し、各縮小印刷が整合性のある両面縮小印刷を行うため
の、表面及び裏面のそれぞれの縮小印刷開始位置を算出
する印刷開始位置算出手段を備えている。
According to the printer driver of the present invention, based on the required information of the two-sided reduced printing, the front and back sides of the required paper have the see-through reduced-side printing portion coincident with the front-side reduced printing portion, and each reduced-size printing is consistent. Print start position calculating means for calculating each reduced print start position on the front surface and the back surface for performing double-sided reduced printing with a certain size.

【0053】即ち、A4サイズの用紙にB5サイズの縮
小印刷サイズで両面縮小印刷する場合、用紙の表面から
透視した裏面縮小印刷部分と表面縮小印刷部分が一致す
る(図6(c)の裏面縮小印刷部分515と表面縮小印
刷部分514とが一致する)ように印刷される両面縮小
印刷を行うために、表面縮小印刷開始位置と裏面印刷開
始位置を算出する手段を備えている。
That is, when performing double-sided reduced printing on A4 size paper at a reduced print size of B5 size, the back side reduced printing portion and the front side reduced printing portion seen through from the front side of the paper match (the back side reduced printing portion in FIG. 6C). In order to perform double-sided reduced printing in which the print portion 515 and the front reduced print portion 514 coincide with each other, a means for calculating a front reduced print start position and a back print start position is provided.

【0054】また、本発明のプリンタドライバは、下記
の手段を更に備えている。 (a)アプリケーション・プログラムから印刷対象文書
の情報を含む印刷要求を受け付ける印刷要求受付手段
と、例えば、印刷対象文書内容とA4サイズの横書きで
両面印刷する等の設定情報とを印刷要求として受け付け
る手段と、(b)印刷要求受付手段によって受け付けた
印刷要求に従って、プリンタの設定情報を選定し表示す
る設定情報表示制御手段と、(c)印刷対象文書におけ
る両面縮小印刷のための所要の情報の入力を制御する入
力制御手段と、例えば、A4サイズの用紙に対して印刷
対象文書をB5縮小印刷サイズで両面縮小印刷するよう
な指定を入力する入力制御手段と、(d)プリンタの前
記設定情報と、両面縮小印刷の前記所要の情報と、印刷
開始位置算出手段によって算出された表面及び裏面のそ
れぞれの縮小印刷開始位置とに基づいて、印刷データを
生成する印刷データ生成手段と、(e)印刷データと印
刷出力指令をプリンタに送信する送信手段。
The printer driver of the present invention further includes the following means. (A) A print request receiving unit that receives a print request including information on a document to be printed from an application program, and a unit that receives, as a print request, the contents of the document to be printed and setting information such as A4-size horizontal writing on both sides. (B) setting information display control means for selecting and displaying printer setting information in accordance with the print request received by the print request receiving means, and (c) inputting required information for double-sided reduced printing in a document to be printed Input control means for inputting a specification to print a document to be printed on A4-size paper at a B5 reduced print size on both sides, and (d) the setting information of the printer. , The required information for double-sided reduced printing, and the reduced printing opening for each of the front and back sides calculated by the printing start position calculating means. Based on the position, the print data generating unit that generates print data, transmitting means for transmitting a print output command and (e) the print data to the printer.

【0055】上述した本発明のプリンタドライバについ
て、図を参照しながら以下に詳細に説明する。図3は、
本発明のプリンタドライバの制御処理を示すフローチャ
ートである。
The above-described printer driver of the present invention will be described below in detail with reference to the drawings. FIG.
6 is a flowchart illustrating control processing of the printer driver according to the present invention.

【0056】まず、プリンタドライバのソフトウェア・
プログラムがあらかじめオペレーティング・システムの
一部としてRAM115内に登録されると、CPU11
4は、アプリケーション・プログラムから印刷要求が発
せられるのを待機する(ステップS301)。現在使用
されているオペレーティング・システムでは、このよう
な待機状態において他のプログラムにCPU114の制
御を移すことによりマルチタスク処理を実現する。ただ
し、このような制御の移行については図示を省略する。
したがって、ステップS301の終了は、アプリケーシ
ョン・プログラムから印刷要求が発せられたことを意味
する。
First, the printer driver software
When a program is registered in the RAM 115 as a part of the operating system in advance, the CPU 11
No. 4 waits for a print request from the application program (step S301). In the operating system currently used, multitask processing is realized by transferring the control of the CPU 114 to another program in such a standby state. However, illustration of such transition of control is omitted.
Therefore, the end of step S301 means that a print request has been issued from the application program.

【0057】印刷要求を受け付けると、CPU114
は、RAM115に記憶されているプリンタの設定情報
をモニタディスプレイ117に表示する(ステップS3
02)。
Upon receiving a print request, the CPU 114
Displays the printer setting information stored in the RAM 115 on the monitor display 117 (step S3).
02).

【0058】さらに、CPU114は、ユーザによる入
力装置119の入力操作の種類(例えば、両面印刷、縮
小印刷用紙サイズ、縮小印刷率など)が何であるかを調
べる(ステップS303)。ユーザは、画面に表示され
たプリンタ設定情報を参照し、必要によりキーボードや
マウスなどの入力装置119を操作することによって、
プリンタ設定情報を変更することができる。
Further, the CPU 114 checks what kind of input operation (for example, double-sided printing, reduced printing paper size, reduced printing rate, etc.) of the input device 119 is performed by the user (step S303). The user refers to the printer setting information displayed on the screen, and operates the input device 119 such as a keyboard and a mouse as necessary, thereby
Printer setting information can be changed.

【0059】ユーザが両面印刷を入力した場合(ステッ
プS303;両面印刷)、両面印刷の情報をRAM11
5に記憶させ(ステップS304)、ステップS302
に戻る。
When the user inputs double-sided printing (step S303; double-sided printing), information of double-sided printing is stored in the RAM 11
5 (step S304) and step S302
Return to

【0060】ユーザが縮小印刷用紙サイズを選択的に入
力した場合(ステップS303;縮小印刷用紙サイ
ズ)、縮小印刷用紙サイズの情報をRAM115に記憶
させ(ステップS305)、ステップS302に戻る。
When the user selectively inputs the reduced print paper size (step S303; reduced print paper size), the information on the reduced print paper size is stored in the RAM 115 (step S305), and the process returns to step S302.

【0061】ユーザが縮小印刷率を入力した場合(ステ
ップS303;縮小印刷率)、縮小印刷率の情報をRA
M115に記憶させ(ステップS306)、ステップS
302に戻る。
When the user inputs the reduced printing rate (step S303; reduced printing rate), the information on the reduced printing rate is stored in RA.
M115 (step S306), and
Return to 302.

【0062】その他の設定情報の入力があった場合は
(ステップS303;その他)、対応する処理をを行い
(ステップS320)、ステップS302に戻る。
When other setting information is input (step S303; other), the corresponding processing is performed (step S320), and the process returns to step S302.

【0063】設定が終わり、表示されているOKボタン
をユーザがクリックすると(ステップS303;O
K)、プリンタ設定情報の表示を終了して次のステップ
S307に移る。
When the setting is completed and the user clicks the displayed OK button (step S303; O
K), the display of the printer setting information ends, and the routine goes to the next step S307.

【0064】ユーザが設定を終了すると、CPU114
は、RAM115を調べ、縮小印刷用紙サイズが入力さ
れているか否かを調べる(ステップS307)。縮小印
刷用紙サイズが入力されている場合(ステップS30
7;Yes)は、ステップS301において受け付けた
印刷対象文書の情報に関して、印刷画像縮小情報を収集
する(ステップS309)。縮小印刷用紙サイズが入力
されていない場合(ステップS307;No)は、縮小
印刷率が入力されているか否かを調べる(ステップS3
08)。
When the user finishes the setting, the CPU 114
Checks the RAM 115 to determine whether a reduced print paper size has been input (step S307). If the reduced print paper size has been input (step S30)
7; Yes) collects print image reduction information with respect to the information of the print target document received in step S301 (step S309). If the reduced printing paper size has not been input (step S307; No), it is checked whether a reduced printing rate has been input (step S3).
08).

【0065】縮小印刷率が入力されている場合(ステッ
プS308;Yes)は、ステップS301において受
け付けた印刷対象文書の情報に関して、印刷画像縮小情
報を収集する(ステップS309)。一方、縮小印刷率
が入力されていない場合(ステップS308;No)
は、次のステップS310に移る。
If the reduced print rate has been input (step S308; Yes), print image reduced information is collected with respect to the information of the document to be printed received in step S301 (step S309). On the other hand, when the reduced print rate is not input (Step S308; No)
Moves to the next step S310.

【0066】次に、ステップS301において受け付け
た印刷対象文書の情報に基づいて、用紙の表面縮小印刷
開始位置を算出する(ステップS310)。
Next, based on the information of the document to be printed received in step S301, a print start position for reducing the front side of the paper is calculated (step S310).

【0067】算出された表面縮小印刷開始位置及び印刷
対象文書の情報から印刷すべき文書の表面縮小印刷用の
イメージデータをRAM115内に生成する(ステップ
S311)。
Image data for front side reduced printing of a document to be printed is generated in the RAM 115 from the calculated front side reduced printing start position and information of the document to be printed (step S311).

【0068】次に、両面印刷が入力されているか否かを
調べる(ステップS312)。両面印刷が入力されてい
る場合(ステップS312;Yes)は、用紙の裏面縮
小印刷開始位置を算出する(ステップS313)。
Next, it is determined whether or not double-sided printing has been input (step S312). If double-sided printing has been input (step S312; Yes), a back-side reduced printing start position of the sheet is calculated (step S313).

【0069】算出された裏面縮小印刷開始位置及び印刷
対象文書の情報から印刷すべき文書の裏面縮小印刷用の
イメージデータをRAM115内に生成する(ステップ
S314)。一方、両面印刷が入力されていない場合
(ステップS312;No)は、次のステップS315
に移る。
Based on the calculated back side reduced printing start position and information on the document to be printed, image data for back side reduced printing of the document to be printed is generated in the RAM 115 (step S314). On the other hand, if double-sided printing has not been input (step S312; No), the next step S315
Move on to

【0070】最後に、CPU114は、上述した内容に
従って、RAM115内に生成された印刷データと印刷
指令をプリンタに対して送信する(ステップS31
5)。更に、ステップS301に戻って、新たな印刷要
求がアプリケーション・プログラムから発せられるまで
待機する。
Finally, the CPU 114 transmits the print data and the print command generated in the RAM 115 to the printer according to the above-mentioned contents (step S31).
5). Further, the process returns to step S301 and waits until a new print request is issued from the application program.

【0071】本発明のプリンタドライバは、印刷開始位
置算出手段において、表面縮小印刷開始位置と裏面縮小
印刷開始位置を、所定の印刷基準位置からの相対位置と
して算出することもできる。例えば、用紙の左上部(図
6(a)の点A、図6(b)の点D)を印刷基準位置と
するならば、この印刷基準位置の座標を(0、0)とし
て、表面縮小印刷開始位置と裏面縮小印刷開始位置を算
出するもできる。
In the printer driver of the present invention, the print start position calculating means can calculate the front reduced print start position and the back reduced print start position as relative positions from a predetermined print reference position. For example, if the upper left corner of the sheet (point A in FIG. 6A, point D in FIG. 6B) is set as the printing reference position, the coordinates of the printing reference position are set to (0, 0), and the surface reduction is performed. The print start position and the back side reduced print start position can also be calculated.

【0072】また、本発明のプリンタドライバは、所定
の用紙送り方向に従って印刷された表面縮小印刷部分を
裏面用紙に透視した部分と、表面縮小印刷に引き続いて
印刷された裏面縮小印刷部分との間の偏差を補正量とし
て、表面縮小印刷開始位置から裏面縮小印刷開始位置を
算出することもできる。例えば、裏面縮小印刷開始位置
は、用紙の表面から透視した裏面縮小印刷部分と表面縮
小印刷部分とのずれ(図6(c)の裏面縮小印刷部分5
15と表面縮小印刷部分514とのずれ)を、表面縮小
印刷開始位置からの補正量として算出することもでき
る。
Further, the printer driver of the present invention provides a method for controlling a position between a portion in which a front-side reduced printing portion printed according to a predetermined sheet feeding direction is seen through a back side sheet and a back-side reduced printing portion printed subsequent to front side reduced printing. Using the deviation as the correction amount, the backside reduced printing start position can be calculated from the frontside reduced printing start position. For example, the start position of the back side reduced printing portion is the difference between the back side reduced printing portion and the front side reduced printing portion seen through the front side of the sheet (the back side reduced printing portion 5 in FIG. 6C).
15 and the reduced surface print portion 514) can be calculated as a correction amount from the start position of the reduced surface print.

【0073】また、本発明のプリンタドライバは、表面
縮小印刷開始位置を所定の印刷基準位置からの相対位置
として算出することもできる。
Further, the printer driver of the present invention can calculate the surface reduced printing start position as a relative position from a predetermined printing reference position.

【0074】図4を参照して、上述したプリンタドライ
バの印刷開始位置算出手段における表面縮小印刷開始位
置と裏面縮小印刷開始位置の算出方法を具体的に説明す
る。図4は、図5に示したA4サイズの用紙にB5サイ
ズの印刷対象文書を両面縮小印刷するときの動作に基づ
いて印刷した場合の表面縮小印刷開始位置と裏面縮小印
刷開始位置の算出方法であり、裏面縮小印刷における用
紙の反転方向と印字方向とが互いに垂直である場合につ
いての説明である。
With reference to FIG. 4, the method of calculating the front reduced print start position and the back reduced print start position in the print start position calculating means of the printer driver will be specifically described. FIG. 4 shows a method of calculating the front reduced print start position and the back reduced print start position when printing a B5 size print target document on A4 size paper shown in FIG. This is a description of a case in which the sheet reversing direction and the printing direction in backside reduction printing are perpendicular to each other.

【0075】図4(a)は、A4サイズの用紙に対し
て、B5サイズの大きさで両面縮小印刷した場合の表面
縮小印刷を示す。A4サイズ用紙405を四角形ABC
Dで、B5サイズ印刷部分(又はB5有効印刷範囲)4
03を四角形EFGHで、用紙送り方向406を矢印で
示す。
FIG. 4A shows reduced-side printing when both-side reduced printing is performed on B4 size paper on A4 size paper. A4 size paper 405 is square ABC
D, B5 size print part (or B5 effective print area) 4
03 is a square EFGH, and the paper feed direction 406 is indicated by an arrow.

【0076】B5サイズに縮小したときの、B5有効印
刷範囲403を、A点の角を基準として、図面で左上に
寄せて確保する。この時、実際の用紙サイズがA4であ
って、指定された縮小印刷率がB5/A4≒0.86で
あれば、A4サイズとB5サイズの用紙送り方向すなわ
ち縦方向の寸法差y3は、y3=y1−y2≒29.5
−25.5≒4(cm)となる。このy3≒4cmが、
A4サイズの用紙にB5サイズの印刷をするときの、下
端マージンの付加量となる。
The B5 effective print area 403 when reduced to the B5 size is secured in the upper left of the drawing with reference to the corner of the point A. At this time, if the actual paper size is A4 and the specified reduced printing rate is B5 / A4 ≒ 0.86, the dimensional difference y3 between the A4 size and the B5 size in the paper feeding direction, that is, the vertical direction is y3 = y1-y2 ≒ 29.5
−25.5 ≒ 4 (cm). This y3 ≒ 4cm,
This is the additional amount of the bottom margin when printing B5 size paper on A4 size paper.

【0077】又、横方向の寸法差x3は、x3=x1−
x2=21−0.86×21≒3(cm)となり、これ
が横方向の右端マージンの付加量となる。
Further, the dimensional difference x3 in the horizontal direction is x3 = x1−
x2 = 21−0.86 × 21 ≒ 3 (cm), which is the additional amount of the right margin in the horizontal direction.

【0078】このマージン付加量を、文書データを座標
化し、縮小して得た実際の印刷データに付加して、A4
サイズの印刷データとしてプリンタに送信する。
This margin addition amount is added to the actual print data obtained by converting the document data into coordinates and reducing the
The data is sent to the printer as print data of the size.

【0079】例えば、図の三角図形T1はA4サイズの
用紙上でほぼ中央部に印刷されるべき図形であるが、こ
の三角図形は、指定の縮小印刷率=0.86で縮小さ
れ、B5有効印刷範囲403の中でも同様に中央部に三
角図形t1として印刷される。
For example, the triangular figure T1 shown in the figure is a figure to be printed almost in the center on an A4 size sheet. This triangular figure is reduced at a designated reduced printing rate = 0.86, and B5 effective. Similarly, a triangular figure t1 is printed at the center of the print range 403.

【0080】図4(b)は、A4サイズの用紙に対し
て、B5サイズの大きさで両面縮小印刷した場合の裏面
縮小印刷を示す。四角形DCBAはA4サイズ用紙40
5である。用紙送り方向417を矢印で示す。
FIG. 4B shows reduced-side back printing when double-sided reduced printing is performed on B4 size paper on A4 size paper. Square DCBA is A4 size paper 40
5 The paper feed direction 417 is indicated by an arrow.

【0081】この場合、B5有効印刷範囲415は、四
角形hgfeである。B5サイズの印刷開始基準位置
は、点hとなるが、上記で算出したy3が、裏面印刷の
時の上端マージンの付加量となる。つまり、実際にはあ
り得ないが、B5サイズの点hの角にドットを印刷する
場合、あらかじめy3の用紙搬送量が設定されるという
ことである。
In this case, the B5 effective print area 415 is a square hgfe. The printing start reference position of the B5 size is the point h, and the above calculated y3 is the additional amount of the upper end margin at the time of back side printing. In other words, it is not possible, but when printing a dot at the corner of the point h of the B5 size, the paper transport amount of y3 is set in advance.

【0082】この後、A4サイズの印刷データを座標化
して、縮小展開して求めた印刷データと、x3の右端マ
ージンを付加したデータが、A4サイズのデータとして
プリンタに送信される。
After that, the print data of the A4 size is converted into coordinates, reduced and expanded, and the print data obtained by adding the right end margin of x3 is transmitted to the printer as the A4 size data.

【0083】又、一般的に印刷時に設定される余白部分
(上端マージン、下端マージン、右マージン、左マージ
ン等)も文書データに含まれているので、上記それぞれ
の印刷開始位置は、この余白部を含んで算出する。これ
により元のA4サイズの文書データが余白部分を含んで
いる場合は、これらも含めて縮小されることになる。例
えば、A4サイズからB5サイズには略0.86倍の縮
小印刷率で印刷が実行されるが、この時、元の文書デー
タが、2cmの上端マージンを有しているとすると、A
4−B5の縮小印刷では、1.72cmの上端マージン
が設定され、表面印刷ではこの上端マージンで印刷され
ることになる。
Further, since margins (upper margin, lower margin, right margin, left margin, etc.) generally set at the time of printing are also included in the document data, the respective printing start positions are determined by the margins. Is calculated. As a result, if the original A4 size document data includes a blank portion, the document data is reduced including these portions. For example, printing is performed from the A4 size to the B5 size at a reduced printing rate of approximately 0.86 times. At this time, if the original document data has a top margin of 2 cm, A
In 4-B5 reduced printing, a top margin of 1.72 cm is set, and in front side printing, printing is performed with this top margin.

【0084】又、裏面印刷の下端マージンが、A4サイ
ズの文書データでは、4cmであれば、この時のB5縮
小サイズのマージンは3.44cmとなり、これにy3
≒3cmを付加して、印刷開始位置が算出される。
If the bottom margin of the back side printing is 4 cm in A4 size document data, the margin of the B5 reduced size at this time is 3.44 cm, which is equal to y3.
The print start position is calculated by adding ≒ 3 cm.

【0085】上述したように、本発明のプリンタドライ
バは、印刷開始位置算出手段において、印刷基準位置か
らの相対位置として表面縮小印刷開始位置と裏面縮小印
刷開始位置を算出することができる。
As described above, in the printer driver of the present invention, the print start position calculating means can calculate the front reduced print start position and the back reduced print start position as relative positions from the print reference position.

【0086】上述した態様においては、両面縮小印刷に
おける表面縮小印刷開始位置及び裏面縮小印刷開始位置
を縮小印刷率に従って算出したが、各種用紙サイズ及び
各種縮小印刷率(あるいは各種縮小印刷サイズ)に基づ
いた、両面縮小印刷における表面縮小印刷開始位置と裏
面縮小印刷開始位置を予めテーブル値としてRAM11
5に記憶させておき、設定された両面縮小印刷の設定情
報から表面縮小印刷開始位置と裏面縮小印刷開始位置を
検索することによって、両面縮小印刷における表面縮小
印刷開始位置及び裏面縮小印刷開始位置を求めることも
できる。
In the above-described embodiment, the front-side reduced printing start position and the back-side reduced printing start position in double-sided reduced printing are calculated in accordance with the reduced printing rate. However, based on various paper sizes and various reduced printing rates (or various reduced printing sizes). In addition, the front side reduced printing start position and the back side reduced printing start position in double-sided reduced printing are stored in advance in the RAM 11 as table values.
5, the front-side reduced printing start position and the back-side reduced printing start position are searched from the set setting information of the two-sided reduced printing, so that the front-side reduced printing start position and the back-side reduced printing start position in the two-sided reduced printing are determined. You can also ask.

【0087】また、両面縮小印刷における表面縮小印刷
開始位置及び裏面縮小印刷開始位置の算出方法を、図5
に示した両面縮小印刷の動作に基づいて、裏面縮小印刷
における用紙の反転方向と印字方向とが互いに垂直であ
る場合について説明したが、用紙の反転方向と印字方向
とが互いに平行である場合も同様に、印刷基準位置から
の相対位置として表面縮小印刷開始位置及び裏面縮小印
刷開始位置を算出することもできる。
FIG. 5 shows a method of calculating the front-side reduced printing start position and the back-side reduced printing start position in double-sided reduced printing.
Based on the operation of double-sided reduced printing shown in the above, the case where the sheet reversing direction and the printing direction in the back side reduced printing are perpendicular to each other has been described, but the case where the sheet reversing direction and the printing direction are parallel to each other may also be used. Similarly, the front reduced print start position and the back reduced print start position can be calculated as relative positions from the print reference position.

【0088】また、上述したプリンタドライバのプログ
ラム機能は、両面縮小印刷の所要の情報に基づいて、所
要の用紙の表面及び裏面に、透視裏面縮小印刷部分が表
面縮小印刷部分と一致し、各縮小印刷が整合性のある両
面縮小印刷を行うための、表面及び裏面のそれぞれの縮
小印刷開始位置を算出する印刷開始位置算出ステップを
備えている。また、プリンタドライバのプログラム機能
は、下記のステップを更に備えている。 (a)アプリケーション・プログラムから印刷対象文書
の情報を含む印刷要求を受け付ける印刷要求受付ステッ
プと、(b)印刷要求受付ステップによって受け付けた
印刷要求に従って、プリンタの設定情報を選定し表示す
る設定情報表示ステップと、(c)印刷対象文書におけ
る両面縮小印刷のための所要の情報の入力を制御する入
力ステップと、(d)プリンタの前記設定情報と、両面
縮小印刷の前記所要の情報と、印刷開始位置算出手段に
よって算出された表面及び裏面のそれぞれの縮小印刷開
始位置とに基づいて、印刷データを生成する印刷データ
生成ステップと、(e)印刷データと印刷出力指令をプ
リンタに送信する送信ステップ。
Further, the program function of the printer driver described above is based on the required information of the two-sided reduced printing. A print start position calculation step is provided for calculating reduced print start positions for the front and back sides for performing double-sided reduced printing with consistent printing. The program function of the printer driver further includes the following steps. (A) a print request receiving step for receiving a print request including information on a document to be printed from an application program; and (b) setting information display for selecting and displaying printer setting information according to the print request received in the print request receiving step. (C) an input step of controlling input of required information for double-sided reduced printing in the document to be printed; (d) the setting information of the printer; the required information of double-sided reduced printing; A print data generation step for generating print data based on the reduced print start positions of the front and back sides calculated by the position calculation means; and (e) a transmission step of transmitting print data and a print output command to the printer.

【0089】プリンタドライバのプログラム機能を、図
3に示したプリンタドライバの制御処理のフローチャー
トに対応付けると、印刷要求受付ステップはステップS
301に、設定情報表示ステップはステップS302
に、入力ステップはステップS305及びS306に、
印刷開始位置算出ステップはステップS310及びS3
13に、印刷データ生成ステップはステップS311及
びS314に、送信ステップはステップS315に、そ
れぞれ主として対応する。
When the program function of the printer driver is associated with the flowchart of the control process of the printer driver shown in FIG.
In step 301, a setting information display step 301 is performed.
The input step includes steps S305 and S306.
The print start position calculation step includes steps S310 and S3.
13, the print data generation step mainly corresponds to steps S311 and S314, and the transmission step mainly corresponds to step S315.

【0090】このようなプリンタドライバのプログラム
をコンピュータに組み込むことによって、汎用的に実現
可能な、印刷制御方法を実現することができる。
By incorporating such a printer driver program into a computer, it is possible to realize a printing control method that can be realized for general purposes.

【0091】また、プリンタドライバは、プログラムと
して情報記録媒体である、コンパクト・ディスク、フロ
ッピー・ディスク、ハード・ディスク、光磁気ディス
ク、ディジタル・ビデオ・ディスク、もしくは、磁気テ
ープ、更にはインターネットのサイトなどに記憶させて
ユーザが所望のコンピュータに組み込むことができる。
The printer driver is an information recording medium as a program, such as a compact disk, floppy disk, hard disk, magneto-optical disk, digital video disk, or magnetic tape, and an Internet site. And the user can incorporate it into a desired computer.

【0092】[0092]

【発明の効果】以上説明したように、本発明によれば、
以下の効果を奏する。
As described above, according to the present invention,
The following effects are obtained.

【0093】両面縮小印刷においては、アプリケーショ
ン・プログラムから印刷要求があった印刷対象文書とと
もにプリンタの設定情報に基づいて、用紙の表面及び裏
面に縮小印刷する場合のそれぞれの縮小印刷開始位置を
算出することにより、両面縮小印刷における用紙の表面
から透視した裏面縮小印刷部分と表面縮小印刷部分とが
一致する整合性のある両面縮小印刷を実現できるプリン
タドライバ、印刷制御方法を提供することができる。
In double-sided reduced printing, based on printer setting information together with a print target document for which printing has been requested from an application program, respective reduced printing start positions for reduced printing on the front and back sides of a sheet are calculated. Accordingly, it is possible to provide a printer driver and a print control method capable of realizing consistent double-sided reduced printing in which the reduced-side reduced printing portion and the front-side reduced printed portion viewed from the front side of the sheet in double-sided reduced printing match.

【0094】更に、プログラムを記録した情報記録媒体
をプリンタドライバのソフトウェア商品として、コンピ
ュータなどの情報処理装置やプリンタと独立して容易に
配布したり販売したりすることができるようになる。本
発明の情報記録媒体に記録されたプログラムをコンピュ
ータなどの情報処理装置で実行すれば、上記の発明に係
る印刷制御方法が実現できる。
Further, the information recording medium on which the program is recorded can be easily distributed or sold as a software product of a printer driver independently of an information processing apparatus such as a computer or a printer. If the program recorded on the information recording medium of the present invention is executed by an information processing device such as a computer, the print control method according to the present invention can be realized.

【図面の簡単な説明】[Brief description of the drawings]

【図1】コンピュータ・システムのブロック構成図であ
る。
FIG. 1 is a block diagram of a computer system.

【図2】コンピュータの概要を示すブロック構成図であ
る。
FIG. 2 is a block diagram showing an outline of a computer.

【図3】本発明のプリンタドライバの制御処理を示すフ
ローチャートである。
FIG. 3 is a flowchart illustrating control processing of a printer driver according to the present invention.

【図4】(a)両面縮小印刷における表面用紙図、
(b)両面縮小印刷における裏面用紙図である。
FIG. 4 (a) is a front side sheet diagram in double-sided reduced printing,
FIG. 6B is a back side sheet diagram in double-sided reduced printing.

【図5】(a)両面縮小印刷における表面縮小印刷の用
紙動作図、(b)両面縮小印刷における裏面縮小印刷の
用紙動作図である。
5A is a sheet operation diagram of front side reduced printing in double-sided reduced printing, and FIG. 5B is a sheet operation diagram of back side reduced printing in double-sided reduced printing.

【図6】(a)両面縮小印刷における表面縮小印刷済み
用紙図、(b)両面縮小印刷における裏面縮小印刷済み
用紙図、(c)両面縮小印刷における表裏面の縮小印刷
部分を表面から裏面を透視させて重ねた図である。
FIG. 6A is a diagram of a front-side reduced printed paper in double-sided reduced printing, FIG. 6B is a diagram of a back-side reduced printed paper in double-sided reduced printing, and FIG. It is the figure which made it see through and overlapped.

【符号の説明】[Explanation of symbols]

101 コンピュータ・ネットワーク 111 コンピュータ 112 インターフェース 113 CD−ROMドライブ 114 CPU 115 RAM 116 ハードディスク 117 モニタディスプレイ 118 FDドライブ 119 入力装置 120 バス 151 プリンタ 161 通信回線 403 B5有効印刷範囲 405 A4サイズ用紙 406 用紙送り方向 415 B5有効印刷範囲 417 用紙送り方向 501 給紙トレイ 502 用紙端センサ 503 インク・ジェット・ヘッド 504 排紙トレイ 505 ローラ 506 用紙送り方向 507 用紙 508 用紙送り方向 509 用紙端センサ 507a 用紙先端 507b 用紙後端 510 ローラ 511 反転ローラ 512 表面縮小印刷開始位置 513 裏面縮小印刷開始位置 514 表面縮小印刷部分 515 裏面縮小印刷部分 101 Computer Network 111 Computer 112 Interface 113 CD-ROM Drive 114 CPU 115 RAM 116 Hard Disk 117 Monitor Display 118 FD Drive 119 Input Device 120 Bus 151 Printer 161 Communication Line 403 B5 Effective Print Range 405 A4 Size Paper 406 Paper Feed Direction 415 B5 Effective Printing range 417 Paper feed direction 501 Paper feed tray 502 Paper edge sensor 503 Ink jet head 504 Paper discharge tray 505 Roller 506 Paper feed direction 507 Paper 508 Paper feed direction 509 Paper edge sensor 507a Paper leading edge 507b Paper trailing edge 510 Roller 511 Reverse roller 512 Front reduced print start position 513 Back reduced print start position 514 Front reduced print Part 515 Back side reduced printing part

フロントページの続き (51)Int.Cl.7 識別記号 FI テーマコート゛(参考) H04N 1/393 B41J 3/12 L Continued on the front page (51) Int.Cl. 7 Identification symbol FI Theme coat II (Reference) H04N 1/393 B41J 3/12 L

Claims (24)

【特許請求の範囲】[Claims] 【請求項1】 両面縮小印刷の所要の情報に基づいて、
所要の用紙の表面及び裏面に、透視裏面縮小印刷部分が
表面縮小印刷部分と一致し、各縮小印刷が整合性のある
両面縮小印刷を行うための、表面及び裏面のそれぞれの
縮小印刷開始位置を算出する印刷開始位置算出手段を備
えたプリンタドライバ。
1. Based on required information for double-sided reduced printing,
On the front and back sides of the required paper, the see-through back side reduced printing portion matches the front side reduced printing portion, and the respective reduced printing start positions of the front side and the back side for performing reduced side printing with consistency for each reduced printing. A printer driver including a print start position calculating unit for calculating.
【請求項2】 前記印刷開始位置算出手段において、表
面縮小印刷開始位置と裏面縮小印刷開始位置を、所定の
印刷基準位置からの相対位置として算出することを特徴
とする、請求項1に記載のプリンタドライバ。
2. The print start position calculation unit according to claim 1, wherein the print start position and the print start position on the back side are calculated as relative positions from a predetermined print reference position. Printer driver.
【請求項3】 所定の用紙送り方向に従って印刷された
前記表面縮小印刷部分を裏面用紙に透視した部分と、表
面縮小印刷に引き続いて印刷された前記裏面縮小印刷部
分との間の偏差を補正量として、表面縮小印刷開始位置
から裏面縮小印刷開始位置を算出することを特徴とす
る、請求項1に記載のプリンタドライバ。
3. A deviation between a portion in which the front-side reduced printing portion printed in accordance with a predetermined sheet feeding direction is seen through a back-side paper and the back-side reduced printing portion printed subsequent to front-side reduced printing is used as a correction amount. 2. The printer driver according to claim 1, wherein a back side reduced printing start position is calculated from the front side reduced printing start position.
【請求項4】 前記表面縮小印刷開始位置を所定の印刷
基準位置からの相対位置として算出することを特徴とす
る、請求項3に記載のプリンタドライバ。
4. The printer driver according to claim 3, wherein the surface reduction printing start position is calculated as a relative position from a predetermined printing reference position.
【請求項5】 下記の手段を更に備えた、請求項1に記
載のプリンタドライバ。 (a)アプリケーション・プログラムから印刷対象文書
の情報を含む印刷要求を受け付ける印刷要求受付手段
と、(b)前記印刷要求受付手段によって受け付けた印
刷要求に従って、プリンタの設定情報を選定し表示する
設定情報表示制御手段と、(c)印刷対象文書における
両面縮小印刷のための所要の情報の入力を制御する入力
制御手段と、(d)プリンタの前記設定情報と、両面縮
小印刷の前記所要の情報と、前記印刷開始位置算出手段
によって算出された表面及び裏面のそれぞれの縮小印刷
開始位置とに基づいて、印刷データを生成する印刷デー
タ生成手段と、(e)前記印刷データと印刷出力指令を
プリンタに送信する送信手段。
5. The printer driver according to claim 1, further comprising: (A) print request receiving means for receiving a print request including information on a document to be printed from an application program; and (b) setting information for selecting and displaying printer setting information in accordance with the print request received by the print request receiving means. Display control means, (c) input control means for controlling input of required information for double-sided reduced printing in a document to be printed, (d) the setting information of the printer, and the required information of double-sided reduced printing. Print data generating means for generating print data based on the reduced print start positions of the front and back sides calculated by the print start position calculating means; and (e) sending the print data and a print output command to a printer. Transmission means to transmit.
【請求項6】 前記印刷開始位置算出手段において、表
面縮小印刷開始位置と裏面縮小印刷開始位置を、所定の
印刷基準位置からの相対位置として算出することを特徴
とする、請求項5に記載のプリンタドライバ。
6. The print start position calculating unit according to claim 5, wherein the print start position of the front side and the print start position of the back side are calculated as relative positions from a predetermined print reference position. Printer driver.
【請求項7】 前記表面縮小印刷開始位置と前記裏面縮
小印刷開始位置を両面縮小印刷における各種用紙サイズ
及び各種縮小印刷率に基づいて予めテーブル値として準
備し、前記テーブル値の情報から前記両面縮小印刷の所
要の情報に対応する前記表面縮小印刷開始位置と前記裏
面縮小印刷開始位置を検索することを特徴とする、請求
項1、2、または6に記載のプリンタドライバ。
7. The front side reduced printing start position and the back side reduced printing start position are prepared as table values in advance based on various paper sizes and various reduced printing rates in double-sided reduced printing, and the two-sided reduced size is prepared based on the table value information. 7. The printer driver according to claim 1, wherein the front-side reduced printing start position and the back-side reduced printing start position corresponding to required printing information are searched. 8.
【請求項8】 前記所定の印刷基準位置は、前記所要の
用紙に対して任意の位置に選択できることを特徴とす
る、請求項2、4、または6に記載のプリンタドライ
バ。
8. The printer driver according to claim 2, wherein the predetermined printing reference position can be selected at an arbitrary position with respect to the required paper.
【請求項9】 前記印刷開始位置算出手段において、裏
面縮小印刷における用紙の反転方向と印字方向とが互い
に垂直であるか、あるいは平行であるかに従って、前記
表面縮小印刷開始位置と前記裏面縮小印刷開始位置を算
出することを特徴とする、請求項1から8のいづれか1
項に記載のプリンタドライバ。
9. The print start position calculating unit according to claim 1, wherein the print start position calculating unit calculates the front surface reduced print start position and the back surface reduced print according to whether the sheet reversing direction and the print direction in the back surface reduced printing are perpendicular or parallel to each other. 9. The method according to claim 1, wherein a start position is calculated.
Printer driver described in section.
【請求項10】 前記入力制御手段において、前記両面
縮小印刷の所要の情報として、縮小印刷用紙サイズを選
択的に入力するよう入力要求することを特徴とする請求
項5に記載のプリンタドライバ。
10. The printer driver according to claim 5, wherein the input control unit requests the user to selectively input a reduced printing paper size as the required information for the double-sided reduced printing.
【請求項11】 前記入力制御手段において、前記両面
縮小印刷の所要の情報として、任意の縮小印刷率を入力
するよう入力要求することを特徴とする請求項5に記載
のプリンタドライバ。
11. The printer driver according to claim 5, wherein the input control unit requests the user to input an arbitrary reduced printing ratio as the required information for the double-sided reduced printing.
【請求項12】 両面縮小印刷の所要の情報に基づい
て、所要の用紙の表面及び裏面に、透視裏面縮小印刷部
分が表面縮小印刷部分と一致し、各縮小印刷が整合性の
ある両面縮小印刷を行うための、表面及び裏面のそれぞ
れの縮小印刷開始位置を算出する印刷開始位置算出ステ
ップを備えた印刷制御方法。
12. Based on required information for double-sided reduced printing, on the front and back sides of a required sheet, a see-through reduced-side printing portion matches the front-side reduced printing portion, and each reduced-size printing has consistency. And a print start position calculating step of calculating a reduced print start position of each of the front side and the back side.
【請求項13】 前記印刷開始位置算出ステップにおい
て、表面縮小印刷開始位置と裏面縮小印刷開始位置を、
所定の印刷基準位置からの相対位置として算出すること
を特徴とする、請求項12に記載の印刷制御方法。
13. The print start position calculating step, wherein the front reduced print start position and the back reduced print start position are
13. The print control method according to claim 12, wherein the calculation is performed as a relative position from a predetermined print reference position.
【請求項14】 所定の用紙送り方向に従って印刷され
た前記表面縮小印刷部分を裏面用紙に透視した部分と、
表面縮小印刷に引き続いて印刷された前記裏面縮小印刷
部分との間の偏差を補正量として、表面縮小印刷開始位
置から裏面縮小印刷開始位置を算出することを特徴とす
る、請求項12に記載の印刷制御方法。
14. A portion in which the front reduced print portion printed in accordance with a predetermined paper feed direction is seen through a back paper,
13. The backside reduced printing start position is calculated from the frontside reduced printing start position using the deviation between the backside reduced printing portion printed subsequent to the frontside reduced printing as a correction amount. Print control method.
【請求項15】 前記表面縮小印刷開始位置を所定の印
刷基準位置からの相対位置として算出することを特徴と
する、請求項14に記載の印刷制御方法。
15. The print control method according to claim 14, wherein the surface reduction printing start position is calculated as a relative position from a predetermined printing reference position.
【請求項16】 下記のステップを更に備えた、請求項
12に記載の印刷制御方法。 (a)アプリケーション・プログラムから印刷対象文書
の情報を含む印刷要求を受け付ける印刷要求受付ステッ
プと、(b)前記印刷要求受付ステップによって受け付
けられた印刷要求に従って、プリンタの設定情報を選定
し表示する設定情報表示ステップと、(c)印刷対象文
書における両面縮小印刷のための所要の情報の入力を制
御する入力ステップと、(d)プリンタの前記設定情報
と、両面縮小印刷の前記所要の情報と、前記印刷開始位
置算出ステップによって算出された表面及び裏面のそれ
ぞれの縮小印刷開始位置とに基づいて、印刷データを生
成する印刷データ生成ステップと、(e)前記印刷デー
タと印刷出力指令をプリンタに送信する送信ステップ。
16. The print control method according to claim 12, further comprising the following steps. (A) a print request receiving step for receiving a print request including information on a document to be printed from an application program; and (b) a setting for selecting and displaying printer setting information in accordance with the print request received in the print request receiving step. An information display step, (c) an input step of controlling input of required information for duplex reduced printing in a document to be printed, (d) the setting information of the printer, and the required information of duplex reduced printing, A print data generating step of generating print data based on the reduced print start positions of the front and back sides calculated by the print start position calculating step; and (e) transmitting the print data and a print output command to a printer. Sending step.
【請求項17】 前記印刷開始位置算出ステップにおい
て、表面縮小印刷開始位置と裏面縮小印刷開始位置を、
所定の印刷基準位置からの相対位置として算出すること
を特徴とする、請求項16に記載の印刷制御方法。
17. In the print start position calculating step, a front reduced print start position and a back reduced print start position are determined.
17. The printing control method according to claim 16, wherein the calculation is performed as a relative position from a predetermined printing reference position.
【請求項18】 前記表面縮小印刷開始位置と前記裏面
縮小印刷開始位置を両面縮小印刷における各種用紙サイ
ズ及び各種縮小印刷率に基づいて予めテーブル値として
準備し、前記テーブル値の情報から前記両面縮小印刷の
所要の情報に対応する前記表面縮小印刷開始位置と前記
裏面縮小印刷開始位置を検索することを特徴とする、請
求項12、13、または17に記載の印刷制御方法。
18. The front side reduced printing start position and the back side reduced printing start position are prepared in advance as table values based on various paper sizes and various reduced printing rates in double-sided reduced printing, and the double-sided reduced printing is performed based on the table value information. 18. The print control method according to claim 12, wherein the front side reduced printing start position and the back side reduced printing start position corresponding to required information for printing are searched.
【請求項19】 前記所定の印刷基準位置は、前記所要
の用紙に対して任意の位置に選択できることを特徴とす
る、請求項13、15、または17に記載の印刷制御方
法。
19. The print control method according to claim 13, wherein the predetermined print reference position can be selected at an arbitrary position with respect to the required paper.
【請求項20】 前記印刷開始位置算出ステップにおい
て、裏面縮小印刷における用紙の反転方向と印字方向と
が互いに垂直であるか、あるいは平行であるかに従っ
て、前記表面縮小印刷開始位置と前記裏面縮小印刷開始
位置を算出することを特徴とする、請求項12から19
のいづれか1項に記載の印刷制御方法。
20. The print start position calculating method according to claim 19, wherein in the print start position calculating step, the front-side reduced print start position and the back-side reduced print are set according to whether the sheet reversing direction and the print direction in the back side reduced print are perpendicular or parallel to each other. 20. A start position is calculated.
The print control method according to any one of the preceding claims.
【請求項21】 前記入力ステップにおいて、前記両面
縮小印刷の所要の情報として、縮小印刷用紙サイズを選
択的に入力するよう入力要求することを特徴とする請求
項16に記載の印刷制御方法。
21. The print control method according to claim 16, wherein in the inputting step, an input request is made to selectively input a reduced printing paper size as the required information for the double-sided reduced printing.
【請求項22】 前記入力ステップにおいて、前記両面
縮小印刷の所要の情報として、任意の縮小印刷率を入力
するよう入力要求することを特徴とする請求項16に記
載の印刷制御方法。
22. The print control method according to claim 16, wherein in the inputting step, an input request is made to input an arbitrary reduced printing rate as information required for the double-sided reduced printing.
【請求項23】 請求項12から22のいづれか1項に
記載の印刷制御方法のステップを有するプログラムを記
録した情報記録媒体。
23. An information recording medium on which a program having the steps of the print control method according to claim 12 is recorded.
【請求項24】 前記情報記録媒体は、コンパクト・デ
ィスク、フロッピー・ディスク、ハード・ディスク、光
磁気ディスク、ディジタル・ビデオ・ディスク、もしく
は磁気テープであることを特徴とする請求項23のプロ
グラムを記録した情報記録媒体。
24. The program according to claim 23, wherein the information recording medium is a compact disk, a floppy disk, a hard disk, a magneto-optical disk, a digital video disk, or a magnetic tape. Information recording medium.
JP2000077111A 2000-03-17 2000-03-17 Printer driver, print control method and information recording medium Pending JP2001265557A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000077111A JP2001265557A (en) 2000-03-17 2000-03-17 Printer driver, print control method and information recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000077111A JP2001265557A (en) 2000-03-17 2000-03-17 Printer driver, print control method and information recording medium

Publications (1)

Publication Number Publication Date
JP2001265557A true JP2001265557A (en) 2001-09-28

Family

ID=18594732

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000077111A Pending JP2001265557A (en) 2000-03-17 2000-03-17 Printer driver, print control method and information recording medium

Country Status (1)

Country Link
JP (1) JP2001265557A (en)

Similar Documents

Publication Publication Date Title
JP4891102B2 (en) Image forming apparatus, print preview program
JP2006205548A (en) Digital image printing system, printer, control method of digital image printing system, control method of printer, program of printer and storage medium
US20060197964A1 (en) Printing system for operating marginless printing on roll paper
JP2008015149A (en) Image forming apparatus
JP5061054B2 (en) Image forming apparatus, preview image display program
JP2001265557A (en) Printer driver, print control method and information recording medium
US7646496B2 (en) Print system, printer host, print support program and print method
JP4517441B2 (en) Printer driver, print control method, and information recording medium
JP2008225808A (en) Image forming apparatus and program for print preview
JP4949076B2 (en) Image forming apparatus, print preview program
JP2001260458A (en) Printer driver, method of controlling printing and information recording medium
JP2010028255A (en) Image forming apparatus and print preview image display program
JP4449364B2 (en) Print control device
US20240176564A1 (en) Printing system, terminal apparatus, and storage medium
JP4183642B2 (en) Image forming apparatus
JP2839334B2 (en) Printing control device
JP2000168186A (en) Printer driver, printing control method and data recording medium
JP2008179037A (en) Image forming apparatus and program for previewing printing
JP2009214404A (en) Apparatus and method for forming image
JP2718477B2 (en) Printing control device
JP2003266376A (en) Card forming method, postcard forming method, form postcard forming device, and computer-readable storage medium with form postcard forming program stored therein
JP2002123133A (en) Image forming device
JP2005223833A (en) Multifunctional printer device and image printing program
JP2003330643A (en) Image forming apparatus and system
JP2006260383A (en) Printing setting changing system, printer, printing setting changing program, and printing setting changing method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20061110

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090422

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090512

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090709

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20090915