WO2004070608A1 - Printer driver program, printing control method, and information processor - Google Patents
Printer driver program, printing control method, and information processor Download PDFInfo
- Publication number
- WO2004070608A1 WO2004070608A1 PCT/JP2003/001118 JP0301118W WO2004070608A1 WO 2004070608 A1 WO2004070608 A1 WO 2004070608A1 JP 0301118 W JP0301118 W JP 0301118W WO 2004070608 A1 WO2004070608 A1 WO 2004070608A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- document
- page
- document data
- data
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/12—Digital output to print unit, e.g. line printer, chain printer
- G06F3/1201—Dedicated interfaces to print systems
- G06F3/1202—Dedicated interfaces to print systems specifically adapted to achieve a particular effect
- G06F3/1203—Improving or facilitating administration, e.g. print management
- G06F3/1205—Improving or facilitating administration, e.g. print management resulting in increased flexibility in print job configuration, e.g. job settings, print requirements, job tickets
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/12—Digital output to print unit, e.g. line printer, chain printer
- G06F3/1201—Dedicated interfaces to print systems
- G06F3/1223—Dedicated interfaces to print systems specifically adapted to use a particular technique
- G06F3/1237—Print job management
- G06F3/125—Page layout or assigning input pages onto output media, e.g. imposition
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/12—Digital output to print unit, e.g. line printer, chain printer
- G06F3/1201—Dedicated interfaces to print systems
- G06F3/1278—Dedicated interfaces to print systems specifically adapted to adopt a particular infrastructure
- G06F3/1285—Remote printer device, e.g. being remote from client or server
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/103—Formatting, i.e. changing of presentation of documents
Definitions
- the present invention relates to a program, a print control method, and an information processing apparatus for controlling a printing apparatus that allocates and prints a plurality of pages of a document being processed by an application to one page based on a user's specification.
- the present invention relates to a program, a print control method, and an information processing apparatus capable of allocating the same page to one page. Background art
- printing devices have a function to assign multiple pages of a document to one page, a function to print multiple documents together as a single document, and a function to assign any page of multiple documents to one page There is.
- FIG. 8 is an explanatory diagram for explaining a powerful conventional printing function.
- Figure (a) shows an example in which two pages of one document are allocated to one page and printed.
- Figure (b) shows an example in which two documents A and B are printed together as one document.
- the figure (c) shows an example in which the third page (A 3) of document A, the first page (B 1) of document B, and the second page (C 2) of document C are printed on one page. Is shown.
- conventional printing devices have the problem that the same page of multiple documents cannot be assigned to one page and printed, as shown in Fig. 1.
- the first page of A (A 1) and the first page of document B are printed on the first page
- the second page of document A (A 1) and the second page of document B are printed on the second page.
- Japanese Patent Application Laid-Open No. 2002-165504 discloses a technique for automatically laying out and inserting a document such as an advertisement in a margin of a printing paper. In order to print the same page of multiple documents by allocating them to one page as shown in Fig. 1, it takes time to establish the relationship between documents and the relationship between documents and layouts. There was a problem.
- the present invention has been made to solve the above-described problems of the related art, and provides a program, a print control method, and an information processing apparatus capable of allocating the same page of a plurality of documents to one page. It is aimed at. Disclosure of the invention
- the present invention is a program for controlling a printing apparatus that allocates and prints a plurality of pages of a document being processed by an application to one page based on a user's specification.
- a document data generating procedure for generating print document data in which a document being processed by the application and another document specified by the user are arranged in order for each page; and a print generated by the document data generating procedure. Converting the document data into print data in which a plurality of pages of the print document data are allocated to one page; and causing the computer to execute the conversion procedure.
- a printing control method for controlling a printing apparatus that prints a plurality of pages by allocating them to one page based on a user's designation A document data generating step of generating print document data in which a document being processed by an application and another document specified by the user are arranged in order for each page, and print document data generated by the document data generating step. And a conversion step of converting a plurality of pages of the print document data into print data allocated to one page.
- the present invention is an information processing apparatus that allocates a plurality of pages of a document being processed by an application to one page based on a user's specification and prints the page.
- Document data generating means for generating print document data in which a document being processed by the application and another document designated by the user are arranged in order for each page; andprint document data generated by the document data generating means.
- Converting means for converting a plurality of pages of the print document data into print data allocated in a single page.
- print document data in which a document being processed by an application and another document specified by a user are arranged in order for each page is generated, and the generated print document data is stored in a plurality of print document data. Since the pages are converted to print data that is allocated to one page, the same page of multiple documents can be allocated to three pages.
- the present invention is a program for controlling a printing apparatus which prints a document being processed by an application based on a user's designation, the document being processed by the application and a memo space or a memo space designated by the user.
- the present invention relates to a print control method for controlling a printing apparatus which prints a document being processed by an application based on a user's specification, wherein the document being processed by the application and the user's specification are provided.
- the present invention is also an information processing apparatus for printing a document being processed by an application based on a user's specification, the document being processed by the application and a memo blank or a memo line specified by the user. And the printed document data alternately arranged for each page.
- print document data in which a document being processed by an application and a memo blank or a line designated by the user are alternately arranged for each page, and the generated print document data is Since multiple pages of print document data are converted to print data that is allocated to one page, the document being processed by the application and memo blanks or lines can be allocated to one page.
- FIG. 1 is a diagram showing an example in which the same page of a plurality of documents is allocated to one page and printed
- FIG. 2 is a functional configuration diagram showing a configuration of a printer driver according to the first embodiment.
- FIG. 3 is a diagram showing an example of print setting
- FIG. 4 is a flowchart showing a processing procedure of the printer driver according to the first embodiment
- FIG. 5 is a diagram showing an assignment addition designation.
- FIG. 6 is a flowchart showing a processing procedure of the conversion processing unit in the case.
- FIG. 6 is an explanatory diagram for explaining the concept of page allocation according to the second embodiment
- FIG. 8 is a flowchart showing a processing procedure of a process performed by the conversion processing unit according to the second embodiment when there is an assignment addition designation.
- FIG. 8 is an explanatory diagram for explaining a conventional printing function. BEST MODE FOR CARRYING OUT THE INVENTION
- FIG. 2 is a functional configuration diagram showing a configuration of the printer driver according to the first embodiment.
- the printer driver 200 is connected to the application setting input section 210. It has a file call control unit 220, a document data generation unit 230, a conversion processing unit 240, and a setting information storage unit 250.
- the printer driver 2000 receives application document data in response to a print request for a document being processed (hereinafter, referred to as an “application document”) from the application 110, and transmits the received application document data for printing. Convert to data and output to spool file 130. Then, the printer control unit 140, which is a part of the operating system, sends the data of the spool file 130 to the printer 10, and the printer 10 prints the application document.
- application document a print request for a document being processed
- the setting input unit 210 is a processing unit that inputs print settings specified by the user and stores the input print settings in the setting information storage unit 250.
- Print settings include page layout specification, paper size, print direction, angular resolution, color / monochrome specification, enlargement / reduction, and addition of a watermark.
- the user can use the page layout specification to specify that the same page of the application document and another document be allocated to one page.
- FIG. 3 is a diagram illustrating an example of print settings. As shown in the figure, in this print setting, as the additional specification of the layout specification (hereinafter referred to as “allocation additional specification”), “alternately with the specified document”, “alternatively with the blank page” or “ Alternately with the ascending line page "can be specified. If "Alternate to specified document” is specified, specify the file name that stores another document to be allocated alternately. In addition, you can specify the page number of another document and use only a specific page repeatedly.
- the file call control unit 220 specifies a separate document that assigns pages alternately with the application document, and the file name A processing unit that reads from the designated separate document file 120, divides the read separate document into predetermined processing units, and transfers the divided separate document to the document data generation unit 230 as separate document data. Also, when it is specified that only a specific page is repeatedly used, the file call control unit 220 uses only the data of the specified page.
- the document data generation unit 230 is a processing unit that receives application document data from the application 110 and transfers it to the conversion processing unit 240 as print document data. Is specified, the separate document data is received from the file call control unit 220 and is passed to the conversion processing unit 240 alternately with the application document data in page units.
- the document data generation unit 230 passes blank page data instead of separate document data to the conversion processing unit 240. If “alternate with pit-line pages" is specified in the allocation designation, the voice line page data is passed to the conversion processing unit 240 instead of the separate document data.
- the document data generating unit 230 alternately passes different document data to the conversion processing unit 240 on a page-by-page basis based on the print settings specified by the user. Documents can be printed on one page per page.
- the conversion processing unit 240 is a processing unit that receives print document data from the document data generation unit 230, converts the print document data into print data to be processed by the printer, and outputs the print data to the spool file 130. If the end of page is detected in the print document data, the conversion processing unit 240 issues a document switching request to the document data generation unit 230 when there is an assignment addition designation, Performs the page allocation process required to switch between.
- the conversion processing unit 240 detects the end of the page in the print document data, issues a document switching request to the document data generation unit 230, and switches the left and right of the print page. By performing the necessary page layout processing, each page of the two documents can be printed on the left and right.
- the setting information storage unit 250 stores the print setting values input by the setting input unit 210. Specifically, the page layout designation, paper size, printing direction, resolution, and color are set. Settings such as monochrome designation, enlargement / reduction, addition of watermark, etc. Store the value.
- FIG. 4 is a flowchart showing a processing procedure of the printer driver 200 according to the embodiment 111.
- the printer driver 200 inputs the values set in the print settings (step S401) and checks whether or not there is an assignment addition designation (step S402). .
- one page is output to the spool file 130 while converting the application document data to be assigned to the left half of the printing paper (Step S403), and the right half of the printing paper is converted.
- One page is output to the spool file 130 while converting the separate document data to be assigned to (step S404). Then, it is checked whether or not it is the end of the application document (step S405), and if it is not the end of the application document, the process returns to step S403 to perform the conversion processing of the next page. If it is the end of the application document, the process ends.
- each page of the application document is converted based on the print setting, and if there is assignment designation, it is assigned and output to the spool file 130 (Step S406) ). Then, it is checked whether the end of the application document is strong or not (step S 407). If it is not the end of the application document, the process returns to step S 406 to convert and assign the next page, and the application document is converted. If it is the end of, the process ends.
- the printer driver 200 inputs the print settings, checks whether or not there is an assignment addition designation, and when there is the assignment addition designation, alternately, the application document and the separate document are alternately arranged for each page. By converting and outputting them to the spool file 130, the same page of two documents can be assigned to one page.
- FIG. 5 is a flowchart showing a processing procedure of the conversion processing unit 240 when there is an assignment addition designation.
- the conversion processing unit 240 receives print document data from the document data generation unit 230, and First, it is checked whether the received print document data is data for designating the top of the page (step S501).
- a page initialization process is performed (step S502).
- the page initialization process for example, there is a process of creating a page setting command such as paper size / paper direction.
- step S503 the received print document data is analyzed (step S503), and whether or not the analyzed print document data indicates the end of the page is checked (step S504), and the end of the page is indicated. If they are the same, a request to switch the output document is made to the document data generation unit 230 (step S550).
- step S506 the analysis result of the print document data and the paper size, resolution, color Z monochrome designation, and enlargement stored in the setting information storage unit 250, enlargement 'Color conversion processing and enlargement based on settings such as reduction and caro with watermark' Reduction processing is performed (step S506), and the processing results are converted into commands to be processed by the printer (step S507). Then, the result of the conversion is output to the spool file 130 as print data (step S 508). If the processed data indicates the end of the page (step S 509 affirmative), An allocation process necessary for switching between left and right of the page is performed (step S510).
- the conversion processing unit 240 requests the document data generation unit 230 to switch the output document.
- the same page of two documents can be assigned to the left and right by performing the assignment process required to switch between the left and right pages.
- the document data generation unit 230 generates print document data by switching between application document data and separate document data for each page, and the conversion processing unit 240 generates print document data.
- the end of the page is detected during the processing of, a request for switching the output document to the document data generation unit 230 is performed, and the layout processing necessary for switching the left and right of the page is performed.
- Two documents Can be printed by allocating the same page to one page.
- the document data generation unit 230 creates blank page data or curved line data based on a user's instruction, and switches between the application document data and the page to change the print document data. Since it is generated, the application document can be printed with the right half of the page as a blank page or a line-up page. In the first embodiment, the case where the same page of two documents is allocated to the left and right of one page has been described.
- the present invention is not limited to this, and the same page of two documents is When laying out the top and bottom of pages, the same page of two documents is laid out on the left and right of the top half of one page, and when the next page of two documents is laid out on the left and right of the bottom half of the same page, a larger number of documents The same applies to a case where the same page is allocated to one page.
- the number of pages of another document is smaller than the number of pages of the application document, the same can be applied to a case where another document is repeatedly used from the first page. For example, by specifying only one document as a separate document, a document in a predetermined format can be assigned to the right half of each page.
- the first embodiment the case where the same page of two documents is assigned to the left and right of one page has been described. However, when viewing the English document and the translated document side by side, the length of the document is Because of the differences, the left and right documents may be misaligned.
- the second embodiment a case will be described in which the configuration of a document is recognized and the left and right documents are assigned to correspond to each other.
- the processing of the conversion processing unit when the assignment is specified is mainly different from that of the first embodiment. Therefore, the processing procedure of the conversion processing unit when the assignment is specified will be mainly described. .
- FIG. 6 is an explanatory diagram for explaining the concept of page allocation according to the second embodiment.
- the printer driver recognizes the chapters constituting the document such as 1.1 and 1.2, and there is one document. If a chapter is short, assign blanks until the corresponding chapter in the other document ends, and assign documents so that the beginning of the next chapter is aligned with the left and right documents.
- FIG. 7 is a flowchart illustrating a processing procedure of a process performed by the conversion processing unit according to the second embodiment when an assignment addition is specified.
- the conversion processing unit receives the print document data from the document data generation unit 230 when the assignment addition designation is specified, first, the received print document data is the data specifying the head of the page. It is checked whether or not (step S701).
- step S702 if the received print document data is data designating the top of a page, a page initialization process is performed (step S702). Then, the received print document data is analyzed (step S703), and the analysis result and the paper size, resolution, color / monochrome designation, enlargement / reduction, watermark addition, etc. stored in the setting information storage section 250 are stored. Color conversion processing, enlargement / reduction processing, etc. are performed based on the set value of (step S704).
- processing results are converted into commands to be processed by the printer (step S705), and the conversion results are output to the spool file 130 as print data (step S770). Then, it is checked whether or not the processed data is a break of a chapter constituting the document (step S707). If the processed data is not a break of a chapter constituting the document, the processed data indicates the end of the page. It is checked whether or not the force is (Step S708).
- step S709 if the processed data does not indicate the end of the page, the processing is terminated as it is, and if the processed data indicates the end of the page, further processing of other documents is performed. Scope, that is, whether or not the same chapter of another document has been output Is checked (step S709). Then, if the corresponding range of the other document has already been output, it is checked whether or not the processed document data is the document data of the application document (step S710). In this case, the processing is terminated as it is, and if it is not the document data of the application document, processing for maintaining the assignment to the right half is performed (step S711).
- step S712 a request to switch the output document is made to the document data generation unit 230 (step S71 2), which is necessary for switching the left and right of the page. (Step S713).
- step S714 If the processed data is a break of a chapter constituting a document, it is checked whether or not the corresponding range of another document has been output (step S714), and the corresponding range of another document has been output. If not, a request to switch the output document is made to the document data generation unit 230 (step S71 2), and an allocation process necessary for switching between left and right of the page is performed (step S711). . If the corresponding document range of the other document has already been output, it is checked whether or not the processed document data is the document data of the application document (step S 715).
- step S 716 Performs a page break process (step S 716), and if it is not the document data of the application document, requests the document data generation unit 230 to switch the output document (step S 712), An allocation process necessary for switching between the left and right of the page is performed (step S713).
- the conversion processing unit detects not only the end of the page but also the chapter breaks constituting the document while processing the print document, and detects the chapter breaks. Then, based on whether or not the corresponding range of another document has already been output and whether or not the document data being processed is the document data of an abbreviated document, a request to switch the output document to the document data generation unit 230 is made. And the necessary processing to correctly arrange the pages on the left and right, so that the corresponding chapters in the two documents can be printed on the same page without shifting the corresponding chapters. it can.
- a document being processed by an application can be used. Generates print document data in which different documents specified by the user are arranged in order for each page, and converts the generated print document data to print data in which multiple pages of print document data are allocated to one page Therefore, the same page of a plurality of documents can be allocated to one page.
- print document data in which a document being processed by an application and a memo blank or ascending line specified by a user are alternately arranged for each page are generated, and the generated print document data is printed. Since the configuration is such that a plurality of pages of the document data are converted into print data which is allocated to one page, an effect that the application can allocate a document being processed and a memo space or a dashed line to one page is obtained.
- the program, the print control method, and the information processing apparatus according to the present invention are suitable for a printing apparatus that allocates the same page or a corresponding portion of a plurality of documents to one page.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Editing Of Facsimile Originals (AREA)
- Record Information Processing For Printing (AREA)
Abstract
A program for controlling a printer that prints one page to which a plurality of pages of a document being processed by an application are assigned according to a command of the user. An information processor comprises a document data creating section for creating data on a document to be printed while switching between the document being processed by an application and another document specified by the user page by page and a converting section for requesting the document creating section to change the output document when detecting the end of a page during conversion of to-be-printed document data and switching between the left and right columns of a page.
Description
明 細 書 プリンタドライバプログラム、 印刷制御方法および情報処理装置 技術分野 Description Printer driver program, print control method, and information processing device
この発明は、 アプリケーションが処理中の文書の複数ページを利用者の指定に 基づいて 1ページに割り付けて印刷する印刷装置を制御するプログラム、 印刷制 御方法および情報処理装置に関し、 特に、 複数の文書の同一ページを一つのぺー ジに割り付けることができるプログラム、 印刷制御方法および情報処理装置に関 するものである。 背景技術 The present invention relates to a program, a print control method, and an information processing apparatus for controlling a printing apparatus that allocates and prints a plurality of pages of a document being processed by an application to one page based on a user's specification. The present invention relates to a program, a print control method, and an information processing apparatus capable of allocating the same page to one page. Background art
従来から、 印刷装置には、 文書の複数のページを一つのページに割り付ける機 能、 複数の文書をまとめて一つの文書として印刷する機能、 複数の文書の任意の ページを一つのページに割り付ける機能がある。 Conventionally, printing devices have a function to assign multiple pages of a document to one page, a function to print multiple documents together as a single document, and a function to assign any page of multiple documents to one page There is.
第 8図は、 力かる従来の印刷機能を説明するための説明図である。 同図 (a ) は、 一つの文書の 2ページを 1ページに割り付けて印刷する例を示し、 同図 (b ) は、 二つの文書 Aおよび Bをまとめて一つの文書として印刷する例を示し、 同 図 (c ) は、 文書 Aの第 3ページ (A 3 ) 、 文書 Bの第 1ページ (B 1 ) および 文書 Cの第 2ページ (C 2 ) を 1ページに割り付けて印刷する例を示している。 し力、しながら、 従来の印刷装置には、 第 1図に示すような、 複数の文書の同一 ページを一つのページに割り付けて印刷することはできないという問題があった 第 1図は、 文書 Aの第 1ページ (A 1 ) と文書 Bの第 1ページを 1ページ目に 割り付けて印刷し、 文書 Aの第 2ページ (A 1 ) と文書 Bの第 2ページを 2ぺー ジ目に割り付けて印刷し、 以下同様に、 文書 Aと文書 Bの同一ページを 1ページ に割り付けて印刷する例を示している。 従来の印刷装置では、 このような割り付 けを指定することはできなかった。
また、 特開 2 0 0 2— 1 6 5 0 8 4号公報には、 印刷用紙の余白に広告などの 文書を自動的にレイアウトして嵌め込む技術が開示されているが、 この従来技術 を用いて、 第 1図に示すような、 複数の文書の同一ページを一つのページに割り 付けて印刷するためには、 文書間の関係付けおよび文書とレイァゥトとの関係付 けをおこなう手間がかかるという問題があった。 FIG. 8 is an explanatory diagram for explaining a powerful conventional printing function. Figure (a) shows an example in which two pages of one document are allocated to one page and printed. Figure (b) shows an example in which two documents A and B are printed together as one document. The figure (c) shows an example in which the third page (A 3) of document A, the first page (B 1) of document B, and the second page (C 2) of document C are printed on one page. Is shown. However, conventional printing devices have the problem that the same page of multiple documents cannot be assigned to one page and printed, as shown in Fig. 1. The first page of A (A 1) and the first page of document B are printed on the first page, and the second page of document A (A 1) and the second page of document B are printed on the second page. An example is shown below in which the same pages of document A and document B are allocated to one page and printed. With a conventional printing device, such an assignment could not be specified. Japanese Patent Application Laid-Open No. 2002-165504 discloses a technique for automatically laying out and inserting a document such as an advertisement in a margin of a printing paper. In order to print the same page of multiple documents by allocating them to one page as shown in Fig. 1, it takes time to establish the relationship between documents and the relationship between documents and layouts. There was a problem.
この発明は、 上述した従来技術による問題点を解消するためになされたもので あり、 複数の文書の同一ページを一つのページに割り付けることができるプログ ラム、 印刷制御方法および情報処理装置を提供することを目的としている。 発明の開示 SUMMARY OF THE INVENTION The present invention has been made to solve the above-described problems of the related art, and provides a program, a print control method, and an information processing apparatus capable of allocating the same page of a plurality of documents to one page. It is aimed at. Disclosure of the invention
上述した課題を解決し、 目的を達成するため、 本発明は、 アプリケーションが 処理中の文書の複数ページを利用者の指定に基づいて 1ページに割り付けて印刷 する印刷装置を制御するプログラムであって、 前記アプリケーシヨンが処理中の 文書と前記利用者が指定した別文書とをページごとに順番に並べた印刷文書デー タを生成する文書データ生成手順と、 前記文書データ生成手順により生成された 印刷文書データを、 該印刷文書データの複数ページを 1ページに割り付けた印刷 用データに変換する変換手順と、 をコンピュータに実行させることを特徴とする また、 本発明は、 アプリケーションが処理中の文書の複数ページを利用者の指 定に基づいて 1ページに割り付けて印刷する印刷装置を制御する印刷制御方法で あって、 前記アプリケーションが処理中の文書と前記利用者が指定した別文書と をページごとに順番に並べた印刷文書データを生成する文書データ生成工程と、 前記文書データ生成工程により生成された印刷文書データを、 該印刷文書データ の複数ページを 1ページに割り付けた印刷用データに変換する変換工程と、 を含 んだことを特^ [とする。 In order to solve the above-mentioned problems and achieve the object, the present invention is a program for controlling a printing apparatus that allocates and prints a plurality of pages of a document being processed by an application to one page based on a user's specification. A document data generating procedure for generating print document data in which a document being processed by the application and another document specified by the user are arranged in order for each page; and a print generated by the document data generating procedure. Converting the document data into print data in which a plurality of pages of the print document data are allocated to one page; and causing the computer to execute the conversion procedure. A printing control method for controlling a printing apparatus that prints a plurality of pages by allocating them to one page based on a user's designation, A document data generating step of generating print document data in which a document being processed by an application and another document specified by the user are arranged in order for each page, and print document data generated by the document data generating step. And a conversion step of converting a plurality of pages of the print document data into print data allocated to one page.
また、 本発明は、 アプリケーションが処理中の文書の複数ページを利用者の指 定に基づいて 1ページに割り付けて印刷する情報処理装置であって、 前記アプリ
ケーションが処理中の文書と前記利用者が指定した別文書とをページごとに順番 に並べた印刷文書データを生成する文書データ生成手段と、 前記文書データ生成 手段により生成された印刷文書データを、 該印刷文書データの複数ページを 1ぺ 一ジに割り付けた印刷用データに変換する変換手段と、 を備えたことを特徴とす る。 Further, the present invention is an information processing apparatus that allocates a plurality of pages of a document being processed by an application to one page based on a user's specification and prints the page. Document data generating means for generating print document data in which a document being processed by the application and another document designated by the user are arranged in order for each page; andprint document data generated by the document data generating means. Converting means for converting a plurality of pages of the print document data into print data allocated in a single page.
力、かる発明によれば、 アプリケーションが処理中の文書と利用者が指定した別 文書とをページごとに順番に並べた印刷文書データを生成し、 生成した印刷文書 データを、 印刷文書データの複数ページを 1ページに割り付けた印刷用データに 変換することとしたので、 複数の文書の同一ページを 3のページに割り付ける ことができる。 According to the present invention, print document data in which a document being processed by an application and another document specified by a user are arranged in order for each page is generated, and the generated print document data is stored in a plurality of print document data. Since the pages are converted to print data that is allocated to one page, the same page of multiple documents can be allocated to three pages.
また、 本発明は、 アプリケーションが処理中の文書を利用者の指定に基づいて 印刷する印刷装置を制御するプログラムであって、 前記アプリケーションが処理 中の文書と前記利用者が指定したメモ用空白または聲線とをページごとに交互に 並べた印刷文書データを生成する文書データ生成手順と、 前記文書データ生成手 順により生成された印刷文書データを、 該印刷文書データの複数ページを 1ぺー ジに割り付けた印刷用データに変換する変換手順と、 をコンピュータに実行させ ることを特徴とする。 Further, the present invention is a program for controlling a printing apparatus which prints a document being processed by an application based on a user's designation, the document being processed by the application and a memo space or a memo space designated by the user. A document data generating procedure for generating print document data in which voice lines are alternately arranged for each page; and printing the document data generated by the document data generating procedure into a plurality of pages of the print document data. And (c) causing the computer to execute a conversion procedure for converting the data into the assigned print data.
また、 本発明は、 アプリケーションが処理中の文書を利用者の指定に基づいて 印刷する印刷装置を制御する印刷制御方法であつて、 前記ァプリケーションが処 理中の文書と前記利用者が指定したメモ用空白または雾線とをページごとに交互 に並べた印刷文書データを生成する文書データ生成工程と、 前記文書データ生成 工程により生成された印刷文書データを、 該印刷文書データの複数ページを 1ぺ 一ジに割り付けた印刷用データに変換する変換工程と、 を含んだことを特徴とす る。 Further, the present invention relates to a print control method for controlling a printing apparatus which prints a document being processed by an application based on a user's specification, wherein the document being processed by the application and the user's specification are provided. A document data generating step of generating print document data in which the memo blanks or dashed lines alternately arranged for each page; and a plurality of pages of the print document data generated by the document data generating step. (1) a conversion step of converting the data into print data that has been allocated to the printer.
また、 本発明は、 アプリケーションが処理中の文書を利用者の指定に基づいて 印刷する情報処理装置であって、 前記アプリケーションが処理中の文書と前記利 用者が指定したメモ用空白または麥線とをページごとに交互に並べた印刷文書デ
一タを生成する文書データ生成手段と、 前記文書データ生成手段により生成され た印刷文書データを、 該印刷文書データの複数ページを 1ページに割り付けた印 刷用データに変換する変換手段と、 を備えたことを特徴とする。 The present invention is also an information processing apparatus for printing a document being processed by an application based on a user's specification, the document being processed by the application and a memo blank or a memo line specified by the user. And the printed document data alternately arranged for each page. Document data generating means for generating data, and converting means for converting the print document data generated by the document data generating means into print data in which a plurality of pages of the print document data are allocated to one page. It is characterized by having.
かかる発明によれば、 アプリケーシヨンが処理中の文書と利用者が指定したメ モ用空白または朞線とをページごとに交互に並べた印刷文書データを生成し、 生 成した印刷文書データを、 印刷文書データの複数ページを 1ページに割り付けた 印刷用データに変換することとしたので、 アプリケーションが処理中の文書とメ モ用空白または肆線とを一つのページに割り付けることができる。 図面の簡単な説明 According to the invention, print document data in which a document being processed by an application and a memo blank or a line designated by the user are alternately arranged for each page, and the generated print document data is Since multiple pages of print document data are converted to print data that is allocated to one page, the document being processed by the application and memo blanks or lines can be allocated to one page. BRIEF DESCRIPTION OF THE FIGURES
第 1図は、 複数の文書の同一ページを一つのページに割り付けて印刷する一例 を示す図であり、 第 2図は、 本実施の形態 1に係るプリンタドライバの構成を示 す機能構成図であり、 第 3図は、 印刷設定の一例を示す図であり、 第 4図は、 本 実施の形態 1に係るプリンタドライバの処理手順を示すフローチャートであり、 第 5図は、 割付付加指定がある場合の変換処理部の処理手順を示すフローチャー トであり、 第 6図は、 本実施の形態 2に係るページ割り付けの概念を説明するた めの説明図であり、 第 7図は、 本実施の形態 2に係る変換処理部が割付付加指定 がある場合におこなう処理の処理手順を示すフローチャートであり、 第 8図は、 従来の印刷機能を説明するための説明図である。 発明を実施するための最良の形態 FIG. 1 is a diagram showing an example in which the same page of a plurality of documents is allocated to one page and printed, and FIG. 2 is a functional configuration diagram showing a configuration of a printer driver according to the first embodiment. Yes, FIG. 3 is a diagram showing an example of print setting, FIG. 4 is a flowchart showing a processing procedure of the printer driver according to the first embodiment, and FIG. 5 is a diagram showing an assignment addition designation. FIG. 6 is a flowchart showing a processing procedure of the conversion processing unit in the case. FIG. 6 is an explanatory diagram for explaining the concept of page allocation according to the second embodiment, and FIG. FIG. 8 is a flowchart showing a processing procedure of a process performed by the conversion processing unit according to the second embodiment when there is an assignment addition designation. FIG. 8 is an explanatory diagram for explaining a conventional printing function. BEST MODE FOR CARRYING OUT THE INVENTION
以下、 添付図面を参照して、 この発明に係るプログラム、 印刷制御方法および 情報処理装置の好適な実施の形態を詳細に説明する。 Hereinafter, preferred embodiments of a program, a print control method, and an information processing apparatus according to the present invention will be described in detail with reference to the accompanying drawings.
実施の形態 1 . Embodiment 1
まず、 本実施の形態 1に係るプリンタドライバの構成について説明する。 第 2 図は、 本実施の形態 1に係るプリンタドライバの構成を示す機能構成図である。 同図に示すように、 このプリンタドライバ 2 0 0は、 アプリ設定入力部 2 1 0と
、 ファイル呼び出し制御部 2 2 0と、 文書データ生成部 2 3 0と、 変換処理部 2 4 0と、 設定情報記憶部 2 5 0とを有する。 First, the configuration of the printer driver according to the first embodiment will be described. FIG. 2 is a functional configuration diagram showing a configuration of the printer driver according to the first embodiment. As shown in the figure, the printer driver 200 is connected to the application setting input section 210. It has a file call control unit 220, a document data generation unit 230, a conversion processing unit 240, and a setting information storage unit 250.
なお、 このプリンタドライバ 2 0 0は、 アプリケーション 1 1 0から処理中の 文書 (以下 「アプリ文書」 という。 ) の印刷要求を受けてアプリ文書データを受 け取り、 受け取ったアプリ文書データを印刷用データに変換してスプールフアイ ル 1 3 0に出力する。 そして、 オペレーティングシステムの一部であるプリンタ 制御部 1 4 0がスプールファイル 1 3 0のデータをプリンタ 1 0に送り、 プリン タ 1 0がアプリ文書を印刷する。 The printer driver 2000 receives application document data in response to a print request for a document being processed (hereinafter, referred to as an “application document”) from the application 110, and transmits the received application document data for printing. Convert to data and output to spool file 130. Then, the printer control unit 140, which is a part of the operating system, sends the data of the spool file 130 to the printer 10, and the printer 10 prints the application document.
設定入力部 2 1 0は、 利用者が指定する印刷設定を入力して設定情報記憶部 2 5 0に格納する処理部である。 印刷設定としては、 ページ割り付け指定、 用紙サ ィズ、 印刷方向、 角军像度、 カラー/モノクロ指定、 拡大'縮小やウォータマーク 付加などがある。 また、 利用者は、 ページ割り付け指定を用いて、 アプリ文書と 別文書の同一ページを一つのページに割り付ける指定をおこなうことができる。 第 3図は、 印刷設定の一例を示す図である。 同図に示すように、 この印刷設定 では、 割付指定の付加指定 (以下 「割付付加指定」 という。 ) として、 「指定し た文書と交互に割り付ける」 、 「空白ページと交互に割り付ける」 または 「昇線 ページと交互に割り付ける」 のいずれかを指定することができる。 また、 「指定 した文書と交互に割り付ける」 を指定した場合には、 交互に割り付ける別文書を 格納したフアイノレ名を指定する。 さらに、 別文書のページ番号を指定して特定の ページだけを繰り返し使用することもできる。 The setting input unit 210 is a processing unit that inputs print settings specified by the user and stores the input print settings in the setting information storage unit 250. Print settings include page layout specification, paper size, print direction, angular resolution, color / monochrome specification, enlargement / reduction, and addition of a watermark. Also, the user can use the page layout specification to specify that the same page of the application document and another document be allocated to one page. FIG. 3 is a diagram illustrating an example of print settings. As shown in the figure, in this print setting, as the additional specification of the layout specification (hereinafter referred to as “allocation additional specification”), “alternately with the specified document”, “alternatively with the blank page” or “ Alternately with the ascending line page "can be specified. If "Alternate to specified document" is specified, specify the file name that stores another document to be allocated alternately. In addition, you can specify the page number of another document and use only a specific page repeatedly.
ファイル呼び出し制御部 2 2 0は、 割付付加指定で 「指定した文書と交互に割 り付ける」 が指定された場合に、 アプリ文書と交互にページを割り付ける別文書 を、 割付付加指定でファイル名が指定された別文書ファイル 1 2 0から読み込む 処理部であり、 読み込んだ別文書を所定の処理単位に分割して別文書データとし て文書データ生成部 2 3 0に渡す。 また、 このフアイル呼び出し制御部 2 2 0は 、 特定のページだけを繰り返し使用するように指定された場合には、 指定された ページのデータだけを使用する。
文書データ生成部 2 3 0は、 アプリケーション 1 1 0からアプリ文書データを 受け取って変換処理部 2 4 0に印刷文書データとして渡す処理部であり、 割付付 加指定で 「指定した文書と交互に割り付ける」 が指定された場合には、 別文書デ ータをファイル呼び出し制御部 2 2 0から受け取り、 アプリ文書データとページ 単位で交互に変換処理部 2 4 0に渡す。 When “Alternate with specified document” is specified in the assignment addition specification, the file call control unit 220 specifies a separate document that assigns pages alternately with the application document, and the file name A processing unit that reads from the designated separate document file 120, divides the read separate document into predetermined processing units, and transfers the divided separate document to the document data generation unit 230 as separate document data. Also, when it is specified that only a specific page is repeatedly used, the file call control unit 220 uses only the data of the specified page. The document data generation unit 230 is a processing unit that receives application document data from the application 110 and transfers it to the conversion processing unit 240 as print document data. Is specified, the separate document data is received from the file call control unit 220 and is passed to the conversion processing unit 240 alternately with the application document data in page units.
また、 この文書データ生成部 2 3 0は、 割付付加指定で 「空白ページと交互に 割り付ける」 が指定された場合には、 別文書データの代わりに空白ページデータ を変換処理部 2 4 0に渡し、 割付付加指定で 「穽線ページと交互に割り付ける」 が指定された場合には、 別文書データの代わりに聲線ページデータを変換処理部 2 4 0に渡す。 Also, when “alternate with blank page” is specified in the layout addition specification, the document data generation unit 230 passes blank page data instead of separate document data to the conversion processing unit 240. If "alternate with pit-line pages" is specified in the allocation designation, the voice line page data is passed to the conversion processing unit 240 instead of the separate document data.
このように、 この文書データ生成部 2 3 0力 利用者が指定した印刷設定に基 づいてアプリ文書データとページ単位で交互に別文書データを変換処理部 2 4 0 に渡すことによって、 二つの文書をページごとに一つのページに割り付けて印刷 することができる。 In this way, the document data generating unit 230 alternately passes different document data to the conversion processing unit 240 on a page-by-page basis based on the print settings specified by the user. Documents can be printed on one page per page.
変換処理部 2 4 0は、 文書データ生成部 2 3 0から印刷文書データを受け取り 、 プリンタが処理する印刷用データに変換してスプールファイル 1 3 0に出力す る処理部である。 この変換処理部 2 4 0は、 割付付加指定がある場合には、 印刷 文書データ中にページ終端を検出すると、 文書データ生成部 2 3 0に対して文書 切換要求をおこなうとともに、 印刷ページの左右を切り替えるために必要なぺー ジ割付処理をおこなう。 The conversion processing unit 240 is a processing unit that receives print document data from the document data generation unit 230, converts the print document data into print data to be processed by the printer, and outputs the print data to the spool file 130. If the end of page is detected in the print document data, the conversion processing unit 240 issues a document switching request to the document data generation unit 230 when there is an assignment addition designation, Performs the page allocation process required to switch between.
このように、 この変換処理部 2 4 0が、 印刷文書データ中のページ終端を検出 し、 文書データ生成部 2 3 0に対して文書切換要求をおこなうとともに、 印刷べ ージの左右を切り替えるために必要なページ割付処理をおこなうことによって、 二つの文書の各ページを左右に割り付けて印刷することができる。 In this way, the conversion processing unit 240 detects the end of the page in the print document data, issues a document switching request to the document data generation unit 230, and switches the left and right of the print page. By performing the necessary page layout processing, each page of the two documents can be printed on the left and right.
設定情報記憶部 2 5 0は、 設定入力部 2 1 0が入力した印刷設定の設定値を記 憶する記憶部であり、 具体的には、 ページ割り付け指定、 用紙サイズ、 印刷方向 、 解像度、 カラー モノクロ指定、 拡大 '縮小やウォータマーク付加などの設定
値を記憶する。 The setting information storage unit 250 stores the print setting values input by the setting input unit 210. Specifically, the page layout designation, paper size, printing direction, resolution, and color are set. Settings such as monochrome designation, enlargement / reduction, addition of watermark, etc. Store the value.
次に、 本実施の形態 1に係るプリンタドライバ 2 0 0の処理手順について説明 する。 第 4図は、 本実施の形 111に係るプリンタドライバ 2 0 0の処理手順を示 すフローチャートである。 同図に示すように、 このプリンタドライバ 2 0 0は、 印刷設定で設定された値を入力し (ステップ S 4 0 1 ) 、 割付付加指定があるか 否かを調べる (ステップ S 4 0 2 ) 。 Next, a processing procedure of the printer driver 200 according to the first embodiment will be described. FIG. 4 is a flowchart showing a processing procedure of the printer driver 200 according to the embodiment 111. As shown in the figure, the printer driver 200 inputs the values set in the print settings (step S401) and checks whether or not there is an assignment addition designation (step S402). .
そして、 割付付加指定がある場合には、 印刷用紙の左半分に割り付けるアプリ 文書データを変換しながらスプールファイル 1 3 0に 1ページ分出力し (ステツ プ S 4 0 3 ) 、 印刷用紙の右半分に割り付ける別文書データを変換しながらスプ ールファイル 1 3 0に 1ページ分出力する (ステップ S 4 0 4 ) 。 そして、 ァプ リ文書の終端であるか否かを調べ (ステップ S 4 0 5 ) 、 アプリ文書の終端でな い場合には、 ステップ S 4 0 3に戻って次のページの変換処理をおこない、 ァプ リ文書の終端である場合には、 処理を終了する。 If the assignment addition is specified, one page is output to the spool file 130 while converting the application document data to be assigned to the left half of the printing paper (Step S403), and the right half of the printing paper is converted. One page is output to the spool file 130 while converting the separate document data to be assigned to (step S404). Then, it is checked whether or not it is the end of the application document (step S405), and if it is not the end of the application document, the process returns to step S403 to perform the conversion processing of the next page. If it is the end of the application document, the process ends.
—方、 割付付加指定がない場合には、 アプリ文書の各ページを印刷設定に基づ いて変換し、 割付指定があれば割り付けをおこなってスプールファイル 1 3 0に 出力する (ステップ S 4 0 6 ) 。 そして、 アプリ文書の終端である力否かを調べ (ステップ S 4 0 7 ) 、 アプリ文書の終端でない場合には、 ステップ S 4 0 6に 戻って次のページの変換および割り付けをおこない、 アプリ文書の終端である場 合には、 処理を終了する。 —If there is no assignment addition designation, each page of the application document is converted based on the print setting, and if there is assignment designation, it is assigned and output to the spool file 130 (Step S406) ). Then, it is checked whether the end of the application document is strong or not (step S 407). If it is not the end of the application document, the process returns to step S 406 to convert and assign the next page, and the application document is converted. If it is the end of, the process ends.
このように、 このプリンタドライバ 2 0 0は、 印刷設定を入力して割付付加指 定があるか否かを調べ、 割付付加指定がある場合に、 アプリ文書と別文書をぺー ジごとに交互に変換してスプールファイル 1 3 0に出力することによって、 二つ の文書の同一ページを一つのページに割り付けることができる。 As described above, the printer driver 200 inputs the print settings, checks whether or not there is an assignment addition designation, and when there is the assignment addition designation, alternately, the application document and the separate document are alternately arranged for each page. By converting and outputting them to the spool file 130, the same page of two documents can be assigned to one page.
次に、 割付付加指定がある場合の変換処理部 2 4 0の処理手順について説明す る。 第 5図は、 割付付加指定がある場合の変換処理部 2 4 0の処理手順を示すフ ローチャートである。 同図に示すように、 割付付加指定がある場合に、 この変換 処理部 2 4 0は、 文書データ生成部 2 3 0から印刷文書データを受け取ると、 ま
ず受け取った印刷文書データがページの先頭を指定するデータであるか否かを調 ベる (ステップ S 5 0 1 ) 。 Next, the processing procedure of the conversion processing unit 240 when there is an assignment addition designation will be described. FIG. 5 is a flowchart showing a processing procedure of the conversion processing unit 240 when there is an assignment addition designation. As shown in the figure, when there is an assignment addition designation, the conversion processing unit 240 receives print document data from the document data generation unit 230, and First, it is checked whether the received print document data is data for designating the top of the page (step S501).
その結果、 受け取った印刷文書データがページの先頭を指定するデータである 場合には、 ページ初期化処理をおこなう (ステップ S 5 0 2 ) 。 ここで、 ページ 初期化処理としては、 たとえば、 用紙サイズゃ用紙方向などのページ設定コマン ドを作成する処理がある。 As a result, if the received print document data is data designating the top of a page, a page initialization process is performed (step S502). Here, as the page initialization process, for example, there is a process of creating a page setting command such as paper size / paper direction.
そして、 受け取った印刷文書データを解析し (ステップ S 5 0 3 ) 、 解析した 印刷文書データがページの終端を示すものであるか否かを調べ (ステップ S 5 0 4 ) 、 ページの終端を示すものである場合には、 文書データ生成部 2 3 0に対し て出力文書の切換要求をおこなう (ステップ S 5 0 5 ) 。 Then, the received print document data is analyzed (step S503), and whether or not the analyzed print document data indicates the end of the page is checked (step S504), and the end of the page is indicated. If they are the same, a request to switch the output document is made to the document data generation unit 230 (step S550).
そして、 印刷文書データの解析結果および設定情報記憶部 2 5 0に記憶した用 紙サイズ、 解像度、 カラー Zモノクロ指定、 拡大 '縮小やウォータマーク付カロな どの設定 に基づいて色変換処理、 拡大'縮小処理などをおこない (ステップ S 5 0 6 ) 、 これらの処理結果をプリンタが処理するコマンドに変換する (ステツ プ S 5 0 7 ) 。 そして、 変換した結果を印刷用データとしてスプールファイル 1 3 0に出力し (ステップ S 5 0 8 ) 、 処理したデータがページの終端を示すもの である場合 (ステップ S 5 0 9肯定) には、 ページの左右を切り替えるために必 要な割付処理をおこなう (ステップ S 5 1 0 ) 。 Then, the analysis result of the print document data and the paper size, resolution, color Z monochrome designation, and enlargement stored in the setting information storage unit 250, enlargement 'Color conversion processing and enlargement based on settings such as reduction and caro with watermark' Reduction processing is performed (step S506), and the processing results are converted into commands to be processed by the printer (step S507). Then, the result of the conversion is output to the spool file 130 as print data (step S 508). If the processed data indicates the end of the page (step S 509 affirmative), An allocation process necessary for switching between left and right of the page is performed (step S510).
このように、 この変換処理部 2 4 0力 印刷文書データを処理中にページの終 端を検出した場合に、 文書データ生成部 2 3 0に対して出力文書の切換要求をお こなうとともに、 ページの左右を切り替えるために必要な割付処理をおこなうこ とによって、 二つの文書の同一ページを左右に割り付けることができる。 As described above, when the end of the page is detected during the processing of the print document data, the conversion processing unit 240 requests the document data generation unit 230 to switch the output document. The same page of two documents can be assigned to the left and right by performing the assignment process required to switch between the left and right pages.
上述したように、 本実施の形態 1では、 文書データ生成部 2 3 0がアプリ文書 データと別文書データをページごとに切り換えて印刷文書データを生成し、 変換 処理部 2 4 0が印刷文書データの処理中にページの終端を検出した場合に、 文書 デ^ "タ生成部 2 3 0に対して出力文書の切換要求をおこなうとともに、 ページの 左右を切り替えるために必要な割付処理をおこなうこととしたので、 二つの文書
の同一ページを一つのページに割り付けて印刷することができる。 As described above, in the first embodiment, the document data generation unit 230 generates print document data by switching between application document data and separate document data for each page, and the conversion processing unit 240 generates print document data. When the end of the page is detected during the processing of, a request for switching the output document to the document data generation unit 230 is performed, and the layout processing necessary for switching the left and right of the page is performed. Two documents Can be printed by allocating the same page to one page.
また、 本実施の形態 1では、 文書データ生成部 2 3 0が利用者の指示に基づい て空白ページデータまたは朞線ページデータを作成し、 アプリ文書データとぺー ジごとに切り換えて印刷文書データを生成することとしたので、 ページの右半分 を空白ページまたは昇線ページとしてアプリ文書を印刷することができる。 なお、 本実施の形態 1では、 二つの文書の同一ページを一つのページの左右に 割り付ける場合について説明したが、 本発明はこれに限定されるものではなく、 二つの文書の同一ページを一つのページの上下に割り付ける場合、 二つの文書の 同一ページを一つのページの上半分の左右に割り付けて二つの文書の次のページ を同じページの下半分の左右に割り付ける場合、 より多くの数の文書の同一ぺー ジを一つのページに割り付ける場合などにも同様に適用することができる。 また、 別文書のページ数がアプリ文書のページ数に比べて少ない場合に、 別文 書を先頭のページから繰り返し使用する場合にも同様に適用することができる。 たとえば、 別文書として 1 ^ ージだけの文書を指定することにより、 各ページの 右半分に所定の様式の文書を割り付けることができる。 Also, in the first embodiment, the document data generation unit 230 creates blank page data or curved line data based on a user's instruction, and switches between the application document data and the page to change the print document data. Since it is generated, the application document can be printed with the right half of the page as a blank page or a line-up page. In the first embodiment, the case where the same page of two documents is allocated to the left and right of one page has been described. However, the present invention is not limited to this, and the same page of two documents is When laying out the top and bottom of pages, the same page of two documents is laid out on the left and right of the top half of one page, and when the next page of two documents is laid out on the left and right of the bottom half of the same page, a larger number of documents The same applies to a case where the same page is allocated to one page. In addition, when the number of pages of another document is smaller than the number of pages of the application document, the same can be applied to a case where another document is repeatedly used from the first page. For example, by specifying only one document as a separate document, a document in a predetermined format can be assigned to the right half of each page.
実施の形態 2 . Embodiment 2
ところで、 上記実施の形態 1では、 二つの文書の同一ページを一つのページの 左右に割り付ける場合について説明したが、 英文の文書と訳文の文書を左右に並 ベて見る場合には、 文書の長さが異なるため 、左右の文書にずれが生じる場合 がある。 そこで、 本実施の形態 2では、 文書の構成を認識して左右の文書を対応 させて割り付ける場合について説明する。 なお、 本実施の形態 2では、 割付付加 指定がある場合の変換処理部の処理がおもに実施の形態 1と異なるため、 割付付 加指定がある場合の変換処理部の処理手順を中心に説明する。 By the way, in the first embodiment, the case where the same page of two documents is assigned to the left and right of one page has been described. However, when viewing the English document and the translated document side by side, the length of the document is Because of the differences, the left and right documents may be misaligned. Thus, in the second embodiment, a case will be described in which the configuration of a document is recognized and the left and right documents are assigned to correspond to each other. In the second embodiment, the processing of the conversion processing unit when the assignment is specified is mainly different from that of the first embodiment. Therefore, the processing procedure of the conversion processing unit when the assignment is specified will be mainly described. .
まず、 本実施の形態 2に係るページ割り付けの概念について説明する。 第 6図 は、 本実施の形態 2に係るページ割り付けの概念を説明するための説明図である 。 同図に示すように、 本実施の形態 2に係るページ割り付けでは、 プリンタドラ ィバは 1 . 1章、 1 . 2章などの文書を構成する章を認識し、 片方の文書のある
章が短い場合には、 他方の文書の対応する章が終了するまで空白を割り付け、 次 の章の先頭が左右の文書で揃うように文書を割り付ける。 First, the concept of page allocation according to the second embodiment will be described. FIG. 6 is an explanatory diagram for explaining the concept of page allocation according to the second embodiment. As shown in the figure, in the page layout according to the second embodiment, the printer driver recognizes the chapters constituting the document such as 1.1 and 1.2, and there is one document. If a chapter is short, assign blanks until the corresponding chapter in the other document ends, and assign documents so that the beginning of the next chapter is aligned with the left and right documents.
たとえば、 同図において、 英文は、 2ページ目の途中で 1 . 1章が終わり、 一 方訳文は、 1 . 1章が 3ページで終わっている。 このため、 英文の 3ページ目は 空白とし、 両方の 1 . 2章が 4ページ目に揃うように割り付けがおこなわれる。 次に、 本実施の形態 2に係る変換処理部が、 割付付加指定がある場合におこな う処理の処理手順について説明する。 第 7図は、 本実施の形態 2に係る変換処理 部が割付付加指定がある場合におこなう処理の処理手順を示すフローチャートで ある。 同図に示すように、 割付付加指定がある場合に、 この変換処理部は、 文書 データ生成部 2 3 0から印刷文書データを受け取ると、 まず受け取った印刷文書 データがページの先頭を指定するデータであるか否かを調べる (ステップ S 7 0 1 ) 。 For example, in the figure, the English text ends with 1.1 chapters in the middle of the second page, and the unilingual text has 1.1 chapters with 3 pages. For this reason, the third page of the English text is left blank, and both chapters 1.2 are arranged so that they are aligned with the fourth page. Next, a description will be given of a processing procedure of processing performed by the conversion processing unit according to the second embodiment when there is an assignment addition designation. FIG. 7 is a flowchart illustrating a processing procedure of a process performed by the conversion processing unit according to the second embodiment when an assignment addition is specified. As shown in the figure, when the conversion processing unit receives the print document data from the document data generation unit 230 when the assignment addition designation is specified, first, the received print document data is the data specifying the head of the page. It is checked whether or not (step S701).
その結果、 受け取った印刷文書データがページの先頭を指定するデータである 場合には、 ページ初期化処理をおこなう (ステップ S 7 0 2 ) 。 そして、 受け取 つた印刷文書データを解析し (ステップ S 7 0 3 ) 、 解析結果および設定情報記 憶部 2 5 0に記憶した用紙サイズ、 解像度、 カラー/モノクロ指定、 拡大 .縮小 やウォータマーク付加などの設定値に基づいて色変換処理、 拡大■縮小処理など をおこなう (ステップ S 7 0 4 ) 。 As a result, if the received print document data is data designating the top of a page, a page initialization process is performed (step S702). Then, the received print document data is analyzed (step S703), and the analysis result and the paper size, resolution, color / monochrome designation, enlargement / reduction, watermark addition, etc. stored in the setting information storage section 250 are stored. Color conversion processing, enlargement / reduction processing, etc. are performed based on the set value of (step S704).
そして、 これらの処理結果をプリンタが処理するコマンドに変換し (ステップ S 7 0 5 ) 、 変換結果を印刷用データとしてスプールファイル 1 3 0に出力する (ステップ S 7 0 6 ) 。 そして、 処理したデータが文書を構成する章の区切りで あるか否かを調べ (ステップ S 7 0 7 ) 、 文書を構成する章の区切りでない場合 には、 処理したデータがページの終端を示すものである力否かを調べる (ステツ プ S 7 0 8 ) 。 Then, these processing results are converted into commands to be processed by the printer (step S705), and the conversion results are output to the spool file 130 as print data (step S770). Then, it is checked whether or not the processed data is a break of a chapter constituting the document (step S707). If the processed data is not a break of a chapter constituting the document, the processed data indicates the end of the page. It is checked whether or not the force is (Step S708).
その結果、 処理したデータがページの終端を示すものでない場合には、 そのま ま処理を終了し、 処理したデータがページの終端を示すものである場合には、 さ らに、 他文書の対応範囲、 すなわち他文書の同じ章の部分が出力済である力否か
を調べる (ステップ S 7 0 9 ) 。 そして、 他文書の対応範囲が出力済である場合 には、 処理した文書データがアプリ文書の文書データであるか否かを調べ (ステ ップ S 7 1 0 ) 、 アプリ文書の文書データである場合には、 そのまま処理を終了 し、 アプリ文書の文書データでない場合には、 右半分への割付を維持する処理を おこなう (ステップ S 7 1 1 ) 。 As a result, if the processed data does not indicate the end of the page, the processing is terminated as it is, and if the processed data indicates the end of the page, further processing of other documents is performed. Scope, that is, whether or not the same chapter of another document has been output Is checked (step S709). Then, if the corresponding range of the other document has already been output, it is checked whether or not the processed document data is the document data of the application document (step S710). In this case, the processing is terminated as it is, and if it is not the document data of the application document, processing for maintaining the assignment to the right half is performed (step S711).
一方、 他文書の対応範囲が出力済でない場合には、 文書データ生成部 2 3 0に 対して出力文書の切換要求をおこない (ステップ S 7 1 2 ) 、 ページの左右を切 り替えるために必要な割付処理をおこなう (ステップ S 7 1 3 ) 。 On the other hand, if the corresponding range of the other document has not been output, a request to switch the output document is made to the document data generation unit 230 (step S71 2), which is necessary for switching the left and right of the page. (Step S713).
また、 処理したデータが文書を構成する章の区切りである場合には、 他文書の 対応範囲が出力済であるか否かを調べ (ステップ S 7 1 4 ) 、 他文書の対応範囲 が出力済でない場合には、 文書データ生成部 2 3 0に対して出力文書の切換要求 をおこない (ステップ S 7 1 2 ) 、 ページの左右を切り替えるために必要な割付 処理をおこなう (ステップ S 7 1 3 ) 。 また、 他文書の対応範囲が出力済である 場合には、 処理した文書データがアプリ文書の文書データであるか否かを調べ ( ステップ S 7 1 5 ) 、 アプリ文書の文書データである場合には、 改ページ処理を おこない (ステップ S 7 1 6 ) 、 アプリ文書の文書データでない場合には、 文書 データ生成部 2 3 0に対して出力文書の切換要求をおこない (ステップ S 7 1 2 ) 、 ページの左右を切り替えるために必要な割付処理をおこなう (ステップ S 7 1 3 ) 。 If the processed data is a break of a chapter constituting a document, it is checked whether or not the corresponding range of another document has been output (step S714), and the corresponding range of another document has been output. If not, a request to switch the output document is made to the document data generation unit 230 (step S71 2), and an allocation process necessary for switching between left and right of the page is performed (step S711). . If the corresponding document range of the other document has already been output, it is checked whether or not the processed document data is the document data of the application document (step S 715). Performs a page break process (step S 716), and if it is not the document data of the application document, requests the document data generation unit 230 to switch the output document (step S 712), An allocation process necessary for switching between the left and right of the page is performed (step S713).
上述したように、 本実施の形態 2では、 変換処理部が、 印刷文書を処理中にぺ ージの終端だけでなく文書を構成する章の区切りも検出し、 章の区切りを検出し た場合に、 他文書の対応範囲が出力済みか否かおよび処理中の文書データがアブ リ文書の文書データである力否かに基づいて文書データ生成部 2 3 0に対して出 力文書の切換要求をおこなうとともに、 ページを左右に正しく割り付けるために 必要な処理をおこなうこととしたので、 二つの文書の対応する章がずれることな く、 対応する章の先頭を同一ページに割り付けて印刷することができる。 As described above, in the second embodiment, when the conversion processing unit detects not only the end of the page but also the chapter breaks constituting the document while processing the print document, and detects the chapter breaks, Then, based on whether or not the corresponding range of another document has already been output and whether or not the document data being processed is the document data of an abbreviated document, a request to switch the output document to the document data generation unit 230 is made. And the necessary processing to correctly arrange the pages on the left and right, so that the corresponding chapters in the two documents can be printed on the same page without shifting the corresponding chapters. it can.
以上説明したように、 本発明によれば、 アプリケーションが処理中の文書と利
用者が指定した別文書とをページごとに順番に並べた印刷文書データを生成し、 生成した印刷文書データを、 印刷文書データの複数ページを 1ページに割り付け た印刷用データに変換するよう構成したので、 複数の文書の同一ページを一つの ページに割り付けることができるという効果を奏する。 As described above, according to the present invention, a document being processed by an application can be used. Generates print document data in which different documents specified by the user are arranged in order for each page, and converts the generated print document data to print data in which multiple pages of print document data are allocated to one page Therefore, the same page of a plurality of documents can be allocated to one page.
また、 本発明によれば、 アプリケーションが処理中の文書と利用者が指定した メモ用空白または昇線とをページごとに交互に並べた印刷文書データを生成し、 生成した印刷文書データを、 印刷文書データの複数ページを 1ページに割り付け た印刷用データに変換するよう構成したので、 アプリケーションが処理中の文書 とメモ用空白または赛線とを一つのページに割り付けることができるという効果 を奏する。 産業上の利用可能性 Further, according to the present invention, print document data in which a document being processed by an application and a memo blank or ascending line specified by a user are alternately arranged for each page are generated, and the generated print document data is printed. Since the configuration is such that a plurality of pages of the document data are converted into print data which is allocated to one page, an effect that the application can allocate a document being processed and a memo space or a dashed line to one page is obtained. Industrial applicability
以上のように、 本発明に係るプログラム、 印刷制御方法および情報処理装置は 、 複数の文書の同一ページあるいは対応する部分を一つのページに割り付ける印 刷装置に適している。
As described above, the program, the print control method, and the information processing apparatus according to the present invention are suitable for a printing apparatus that allocates the same page or a corresponding portion of a plurality of documents to one page.
Claims
1 . アプリケーションが処理中の文書の複数ページを利用者の指定に基づいて 1ページに割り付けて印刷する印刷装置を制御するプロダラムであって、 前記アプリケーションが処理中の文書と前記利用者が指定した別文書とをぺー ジごとに順番に並べた印刷文書データを生成する文書データ生成手順と、 前記文書データ生成手順により生成された印刷文書データを、 該印刷文書デー タの複数ページを 1ページに割り付けた印刷用データに変換する変換手順と、 をコンピュータに実行させることを特徴とするプログラム。 1. A program for controlling a printing apparatus that allocates a plurality of pages of a document being processed by an application to one page based on a user's designation and prints the document, wherein the application is processing a document and the user specifies A document data generation procedure for generating print document data in which separate documents are arranged in order for each page; and the print document data generated by the document data generation procedure as a plurality of pages of the print document data. A program for causing a computer to execute a conversion procedure of converting the data into the assigned print data.
2. 前記文書データ生成手順は、 前記利用者が指定したファイルに格納された 文書を前記別文書とすることを特徴とする請求の範囲第 1項に記載のプログラム 2. The program according to claim 1, wherein in the document data generating step, a document stored in a file specified by the user is set as the separate document.
3 . 前記文書データ生成手順は、 前記利用者が指定したファイルの終端を検出 した場合に、 該フアイルの先頭から文書を繰り返し読み込むことを特徴とする請 求の範囲第 2項に記載( 3. The request data generation procedure according to claim 2, wherein, when the end of the file specified by the user is detected, the document is repeatedly read from the beginning of the file (claim 2).
4 . 前記変換手順は、 前記アプリケーションが処理中の文書および別文書の構 成を認識し、 該アプリケーションが処理中の文書および別文書の構成を対応させ て印刷用データに変換することを特徴とする請求の範囲第 2項に記載のプロダラ ム。 4. The conversion procedure is characterized in that the application recognizes the configuration of the document being processed and another document, and converts the document being processed and the configuration of another document into print data in association with each other. 3. The program according to claim 2, wherein:
5 . アプリケーションが処理中の文書を利用者の指定に基づいて印刷する印刷 装置を制御するプログラムであって、 5. A program for controlling a printing device that prints a document being processed by an application based on a user's specification,
前記アプリケーションが処理中の文書と前記利用者が指定したメモ用空白また は赛線とをページごとに交互に並べた印刷文書データを生成する文書データ生成
手順と、 Document data generation for generating print document data in which a document being processed by the application and a memo blank or a black line specified by the user are alternately arranged for each page. Instructions and
前記文書データ生成手順により生成された印刷文書データを、 該印刷文書デー タの複数ページを 1ページに割り付けた印刷用データに変換する変換手順と、 をコンピュータに実行させることを特徴とするプログラム。 A program for causing a computer to execute a conversion procedure of converting print document data generated by the document data generation procedure into print data in which a plurality of pages of the print document data are allocated to one page.
6 . アプリケーションが処理中の文書の複数ページを利用者の指定に基づいて 1ページに割り付けて印刷する印刷装置を制御する印刷制御方法であって、 前記アプリケーションが処理中の文書と前記利用者が指定した別文書とをべ一 ジごとに順番に並べた印刷文書データを生成する文書データ生成工程と、 前記文書データ生成工程により生成された印刷文書データを、 該印刷文書デー タの複数ページを 1ページに割り付けた印刷用データに変換する変換工程と、 を含んだことを特徴とする印刷制御方法。 6. A print control method for controlling a printing apparatus that allocates a plurality of pages of a document being processed by an application to one page based on a user's designation and prints the document, wherein the document being processed by the application and the user A document data generating step of generating print document data in which designated another documents are arranged in order on a page basis; a print document data generated in the document data generating step; a plurality of pages of the print document data; A conversion step of converting the data into print data allocated to one page; and a print control method comprising:
7 . 前記文書データ生成工程は、 前記利用者が指定したファイルに格納された 文書を前記別文書とすることを特徴とする請求の範囲第 6項に記載の印刷制御方 法。 7. The print control method according to claim 6, wherein in the document data generating step, a document stored in a file designated by the user is used as the separate document.
8 . 前記文書データ生成工程は、 前記利用者が指定したファイルの終端を検出 した場合に、 該ファイルの先頭から文書を繰り返し読み込むことを特徴とする請 求の範囲第 7項に記載の印刷制御方法。 8. The print control according to claim 7, wherein in the document data generation step, when the end of the file specified by the user is detected, the document is repeatedly read from the beginning of the file. Method.
9 . 前記変換工程は、 前記アプリケーションが処理中の文書および別文書の構 成を認識し、 該アプリケーションが処理中の文書および別文書の構成を対応させ て印刷用データに変換することを特徴とする請求の範囲第 7項に記載の印刷制御 方法。 9. The conversion step is characterized in that the application recognizes the configuration of the document being processed and another document, and converts the configuration of the document being processed and another document into print data in association with the configuration. The print control method according to claim 7, wherein
1 0 . アプリケーションが処理中の文書を利用者の指定に基づいて印刷する印
刷装置を制御する印刷制御方法であって、 1 0. A mark that prints the document being processed by the application based on the user's specification A printing control method for controlling a printing device, comprising:
前記アプリケーションが処理中の文書と前記利用者が指定したメモ用空白また は雾線とをページごとに交互に並べた印刷文書データを生成する文書データ生成 工程と、 A document data generating step of generating print document data in which a document being processed by the application and a memo blank or blue line specified by the user are alternately arranged for each page;
刖記文書データ生成工程により生成された印刷文書データを、 該印刷文書デー タの複数ページを 1ページに割り付けた印刷用データに変換する変換工程と、 を含んだことを特徴とする印刷制御方法。 A conversion step of converting the print document data generated in the document data generation step into print data in which a plurality of pages of the print document data are allocated to one page. .
1 1 . アプリケーションが処理中の文書の複数ページを利用者の指定に基づい て 1ページに割り付けて印刷する情報処理装置であって、 1 1. An information processing device that assigns and prints multiple pages of a document being processed by an application to one page based on a user's specification,
前記アプリケーションが処理中の文書と前記利用者が指定した別文書とをぺー ジごとに順番に並べた印刷文書データを生成する文書データ生成手段と、 前記文書データ生成手段により生成された印刷文書データを、 該印刷文書デー タの複数ページを 1ページに割り付けた印刷用データに変換する変換手段と、 を備えたことを特徴とする情報処理装置。 Document data generating means for generating print document data in which a document being processed by the application and another document specified by the user are arranged in order for each page; and print document data generated by the document data generating means Converting means for converting a plurality of pages of the print document data into print data allocated to one page.
1 2 . アプリケーションが処理中の文書を利用者の指定に基づいて印刷する情 報処理装置であって、 1 2. An information processing device that prints a document being processed by an application based on a user's specification.
前記アプリケーションが処理中の文書と前記利用者が指定したメモ用空白また は昇線とをページごとに交互に並べた印刷文書データを生成する文書データ生成 手段と、 Document data generating means for generating print document data in which a document being processed by the application and a memo blank or rising line specified by the user are alternately arranged for each page;
前記文書データ生成手段により生成された印刷文書データを、 該印刷文書デー タの複数ページを 1ページに割り付けた印刷用データに変換する変換手段と、 を備えたことを特徴とする情報処理装置。
An information processing apparatus, comprising: conversion means for converting print document data generated by the document data generation means into print data in which a plurality of pages of the print document data are allocated to one page.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004544172A JP3768517B2 (en) | 2003-02-04 | 2003-02-04 | Printer driver program, print control method, and information processing apparatus |
PCT/JP2003/001118 WO2004070608A1 (en) | 2003-02-04 | 2003-02-04 | Printer driver program, printing control method, and information processor |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2003/001118 WO2004070608A1 (en) | 2003-02-04 | 2003-02-04 | Printer driver program, printing control method, and information processor |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2004070608A1 true WO2004070608A1 (en) | 2004-08-19 |
Family
ID=32843959
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/JP2003/001118 WO2004070608A1 (en) | 2003-02-04 | 2003-02-04 | Printer driver program, printing control method, and information processor |
Country Status (2)
Country | Link |
---|---|
JP (1) | JP3768517B2 (en) |
WO (1) | WO2004070608A1 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2007072954A (en) * | 2005-09-09 | 2007-03-22 | Oki Data Corp | Print system |
JP2008227956A (en) * | 2007-03-13 | 2008-09-25 | Konica Minolta Business Technologies Inc | Image forming apparatus, image processing method, image processing program, and storage medium with image processing program stored thereon |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0923307A (en) * | 1995-07-04 | 1997-01-21 | Fuji Xerox Co Ltd | Picture recorder |
JP2000035865A (en) * | 1998-07-17 | 2000-02-02 | Canon Inc | Printing controller, data processing method of the same and storage medium storing program which computer can read |
JP2000085200A (en) * | 1998-07-14 | 2000-03-28 | Canon Inc | Data processing apparatus, data processing method for the data processing apparatus, and memory medium storing program readable by computer |
US20010019419A1 (en) * | 2000-03-03 | 2001-09-06 | Nec Corporation | Double-sided printing system, recording medium on which a program for the system is recorded, and distribution method for printed matter printed making use of the system |
US20010056449A1 (en) * | 2000-04-27 | 2001-12-27 | Hirokazu Kawamoto | Information processing apparatus, print control apparatus, method of controlling an information processing apparatus, method of controlling a print control apparatus, and storage medium |
-
2003
- 2003-02-04 WO PCT/JP2003/001118 patent/WO2004070608A1/en active Application Filing
- 2003-02-04 JP JP2004544172A patent/JP3768517B2/en not_active Expired - Fee Related
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0923307A (en) * | 1995-07-04 | 1997-01-21 | Fuji Xerox Co Ltd | Picture recorder |
JP2000085200A (en) * | 1998-07-14 | 2000-03-28 | Canon Inc | Data processing apparatus, data processing method for the data processing apparatus, and memory medium storing program readable by computer |
JP2000035865A (en) * | 1998-07-17 | 2000-02-02 | Canon Inc | Printing controller, data processing method of the same and storage medium storing program which computer can read |
US20010019419A1 (en) * | 2000-03-03 | 2001-09-06 | Nec Corporation | Double-sided printing system, recording medium on which a program for the system is recorded, and distribution method for printed matter printed making use of the system |
US20010056449A1 (en) * | 2000-04-27 | 2001-12-27 | Hirokazu Kawamoto | Information processing apparatus, print control apparatus, method of controlling an information processing apparatus, method of controlling a print control apparatus, and storage medium |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2007072954A (en) * | 2005-09-09 | 2007-03-22 | Oki Data Corp | Print system |
JP4578359B2 (en) * | 2005-09-09 | 2010-11-10 | 株式会社沖データ | Printing system |
JP2008227956A (en) * | 2007-03-13 | 2008-09-25 | Konica Minolta Business Technologies Inc | Image forming apparatus, image processing method, image processing program, and storage medium with image processing program stored thereon |
Also Published As
Publication number | Publication date |
---|---|
JP3768517B2 (en) | 2006-04-19 |
JPWO2004070608A1 (en) | 2006-05-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7072071B2 (en) | Printing control system, printing control method and storage medium | |
US20030030846A1 (en) | Information processing apparatus, information processing system, preview control method, and storage medium storing program for implementing the method | |
JP2008052423A (en) | Print management device, print management method, and print management program | |
JP2003022170A (en) | Controller, system, method of distributed printing, computer readable recording medium and computer program | |
JP2009145998A (en) | Print control apparatus, print control method, and print control program | |
JP3703376B2 (en) | Information processing apparatus, information processing method, storage medium storing print processing program, and printing system | |
JP4874309B2 (en) | Image forming system, image processing apparatus, and image processing method | |
US7612899B2 (en) | Print data processing system | |
JP2008176651A (en) | Print controller and control method of print controller | |
JPH09114612A (en) | Printer and print method | |
WO2004070608A1 (en) | Printer driver program, printing control method, and information processor | |
JP2006263969A (en) | Image processing device, printing job forming device, and image processing system | |
KR101411048B1 (en) | Information processing apparatus and information processing method | |
JP2006172306A (en) | Device, method for information processing and computer readable program | |
JPH07112552A (en) | Method for control of printing form and apparatus therefor in printer | |
JP4100912B2 (en) | Information processing apparatus, control method therefor, program, and storage medium | |
JP2006165863A (en) | Information processing system | |
JP2002079716A (en) | Printing control system, printing control method and storage medium | |
JP2010041343A (en) | Image forming system, image forming apparatus, and image forming method | |
JP4411189B2 (en) | Print control apparatus, image forming system, and network communication method | |
JP7316829B2 (en) | Information processing device, information processing method, and program | |
JP4018184B2 (en) | Information processing apparatus and information processing method | |
JP4578359B2 (en) | Printing system | |
JP2006268797A (en) | Output data generation device, output data generation method and output data generation program | |
JP2005067087A (en) | Information processor, image forming device, image forming method, computer program, and computer-readable recording medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
WWE | Wipo information: entry into national phase |
Ref document number: 2004544172 Country of ref document: JP |
|
AK | Designated states |
Kind code of ref document: A1 Designated state(s): JP US |