JP2000267827A - Printing system - Google Patents

Printing system

Info

Publication number
JP2000267827A
JP2000267827A JP11073953A JP7395399A JP2000267827A JP 2000267827 A JP2000267827 A JP 2000267827A JP 11073953 A JP11073953 A JP 11073953A JP 7395399 A JP7395399 A JP 7395399A JP 2000267827 A JP2000267827 A JP 2000267827A
Authority
JP
Japan
Prior art keywords
data
document
printing
print data
print
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
JP11073953A
Other languages
Japanese (ja)
Inventor
Tetsuya Morita
哲也 森田
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 JP11073953A priority Critical patent/JP2000267827A/en
Publication of JP2000267827A publication Critical patent/JP2000267827A/en
Pending legal-status Critical Current

Links

Landscapes

  • Record Information Processing For Printing (AREA)

Abstract

PROBLEM TO BE SOLVED: To obtain such a printing system as reduces the transfer and spool time and the generation time of image data by a printer driver which are needed by the conventional system which sets a printing condition after preparing document data and sends print data to a printer. SOLUTION: A document data generating part 12 prepares the print data for a document in a document component unit in parallel with document preparation performed by the document editing part 11 of a client device 1 and sequentially transfers them to a printer 2. The general purpose image data generating part 23 of the printer 2 generates and holds the general purpose image data for the sequentially sent print data, and a work processing part 24 processes the general purpose image data according to a printing condition which is sent together with a printing start instruction after document preparation is completed and held by a printing condition holding part 22 and a print processing part 25 performs imaging.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、プリンタ等の印刷
装置にクライアント装置がネットワーク等を介して接続
された印刷システムに関する。
The present invention relates to a printing system in which a client device is connected to a printing device such as a printer via a network or the like.

【0002】[0002]

【従来の技術】プリンタ等の印刷装置にクライアント装
置がネットワーク等を介して接続された従来の印刷シス
テムにおいて、クライアント装置としてのホストPC
(パーソナルコンピュータ)やWS(ワークステーショ
ン)の利用者はアプリケーションを用いて文書データを
作成した後、印刷を開始する際に印刷条件をプリンタド
ライバなどの印刷データ作成用ソフトウエアに入力する
ことによって作成した文書をページ記述言語などの表現
形式による印刷データに変換してからプリンタにデータ
転送していた。しかしながら、上記のような手順でシス
テムを動作させ文書の印刷を行う場合に、以下に示すよ
うな問題が生じる。 1.文書データの一部を編集した場合でも、印刷データ
全体を転送し直すため、スプール及び転送に相当の時間
がかかる。 2.文書データの一部を編集した場合でも、印刷に用い
る画像データ全体を生成し直すため、プリンタドライバ
の処理に相当の時間がかかる。 3.文書データを作成した後で印刷条件を設定しプリン
タへ転送しているので、文書データの作成・編集から印
刷データの生成までに要する時間は、実行上それぞれの
所要時間を合計した時間になるため、相当の時間がかか
ってしまう。
2. Description of the Related Art In a conventional printing system in which a client device is connected to a printing device such as a printer via a network or the like, a host PC as a client device is used.
(Personal computer) or WS (Workstation) user creates document data by using an application and then enters printing conditions into print data creation software such as a printer driver when starting printing. The converted document is converted into print data in an expression format such as a page description language and then transferred to a printer. However, when printing a document by operating the system according to the above procedure, the following problems occur. 1. Even when a part of the document data is edited, since the entire print data is transferred again, it takes a considerable time to spool and transfer. 2. Even when a part of the document data is edited, the entire image data to be used for printing is regenerated, so that a considerable amount of time is required for processing by the printer driver. 3. Since the printing conditions are set and transferred to the printer after creating the document data, the time required from creation / editing of the document data to generation of the print data is the total time required for each execution. It takes a considerable amount of time.

【0003】従来システムの上記した問題点1.及び
2.を解決するために、編集された文書の修正ページ情
報を持ち印刷時に選択的に修正ページのみをプリンタに
転送し印刷することによって、印刷ページ指定のわずら
わしさを無くすようにしたものが提案がなされている。
しかしながら、この例では、文書全体を再度印刷しよう
とする場合、従来と同様の手順で印刷を行うために、所
要時間は改善されない。
The above-mentioned problems of the conventional system And 2. In order to solve this problem, a proposal has been made to eliminate the hassle of specifying the print page by having the corrected page information of the edited document and selectively transferring only the corrected page to the printer at the time of printing and printing. ing.
However, in this example, when the entire document is to be printed again, the required time is not improved because printing is performed in the same procedure as in the related art.

【0004】さらに、上記した問題点1.及び2.を解
決するために、プリンタコマンドを分割するようにした
提案もなされており、その1例は、複数の計算機で並列
にコマンド処理を行うものであり、他の例は、プリンタ
が文書全体のデータを受け取った後でページ記述言語の
分割を行うものである。しかしながら、上記のプリンタ
コマンドを分割する何れの方法によっても、プリンタ等
の印刷装置にクライアント装置がネットワーク等を介し
て接続された印刷システムにおけるホストPC上の文書
編集処理中に印刷データ(プリントデータ)を文書コン
ポーネントの単位(文書の一構成部分)で生成するもの
ではない。
Further, the above problems 1. And 2. In order to solve the problem, a proposal has been made in which a printer command is divided. One example is that command processing is performed in parallel by a plurality of computers. Is received, the page description language is divided. However, according to any of the above-described methods of dividing the printer command, print data (print data) is generated during document editing processing on a host PC in a printing system in which a client device is connected to a printing device such as a printer via a network or the like. Is not generated in units of document components (one component of a document).

【0005】[0005]

【発明が解決しようとする課題】本発明は、上記したプ
リンタ等の印刷装置にクライアント装置がネットワーク
等を介して接続された従来の印刷システムにおける問題
点に鑑みてなされたもので、その目的は、文書データの
作成・編集から印刷データ(プリンタドライバによる処
理が可能な形式の画像データ)の生成までに従来要して
いた時間の短縮化を図るようにした前記印刷システムを
提供し、さらに文書の一部を編集し直し転送する場合
に、従来要していたスプール、転送時間及び印刷データ
の生成時間の短縮化を図るようにした前記印刷システム
を提供することにある。
SUMMARY OF THE INVENTION The present invention has been made in view of the problems in a conventional printing system in which a client device is connected to a printing device such as a printer via a network or the like. Providing the printing system which shortens the time conventionally required from creation / editing of document data to generation of print data (image data in a format that can be processed by a printer driver); It is an object of the present invention to provide a printing system in which, when a part of the print data is edited and transferred, the spool, transfer time, and print data generation time, which are conventionally required, are reduced.

【0006】[0006]

【課題を解決するための手段】請求項1の発明は、文書
データを作成し、該文書データをもとに印刷データを生
成し、該印刷データを転送するクライアント装置と、該
クライアント装置から転送される印刷データをもとに画
像を生成する印刷装置と、からなる印刷システムであっ
て、前記クライアント装置では作成中の文書データを文
書コンポーネントとしてその印刷データを逐次生成し、
生成された文書コンポーネント単位の印刷データを逐次
転送し、前記印刷装置では逐次転送されてくる前記印刷
データを文書コンポーネント単位で処理し画像を生成す
ることを特徴とする印刷システムを構成する。
According to a first aspect of the present invention, there is provided a client apparatus for creating document data, generating print data based on the document data, transferring the print data, and transferring the print data from the client apparatus. A printing device that generates an image based on the print data to be generated, and the client device sequentially generates the print data as a document component with the document data being created in the client device,
The print system is configured to sequentially transfer the generated print data for each document component, and the printing apparatus processes the sequentially transferred print data for each document component to generate an image.

【0007】請求項2の発明は、文書データを作成し、
該文書データをもとに印刷データを生成し、該印刷デー
タを転送するクライアント装置と、該クライアント装置
から転送される印刷データをもとに画像を生成する印刷
装置と、からなる印刷システムであって、前記クライア
ント装置には作成した文書データから前記印刷装置が処
理可能な形式の印刷データを逐次生成する印刷データ生
成手段と、印刷条件を含む印刷実行命令を設定する印刷
条件設定手段と、前記印刷データを逐次に、かつ前記印
刷実行命令を文書単位で一括して転送するデータ転送手
段を備え、前記印刷装置には逐次転送されてくる前記印
刷データから画像データを生成・保持する画像データ生
成手段と、受け取った前記印刷実行命令に含まれる印刷
条件に従って前記画像データ生成手段で生成・保持され
た画像データを加工処理する加工処理手段を備えること
を特徴とする印刷システムを構成する。
According to a second aspect of the present invention, document data is created,
A printing system comprising: a client device that generates print data based on the document data and transfers the print data; and a printing device that generates an image based on the print data transferred from the client device. A print data generating unit configured to sequentially generate print data in a format that can be processed by the printing device from the created document data in the client device; a print condition setting unit configured to set a print execution command including print conditions; Image data generation means for generating print data which sequentially transfers the print data and collectively transfers the print execution command in document units, wherein the printing apparatus generates and holds image data from the print data sequentially transferred; Means for adding image data generated and held by the image data generating means in accordance with printing conditions included in the received print execution instruction. Configuring the printing system comprising: a processing unit for processing.

【0008】請求項3の発明は、請求項2記載の印刷シ
ステムにおいて、前記画像データ生成手段は、印刷デー
タから生成する画像データを汎用画像データとし、生成
された該汎用画像データをもとに前記加工処理手段にお
ける前記印刷条件に従う画像データへの変換を可能とす
ることを特徴とするものである。
According to a third aspect of the present invention, in the printing system according to the second aspect, the image data generating means converts the image data generated from the print data into general-purpose image data, based on the generated general-purpose image data. It is characterized in that conversion into image data according to the printing condition in the processing means is enabled.

【0009】請求項4の発明は、請求項2又は3記載の
印刷システムにおいて、前記クライアント装置において
作成済みの文書データの一部を変更する文書データが入
力される場合、前記印刷データ生成手段は変更された部
分のみの差分印刷データを生成し、前記画像データ生成
手段は受け取った前記差分印刷データにより変更された
部分の画像データを修正することを特徴とするものであ
る。
According to a fourth aspect of the present invention, in the print system according to the second or third aspect, when the document data for changing a part of the document data created in the client device is input, the print data generating means is provided. Differential print data of only the changed portion is generated, and the image data generating means corrects the image data of the changed portion by the received differential print data.

【0010】[0010]

【発明の実施の形態】本発明による印刷システムを添付
する図面とともに示す以下の実施例に基づいて説明す
る。図1は、本発明による印刷システムの実施例の構成
の概要を示すブロック図である。図1の印刷システム
は、クライアント装置1と印刷装置(プリンタ)2とが
それぞれの通信手段15,21及びネットワーク3を介
して接続されており、利用者がクライアント装置1で作
成した文書データを印刷装置2に転送し、転送された文
書データによる画像を印刷装置2で生成するシステムで
ある。クライアント装置1は、文書編集部11、印刷デ
ータ生成部12、印刷条件入力部13、印刷条件設定部
14及び通信手段15を構成要素として備え、印刷装置
2は、通信手段21、印刷条件保持部22、汎用画像デ
ータ生成部23、加工処理部24及び印刷処理部25を
構成要素として備える。
DESCRIPTION OF THE PREFERRED EMBODIMENTS A printing system according to the present invention will be described with reference to the following embodiments shown in the accompanying drawings. FIG. 1 is a block diagram showing an outline of a configuration of an embodiment of a printing system according to the present invention. In the printing system shown in FIG. 1, a client device 1 and a printing device (printer) 2 are connected via respective communication means 15 and 21 and a network 3, and a user prints document data created by the client device 1. This is a system that transfers the document data to the device 2 and generates an image based on the transferred document data in the printing device 2. The client device 1 includes a document editing unit 11, a print data generation unit 12, a printing condition input unit 13, a printing condition setting unit 14, and a communication unit 15 as constituent elements, and the printing device 2 includes a communication unit 21, a printing condition holding unit 22, a general-purpose image data generation unit 23, a processing unit 24, and a print processing unit 25 as constituent elements.

【0011】図2及び図3は、図1の印刷システムにお
けるクライアント装置1と印刷装置2それぞれの処理フ
ローであり、このフロー図に従って、この実施例の印刷
システムの構成とその動作について、以下に、より詳し
く説明する。なお、図2及び図3に付したステップ番号
を下記説明文中の括弧内に参照のために付記する。先
ず、クライアント装置1側では、利用者が文書編集部1
1で文書の作成・編集を始めることによりこのフローが
開始される(S101)。作業が進行すると、作成・編
集中の文書データ部分について印刷データが生成可能か
否かが判断される(S102)。この判断は、入力され
編集された文書データ部分(以下「文書コンポーネン
ト」と記す)が印刷データ生成手段12で印刷データが
生成可能な所定の条件を満たした文書単位であるかをチ
ェックすることにより行われる。その結果、可能である
場合に、文書コンポーネントを処理単位として設定し、
印刷画像を生成するまでのシステムにおけるデータの処
理、転送及び加工を文書コンポーネントの単位で、即ち
1つの文書を分割した形で行う。ここで、「文書コンポ
ーネント」は、例えば、表又は図形とテキストからなる
文書であれば、一つの表又は図形を一つの文書コンポー
ネントとし、テキストをもう一つの文書コンポーネント
とすることができる。また、改行コードの後から次の改
行コードまでを一つの文書コンポーネントとすることも
可能である。さらに、改頁コードの後から次の改頁コー
ドまでを一つの文書コンポーネントとして、1頁に相当
する部分を一つの文書コンポーネントとすることもでき
る。フローに戻ると、印刷データの生成が可能と判断さ
れると、印刷データ生成部12はこの文書コンポーネン
トについてぺージ記述言語やビットマップ画像などの形
式で印刷データを生成し、生成した印刷データを通信手
段15を介して印刷装置2に転送する(S103)。つ
まり、ここでは、文書を作成・編集する作業と並行して
逐次に印刷データ生成部12では印刷データを文書コン
ポーネントの単位で生成し、全文書の編集終了を待つこ
となく生成した印刷データを逐次に印刷装置2に転送す
る。文書作成の終了は、印刷条件入力部13から印刷条
件が入力されることにより判断される(S104)。印
刷条件入力部13から既に作成し転送済みの各文書コン
ポーネントの印刷データに対し印刷条件を入力し、その
入力により印刷条件設定部14に全文書の印刷条件の設
定が完了した時点で(S105)、印刷条件設定部14
から通信手段15を介して印刷開始コマンドをそれに付
随する印刷条件とともに印刷装置へ発行する(S10
6)。
FIGS. 2 and 3 show the processing flow of each of the client device 1 and the printing device 2 in the printing system of FIG. 1. According to this flowchart, the configuration and operation of the printing system of this embodiment will be described below. This will be described in more detail. The step numbers given in FIGS. 2 and 3 are added in parentheses in the following description for reference. First, on the client device 1 side, the user operates the document editing unit 1.
This flow is started by starting creation / editing of a document in step 1 (S101). As the work proceeds, it is determined whether print data can be generated for the document data part being created / edited (S102). This determination is made by checking whether the input and edited document data portion (hereinafter, referred to as “document component”) is a document unit that satisfies predetermined conditions under which print data can be generated by the print data generation unit 12. Done. As a result, if possible, set the document component as a processing unit,
Data processing, transfer, and processing in the system until a print image is generated are performed in units of document components, that is, in a form in which one document is divided. Here, the "document component" may be, for example, a document composed of a table or a figure and text, wherein one table or a figure is one document component and text is another document component. In addition, it is also possible to configure one document component after the line feed code up to the next line feed code. Further, the portion from the page break code to the next page break code can be regarded as one document component, and the portion corresponding to one page can be regarded as one document component. Returning to the flow, when it is determined that print data can be generated, the print data generation unit 12 generates print data for the document component in a format such as a page description language or a bitmap image, and converts the generated print data. The data is transferred to the printing device 2 via the communication unit 15 (S103). In other words, here, the print data generation unit 12 sequentially generates print data in units of document components in parallel with the work of creating and editing a document, and sequentially generates the print data without waiting for the completion of editing of all documents. To the printing device 2. The end of document creation is determined by inputting print conditions from the print condition input unit 13 (S104). When print conditions are input from the print condition input unit 13 with respect to the print data of each document component that has already been created and transferred, and when the setting of the print conditions of all documents is completed in the print condition setting unit 14 by the input (S105). , Printing condition setting unit 14
Issues a print start command to the printing apparatus via the communication means 15 together with the print conditions attached to the print start command (S10).
6).

【0012】印刷装置2側では、図3のフローに示すよ
うに、クライアント装置1からの印刷データを通信手段
21を介して受信する(S201)ことにより、その動
作が開始される。受信した印刷データをもとに汎用画像
データ生成部23では、印刷に用いる画像データのベー
スデータを生成する。それは、印刷紙上に画像で表現す
るために印刷処理部25で作像に用いるデータへの変換
・処理を施こすことが可能な画像表現形式に則った汎用
性をもつ画像データとして生成され、保持される(S2
02)。つまり、汎用画像データ生成部23で生成され
る画像データには、加工処理部24において指定される
印刷条件に従って加工処理を施こすことができるデータ
形式(最大の解像度・階調数・カラー数のビットマッ
プ)で表現される汎用性を持つデータであることが求め
られる。
The printing apparatus 2 starts its operation by receiving print data from the client apparatus 1 via the communication unit 21 (S201) as shown in the flow of FIG. On the basis of the received print data, the general-purpose image data generation unit 23 generates base data of image data used for printing. It is generated as image data having versatility in accordance with an image expression format that can be converted and processed into data used for image formation by the print processing unit 25 in order to express the image on printing paper, and stored. (S2
02). In other words, the image data generated by the general-purpose image data generation unit 23 has a data format (maximum resolution, number of gradations, and number of colors) that can be processed according to the printing conditions specified by the processing unit 24. It is required that the data has general versatility represented by a bitmap.

【0013】汎用画像データ生成部23では、印刷開始
命令(コマンド)を受信するまでクライアント装置1か
ら逐次送られてくる印刷データの汎用画像データを生成
し保持し続ける。クライアント装置1から送信される1
連の印刷データの受信を印刷開始命令の受信(S20
3)により終えると、送られてきた印刷開始命令に付随
する印刷条件を印刷条件保持部22に保持する(S20
4)。ページ画像を構成するための印刷条件が揃った段
階で、印刷条件保持部22に保持された印刷条件に従っ
て汎用画像データ生成部23で生成し保持した1文書を
構成する複数の文書コンポーネント分の汎用画像データ
を加工処理部24で加工・処理(両面・解像度変換・カ
ラーモノクロ変換・画像集約など)を行い、処理後のデ
ータを印刷処理部25で作像データとして用い印刷を行
い(S205)、このフローを終了する。
The general-purpose image data generating unit 23 generates and holds general-purpose image data of print data sequentially transmitted from the client device 1 until a print start command (command) is received. 1 transmitted from the client device 1
Receiving a series of print data and receiving a print start command (S20)
After the completion of step 3), the printing conditions associated with the sent print start command are stored in the printing condition storage unit 22 (S20).
4). When the printing conditions for composing the page image are prepared, the general-purpose image components generated by the general-purpose image data generating unit 23 according to the printing conditions stored in the printing condition storing unit 22 and stored therein constitute a single document. The image data is processed and processed (both sides, resolution conversion, color / monochrome conversion, image aggregation, etc.) by the processing unit 24, and the processed data is printed by the print processing unit 25 as image forming data (S205). This flow ends.

【0014】なお、上記した実施例において、印刷装置
2が、1200dpi,600dpi,400dpiの
解像度で印刷可能な場合、汎用画像データ生成部23で
生成される汎用画像データは1200dpiのビットマ
ップとする。印刷装置2がカラープリンタの場合はカラ
ーデータ形式とし、印刷条件としてモノクロ印刷が指定
された場合、ブラック単色で印刷を行う。赤黒など2色
プリンタの場合も同様に2色分の画像データを保持して
おき、印刷開始命令で指定される印刷条件に応じて印刷
する。また、印刷データが多階調データを含んでおり、
印刷装置2も階調変換が可能である場合、汎用画像デー
タは多階調データとする。
In the above-described embodiment, when the printing apparatus 2 can print at a resolution of 1200 dpi, 600 dpi, and 400 dpi, the general-purpose image data generated by the general-purpose image data generating unit 23 is a 1200 dpi bitmap. When the printing device 2 is a color printer, the printing is performed in a color data format. When monochrome printing is designated as the printing condition, printing is performed in black only. Similarly, in the case of a two-color printer such as red and black, image data for two colors is held, and printing is performed according to the printing conditions specified by the print start command. Also, the print data includes multi-tone data,
If the printing device 2 can also perform gradation conversion, general-purpose image data is multi-gradation data.

【0015】また、印刷条件として印刷装置2が備える
拡大縮小印刷・両面印刷・集約印刷・合成印刷・回転印
刷などの機能がクライアント装置1で設定された場合、
印刷装置2においてその印刷条件に応じた機能を用い印
刷が行われる。具体的には、先に転送された印刷データ
から生成される汎用画像データに加工処理部24に用意
されている機能を印刷条件の設定に従って用いることに
より加工処理が実行される。図4に模式的に示す汎用画
像データをもとにした加工処理結果の例を図5及び図6
に示す。図5は、印刷データから生成される図4に示す
2枚分の汎用画像データから集約機能を用いて印刷され
た画像を示し、図6は、同じく合成機能を用いて印刷さ
れた結果を示す。
When functions such as enlargement / reduction printing, double-sided printing, combined printing, combined printing, and rotation printing provided in the printing apparatus 2 are set in the client apparatus 1 as printing conditions,
Printing is performed in the printing apparatus 2 using a function corresponding to the printing conditions. Specifically, the processing is executed by using the function prepared in the processing unit 24 for the general-purpose image data generated from the previously transferred print data in accordance with the setting of the printing condition. 5 and 6 show examples of processing results based on general-purpose image data schematically shown in FIG.
Shown in FIG. 5 shows an image printed from the two pieces of general-purpose image data shown in FIG. 4 generated from print data by using the aggregation function, and FIG. 6 shows a result printed by using the synthesis function. .

【0016】次に、作成済みの文書に対しさらに追加、
削除等の編集がなされた場合の処理について、以下にそ
の実施例を示す。図3のフローに関し上記で説明したよ
うに、文書を作成する作業と並行して逐次に印刷データ
生成部12は印刷データを文書コンポーネントの単位で
生成し、生成した印刷データを編集終了を待たずに逐次
に印刷装置(プリンタ)2に転送するという動作を行う
が、その中で作成済みの文書に対して追加、削除等の編
集を行う場合がある。この場合、印刷デ−タ生成部12
では変更された部分を含む文書コンポーネントについて
の差分印刷データを生成し、このデータを印刷装置2に
逐次転送する。印刷装置2では、転送された差分印刷デ
ータを受信した場合、汎用画像データ生成部23で生成
される汎用画像データの中で差分印刷デ−タに該当する
部分のみ変更、即ち一度作成した文書全部ではなく変更
された部分のビットマップのみを書き換えるようにす
る。
Next, a further addition is made to the created document,
An example of processing performed when editing such as deletion is performed will be described below. As described above with reference to the flow of FIG. 3, the print data generation unit 12 sequentially generates the print data in units of document components in parallel with the operation of creating the document, and does not wait for the completion of the editing to generate the generated print data. In this case, the document is sequentially transferred to the printing device (printer) 2, and editing, such as addition or deletion, may be performed on the created document. In this case, the print data generation unit 12
Generates difference print data for the document component including the changed part, and sequentially transfers this data to the printing apparatus 2. In the printing apparatus 2, when the transferred differential print data is received, only the portion corresponding to the differential print data in the general-purpose image data generated by the general-purpose image data generating unit 23 is changed, that is, all of the once created document is changed. Instead, rewrite only the changed bitmap.

【0017】[0017]

【発明の効果】請求項1の発明によれば、クライアント
装置は、文書の作成と並行して文書コンポーネントの単
位で印刷データを生成し印刷装置(プリンタ)に転送し
ておくため、文書全体の作成終了後、印刷開始コマンド
を発行してから印刷データの生成及び転送を行う必要が
なく、その分印刷処理までの時間が従来に比して短縮化
され、極めて短時間で印刷結果が得られる。
According to the first aspect of the present invention, the client device generates print data in document component units and transfers the print data to the printing device (printer) in parallel with the creation of the document. After creation, there is no need to generate and transfer print data after issuing a print start command, and the time required for print processing is shortened as compared to the conventional method, and a print result can be obtained in a very short time. .

【0018】請求項2の発明によれば、クライアント装
置は、文書の作成と並行して逐次に作成した文書の印刷
データを生成し印刷装置(プリンタ)に転送しておくた
め、全文書作成終了後、印刷開始コマンドを発行してか
ら印刷データの生成及び転送を行う必要がなく、その分
印刷処理までの時間が従来に比して短縮化され、極めて
短時間で印刷結果が得られる。
According to the second aspect of the present invention, the client device generates print data of the created document sequentially in parallel with the creation of the document and transfers it to the printing device (printer). Thereafter, it is not necessary to generate and transfer the print data after issuing the print start command, and the time until the printing process is shortened by that much, and the print result can be obtained in a very short time.

【0019】請求項3の発明によれば、印刷装置は汎用
画像データの形式で転送されてきた印刷データを保持し
ておき、クライアント装置からの印刷条件に応じて加工
をする際、印刷装置内で集約・合成・拡大縮小機能を実
現するハードウエアを利用できるため、高速処理が可能
となり、請求項2よりもさらに印刷結果を得るまでの時
間の短縮化が図られる。
According to the third aspect of the present invention, the printing apparatus holds print data transferred in the form of general-purpose image data, and performs processing according to printing conditions from the client apparatus. Since hardware for realizing the aggregation / synthesis / enlargement / reduction functions can be used, high-speed processing can be performed, and the time required to obtain a print result can be further reduced as compared with the second aspect.

【0020】請求項4の発明によれば、上記請求項2及
び3の発明の効果に加え、作成済みの文書データに対し
て編集を行った場合にも、既に転送されている印刷デー
タとの差分のみを転送し、画像データを修正すればよい
ため、高速処理が可能となり、さらに処理の短縮化が図
られる。
According to the fourth aspect of the present invention, in addition to the effects of the second and third aspects of the present invention, even when the created document data is edited, the edited copy data and the already transferred print data can be used. Since only the difference needs to be transferred and the image data needs to be corrected, high-speed processing can be performed, and the processing can be further shortened.

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

【図1】本発明による印刷システムの実施例の構成の概
要を示すブロック図である。
FIG. 1 is a block diagram illustrating an outline of a configuration of an embodiment of a printing system according to the present invention.

【図2】本発明の実施例の印刷システムにおけるクライ
アント装置の動作のフローチャートを示す。
FIG. 2 is a flowchart illustrating an operation of a client device in the printing system according to the embodiment of the present invention.

【図3】本発明の実施例の印刷システムにおける印刷装
置の動作のフローチャートを示す。
FIG. 3 is a flowchart illustrating an operation of the printing apparatus in the printing system according to the embodiment of the present invention.

【図4】印刷データから生成される2枚分の汎用画像デ
ータ内容の例を模式的に示す。
FIG. 4 schematically shows an example of the content of general-purpose image data for two sheets generated from print data.

【図5】図4に示す2枚分の汎用画像データから集約機
能を用いて加工された画像を示す。
5 shows an image processed from the two pieces of general-purpose image data shown in FIG. 4 by using an aggregation function.

【図6】図4に示す2枚分の汎用画像データから合成機
能を用いて加工された画像を示す。
FIG. 6 shows an image processed by using the combining function from the two general-purpose image data shown in FIG. 4;

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

1…クライアント装置、 11…文書編集
部、12…印刷データ生成部、 13…印刷
条件入力部、14…印刷条件設定部、 1
5…通信手段、2…印刷装置、
21…通信手段、22…印刷条件保持部、
23…汎用画像データ生成部、24…加工処理部、
25…印刷処理部、3…ネットワー
ク。
DESCRIPTION OF SYMBOLS 1 ... Client apparatus, 11 ... Document edit part, 12 ... Print data generation part, 13 ... Print condition input part, 14 ... Print condition setting part, 1
5 communication means, 2 printing device,
21: communication means, 22: printing condition holding unit,
23: general-purpose image data generation unit, 24: processing unit,
25 print processing unit, 3 network.

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 文書データを作成し、該文書データをも
とに印刷データを生成し、該印刷データを転送するクラ
イアント装置と、該クライアント装置から転送される印
刷データをもとに画像を生成する印刷装置と、からなる
印刷システムであって、前記クライアント装置では作成
中の文書データを文書コンポーネントとしてその印刷デ
ータを逐次生成し、生成された文書コンポーネント単位
の印刷データを逐次転送し、前記印刷装置では逐次転送
されてくる前記印刷データを文書コンポーネント単位で
処理し画像を生成することを特徴とする印刷システム。
1. A client device that creates document data, generates print data based on the document data, and transfers the print data, and generates an image based on the print data transferred from the client device. A printing apparatus, wherein the client device sequentially generates the print data using the document data being created as a document component, sequentially transfers the generated print data in document component units, and performs the printing. A printing system, wherein the apparatus processes the print data sequentially transferred in units of document components to generate an image.
【請求項2】 文書データを作成し、該文書データをも
とに印刷データを生成し、該印刷データを転送するクラ
イアント装置と、該クライアント装置から転送される印
刷データをもとに画像を生成する印刷装置と、からなる
印刷システムであって、前記クライアント装置には作成
した文書データから前記印刷装置が処理可能な形式の印
刷データを逐次生成する印刷データ生成手段と、印刷条
件を含む印刷実行命令を設定する印刷条件設定手段と、
前記印刷データを逐次に、かつ前記印刷実行命令を文書
単位で一括して転送するデータ転送手段を備え、前記印
刷装置には逐次転送されてくる前記印刷データから画像
データを生成・保持する画像データ生成手段と、受け取
った前記印刷実行命令に含まれる印刷条件に従って前記
画像データ生成手段で生成・保持された画像データを加
工処理する加工処理手段を備えることを特徴とする印刷
システム。
2. A client device for generating document data, generating print data based on the document data, transferring the print data, and generating an image based on the print data transferred from the client device. A printing apparatus comprising: a printing device for generating print data in a format that can be processed by the printing device from the created document data in the client device; Printing condition setting means for setting an instruction;
Image data for generating and holding image data from the print data sequentially transferred to the printing apparatus, further comprising data transfer means for sequentially transferring the print data and collectively transferring the print execution instruction in document units A printing system comprising: a generating unit; and a processing unit that processes the image data generated and held by the image data generating unit in accordance with a printing condition included in the received print execution command.
【請求項3】 前記画像データ生成手段は、印刷データ
から生成する画像データを汎用画像データとし、生成さ
れた該汎用画像データをもとに前記加工処理手段におけ
る前記印刷条件に従う画像データへの変換を可能とする
ことを特徴とする請求項2記載の印刷システム。
3. The image data generating unit converts image data generated from print data into general-purpose image data, and converts the generated general-purpose image data into image data according to the printing condition in the processing unit. 3. A printing system according to claim 2, wherein
【請求項4】 前記クライアント装置において作成済み
の文書データの一部を変更する文書データが入力される
場合、前記印刷データ生成手段は変更された部分のみの
差分印刷データを生成し、前記画像データ生成手段は受
け取った前記差分印刷データにより変更された部分の画
像データを修正することを特徴とする請求項2又は3記
載の印刷システム。
4. When document data for changing a part of document data already created in the client device is input, the print data generating means generates difference print data of only the changed portion, and outputs the image data. 4. The printing system according to claim 2, wherein the generation unit corrects the image data of a portion changed by the received difference print data.
JP11073953A 1999-03-18 1999-03-18 Printing system Pending JP2000267827A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11073953A JP2000267827A (en) 1999-03-18 1999-03-18 Printing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11073953A JP2000267827A (en) 1999-03-18 1999-03-18 Printing system

Publications (1)

Publication Number Publication Date
JP2000267827A true JP2000267827A (en) 2000-09-29

Family

ID=13532966

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11073953A Pending JP2000267827A (en) 1999-03-18 1999-03-18 Printing system

Country Status (1)

Country Link
JP (1) JP2000267827A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005141723A (en) * 2003-10-14 2005-06-02 Seiko Epson Corp Print management system, information creation terminal, printer, printer server, program for information creation terminal, program for printer, program for printer server, and print management method
JP2006069093A (en) * 2004-09-03 2006-03-16 Sharp Corp Printer and information processor, printing method and printing control method, printing program and printing control program, and program recording medium
CN1323347C (en) * 2003-08-29 2007-06-27 精工爱普生株式会社 Printer control program, document operation terminal, document processing system
JP2008176543A (en) * 2007-01-18 2008-07-31 Fuji Xerox Co Ltd Printing apparatus, printing method and printing program
JP2013050898A (en) * 2011-08-31 2013-03-14 Brother Ind Ltd Terminal, and computer program for terminal
JP2013109510A (en) * 2011-11-18 2013-06-06 Sharp Corp Printing system, print data generating device, and computer program

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1323347C (en) * 2003-08-29 2007-06-27 精工爱普生株式会社 Printer control program, document operation terminal, document processing system
JP2005141723A (en) * 2003-10-14 2005-06-02 Seiko Epson Corp Print management system, information creation terminal, printer, printer server, program for information creation terminal, program for printer, program for printer server, and print management method
JP4501595B2 (en) * 2003-10-14 2010-07-14 セイコーエプソン株式会社 Print management system and print management method
JP2006069093A (en) * 2004-09-03 2006-03-16 Sharp Corp Printer and information processor, printing method and printing control method, printing program and printing control program, and program recording medium
JP2008176543A (en) * 2007-01-18 2008-07-31 Fuji Xerox Co Ltd Printing apparatus, printing method and printing program
JP2013050898A (en) * 2011-08-31 2013-03-14 Brother Ind Ltd Terminal, and computer program for terminal
JP2013109510A (en) * 2011-11-18 2013-06-06 Sharp Corp Printing system, print data generating device, and computer program

Similar Documents

Publication Publication Date Title
JP3246313B2 (en) Color printing equipment
JPH10150553A (en) Image-processing system, post card print system image-processing method, post card print method, and recording medium readable by computer recorded with program to allow computer to execute each process of each method
JP2003058355A (en) Just-in-time raster image assembly
US6594034B1 (en) Method and apparatus for modifying raster data
JP4379139B2 (en) Image processing device
JP2003348366A (en) Method and apparatus for image processing
US20050036170A1 (en) Image processing apparatus and image forming apparatus
JP2002328795A (en) System for preparing common format data for printing in a batch and recording medium
JP2000267827A (en) Printing system
JPH1131054A (en) Print system
JP4564986B2 (en) Image processing apparatus, image processing method, and image processing program
JP2009269179A (en) Printer, program and recording medium
JP2004007052A (en) Color converting device and color conversion program
JP2002063009A (en) Document-managing method and device
JP4109836B2 (en) Print data generation method, print data generation apparatus, computer program, and storage medium
JP3536904B2 (en) Printer, print system
JP2003186634A (en) Printing data output apparatus and program
JPH10240455A (en) Image output system
JPH10290320A (en) Image input device and image input method
JP3878513B2 (en) Image processing apparatus and image processing program
JPH10289079A (en) Printer and printing method
JP4182903B2 (en) Image processing device
JPH11305974A (en) Printing system and information processor
JP4307678B2 (en) Image data output device and image data output program storage medium
JP3564081B2 (en) Tandem printing system