JP2006259998A - Print control program and computer readable recording medium storing this program - Google Patents

Print control program and computer readable recording medium storing this program Download PDF

Info

Publication number
JP2006259998A
JP2006259998A JP2005074866A JP2005074866A JP2006259998A JP 2006259998 A JP2006259998 A JP 2006259998A JP 2005074866 A JP2005074866 A JP 2005074866A JP 2005074866 A JP2005074866 A JP 2005074866A JP 2006259998 A JP2006259998 A JP 2006259998A
Authority
JP
Japan
Prior art keywords
page
data
printing
bookbinding
sheet
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
JP2005074866A
Other languages
Japanese (ja)
Inventor
Yutaka Saito
裕 斉藤
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 JP2005074866A priority Critical patent/JP2006259998A/en
Publication of JP2006259998A publication Critical patent/JP2006259998A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To reduce a process performed by a printer and to facilitate bookbinding and printing. <P>SOLUTION: A page management module checks printing requirement data, determines the number N of pages of document data, and initializes a counter (S1, S2). Next, drawing data for one page is received and written into a file (S3, S4). After accumulation of the data for one page is complete, the count value of the counter is added (S5, S6) and drawing data for the next one page is received and written into a file (S3, S4). Once the counter counts N, a page processing module is directed to perform the next process (S7). A book binding layout table is created based on the total number of pages of the drawing data accumulated by a file accumulation module and on the printing requirements such as book binding method, and the drawing data are arranged on paper according to the book binding layout table, are subjected to PDL conversion, and sent to a printer device (S8-S17). <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、原稿データを印刷装置において解釈可能な印刷データに変換するとともに、原稿データの用紙上における印字位置を指定して、製本可能な形式にして印刷装置に出力する印刷制御用プログラムおよびこの印刷制御用プログラムを記憶したコンピュータ読み取り可能な記録媒体に関する。   The present invention relates to a print control program for converting original data into print data that can be interpreted by a printing apparatus, designating a print position of original data on a sheet, and outputting it to a printing apparatus in a bookbinding format. The present invention relates to a computer-readable recording medium storing a print control program.

従来、製本印刷としては、図7に示すように、用紙1枚の両面にそれぞれ2ページ分ずつ原稿データを縮小配置して印刷し、印刷した用紙を中央で2つ折りとすることで、小冊子を作成する方法が一般的である。   Conventionally, as shown in FIG. 7, bookbinding printing is performed by reducing and printing document data for two pages on both sides of one sheet of paper, and folding the printed sheet in half at the center, so that a booklet can be printed. The method of creating is common.

図7は2枚の用紙に8ページ分の原稿データを印刷した例を示すものであり、1枚目の表には1ページ目と8ページ目の原稿データを縮小して並べて印刷される。1枚目の裏には2ページ目と7ページ目の原稿データを縮小して並べて印刷される。同様に、2枚目の表には3ページ目と6ページ目の原稿データを、2枚目の裏には4ページ目と5ページ目の原稿データを縮小して並べて印刷される。そして、1枚目と2枚目を重ねて中央で2つ折りとすることにより、ページ順の小冊子が作成される。   FIG. 7 shows an example in which eight pages of document data are printed on two sheets of paper, and the first page and the eighth page of document data are reduced and printed on the first sheet. On the back of the first sheet, the original data of the second page and the seventh page are reduced and printed side by side. Similarly, the third page and the sixth page of the original data are printed on the front side of the second sheet, and the fourth page and the fifth page of the original data are reduced and printed on the back side of the second sheet. Then, the first and second sheets are overlapped and folded in the middle to create a booklet in page order.

また、従来における製本印刷に関する技術としては、特許文献1あるいは特許文献2に記載されたものがある。
特開2002−55803号公報 特開2002−255439号公報
Further, as a conventional technique related to bookbinding printing, there is one described in Patent Document 1 or Patent Document 2.
JP 2002-55803 A JP 2002-255439 A

図7に示す製本印刷の場合、1枚の用紙の片面上に2ページ分の原稿データを配置することになる。この場合、原稿データと同一サイズの用紙に印刷しようとすると、画像が縮小されて印刷されることとなる。逆に、画像を縮小しないで印刷しようとした場合、その分大きな用紙に印刷する必要があり、例えば、A4サイズの原稿を印刷する場合、A3の用紙が必要になり、A4プリンタでは縮小しない限り印刷できなかった。   In the case of bookbinding printing shown in FIG. 7, two pages of document data are arranged on one side of one sheet. In this case, if an attempt is made to print on a paper having the same size as the original data, the image is reduced and printed. On the other hand, if an image is to be printed without being reduced, it is necessary to print on that much larger paper. For example, when printing an A4 size document, A3 paper is required, and the A4 printer does not reduce the size. Could not print.

また、製本印刷の場合には、所定のページの原稿データと次のページの原稿データが同一の用紙に印刷されるとは限らないため、原稿データのページを並び替える必要がある。このように、製本印刷の場合には、通常の印刷とは異なる様々な処理が必要であり、印刷装置側の負担が大きくなる。   In the case of bookbinding printing, the original data of a predetermined page and the original data of the next page are not always printed on the same sheet, and therefore it is necessary to rearrange the pages of the original data. As described above, in the case of bookbinding printing, various processes different from normal printing are required, which increases the burden on the printing apparatus side.

本発明は、印刷装置側の処理を軽減することを可能にし、容易に製本印刷することを実現した印刷制御用プログラムおよびこの印刷制御用プログラムを記憶したコンピュータ読み取り可能な記録媒体を提供することを目的とする。   It is an object of the present invention to provide a printing control program that can reduce the processing on the printing apparatus side and realize bookbinding printing easily, and a computer-readable recording medium storing the printing control program. Objective.

前記目的を達成するため、請求項1記載の発明は、原稿データを印刷装置において解釈可能な印刷データに変換して印刷装置に出力するように、コンピュータを機能させる印刷制御用プログラムにおいて、原稿データを一旦記憶装置に蓄積し、この記憶装置に蓄積した原稿データを製本可能になるようにページの並び替えを行ってから印刷データに変換するようにコンピュータを機能させることを特徴とする。   In order to achieve the above object, the invention described in claim 1 is directed to a print control program for causing a computer to function so as to convert original data into print data that can be interpreted by the printing apparatus and output the print data to the printing apparatus. Is stored in a storage device, and the computer is made to function so that the original data stored in the storage device is rearranged so that bookbinding can be performed, and then converted into print data.

請求項2記載の発明は、請求項1記載の発明において、原稿データを分割して用紙の半面に配置することで、見開き製本印刷を可能にすることを特徴とする。   According to a second aspect of the present invention, in the first aspect of the invention, spread bookbinding printing can be performed by dividing the original data and arranging the original data on a half surface of the paper.

請求項3記載の発明は、請求項2記載の発明において、ページの並び替え順序として平とじ製本を可能とするように、原稿データを分割して用紙の半面に配置することを特徴とする。   According to a third aspect of the present invention, in the second aspect of the present invention, the document data is divided and arranged on one half of the sheet so that flat binding can be performed as the page rearrangement order.

請求項4記載の発明は、請求項2記載の発明において、ページの並び替え順序として中とじ製本を可能とするように、原稿データを分割して用紙の半面に配置することを特徴とする請求項2記載の印刷制御用プログラム。   According to a fourth aspect of the present invention, in the second aspect of the present invention, the original data is divided and arranged on one side of the sheet so that saddle stitch binding is possible as the page rearrangement order. Item 3. A print control program according to Item 2.

請求項5記載の発明は、コンピュータ読み取り可能な記録媒体において、請求項1〜4のいずれか1項記載の印刷制御用プログラムを記憶したものである。   According to a fifth aspect of the present invention, a printing control program according to any one of the first to fourth aspects is stored in a computer-readable recording medium.

本発明によれば、原稿データを一旦記憶装置に蓄積し、この記憶装置に蓄積した原稿データを用いて、製本可能になるようにページの並び替えを行うため、印刷装置側の処理を軽減することを可能にし、容易に製本印刷することが可能になる。   According to the present invention, document data is temporarily stored in a storage device, and pages are rearranged so that bookbinding can be performed using the document data stored in the storage device, thereby reducing processing on the printing device side. And bookbinding printing can be easily performed.

以下、本発明の実施形態について、図面を参照しながら詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

図1は、本発明の実施形態におけるプリンタドライバを導入したプリンタシステムのブロック図であり、1はアプリケーション、2はプリンタ装置、3はプリンタドライバ描画部、4はプリンタドライバUI部を示し、印刷制御プログラムとしてのプリンタドライバには、プリンタドライバ描画部3とプリンタドライバUI部4が含まれている。   FIG. 1 is a block diagram of a printer system in which a printer driver according to an embodiment of the present invention is introduced. 1 is an application, 2 is a printer device, 3 is a printer driver drawing unit, 4 is a printer driver UI unit, and print control The printer driver as a program includes a printer driver drawing unit 3 and a printer driver UI unit 4.

アプリケーション1およびプリンタドライバは、ホストコンピュータのハードディスク等の記憶装置に導入されたプログラムであり、アプリケーション1はホストコンピュータが所定の目的を果たすため手段として機能させるためのものである。プリンタドライバは、プリンタドライバUI部4によって設定した印刷時における各種指示内容にしたがい、アプリケーション1によって作成したデータを、プリンタドライバ描画部3によってプリンタ装置2において解釈可能な印刷データに変換して印刷装置に出力するものである。また、プリンタドライバは、このプリンタドライバを記憶したFDやCD−ROM等の外部記憶媒体、あるいはインターネットを介してホストコンピュータに導入することが可能である。   The application 1 and the printer driver are programs installed in a storage device such as a hard disk of the host computer, and the application 1 is for causing the host computer to function as a means for achieving a predetermined purpose. The printer driver converts the data created by the application 1 into print data that can be interpreted by the printer device 2 by the printer driver drawing unit 3 according to the contents of various instructions at the time of printing set by the printer driver UI unit 4. Is output. The printer driver can be installed in a host computer via an external storage medium such as an FD or CD-ROM that stores the printer driver, or via the Internet.

アプリケーション1から印刷出力命令をプリンタ装置2に送信する前に、両面印刷、拡大、縮小、集約印刷、製本印刷等の機能を使用する場合には、プリンタドライバUI部4の印刷条件設定用パネルを画面表示させ、各種の指定を行い、指定が完了してから、印刷開始を指示することにより、アプリケーション1からプリンタドライバ描画部3に原稿データが送信される。   Before using a function such as double-sided printing, enlargement, reduction, consolidated printing, bookbinding printing, etc. before sending a print output command from the application 1 to the printer apparatus 2, the printing condition setting panel of the printer driver UI unit 4 is displayed. By displaying the screen, making various designations, and instructing the start of printing after the designation is completed, the document data is transmitted from the application 1 to the printer driver drawing unit 3.

原稿データを受信したプリンタドライバ描画部3では、まず、原稿データがデータ受信モジュール5によって印刷条件データと描画データに分割され、印刷条件データはページ管理モジュール6によって印刷条件が解析される。また、描画データは、ページ管理モジュール6の指示にしたがい、ファイル蓄積モジュール7によって中間データとしてホストコンピュータのハードディスクにファイル蓄積される。そして、ページ処理モジュール8が印刷条件の解析結果に基づいてページの計数や原稿ページの配置位置等の計算を行い、ページ処理モジュール8の処理結果にしたがって印刷データ作成モジュール10が、ファイル読み込みモジュール9に、ハードディスクにファイル蓄積した描画データの中から、所望のページのファイルの読み出しを指示し、読み出した描画データの貼り付け処理を行うことによって印刷データが作成される。この印刷データ作成モジュール10によって作成された印刷データは、データ送信モジュール11によってプリンタ装置2に転送される。   In the printer driver drawing unit 3 that has received the document data, the document data is first divided into print condition data and drawing data by the data receiving module 5, and the print condition data is analyzed by the page management module 6. Further, the drawing data is stored in the hard disk of the host computer as intermediate data by the file storage module 7 in accordance with an instruction from the page management module 6. Then, the page processing module 8 calculates the number of pages and the position of the original page based on the analysis result of the printing conditions, and the print data creation module 10 performs the file reading module 9 according to the processing result of the page processing module 8. In addition, print data is generated by instructing reading of a file of a desired page from the drawing data stored in the hard disk and pasting the read drawing data. The print data created by the print data creation module 10 is transferred to the printer apparatus 2 by the data transmission module 11.

次に、図1に示す、アプリケーション1およびプリンタドライバを導入したホストコンピュータとプリンタ装置からなるプリンタシステムにおける製本印刷の動作について、図2を参照しながら説明する。   Next, the bookbinding printing operation in the printer system including the host computer and the printer apparatus into which the application 1 and the printer driver shown in FIG. 1 are installed will be described with reference to FIG.

アプリケーション1で作成した原稿データの印刷を行う際、図示を省略したプリンタドライバUI部4の印刷条件設定用パネルを画面表示させ、印刷方法として「製本印刷」指定するとともに「製本印刷の詳細」の項目により印刷形式の設定を行う。この設定情報は、描画データとともにプリンタドライバ描画部3に送られ、データ受信モジュール5において描画データと製本印刷の印刷条件データに分割される。   When printing the original data created by the application 1, a print condition setting panel of the printer driver UI unit 4 (not shown) is displayed on the screen, and “bookbinding printing” is designated as a printing method and “details of bookbinding printing” is displayed. Set the print format according to the item. This setting information is sent to the printer driver drawing unit 3 together with the drawing data, and is divided into drawing data and bookbinding printing printing condition data by the data receiving module 5.

次に、ページ管理モジュール6が印刷条件データをチェックして、原稿データのページ数Nを求め、カウンタを初期化する(S1,S2)。次に、1ページ分の描画データを受信して、描画データをファイルに書き込む(S3,S4)、1ページ分の蓄積が終了した後、カウンタのカウント値を加算して(S5,S6)、次の1ページ分の描画データを受信し、ファイルに書き込む(S3,S4)。そして、カウンタがNをカウントした時すなわち描画データの全ページがファイル蓄積された後に、ページ処理モジュール8に次処理の指示を行う(S7)。   Next, the page management module 6 checks the printing condition data, obtains the page number N of the document data, and initializes the counter (S1, S2). Next, the drawing data for one page is received and the drawing data is written into the file (S3, S4). After the accumulation for one page is completed, the count value of the counter is added (S5, S6). The drawing data for the next page is received and written to the file (S3, S4). Then, when the counter counts N, that is, after all the pages of drawing data are stored in the file, the next instruction is given to the page processing module 8 (S7).

次に、ページ処理モジュール8が、ファイル蓄積モジュール7によって蓄積された描画データの総ページ数、製本方式、製本時において1ページ目を白紙とするか等の印刷条件に基づいて製本ページ数PNを求めてセットするとともに、製本レイアウトテーブルを作成する(S8)。   Next, the page processing module 8 sets the number of bookbinding pages PN based on the printing conditions such as the total number of pages of drawing data accumulated by the file accumulation module 7, the bookbinding method, and whether the first page is blank. In addition to finding and setting, a bookbinding layout table is created (S8).

ここで、製本ページ数PNとは、製本した場合において左右のページを合わせて1ページとしてカウントしたものである。例えば、図3,図4に示すように、用紙を2つ折りにしたものを並べて製本する場合、いわゆる見開き平とじ製本を行う場合、1枚目用紙の表面がページP1となり、ページP1の左右(以下、P1左、P1右と称する)が製本時における1ページ目と2ページ目となる。1枚めくってページP2は、1枚目用紙の裏面左(P2左)と2枚目用紙の裏面右(P2右)からなり、製本時における3ページ目と4ページ目となる。以下、同様に、ページP3は、2枚目用紙の表面(P3左、P3右)からなり、製本時における5ページ目と6ページ目となる。ページP4は、2枚目用紙の裏面左(P4左)と3枚目用紙の裏面右(P4右)とからなり、製本時における7ページ目と8ページ目となる。ページP5は、3枚目用紙の表面左(P5左)と3枚目用紙の表面右(P5右)とからなり、製本時における9ページ目と10ページ目となる。このように関連づけを行うことによって、図3に示すような、各用紙面の左右と印刷ページとの配置関係が製本レイアウトテーブルとして作成される。   Here, the bookbinding page number PN is the number of left and right pages combined and counted as one page when bookbinding. For example, as shown in FIG. 3 and FIG. 4, when two folded sheets are bound and bookbinding is performed, so-called spread flat binding is performed, the surface of the first sheet becomes page P1, and the left and right sides of page P1 ( (Hereinafter referred to as P1 left and P1 right) are the first and second pages during bookbinding. One page P2 is composed of the back left side (P2 left) of the first sheet and the back right side (P2 right) of the second sheet, and is the third and fourth pages during bookbinding. Similarly, the page P3 is composed of the front surface (P3 left, P3 right) of the second sheet, and is the fifth page and the sixth page at the time of bookbinding. The page P4 is composed of the back left side (P4 left) of the second sheet and the back right side (P4 right) of the third sheet, and is the 7th and 8th pages at the time of bookbinding. The page P5 is composed of a front surface left (P5 left) of the third sheet and a front surface right (P5 right) of the third sheet, and is the ninth page and the tenth page at the time of bookbinding. By associating in this way, the arrangement relationship between the left and right sides of each sheet surface and the printed page is created as a bookbinding layout table as shown in FIG.

ページ処理モジュール8によって製本レイアウトテーブルを作成し、製本ページ数PNをセットした後、カウンタのカウント値Pを初期化する(S9)。以下、後述する(S10)〜(S17)の処理を繰り返すごとに、カウンタのカウント値を加算する(S10)する。   After the bookbinding layout table is created by the page processing module 8 and the bookbinding page number PN is set, the count value P of the counter is initialized (S9). Hereinafter, the count value of the counter is added (S10) each time the processing of (S10) to (S17) described later is repeated.

次に、ファイル読み込みモジュール9、印刷データ作成モジュール10およびデータ送信モジュール11により、Pページ目の描画データのファイルをハードディスクから読み出し(S11)、描画データから該当部分すなわちPページ目の描画データを2つに分割して前半部分を抜き出して、用紙左側に配置する印刷データを作成し(S12)、PDL(page-description language)に変換してプリンタ装置2に送信する(S13)。次に、Pページ目の描画データのファイルをハードディスクから読み出し(S14)、描画データから該当部分をすなわちPページ目の描画データを2つに分割して後半部分を抜き出して、用紙右側に配置する印刷データを作成し(S15)、PDL(page-description language)に変換してプリンタ装置2に送信する(S16)。   Next, the file reading module 9, the print data creation module 10, and the data transmission module 11 read the drawing data file for the P page from the hard disk (S11), and the drawing data for the corresponding portion, that is, the P page drawing data is read by 2 from the drawing data. The first half portion is extracted by dividing into two, and print data to be arranged on the left side of the paper is created (S12), converted into PDL (page-description language), and transmitted to the printer apparatus 2 (S13). Next, the drawing data file for the P page is read from the hard disk (S14), the relevant portion is divided from the drawing data, that is, the drawing data for the P page is divided into two, and the latter half is extracted and arranged on the right side of the sheet. Print data is created (S15), converted into PDL (page-description language), and transmitted to the printer apparatus 2 (S16).

このように、用紙片面分に必要な印刷データをプリンタ装置2に送信し、次の用紙片面に対応する印刷データを作成する。そして、カウント数Pとページ数PNが同じになるまでこの処理を継続する(S17)。プリンタ装置2においては、両面印刷に必要な印刷データを受信した後に、印字出力を行う。   In this way, the print data necessary for one side of the paper is transmitted to the printer apparatus 2 to create print data corresponding to the next side of the paper. This process is continued until the count number P and the page number PN are the same (S17). The printer device 2 performs print output after receiving print data necessary for double-sided printing.

例えば、1ページ分の原稿データを通常印刷した場合は、1枚の用紙の片面全体を使って印刷されるが、本実施形態による製本印刷した場合には、1ページ分の原稿データが2つに分割されて1枚の用紙の左右に配置した印刷結果となる。   For example, when one page of document data is normally printed, the entire surface of one sheet is printed. However, when bookbinding printing according to the present embodiment is performed, two document data for one page are printed. The result of printing is divided into the left and right sides of one sheet.

次に、図3,図4を用いて具体的に説明する。なお、図3,図4に示す例は、5ページ分の原稿データを印刷するものであり、製本時に表紙を入れないため、1枚目の裏面右(P0右)は白紙となっている。   Next, it demonstrates concretely using FIG. 3, FIG. The example shown in FIGS. 3 and 4 prints the original data for five pages, and does not include a cover page at the time of bookbinding, so the right side of the first sheet (P0 right) is blank.

5ページ分の原稿データを印刷する場合、白紙を入れることを考慮すると、3枚の用紙が必要である。このように印刷に必要な用紙枚数は原稿データの枚数に基づいて計算により設定可能である。見開き平とじ製本を行う場合、図3に示すような製本レイアウトテーブルが作成される。   When printing original data for five pages, three sheets are required in consideration of inserting a blank sheet. Thus, the number of sheets required for printing can be set by calculation based on the number of document data. When performing spread spread bookbinding, a bookbinding layout table as shown in FIG. 3 is created.

そして最初に、1ページ目の描画データを読み出し、1ページ目の描画データ前半部分を抜き出して、PDL変換して、プリンタ装置2に送信する。次に、1ページ目の後半部分を抜き出して、PDL変換して、プリンタ装置2に送信する。次に、2ページ目の描画データ前半部分を抜き出して、PDL変換して、プリンタ装置2に送信する。次に、1枚目の裏面右(P0右)に該当する描画データはないためその旨をプリンタ装置2に送信する。   First, the drawing data of the first page is read, the first half of the drawing data of the first page is extracted, PDL converted, and transmitted to the printer apparatus 2. Next, the second half of the first page is extracted, PDL converted, and transmitted to the printer apparatus 2. Next, the first half of the drawing data for the second page is extracted, subjected to PDL conversion, and transmitted to the printer apparatus 2. Next, since there is no drawing data corresponding to the first back right (P0 right), the fact is transmitted to the printer apparatus 2.

プリンタ装置2側では、1枚目の両面の印刷データが揃った後に両面印字を行い、図3の1枚目(表)、1枚目(裏)に示すような配置で印字出力を行う。   On the printer device 2 side, double-sided printing is performed after the print data for the first sheet has been prepared, and printout is performed in an arrangement as shown in the first sheet (front) and the first sheet (back) of FIG.

以下、同様に、3ページ目の描画データ前半部分、および3ページ目の描画データ後半部分を抜き出し、PDL変換して、プリンタ装置2に送信する。次に、4ページ目の描画データ前半部分、および2ページ目の描画データ後半部分を抜き出し、PDL変換して、プリンタ装置2に送信して、2枚目を印字出力する。さらに、5ページ目の描画データ前半部分、および5ページ目の描画データ後半部分を抜き出し、PDL変換して、プリンタ装置2に送信する。次に、3枚目裏面左側の描画データはないのでその旨をプリンタ装置に送信し、4ページ目の描画データ後半部分を抜き出し、PDL変換して、プリンタ装置2に送信し、3枚目の両面の印刷データを出力した後に、動作を終了する。   Thereafter, similarly, the first half of the drawing data on the third page and the second half of the drawing data on the third page are extracted, subjected to PDL conversion, and transmitted to the printer apparatus 2. Next, the first half of the drawing data for the fourth page and the second half of the drawing data for the second page are extracted, subjected to PDL conversion, transmitted to the printer apparatus 2, and printed on the second sheet. Further, the first half of the drawing data on the fifth page and the second half of the drawing data on the fifth page are extracted, subjected to PDL conversion, and transmitted to the printer apparatus 2. Next, since there is no drawing data on the left side of the back side of the third sheet, that fact is transmitted to the printer apparatus, the latter half of the drawing data of the fourth page is extracted, PDL converted, transmitted to the printer apparatus 2, and transmitted to the third sheet. After outputting the double-sided print data, the operation ends.

なお、印字出力された用紙を製本する場合には、プリンタ装置2側に用紙の折り曲げ機能、ステープル機能がある場合にはその機能を用いれば良いが、製本作業を手作業で行う場合には、プリンタ装置からの印刷出力時に、1枚目表面側が最上位になるようにスタックされた方が都合が良い。   When binding printed paper, if the printer device 2 has a paper folding function and a stapling function, those functions may be used. However, if the bookbinding operation is performed manually, When printing from the printer, it is more convenient to stack the first sheet so that the top side is at the top.

このように、本実施形態によれば、原稿データを一旦ハードディスク等の記憶装置に蓄積することによって、製本の面付けが容易になり、プリンタ装置側に負担をかけることなく見開き平とじ製本印刷を容易に行うことが可能になる。また、上述した実施形態によれば、1ページの原稿データを2つに分割して用紙左右に配置したものであるため、同じ大きさのフォントを使用することが可能になり、縮小印刷をする必要はなくなり、印刷処理を簡略化することができる。   As described above, according to the present embodiment, by temporarily storing document data in a storage device such as a hard disk, imposition of bookbinding is facilitated, and spread flat bookbinding printing is performed without imposing a burden on the printer device side. It becomes possible to carry out easily. Further, according to the above-described embodiment, since one page of original data is divided into two and arranged on the left and right sides of the paper, it is possible to use the same size font and perform reduced printing. There is no need, and the printing process can be simplified.

ところで、上述した実施形態は、見開き平とじ製本を行う場合に適用したものであるが、図5,図6に示すように、複数の用紙を重ね合わせ、中央でとじる場合、いわゆる中とじ製本においても適用可能である。   By the way, the above-described embodiment is applied to the case of performing spread spread bookbinding. However, as shown in FIGS. 5 and 6, when a plurality of sheets are stacked and bound at the center, so-called saddle stitch bookbinding is performed. Is also applicable.

図5,図6は、5ページ分の原稿データを表紙なしで中とじ製本する例を示すものである。中とじ製本においては、例えば、図5,図6に示すように、ページP1が、1枚目用紙の裏面左(P1左)と2枚目用紙の表面右(P1右)からなり、製本時における1ページ目と2ページ目になる。ページP2が、2枚目用紙の裏面左(P2左)と3枚目用紙の表面右(P2右)からなり、製本時における3ページ目と4ページ目になる。ページP3が、3枚目用紙の裏面左(P3左)と3枚目用紙の裏面右(P3右)からなり、製本時における5ページ目と6ページ目になる。ページP4が、3枚目用紙の表面左(P4左)と2枚目用紙の裏面右(P4右)からなり、製本時における7ページ目と8ページ目になる。ページP5が、2枚目用紙の表面左(P5左)と1枚目用紙の裏面右(P5右)からなり、製本時における9ページ目と10ページ目になる。このように関連づけを行うことによって、図5に示すような、各用紙面の左右と印刷ページとの配置関係が製本レイアウトテーブルとして作成される。   5 and 6 show an example in which saddle stitch binding is performed on the original data for five pages without a cover. In saddle stitch bookbinding, for example, as shown in FIGS. 5 and 6, page P1 is composed of the back side left (P1 left) of the first sheet and the front right (P1 right) of the second sheet. It becomes the first page and the second page. Page P2 consists of the back left side (P2 left) of the second sheet and the front right side (P2 right) of the third sheet, and is the third and fourth pages during bookbinding. Page P3 consists of the back left side (P3 left) of the third sheet and the back right side (P3 right) of the third sheet, and is the fifth and sixth pages during bookbinding. Page P4 consists of the front left side (P4 left) of the third sheet and the back right side (P4 right) of the second sheet, and is the seventh and eighth pages during bookbinding. Page P5 consists of the front left side (P5 left) of the second sheet and the back right side (P5 right) of the first sheet, and is the ninth and tenth pages at the time of bookbinding. By associating in this way, the layout relationship between the left and right sides of each sheet surface and the print page is created as a bookbinding layout table as shown in FIG.

最初に、ページP0すなわち1枚目表の左右には描画データがない旨をプリンタ装置に送信し、次に、1ページ目の描画データを読み出し、前半部分を抜き出し、PDL変換して、プリンタ装置2に送信し、5ページ目の描画データ後半部分を抜き出し、PDL変換して、プリンタ装置2に送信する。そして、1枚目の両面の印刷データが揃った後にプリンタ装置2が両面印字を行い、図6の1枚目(表)、1枚目(裏)に示すような配置で描画データが印字出力される。   First, the fact that there is no drawing data on page P0, that is, the left and right sides of the first sheet table, is transmitted to the printer device, then the drawing data on the first page is read, the first half is extracted, PDL converted, and the printer device 2, the second half of the drawing data on the fifth page is extracted, PDL converted, and transmitted to the printer apparatus 2. Then, after the print data for the first sheet has been prepared, the printer device 2 performs double-sided printing, and the drawing data is printed out in an arrangement as shown in the first sheet (front) and the first sheet (back) of FIG. Is done.

以下、同様に、5ページ目の描画データ前半部分、および1ページ目の描画データ後半部分を抜き出し、PDL変換して、プリンタ装置2に送信する。次に、2ページ目の描画データ前半部分、および4ページ目の描画データ後半部分を抜き出し、PDL変換して、プリンタ装置2に送信することにより、プリンタ装置2から2枚目が印字出力される。   Thereafter, similarly, the first half of the drawing data for the fifth page and the second half of the drawing data for the first page are extracted, subjected to PDL conversion, and transmitted to the printer apparatus 2. Next, the first half of the drawing data for the second page and the second half of the drawing data for the fourth page are extracted, converted to PDL, and sent to the printer device 2 to print out the second sheet from the printer device 2. .

さらに、7ページ目の描画データ前半部分、および2ページ目の描画データ後半部分を抜き出し、PDL変換して、プリンタ装置2に送信する。次に、3ページ目の描画データ前半部分、および3ページ目の描画データ後半部分を抜き出し、PDL変換して、プリンタ装置2に送信することにより、プリンタ装置2から3枚目が印字出力される。3枚目の両面の印刷データを出力した後に、動作を終了する。   Further, the first half of the drawing data on the seventh page and the second half of the drawing data on the second page are extracted, subjected to PDL conversion, and transmitted to the printer apparatus 2. Next, the first half of the drawing data for the third page and the second half of the drawing data for the third page are extracted, converted to PDL, and sent to the printer device 2 to print out the third page from the printer device 2. . After outputting the print data of the third sheet on both sides, the operation is terminated.

なお、表紙を白紙とせずに、描画データの1ページ目から印字する場合には、図3におけるP0右または図5におけるP0(左)に1ページ目の描画データ前半部分を配置することになる。また、表紙を別ファイルとして作成し、他の描画データと同様にハードディスクに蓄積しておき、図2のS9〜S17の処理において、図3におけるP0右または図5におけるP0(左)に表紙データを配置しても良い。   When printing from the first page of the drawing data without making the cover page blank, the first half of the drawing data of the first page is arranged on the right side of P0 in FIG. 3 or P0 (left) in FIG. . Further, a cover is created as a separate file and stored on the hard disk in the same manner as other drawing data. In the processing of S9 to S17 in FIG. 2, the cover data is displayed on the right side of P0 in FIG. 3 or P0 (left) in FIG. May be arranged.

以上、本発明の実施形態について説明したが、本発明は、上述したものに限る者ではない。例えば、平とじ製本と中とじ製本とを複合した製本であっても、本発明を応用して製本レイアウトテーブルを作成することにより、製本印刷が可能となる。また、上述した実施形態によれば、1ページの原稿データを2つに分割して用紙左右に配置したものであるため、同じ大きさのフォントを使用することが可能になり、縮小印刷をする必要はないが、従来のように、1ページの原稿データを縮小して製本印刷する機能をもたせても良いことは言うまでもない。また、原稿データの分割方法においても、用紙の2つ折りが可能な配置であれば、2分割でなくとも、例えば、4分割や6分割でも良い。   As mentioned above, although embodiment of this invention was described, this invention is not restricted to what was mentioned above. For example, bookbinding printing can be performed by creating a bookbinding layout table by applying the present invention even for bookbinding that combines flat and saddle stitch bookbinding. Further, according to the above-described embodiment, since one page of original data is divided into two and arranged on the left and right sides of the paper, it is possible to use the same size font and perform reduced printing. Although it is not necessary, it goes without saying that it is possible to provide a function of reducing the size of one page of document data and performing bookbinding printing as in the prior art. Also, in the original data dividing method, as long as the paper can be folded in half, the original data may be divided into four or six, for example, instead of dividing into two.

本発明は、製本印刷機能を有するプリンタ装置を駆動するためのプリンタシステムの分野に有用である。   The present invention is useful in the field of a printer system for driving a printer apparatus having a bookbinding printing function.

本発明の実施形態におけるプリンタドライバを導入したプリンタシステムのブロック図1 is a block diagram of a printer system in which a printer driver according to an embodiment of the invention is installed 本実施形態における製本印刷の処理の流れを示すフローチャートA flowchart showing the flow of bookbinding printing in this embodiment 本実施形態によって見開き平とじ製本印刷を行う際の各用紙におけるページの配置を示す説明図Explanatory drawing which shows arrangement | positioning of the page in each paper at the time of performing spread booklet bookbinding printing by this embodiment 図3に示す用紙を見開き平とじ製本を行ったときのページの配置を示す説明図Explanatory drawing which shows arrangement | positioning of a page when performing the double-spread book binding shown in FIG. 本実施形態によって見開き中とじ製本印刷を行う際の各用紙におけるページの配置を示す説明図Explanatory drawing which shows the arrangement | positioning of the page in each paper at the time of performing bookbinding bookbinding printing in a spread by this embodiment 図5に示す用紙を見開き中とじ製本を行ったときのページの配置を示す説明図Explanatory drawing which shows the arrangement | positioning of a page when performing the bookbinding in the double-spreading shown in FIG. 従来の製本印刷を行う際の各用紙におけるページの配置を示す説明図Explanatory drawing showing the layout of pages on each paper when performing conventional bookbinding printing

符号の説明Explanation of symbols

1 アプリケーション
2 プリンタ装置
3 プリンタドライバ描画部
4 プリンタドライバUI部
5 データ受信モジュール
6 ページ管理モジュール
7 ファイル蓄積モジュール
8 ページ処理モジュール
9 ファイル読み込みモジュール
10 印刷データ作成モジュール
DESCRIPTION OF SYMBOLS 1 Application 2 Printer apparatus 3 Printer driver drawing part 4 Printer driver UI part 5 Data receiving module 6 Page management module 7 File storage module 8 Page processing module 9 File reading module 10 Print data creation module

Claims (5)

原稿データを印刷装置において解釈可能な印刷データに変換して印刷装置に出力するように、コンピュータを機能させる印刷制御用プログラムにおいて、
原稿データを一旦記憶装置に蓄積し、この記憶装置に蓄積した原稿データを製本可能になるようにページの並び替えを行ってから印刷データに変換するようにコンピュータを機能させることを特徴とする印刷制御用プログラム。
In a print control program for causing a computer to function so as to convert manuscript data into print data that can be interpreted by the printing apparatus and output the print data to the printing apparatus,
Printing characterized in that original data is temporarily stored in a storage device, and the computer functions so that the original data stored in the storage device is rearranged so that bookbinding can be performed and then converted into print data. Control program.
原稿データを分割して用紙の半面に配置することで、見開き製本印刷を可能にすることを特徴とする請求項1記載の印刷制御用プログラム。   2. The printing control program according to claim 1, wherein spread bookbinding printing is made possible by dividing the original data and arranging the original data on one side of the paper. ページの並び替え順序として平とじ製本を可能とするように、原稿データを分割して用紙の半面に配置することを特徴とする請求項2記載の印刷制御用プログラム。   3. The program for printing control according to claim 2, wherein the original data is divided and arranged on a half surface of the paper so as to enable page binding as a page rearrangement order. ページの並び替え順序として中とじ製本を可能とするように、原稿データを分割して用紙の半面に配置することを特徴とする請求項2記載の印刷制御用プログラム。   3. The printing control program according to claim 2, wherein the original data is divided and arranged on a half surface of the paper so that saddle stitching can be performed as a page rearrangement order. 請求項1〜4のいずれか1項記載の印刷制御用プログラムを記憶したコンピュータ読み取り可能な記録媒体。   The computer-readable recording medium which memorize | stored the printing control program of any one of Claims 1-4.
JP2005074866A 2005-03-16 2005-03-16 Print control program and computer readable recording medium storing this program Pending JP2006259998A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005074866A JP2006259998A (en) 2005-03-16 2005-03-16 Print control program and computer readable recording medium storing this program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005074866A JP2006259998A (en) 2005-03-16 2005-03-16 Print control program and computer readable recording medium storing this program

Publications (1)

Publication Number Publication Date
JP2006259998A true JP2006259998A (en) 2006-09-28

Family

ID=37099203

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005074866A Pending JP2006259998A (en) 2005-03-16 2005-03-16 Print control program and computer readable recording medium storing this program

Country Status (1)

Country Link
JP (1) JP2006259998A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008306729A (en) * 2007-06-08 2008-12-18 Toshiba Corp Method and program for processing image
US20120063833A1 (en) * 2010-09-13 2012-03-15 Ricoh Company, Ltd. Image forming apparatus, image forming apparatus control method, and storage medium storing image forming apparatus control program
US10310786B2 (en) 2017-03-17 2019-06-04 Ricoh Company, Ltd. Print control apparatus for controlling print jobs having print functions affecting page order

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008306729A (en) * 2007-06-08 2008-12-18 Toshiba Corp Method and program for processing image
US20120063833A1 (en) * 2010-09-13 2012-03-15 Ricoh Company, Ltd. Image forming apparatus, image forming apparatus control method, and storage medium storing image forming apparatus control program
US8781389B2 (en) * 2010-09-13 2014-07-15 Ricoh Company, Ltd. Image forming apparatus, image forming apparatus control method, and storage medium storing image forming apparatus control program
US9383701B2 (en) 2010-09-13 2016-07-05 Ricoh Company, Ltd. Image forming apparatus, image forming apparatus control method, and storage medium storing image forming apparatus control program
US10310786B2 (en) 2017-03-17 2019-06-04 Ricoh Company, Ltd. Print control apparatus for controlling print jobs having print functions affecting page order

Similar Documents

Publication Publication Date Title
JP2008052423A (en) Print management device, print management method, and print management program
JP2013162422A (en) Image forming device, control method of the same, and program
US8305616B2 (en) Information processing apparatus, information processing method, and storage medium
JP3573175B2 (en) Image processing device
JP2020004272A5 (en)
JP2006259998A (en) Print control program and computer readable recording medium storing this program
JP4557597B2 (en) Print processing method and print processing control system for realizing the method
JP2003162406A (en) Data processing apparatus
US20070172283A1 (en) Image forming system, Image forming apparatus and program for use therein
JP4849001B2 (en) Image processing apparatus, image forming apparatus, and program
JP5943304B2 (en) Image forming apparatus and program
JPH11165455A (en) Print control method by computer and computer readable recording medium recorded with print control program and print control device
JP2008140256A (en) Image processing apparatus, image processing system, and image processing program
JP2009064266A (en) Imposition controller, imposition control method, program, and computer readable recording medium
US9019554B2 (en) Display apparatus and method, image forming apparatus, and non-transitory computer readable medium
US9994059B2 (en) Data editing apparatus and program
JP2008011332A (en) Image processing apparatus and its control program
JP2006069047A (en) Apparatus and method for processing image data
US10191695B2 (en) Image forming apparatus capable of making booklet, control method therefor, and storage medium storing control program therefor
US10552108B2 (en) Method of print job programming for producing a pad
JP2008117146A (en) Printing system
JP2012179855A (en) Printing apparatus, printing control method, and program
JP2004240849A (en) Printing instruction device, method for controlling printing apparatus and storage medium storing computer readable program
US20070177209A1 (en) Information processing apparatus and recording medium for storing program
JP2021082197A (en) Print control device, print control method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070828

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090909

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090915

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20091113

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20091208