JP2004202754A - Image formation device and program - Google Patents

Image formation device and program Download PDF

Info

Publication number
JP2004202754A
JP2004202754A JP2002372354A JP2002372354A JP2004202754A JP 2004202754 A JP2004202754 A JP 2004202754A JP 2002372354 A JP2002372354 A JP 2002372354A JP 2002372354 A JP2002372354 A JP 2002372354A JP 2004202754 A JP2004202754 A JP 2004202754A
Authority
JP
Japan
Prior art keywords
page
file
predetermined
printing
printer
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.)
Granted
Application number
JP2002372354A
Other languages
Japanese (ja)
Other versions
JP3829798B2 (en
Inventor
Sadayuki Sugimoto
禎行 杉本
Masahiro Ozawa
昌裕 小澤
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.)
Minolta Co Ltd
Original Assignee
Minolta 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 Minolta Co Ltd filed Critical Minolta Co Ltd
Priority to JP2002372354A priority Critical patent/JP3829798B2/en
Priority to US10/730,935 priority patent/US8310713B2/en
Publication of JP2004202754A publication Critical patent/JP2004202754A/en
Application granted granted Critical
Publication of JP3829798B2 publication Critical patent/JP3829798B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide an image formation device and a program which enable printing by receiving a document file such as a PDF file without being converted to printing data while a load at the transmission side is prevented even when the image formation device has a small usable capacity at a memory part. <P>SOLUTION: A printer sequentially stores objects included in the PDF file transmitted from a PC. When it is judged that all objects which compose a predetermined page are stored (YES in S212), a printing process is carried out to the predetermined page (S213). <P>COPYRIGHT: (C)2004,JPO&NCIPI

Description

【0001】
【発明の属する技術分野】
本発明は、画像形成装置およびプログラムに関し、特に、ページ順と異なる順序でファイル内に配置可能なオブジェクトと当該オブジェクトのファイル内での位置を示す参照情報とを備え、所定のオブジェクトから構成されるページを規定する文書ファイルを、プリントデータに変換されることなく画像処理装置から受信して印刷するための画像形成装置およびプログラムに関する。
【0002】
【従来の技術】
パーソナルコンピュータ(以下、「PC」という)は、たとえばハードディスクに保存されている文書ファイルを、LANなどのネットワークを介してプリンタに送信して印刷することができる。
【0003】
この場合、文書ファイルは、通常、PCにインストールされているプリンタドライバによって、プリンタで解析可能なPS(PostScript(R))等のPDL(Page Description Language:ページ記述言語)で記述されたプリントデータに変換されてから、送信される。
【0004】
一方、インターネット上で配布される文書ファイルとして、ハードウェアやアプリケーションの種類にかかわらずにオリジナル文書と同じ体裁を再現できるPDF(Portable Document Format)ファイルが広く普及してきている。このPDFファイルは、ページ順と異なる順序でファイル内に配置可能なオブジェクトと当該オブジェクトのファイル内での位置を示す参照情報とを備え、所定のオブジェクトから構成されるページを規定している。
【0005】
ところで、PDFファイルは、たとえば数百ページものデータを有している場合がある。このような特にデータサイズの大きいPDFファイルをPCでプリントデータに変換すると、変換に時間がかかること、処理が複雑になること、および変換によりデータサイズが却って大きくなってデータ転送時間が増えることなどの理由により、PCの負荷が増大することになる。かかるPCの負荷を軽減するために、プリントデータに変換せずにPCからプリンタに送信されたPDFファイルを直接印刷すること(以下、「PDFダイレクトプリント」という)が可能なプリンタが提案されている。
【0006】
しかし、PDFファイルは印刷すべきデータに関するオブジェクトがファイル内でページ順とは関係なく配置可能であり、しかもオブジェクトのファイル内での位置を示す参照情報がファイルの末尾部分に配置されているため、プリンタはPDFファイル全体を受信した後でないと印刷することができない。このため、プリンタは、搭載されるメモリの容量(使用可能容量ないし空き容量)が足りないためにPDFファイル全体を受信できず、印刷を実行できない場合があった。
【0007】
この問題に関連して、PDFファイル全体を受信しなくても受信したデータから順にディスプレイ上での表示が可能となるように、PDFファイルの中身を変更して再構成する装置が知られている(例えば、特許文献1参照。)。
【0008】
【特許文献1】
特表平11−502954号公報
【0009】
【発明が解決しようとする課題】
しかしながら、上記特許文献1に記載の装置にあっては、結果的に、ファイル転送前にPCなどの送信側で、PDFファイルを再構成するための複雑な処理が必要となってしまう。したがって、上記装置の技術は、PDFファイルをPS等のPDLで記述されたプリントデータに変換することと比較して、PCの負荷の軽減を図ることにならないという問題がある。しかも、上記技術は、ディスプレイ上での表示に関する技術に過ぎないため、プリンタでの印刷に関しては十分な考慮が払われていない。
【0010】
本発明は、上述の課題を解決するためになされたものであり、本発明の目的は、記憶部の使用可能容量が少ない画像形成装置であっても、送信側の負荷を防止しつつPDFファイルなどの文書ファイルをプリントデータに変換されることなく受信して、印刷することが可能となる画像形成装置およびプログラムを提供することである。
【0011】
【課題を解決するための手段】
本発明の上記目的は、下記の手段によって達成される。
【0012】
(1)ページ順と異なる順序でファイル内に配置可能なオブジェクトと当該オブジェクトのファイル内での位置を示す参照情報とを備え、所定のオブジェクトから構成されるページを規定する文書ファイルを、プリントデータに変換されることなく画像処理装置から受信して印刷する画像形成装置であって、前記画像処理装置から送信された文書ファイルに含まれるオブジェクトを順次記憶する記憶手段と、所定のページを構成するオブジェクトが前記記憶手段にすべて記憶されたか否かを判断する判断手段と、前記判断手段により前記所定のページを構成するオブジェクトが前記記憶手段にすべて記憶されたと判断された場合、当該所定のページに対して印刷処理を施す印刷手段とを有する画像形成装置。
【0013】
(2)前記所定のページは、未だ印刷処理が終了していないページのうちの先頭のページである上記(1)に記載の画像形成装置。
【0014】
(3)前記記憶手段に既に記憶されている所定のオブジェクトを前記記憶手段から削除する削除手段をさらに有する上記(1)または(2)に記載の画像形成装置。
【0015】
(4)前記記憶手段の使用量が所定の限界使用量を越えたか否かを判断する第2の判断手段をさらに有し、前記削除手段は、前記第2の判断手段により前記記憶手段の使用量が所定の限界使用量を越えたと判断された場合、前記所定のオブジェクトを前記記憶手段から削除する上記(3)に記載の画像形成装置。
【0016】
(5)ページ順と異なる順序でファイル内に配置可能なオブジェクトと当該オブジェクトのファイル内での位置を示す参照情報とを備え、所定のオブジェクトから構成されるページを規定する文書ファイルを、プリントデータに変換されることなく画像処理装置から受信して印刷する画像形成装置で用いられるプログラムであって、前記画像処理装置から送信された文書ファイルに含まれるオブジェクトを順次記憶する記憶手段に、所定のページを構成するオブジェクトがすべて記憶されたか否かを判断する判断手順と、前記判断手順において前記所定のページを構成するオブジェクトが前記記憶手段にすべて記憶されたと判断された場合、当該所定のページに対して印刷処理を施すための印刷手段に当該所定のページを出力する出力手順とを前記画像形成装置に実行させるためのプログラム。
【0017】
【発明の実施の形態】
以下、図面を参照して、本発明の実施の形態を説明する。
【0018】
図1は、本発明の一実施形態に係るPCおよびプリンタが適用されたプリントシステムの構成を示すブロック図である。
【0019】
図1に示すように、プリントシステムは、画像処理装置としての機能を有するPC100A、100Bと、画像形成装置としてのプリンタ200とを備え、これらはネットワーク300を介して相互に通信可能に接続されている。ネットワーク300は、イーサネット(R)、トークンリング、FDDI等の規格によるLANや、LAN同士を専用線で接続したWAN等からなる。
【0020】
なお、ネットワークに接続される機器の種類および台数は、図1に示す例に限定されない。また、プリンタ200は、ネットワーク300を介することなく、PC100Aまたは100Bと直接機器間で接続(ローカル接続)されていてもよい。
【0021】
図2は、図1に示されるPC100A、100Bの構成を示すブロック図である。図2に示すように、PC100A、100Bは、装置全体の制御および各種演算処理を行うCPU101、プログラムやデータを格納するためのROM102、作業領域として一時的にプログラムやデータを記憶するためのRAM103、各種のプログラムやデータを保存するための外部記憶装置としてのハードディスク104、各種情報の表示のための液晶ディスプレイなどの表示部105、各種指示の入力のためのキーボードやマウスなどからなる入力部106、およびネットワーク300に接続するためのLANカードなどのネットワークインタフェース107を含み、これらは信号を遣り取りするためのバス108を介して相互に接続されている。
【0022】
図3は、図1に示されるプリンタ200の構成を示すブロック図である。図3に示すように、プリンタ200は、CPU201、ROM202、RAM203、操作パネル部204、印刷部205、およびネットワークインタフェース206を含み、これらは信号を遣り取りするためのバス207を介して相互に接続されている。なお、プリンタ200の構成要素のうち、PC100A、100Bの構成要素と同様の機能を有する部分についての重複する説明を省略する。
【0023】
RAM203は、PCから受信したデータを一時的に記憶できる。ROM202には、文字の書体を示すフォントに関するフォント情報が格納され得る。なお、プリンタ200は、各種のプログラムやデータを保存するための外部記憶装置としてのハードディスクを有していてもよい。操作パネル部204は、各種情報の表示および各種指示の入力に使用される。印刷部205は、電子写真式プロセス等の周知の作像プロセスを用いて、各種データを用紙などの記録材上に印刷する。
【0024】
PC100A、100B、およびプリンタ200は、上述した構成要素以外の構成要素を含んでいてもよく、あるいは、上述した構成要素のうちの一部が含まれていなくてもよい。以下においては、たとえばPC100Aからプリンタ200にデータが送信されて印刷が行われる場合について説明する。
【0025】
図1に示されるプリントシステムでは、通常プリントと、PDFダイレクトプリントとの2種類の印刷が実行可能である。通常プリントを実行する場合、所定のファイルは、PC100Aのハードディスク104にインストールされたプリンタドライバによってPS等のPDLで記述されたプリントデータに変換された後、プリンタ200に送信される。一方、PDFダイレクトプリントを実行する場合、PDFファイルは、ハードディスク104にインストールされた後述するプログラムにしたがって、プリントデータに変換されることなく、PC100Aからプリンタ200に送信される。
【0026】
PCとプリンタとの間のデータ通信プロトコルとしては、双方向通信が可能で、ジョブごとにセッションを確立することができ、ファイル内の任意の部分のデータを送信可能な、所定のプロトコルが使用される。たとえば、Raw(TCP/IP 9100)、LPR(Line Printer Remote)、IPP(Internet Printing Protocol)などの各種プロトコルが使用され得る。ただし、独自のプロトコルが使用されてもよい。
【0027】
ここで、図4および図5を参照して、標準的なPDFファイルの構造および解析方法について簡単に説明する。図4は、標準的なPDFファイルの構成を説明するための図、図5は、PDFファイルのサンプルを示す図である。なお、図4および図5は、「PDF Reference third edition Adobe Portable Document Format Version 1.4」(アドビシステムズ社)を参考にして作成されている。
【0028】
図4および図5に示すように、標準的なPDFファイル500は、ヘッダ510、ボディ520、相互参照表530、およびトレーラ540から構成される。
【0029】
ヘッダ510には、「%」で始まるコメントが記述される。図5のヘッダ510から、ファイルのフォーマットがPDFであること、および準拠するPDF仕様のバージョン(ここでは1.4)がわかる。
【0030】
ボディ520は、複数のオブジェクトから構成される(図5ではオブジェクト1〜6)。オブジェクトとは、文書を構成する個々の要素をいう。
【0031】
最初のオブジェクト1は、「1 0 obj」から「endobj」までの記述により定義され、他のオブジェクトも同様に定義される。ここで、たとえば「1 0 obj」における数字はオブジェクトの番号であり、最初の数字およびその次の数字は、それぞれオブジェクトのID番号および生成番号(generation)を表す。
【0032】
オブジェクトとしては、たとえば、ページオブジェクト、ページ一覧オブジェクト、カタログオブジェクト、データオブジェクト、およびフォントオブジェクトなどが挙げられる。
【0033】
ページオブジェクトには、特定のページを構成するのに必要なオブジェクトの番号が列挙されたページ情報が記述されている。また、ページオブジェクトは、「/Type/Page」の記述を含む。ページ一覧オブジェクトには、ページ順にページオブジェクトの番号が列挙されたページ番号情報が記述されている。つまり、ページ一覧オブジェクトには、各ページオブジェクトの番号と、そのページオブジェクトが示すページが文書全体の何ページ目に当たるかが記述される。また、ページ一覧オブジェクトは、「/Type/Pages」の記述を含む。カタログオブジェクトには、文書の構造情報が記述されており、ページ一覧オブジェクトの番号が含まれる。データオブジェクトには、ページオブジェクトにより参照される特定のページの中身が記述されており、当該ページを描画するために使用される。フォントオブジェクトには、文字の書体を示すフォントに関するフォント情報が記述されている。
【0034】
データオブジェクトには、画素の集まりで表された画像データを含む画像オブジェクト、文字コードで表された文字データを含む文字オブジェクト、および線などの図形の集まりで表された図形データを含む図形オブジェクトが含まれる。なお、図5において、オブジェクト1はカタログオブジェクト、オブジェクト3はページ一覧オブジェクト(図5の場合、文書は1ページのみで構成される)、オブジェクト4はページオブジェクト、オブジェクト5はデータオブジェクトである。
【0035】
相互参照表530は、ファイル内におけるオブジェクトの位置を示す参照情報である。相互参照表530において、各オブジェクトの位置がオフセットで表される。ここで、オフセットとは、ファイル先頭から注目するデータの先頭までのバイト数をいう。これにより、ボディ520に並んでいるオブジェクトに対して、ランダムにアクセスすることが可能となる。この相互参照表530は、ファイル中では、「xref」というキーワードを含む行で始まる。
【0036】
トレーラ540は、ファイルの解析開始時にアクセスすべき情報である。具体的には、トレーラ540には、ファイル内における相互参照表530の位置を示す情報、および最初に参照すべきオブジェクト(階層構造のルートとなるルートオブジェクト)の番号が記述される。「startxref」の次に示される数字は、相互参照表530のオフセットである。「Root」を含む行は、ルートオブジェクトの番号を示している。また、「Size」を含む行は、相互参照表530の最初のエントリ(オブジェクトのID番号が「0」)を含めて、ファイル内に存在するオブジェクトの個数を示している。このトレーラ540は、ファイルの末尾部分に存在し、「trailer」というキーワードを含む行で始まる。
【0037】
PDFファイルを解析する装置は、標準的なPDFファイルを解析する場合、まずファイルの末尾部分にあるトレーラ540を解析し、次いで相互参照表530を解析する。そして、これらの解析で得られた情報に基づいて、ボディ520に記述されたページの内容を解析することができる。オブジェクトには、次に必要となるデータが記述された別のオブジェクトの番号が含まれている。このため、次に必要なオブジェクトの番号をたどることにより、PDFファイルの全体的な解析が可能となる。したがって、オブジェクトは、PDFファイルのボディ内においてオブジェクト単位で任意の順序で記述されることができ、結果として、ページ順と異なる順序でファイル内に配置可能となる。
【0038】
次に、図6を参照して、PC100Aで行われる処理について説明する。なお、図6のフローチャートにより示されるアルゴリズムは、PC100Aのハードディスク104などの記憶装置にプログラムとして記憶されており、CPU101により実行される。
【0039】
ここでは、PDFファイルに対して、プリンタドライバを使用した通常プリントではなく、PDFダイレクトプリントが実行され、プリンタ200でPDFファイルの印刷が行われる場合について説明する。
【0040】
ユーザによるPDFダイレクトプリントの実行の指示の前に、あらかじめ初期設定が行われる。初期設定には、出力先プリンタの設定、および印刷条件の設定が含まれる。出力先プリンタ、および印刷条件は、入力部106を通したユーザの操作に基づいて設定される。印刷条件には、ページについての印刷順序に関連する属性が含まれる。具体的には、印刷条件には、たとえば印刷部数、片面印刷/両面印刷の指定、部単位で出力するためのコレートの指定、および正順印刷する(ファイルの先頭ページから最終ページに向かって順番に印刷する)旨/正順印刷を必ずしも必要としない旨の指定が含まれる。ただし、印刷条件には、他の属性が含まれていてもよく、上記した属性の一部が省略されていてもよい。なお、印刷条件は、プリンタ200において操作パネル部204を通して設定されてもよい。
【0041】
初期設定がなされた状態で、PC100Aは、ユーザによるPDFファイルに対するPDFダイレクトプリントの実行の指示を受け付ける(S101)。ここで、PC100Aのデスクトップ上には、PDFダイレクトプリントについてのアプリケーションプログラムファイルのアイコンがあらかじめ表示される。ユーザは、印刷すべきPDFファイルを当該アイコンにドラッグ&ドロップしてアプリケーションプログラムを起動することにより、PDFダイレクトプリントの実行の指示を行うことができる。なお、PDFダイレクトプリントの実行の指示は、他の方法により行われてもよい。
【0042】
続いて、PC100Aと出力先であるプリンタ200との間のセッションが自動的に確立される(S102)。セッションは、後述するステップS113において閉じられるまで、維持される。
【0043】
そして、PDFダイレクトプリントの対象とされたPDFファイルが、プリンタ200に送信される(S103)。このとき、PC100Aは、PDFファイルに何ら処理を施さず、そのまま送信する。あらかじめ設定された印刷条件もまた、プリンタ200に送信される。
【0044】
PDFファイルの送信後、送信したPDFファイルのパスがキューに記録される(S104)。パスとはファイルの保存場所を示すための文字列であり、このパスにはファイルが保存されているドライブ名とディレクトリ名とが含まれる。キューは、PDFダイレクトプリント専用の、パスの一時的な保存領域である。
【0045】
ステップS105では、プリンタ200から、セッションを閉じることの要求であるセッションクローズ要求を受信したか否かが判断される。セッションクローズ要求を受信した場合(S105でYES)、ステップS112に進む。
【0046】
セッションクローズ要求を受信していない場合(S105でNO)、プリンタ200から、所定のオブジェクトの送信要求を受信したか否かが判断される(S106)。オブジェクトの送信要求を受信していない場合(S106でNO)、ステップS105に戻る。
【0047】
オブジェクトの送信要求を受信した場合(S106でYES)、当該オブジェクトを含むPDFファイルが検索される(S107)。ここで、キューの先頭に位置するパスが参照され、このパスが示すPDFファイルの検索が行われる。そして、検索したPDFファイルが存在するか否かが判断される(S108)。
【0048】
検索したPDFファイルが見つかった場合(S108でYES)、要求されたオブジェクトが、当該PDFファイルから抽出されてプリンタ200に送信され(S109)、ステップS105に戻る。ここで、プリンタ200からのオブジェクトの送信要求には、後述するように、当該オブジェクトのオフセットおよびサイズの情報が含まれている。したがって、オブジェクトのPDFファイルからの抽出は、オフセットおよびサイズの情報に基づいて行われる。
【0049】
一方、検索したPDFファイルが見つからなかった場合(S108でNO)、ユーザにエラーが発生したことを通知するための所定のエラー表示が表示部105上に表示される(S110)。続いて、プリンタ200に対して、当該PDFダイレクトプリントを行うためのジョブをキャンセルすることの要求であるジョブキャンセル要求が送信される(S111)。
【0050】
ステップS112では、キューの先頭に位置するパスを削除し、現在維持中のセッションが閉じられる(S113)。
【0051】
次に、図7〜図10を参照して、プリンタ200で行われる処理について説明する。なお、図7〜図10のフローチャートにより示されるアルゴリズムは、プリンタ200のROM202などの記憶装置にプログラムとして記憶されており、CPU201により実行される。
【0052】
ここでは、プリンタ200が、PC100Aから送信される印刷すべきPDFファイルを受信して、受信したPDFファイルに対して、PDFダイレクトプリントを実行する場合について、以下に説明する。
【0053】
まず、プリンタ200は、本アプリケーションで使用される図11および図12に示すテーブルを初期化する(S201)。図11は、各オブジェクトのオフセットを管理するためのオフセット情報管理テーブルを示す図、図12は、各ページに関連するオブジェクトの番号を管理するためのページ情報管理テーブルを示す図である。これらのテーブルの内容および使用方法については後述する。
【0054】
テーブルの初期化が終了すると、プリンタ200は、PC100Aから送信されたPDFファイルを順次受信し、受信されたデータを解析する(S202)。
【0055】
ステップS203では、受信されたデータがジョブキャンセル要求であるか否かが判断される。ジョブキャンセル要求である場合(S203でYES)、当該PDFダイレクトプリントを行うためのジョブをキャンセルして(S204)、アプリケーションの実行を終了する。ジョブキャンセル要求でない場合(S203でNO)、ステップS205に進む。
【0056】
ステップS205では、受信されたデータがオブジェクトの先頭であるか否かが判断される。オブジェクトの先頭である場合(S205でYES)、ステップS206に進み、オブジェクトの先頭でない場合(S205でNO)、ステップS207に進む。
【0057】
ステップS206では、注目するオブジェクトのオフセットが記録される。ここで、ファイル先頭から当該オブジェクトの先頭までのバイト数がカウントされることにより、当該オブジェクトのオフセットが得られる。具体的には、図11に示すように、オフセット情報管理テーブルに、該当するオブジェクトの番号とオフセットが記録される。なお、図11に示す削除済みフラグは、後述するステップS303においてオブジェクトに対して削除処理が行われた場合に「1」とされるフラグである。
【0058】
ステップS207では、受信されたデータがページオブジェクトであるか否かが判断される。ページオブジェクトである場合(S207でYES)、ステップS208に進み、ページオブジェクトでない場合(S207でNO)、ステップS209に進む。
【0059】
ステップS208では、注目するページオブジェクトのページ情報が記録される。具体的には、注目するページオブジェクトから、ページオブジェクトの番号と、対応するページを構成するのに必要なオブジェクトの番号とが抽出され、図12に示すようにページ情報管理テーブルに記録される。
【0060】
ステップS209では、受信されたデータがページ一覧オブジェクトであるか否かが判断される。ページ一覧オブジェクトである場合(S209でYES)、ステップS210に進み、ページ一覧オブジェクトでない場合(S209でNO)、ステップS211に進む。
【0061】
ステップS210では、ページ一覧オブジェクトのページ番号情報が記録される。具体的には、ページ一覧オブジェクトを解析することにより、各ページオブジェクトの番号と、そのページオブジェクトに対応するページ番号とが取得され、図12に示すようにページ情報管理テーブルに記録される。
【0062】
ステップS208およびステップS210の処理により、ページ情報管理テーブルにおける出力済みフラグの列以外の列が作成される。なお、図12に示す出力済みフラグは、必要なオブジェクトが揃ったページが印刷部205に対して出力された場合に「1」とされるフラグである。
【0063】
なお、オフセット情報管理テーブル、およびページ情報管理テーブルにおいて、オブジェクトの解析順にテーブルの各欄が埋められていくため、必ずしもオブジェクトの番号順、あるいはページ順に各情報がテーブル内で配置されるとは限らない(図11および図12参照)。ただし、オフセット情報管理テーブルにおいて、各情報がオブジェクトの番号順に配置され、ページ情報管理テーブルにおいて、各情報がページ順に配置されるように管理することも可能である。
【0064】
ステップS211では、データの保存処理が行われる。すなわち、受信したデータのうち、ページオブジェクトでもページ一覧オブジェクトでもないデータに対して保存処理が行われる。
【0065】
図9に示すように、データの保存処理では、受信した上記データは、保存が可能である限り、メモリ(RAM203)の所定の保存領域に保存される(S301)。
【0066】
続いて、メモリなどの記憶装置の使用量が所定の限界使用量を越えたか否かが判断される。ここでは、メモリオーバーフローが発生したか否かが判断される(S302)。メモリオーバーフローとは、メモリの所定の保存領域がデータでフルとなってそれ以上データを保存できない状態をいう。なお、所定の限界使用量は、メモリの所定の保存領域がフルになる場合に限定されるものではなく、たとえばフルの状態に対して80%の使用量など、適宜設定され得る。
【0067】
メモリオーバーフローが発生した場合(S302でYES)、メモリに既に保存されている所定のオブジェクトが削除される(S303)。これにより、未だ保存されていないオブジェクトを保存するための空き容量を確保することができ、PDFファイルの確実な印刷が可能となる。ここで、メモリオーバーフローが発生した場合にのみ所定のオブジェクトの削除を行うことにより、削除処理が頻繁に行われて処理時間を浪費する事態を防止できる。
【0068】
削除されるべき所定のオブジェクトは、既に印刷部205への出力処理(S213参照)が終了したページを構成するオブジェクトのうち、未だ出力処理が終了していない他のページの出力処理に必要でないオブジェクトである。これにより、他のページの出力処理に支障を与えることを防止でき、PDFダイレクトプリントの速度低下を防止できる。ただし、削除されるべき所定のオブジェクトは、上記のオブジェクトに必ずしも限定されるものではなく、データサイズの大きいオブジェクトなどの他のオブジェクトであってもよい。また、未だ出力処理が終了していないページのうちの先頭ページを構成するオブジェクトは、削除の対象にしないことが好ましい。かかるページは早く出力して印刷すべきだからである。さらに、削除されるべきオブジェクトの選定条件が複数設定され、これらの選定条件に優先順位が付けられて、メモリオーバーフローが発生しなくなるまで当該複数の選定条件にしたがった処理が段階的に実行されてもよい。
【0069】
本実施形態では、上記のように、プリンタ200はメモリオーバーフローが発生した場合にのみ所定のオブジェクトの削除を行う。ただし、印刷部205への出力処理(S213参照)が終了したオブジェクトは、未だ出力処理が終了していない他のページの出力処理に必要でない限り、メモリオーバーフローの発生にかかわらず、削除される構成が採用されてもよい。
【0070】
なお、図11に示すオフセット情報管理テーブルにおいて、削除処理が行われたオブジェクトについての削除済みフラグが、「1」に設定される。
【0071】
所定のオブジェクトの削除(S303)が行われた後、ステップS301に戻り、メモリオーバーフローが発生したために保存できなかったデータの保存が実行される。
【0072】
一方、メモリオーバーフローが発生しない場合(S302でNO)、図7および図8のフローチャートに戻る。
【0073】
図8のステップS212では、印刷部205に対して出力可能なページがあるか否かが判断される。すなわち、あるページを構成するオブジェクトがメモリにすべて記憶されたか否かが判断される。
【0074】
ここで、図11のオフセット情報管理テーブル、および図12のページ情報管理テーブルが参照される。具体的には、未だ出力されていないページ(図12に示す出力済みフラグが「0」のページ)であって、かつ当該ページを構成するのに必要なオブジェクト(図12に示すオブジェクトの番号の欄)が揃っているページが存在するか否かが判断される。なお、必要なオブジェクトが揃っている場合とは、図11に示すオフセット情報管理テーブルに当該オブジェクトの番号とオフセットが記録されており、かつ削除済みフラグが「0」の場合である。
【0075】
出力可能なページがあると判断された場合(S212でYES)、当該ページの出力処理が行われる(S213)。
【0076】
図10に示すように、出力可能なページの出力処理では、あらかじめ設定されている印刷条件を参照することによって、正順印刷する旨の指定が行われているか否かが判断される(S401)
正順印刷する旨の指定が行われていない場合(S401でNO)、つまり正順印刷を必ずしも必要としない旨の指定が行われている場合、ステップS212で印刷部205に対して出力可能であると判断されたページが、ラスタライズされた上ですべて印刷部205に出力され(S402)、用紙上に印刷される。そして、ページ情報管理テーブルにおいて、ステップS402で出力されたページについての出力済みフラグが「1」に設定される。したがって、PDFファイルの全体を受信しなくても、所定のページを構成するオブジェクトがすべて記憶された結果、当該ページが出力可能となった時点で、当該ページを印刷することが可能となる。
【0077】
一方、正順印刷する旨の指定が行われている場合(S401でYES)、図11および図12のテーブルを参照することにより、未だ印刷部205への出力処理が終了していないページのうちの先頭のページが出力可能であるか否かが判断される(S403)。
【0078】
未出力ページのうちの先頭のページが出力可能である場合(S403でYES)、当該ページがラスタライズされた上で印刷部205に出力され(S404)、用紙上に印刷される。そして、ページ情報管理テーブルにおいて、ステップS404で出力されたページについての出力済みフラグが「1」に設定される。したがって、PDFファイルの全体を受信しなくても、未出力ページのうちの先頭のページが出力可能となった時点で、当該ページを印刷することが可能となる。これにより、正順印刷が実現される。当該ページの印刷部205への出力後、ステップS403に戻る。一方、未出力ページのうちの先頭のページが出力可能でない場合(S403でNO)、図8のフローチャートに戻る。
【0079】
図8のステップS212において、出力可能なページがないと判断された場合(S212でNO)、ステップS303で削除したオブジェクトが必要か否かが判断される(S216)。ここで、図11に示すオフセット情報テーブルが参照され、所定のオブジェクトがステップS303で削除された(削除済みフラグが「1」)ために出力可能なページがない場合、削除したオブジェクトが必要であると判断される。削除したオブジェクトが必要でない場合(S216でNO)、図7のステップS202に戻る。
【0080】
削除したオブジェクトが必要な場合(S216でYES)、削除したオブジェクトの送信要求が、PDFファイルの送信元であるPC100Aに送信される(S217)。これにより、PDFファイルの印刷がより確実となる。
【0081】
ここで、プリンタ200は、まず、図11に示すオフセット情報管理テーブルを参照して、要求するオブジェクトのオフセット、およびファイル内で次に配置されるオブジェクトのオフセットから、要求するオブジェクトのデータサイズを計算する。そして、プリンタ200は、要求するオブジェクトのオフセットおよびサイズの情報を含むオブジェクトの送信要求を、PC100Aに対して送信する。図13は、オブジェクトの送信要求に含まれる情報の一例を示す図である。オブジェクトの送信要求には、要求するオブジェクトの番号、あるいは出力先であるプリンタ200のIPアドレスなどの他の情報が含まれていてもよい。プリンタ200は、削除したオブジェクトを要求した後、図7のステップS202に戻る。
【0082】
ステップS214では、PDFファイルの全ページ分の印刷部205への出力が完了したか否かが判断される(S214)。全ページ分の出力が完了していない場合(S214でNO)、図7のステップS202に戻り、上記処理が繰り返される。
【0083】
一方、全ページ分の出力が完了した場合(S214でYES)、PDFファイルの送信元であるPC100Aに対して、セッションクローズ要求が送信される(S215)。
【0084】
このように本実施形態によれば、プリンタは、PCから送信されたPDFファイルに含まれるオブジェクトを順次記憶し、所定のページを構成するオブジェクトがすべて記憶されたと判断した場合、当該所定のページに対して印刷処理を施すことができる。
【0085】
したがって、PDFファイルの全体を受信しなくても、所定のページを構成するオブジェクトがすべて記憶された結果、当該ページが出力可能となった時点で、当該ページを印刷することが可能となる。これにより、メモリの使用可能容量が少ないプリンタであっても、送信側の負荷を防止しつつPDFファイルをプリントデータに変換されることなく受信して、印刷することが可能となる。また、未出力ページのうちの先頭のページが出力可能となった時点で、当該ページを印刷する構成を採用することにより、正順印刷を行うことも可能となる。
【0086】
本発明は、上述した実施形態のみに限定されるものではなく、特許請求の範囲内において、種々改変することができる。
【0087】
たとえば、画像処理装置としての機能を有する装置として、PCの代わりに、たとえばワークステーション、サーバなどのコンピュータが用いられてもよい。また、プリンタの代わりに、ファクシミリ装置、コピー機、およびそれらを複合した機能を有する多機能周辺機器(MFP:Multi-Function Peripheral)などの画像形成装置が用いられてもよい。
【0088】
また、上述した実施形態では、PCでの操作に基づいてPCからプリンタにPDFファイルを送信する場合について説明したが、本発明はこれに限定されるものではない。本発明は、プリンタで印刷したいPDFファイルの保存場所を指定することにより、印刷すべきPDFファイルが保存されている保存装置から当該PDFファイルを取得してプリンタで印刷する場合にも適用することができる。
【0089】
本発明において、PDFファイルをプリントデータに変換せずに画像処理装置から画像形成装置に送信して印刷するための各種処理を行う手段および方法は、専用のハードウェア回路、またはプログラムされたコンピュータのいずれによっても実現することが可能である。上記プログラムは、例えばフレキシブルディスクやCD−ROMなどのコンピュータ読み取り可能な記録媒体によって提供されてもよいし、インターネット等のネットワークを介してオンラインで提供されてもよい。この場合、コンピュータ読み取り可能な記録媒体に記録されたプログラムは、通常、ハードディスク等の記憶装置に転送されて記憶される。また、上記プログラムは、単独のアプリケーションソフトとして提供されてもよいし、装置の一機能としてその装置のソフトウェアに組み込まれてもよい。
【0090】
なお、上述した本発明の実施形態には、特許請求の範囲の請求項1〜5に記載した発明以外にも、以下の付記1〜7に示すような発明が含まれる。
【0091】
[付記1] 前記所定のオブジェクトは、既に印刷処理が終了したページを構成するオブジェクトのうち、未だ印刷処理が終了していない他のページの印刷処理に必要でないオブジェクトである請求項3または4に記載の画像形成装置。
【0092】
[付記2] 前記所定のページを構成するオブジェクトが前記削除手段により前記記憶手段から削除されている場合、削除されているオブジェクトについての送信要求を送信する送信手段をさらに有する請求項3または4に記載の画像形成装置。
【0093】
[付記3] 前記文書ファイルは、PDF(Portable Document Format)ファイルである請求項1〜4のいずれか1つに記載の画像形成装置。
【0094】
[付記4] 前記文書ファイルは、PDF(Portable Document Format)ファイルである請求項5に記載のプログラム。
【0095】
[付記5] 請求項5に記載のプログラムを記録したコンピュータ読み取り可能な記録媒体。
【0096】
[付記6] ページ順と異なる順序でファイル内に配置可能なオブジェクトと当該オブジェクトのファイル内での位置を示す参照情報とを備え、所定のオブジェクトから構成されるページを規定する文書ファイルを、プリントデータに変換されることなく画像処理装置から受信して印刷する画像形成方法であって、
前記画像処理装置から送信された文書ファイルに含まれるオブジェクトを記憶手段に順次記憶する記憶ステップと、
所定のページを構成するオブジェクトが前記記憶手段にすべて記憶されたか否かを判断する判断ステップと、
前記所定のページを構成するオブジェクトが前記記憶手段にすべて記憶されたと判断された場合、当該所定のページに対して印刷処理を施す印刷ステップと
を有する画像形成方法。
【0097】
[付記7] 前記文書ファイルは、PDF(Portable Document Format)ファイルである付記6に記載の画像形成方法。
【0098】
【発明の効果】
上述したように、本発明によれば、PDFファイルなどの文書ファイルの全体を受信しなくても、所定のページを構成するオブジェクトがすべて記憶された結果、当該ページが出力可能となった時点で、当該ページを印刷することが可能となる。これにより、記憶部の使用可能容量が少ない画像形成装置であっても、送信側の負荷を防止しつつ文書ファイルをプリントデータに変換されることなく受信して、印刷することが可能となる。
【図面の簡単な説明】
【図1】本発明の一実施形態に係るPCおよびプリンタが適用されたプリントシステムの構成を示すブロック図である。
【図2】図1に示されるPCの構成を示すブロック図である。
【図3】図1に示されるプリンタの構成を示すブロック図である。
【図4】標準的なPDFファイルの構成を説明するための図である。
【図5】PDFファイルのサンプルを示す図である。
【図6】PCで行われる処理について説明するためのフローチャートである。
【図7】プリンタで行われる処理について説明するためのフローチャートである。
【図8】図7から続く、プリンタで行われる処理について説明するためのフローチャートである。
【図9】図7に示されるデータの保存処理について説明するためのフローチャートである。
【図10】図8に示される出力可能なページの出力処理について説明するためのフローチャートである。
【図11】オフセット情報管理テーブルの一例を示す図である。
【図12】ページ情報管理テーブルの一例を示す図である。
【図13】オブジェクトの送信要求に含まれる情報の一例を示す図である。
【符号の説明】
1〜6…オブジェクト、
100A、100B…PC、
101、201…CPU、
102、202…ROM、
103、203…RAM、
104…ハードディスク、
105…表示部、
106…入力部、
107、206…ネットワークインタフェース、
108、207…バス、
200…プリンタ、
204…操作パネル部、
205…印刷部、
300…ネットワーク、
500…標準的なPDFファイル、
510…ヘッダ、
520…ボディ、
530…相互参照表、
540…トレーラ。
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to an image forming apparatus and a program, and in particular, includes an object that can be arranged in a file in an order different from a page order, and reference information indicating a position of the object in the file, and is configured from a predetermined object. The present invention relates to an image forming apparatus and a program for receiving and printing a document file defining a page from an image processing apparatus without being converted into print data.
[0002]
[Prior art]
2. Description of the Related Art A personal computer (hereinafter, referred to as “PC”) can transmit a document file stored on a hard disk to a printer via a network such as a LAN and print the document file.
[0003]
In this case, the document file is usually converted into print data described in PDL (Page Description Language) such as PS (PostScript (R)) which can be analyzed by a printer by a printer driver installed in the PC. It is transmitted after being converted.
[0004]
On the other hand, as a document file distributed on the Internet, a PDF (Portable Document Format) file that can reproduce the same appearance as an original document regardless of the type of hardware or application has been widely used. The PDF file includes an object that can be arranged in the file in an order different from the page order and reference information indicating a position of the object in the file, and defines a page including a predetermined object.
[0005]
By the way, a PDF file may have several hundred pages of data, for example. When such a PDF file having a particularly large data size is converted into print data by a PC, the conversion takes a long time, the processing becomes complicated, and the data size is rather large due to the conversion, and the data transfer time increases. For this reason, the load on the PC increases. In order to reduce the load on the PC, a printer capable of directly printing a PDF file transmitted from the PC to the printer without converting it into print data (hereinafter referred to as “PDF direct print”) has been proposed. .
[0006]
However, in the PDF file, objects relating to data to be printed can be arranged in the file regardless of the page order, and reference information indicating the position of the object in the file is arranged at the end of the file. The printer can print only after receiving the entire PDF file. For this reason, the printer may not be able to receive the entire PDF file because of a lack of the capacity (available capacity or free space) of the mounted memory, and may not be able to execute printing.
[0007]
In connection with this problem, there is known an apparatus that changes the contents of a PDF file and reconstructs the data so that the received data can be sequentially displayed on a display without receiving the entire PDF file. (For example, refer to Patent Document 1).
[0008]
[Patent Document 1]
Japanese Patent Publication No. Hei 11-502954
[0009]
[Problems to be solved by the invention]
However, in the device described in Patent Document 1, as a result, a complicated process for reconstructing the PDF file is required on the transmission side such as a PC before the file transfer. Therefore, there is a problem that the technique of the above-described apparatus does not reduce the load on the PC as compared with converting a PDF file into print data described in PDL such as PS. In addition, since the above technique is merely a technique related to display on a display, sufficient consideration is not given to printing with a printer.
[0010]
SUMMARY OF THE INVENTION The present invention has been made to solve the above-described problem, and an object of the present invention is to provide an image forming apparatus having a small usable capacity of a storage unit while preventing a load on a transmission side while preventing a PDF file from being loaded. It is an object of the present invention to provide an image forming apparatus and a program capable of receiving and printing a document file such as a document file without being converted into print data.
[0011]
[Means for Solving the Problems]
The above object of the present invention is achieved by the following means.
[0012]
(1) A document file that includes an object that can be arranged in a file in an order different from the page order and reference information that indicates the position of the object in the file, and defines a document file that defines a page composed of a predetermined object. An image forming apparatus that receives and prints from an image processing apparatus without being converted into an image, and that forms a predetermined page and a storage unit that sequentially stores objects included in a document file transmitted from the image processing apparatus. Determining means for determining whether or not all of the objects are stored in the storage means; and, if the determination means determines that all of the objects constituting the predetermined page have been stored in the storage means, An image forming apparatus having printing means for performing printing processing on the image forming apparatus.
[0013]
(2) The image forming apparatus according to (1), wherein the predetermined page is a first page among pages that have not been printed yet.
[0014]
(3) The image forming apparatus according to (1) or (2), further including a deletion unit that deletes a predetermined object already stored in the storage unit from the storage unit.
[0015]
(4) There is further provided a second judging means for judging whether or not the usage amount of the storage means has exceeded a predetermined limit usage amount, and the deletion means has the use of the storage means by the second judgment means. The image forming apparatus according to (3), wherein, when it is determined that the amount exceeds a predetermined limit usage amount, the predetermined object is deleted from the storage unit.
[0016]
(5) A document file that includes an object that can be arranged in a file in an order different from the page order and reference information that indicates the position of the object in the file, and that defines a page composed of a predetermined object, and prints a document file A program used in an image forming apparatus that receives and prints from an image processing apparatus without being converted into a file, and stores a predetermined object in a storage unit that sequentially stores objects included in a document file transmitted from the image processing apparatus. A determining step of determining whether or not all the objects constituting the page are stored; and, if it is determined in the determining step that all the objects constituting the predetermined page are stored in the storage means, An output procedure of outputting the predetermined page to a printing unit for performing a printing process on the Program for executing the image forming apparatus.
[0017]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
[0018]
FIG. 1 is a block diagram showing a configuration of a print system to which a PC and a printer according to an embodiment of the present invention are applied.
[0019]
As shown in FIG. 1, the print system includes PCs 100A and 100B having a function as an image processing apparatus, and a printer 200 as an image forming apparatus, which are communicably connected to each other via a network 300. I have. The network 300 includes a LAN conforming to standards such as Ethernet (R), token ring, and FDDI, and a WAN in which LANs are connected by a dedicated line.
[0020]
Note that the type and number of devices connected to the network are not limited to the example shown in FIG. The printer 200 may be directly connected (locally connected) to the PC 100A or 100B without going through the network 300.
[0021]
FIG. 2 is a block diagram showing a configuration of PCs 100A and 100B shown in FIG. As shown in FIG. 2, the PCs 100A and 100B include a CPU 101 for controlling the entire apparatus and performing various arithmetic processing, a ROM 102 for storing programs and data, a RAM 103 for temporarily storing programs and data as a work area, A hard disk 104 as an external storage device for storing various programs and data; a display unit 105 such as a liquid crystal display for displaying various information; an input unit 106 including a keyboard and a mouse for inputting various instructions; And a network interface 107 such as a LAN card for connecting to the network 300, which are mutually connected via a bus 108 for exchanging signals.
[0022]
FIG. 3 is a block diagram showing a configuration of the printer 200 shown in FIG. As shown in FIG. 3, the printer 200 includes a CPU 201, a ROM 202, a RAM 203, an operation panel unit 204, a printing unit 205, and a network interface 206, which are interconnected via a bus 207 for exchanging signals. ing. Note that, of the components of the printer 200, a duplicate description of a portion having the same function as the components of the PCs 100A and 100B will be omitted.
[0023]
The RAM 203 can temporarily store data received from the PC. The ROM 202 may store font information related to a font indicating a character typeface. Note that the printer 200 may include a hard disk as an external storage device for storing various programs and data. The operation panel unit 204 is used for displaying various information and inputting various instructions. The printing unit 205 prints various data on a recording material such as paper using a known image forming process such as an electrophotographic process.
[0024]
The PCs 100A and 100B and the printer 200 may include components other than the components described above, or may not include some of the components described above. In the following, a case where data is transmitted from PC 100A to printer 200 to perform printing, for example, will be described.
[0025]
In the print system shown in FIG. 1, two types of printing, normal printing and PDF direct printing, can be executed. When performing normal printing, a predetermined file is converted to print data described in PDL such as PS by a printer driver installed in the hard disk 104 of the PC 100A, and then transmitted to the printer 200. On the other hand, when the PDF direct print is executed, the PDF file is transmitted from the PC 100A to the printer 200 without being converted into print data according to a program described later installed on the hard disk 104.
[0026]
As a data communication protocol between the PC and the printer, a predetermined protocol that can perform bidirectional communication, establish a session for each job, and transmit data of an arbitrary portion in a file is used. You. For example, various protocols such as Raw (TCP / IP 9100), LPR (Line Printer Remote), and IPP (Internet Printing Protocol) can be used. However, a proprietary protocol may be used.
[0027]
Here, the structure and analysis method of a standard PDF file will be briefly described with reference to FIGS. FIG. 4 is a diagram for explaining the structure of a standard PDF file, and FIG. 5 is a diagram showing a sample PDF file. 4 and 5 are created with reference to “PDF Reference third edition Adobe Portable Document Format Version 1.4” (Adobe Systems Inc.).
[0028]
As shown in FIGS. 4 and 5, a standard PDF file 500 includes a header 510, a body 520, a cross-reference table 530, and a trailer 540.
[0029]
In the header 510, a comment starting with “%” is described. From the header 510 in FIG. 5, it can be seen that the format of the file is PDF and the version (1.4 in this case) of the compliant PDF specification.
[0030]
The body 520 is composed of a plurality of objects (objects 1 to 6 in FIG. 5). Objects are the individual elements that make up a document.
[0031]
The first object 1 is defined by the description from “10 obj” to “endobj”, and other objects are similarly defined. Here, for example, the number in “10 obj” is the number of the object, and the first number and the next number represent the ID number and the generation number (generation) of the object, respectively.
[0032]
Examples of the object include a page object, a page list object, a catalog object, a data object, and a font object.
[0033]
The page object describes page information in which the numbers of objects necessary to construct a specific page are listed. The page object includes a description of “/ Type / Page”. The page list object describes page number information in which the page object numbers are listed in the page order. That is, the page list object describes the number of each page object and the page number of the page indicated by the page object in the entire document. Further, the page list object includes a description of “/ Type / Pages”. The catalog object describes the structure information of the document, and includes the number of the page list object. The data object describes the contents of a specific page referred to by the page object, and is used to render the page. In the font object, font information about a font indicating a character typeface is described.
[0034]
The data object includes an image object including image data represented by a group of pixels, a character object including character data represented by a character code, and a graphic object including graphic data represented by a group of figures such as lines. included. In FIG. 5, object 1 is a catalog object, object 3 is a page list object (in FIG. 5, the document is composed of only one page), object 4 is a page object, and object 5 is a data object.
[0035]
The cross-reference table 530 is reference information indicating the position of the object in the file. In the cross-reference table 530, the position of each object is represented by an offset. Here, the offset refers to the number of bytes from the beginning of the file to the beginning of the data of interest. This makes it possible to randomly access the objects arranged in the body 520. The cross-reference table 530 starts with a line containing the keyword “xref” in the file.
[0036]
The trailer 540 is information to be accessed at the start of file analysis. Specifically, the trailer 540 describes information indicating the position of the cross-reference table 530 in the file, and the number of the object to be referred to first (the root object serving as the root of the hierarchical structure). The number shown after “startxref” is the offset of the cross-reference table 530. The line including “Root” indicates the number of the root object. The line including “Size” indicates the number of objects existing in the file, including the first entry of the cross reference table 530 (the object ID number is “0”). This trailer 540 is located at the end of the file and begins with a line containing the keyword "trailer".
[0037]
When analyzing a standard PDF file, the apparatus for analyzing the PDF file first analyzes the trailer 540 at the end of the file, and then analyzes the cross-reference table 530. Then, the contents of the page described in the body 520 can be analyzed based on the information obtained by the analysis. The object contains the number of another object in which the next required data is described. Therefore, by following the number of the next required object, the entire analysis of the PDF file becomes possible. Therefore, the objects can be described in an arbitrary order on a per-object basis in the body of the PDF file, and as a result, can be arranged in the file in an order different from the page order.
[0038]
Next, a process performed by the PC 100A will be described with reference to FIG. The algorithm shown in the flowchart of FIG. 6 is stored as a program in a storage device such as the hard disk 104 of the PC 100A, and is executed by the CPU 101.
[0039]
Here, a case will be described in which, instead of normal printing using a printer driver, PDF direct printing is performed on a PDF file, and the printer 200 prints the PDF file.
[0040]
Before the user instructs execution of PDF direct printing, initial settings are performed in advance. The initial settings include the settings of the output destination printer and the settings of the printing conditions. The output destination printer and the printing conditions are set based on a user operation through the input unit 106. The printing conditions include attributes related to the printing order of the pages. Specifically, the printing conditions include, for example, the number of copies, designation of single-sided printing / double-sided printing, designation of a collate for output in units of copies, and printing in normal order (order from the first page to the last page of the file). ) / Designation that printing is not always required. However, other attributes may be included in the printing conditions, and some of the above-described attributes may be omitted. The printing conditions may be set in the printer 200 through the operation panel unit 204.
[0041]
With the initial settings, the PC 100A accepts an instruction from the user to execute the PDF direct print for the PDF file (S101). Here, an icon of an application program file for PDF direct printing is displayed in advance on the desktop of the PC 100A. The user can instruct the execution of the PDF direct print by dragging and dropping the PDF file to be printed onto the icon and activating the application program. The instruction to execute the PDF direct print may be issued by another method.
[0042]
Subsequently, a session between the PC 100A and the printer 200 as an output destination is automatically established (S102). The session is maintained until it is closed in step S113 described later.
[0043]
Then, the PDF file targeted for PDF direct printing is transmitted to the printer 200 (S103). At this time, the PC 100A transmits the PDF file without any processing. The printing conditions set in advance are also transmitted to the printer 200.
[0044]
After the transmission of the PDF file, the path of the transmitted PDF file is recorded in the queue (S104). The path is a character string indicating the storage location of the file, and the path includes the drive name and directory name where the file is stored. The queue is a temporary storage area of a path dedicated to PDF direct printing.
[0045]
In step S105, it is determined whether a session close request, which is a request to close the session, has been received from printer 200. If a session close request has been received (YES in S105), the flow proceeds to step S112.
[0046]
If a session close request has not been received (NO in S105), it is determined whether a transmission request for a predetermined object has been received from printer 200 (S106). If an object transmission request has not been received (NO in S106), the process returns to step S105.
[0047]
When the transmission request of the object is received (YES in S106), a PDF file including the object is searched (S107). Here, the path located at the head of the queue is referred to, and the PDF file indicated by this path is searched. Then, it is determined whether or not the searched PDF file exists (S108).
[0048]
If the searched PDF file is found (YES in S108), the requested object is extracted from the PDF file and transmitted to the printer 200 (S109), and the process returns to step S105. Here, the transmission request of the object from the printer 200 includes information on the offset and the size of the object, as described later. Therefore, the extraction of the object from the PDF file is performed based on the offset and size information.
[0049]
On the other hand, when the searched PDF file is not found (NO in S108), a predetermined error display for notifying the user that an error has occurred is displayed on the display unit 105 (S110). Subsequently, a job cancel request, which is a request to cancel the job for performing the PDF direct print, is transmitted to the printer 200 (S111).
[0050]
In step S112, the path located at the head of the queue is deleted, and the currently maintained session is closed (S113).
[0051]
Next, processing performed by the printer 200 will be described with reference to FIGS. The algorithm shown in the flowcharts of FIGS. 7 to 10 is stored as a program in a storage device such as the ROM 202 of the printer 200 and is executed by the CPU 201.
[0052]
Here, the case where the printer 200 receives the PDF file to be printed transmitted from the PC 100A and executes the PDF direct print on the received PDF file will be described below.
[0053]
First, the printer 200 initializes the tables shown in FIGS. 11 and 12 used in this application (S201). FIG. 11 is a diagram showing an offset information management table for managing the offset of each object, and FIG. 12 is a diagram showing a page information management table for managing the number of an object related to each page. The contents and usage of these tables will be described later.
[0054]
When the initialization of the table is completed, the printer 200 sequentially receives the PDF files transmitted from the PC 100A and analyzes the received data (S202).
[0055]
In step S203, it is determined whether the received data is a job cancel request. If the request is a job cancel request (YES in S203), the job for performing the PDF direct print is canceled (S204), and the execution of the application ends. If it is not a job cancel request (NO in S203), the process proceeds to step S205.
[0056]
In step S205, it is determined whether the received data is the head of the object. If it is the head of the object (YES in S205), the process proceeds to step S206. If it is not the head of the object (NO in S205), the process proceeds to step S207.
[0057]
In step S206, the offset of the object of interest is recorded. Here, the offset of the object is obtained by counting the number of bytes from the head of the file to the head of the object. Specifically, as shown in FIG. 11, the number and offset of the corresponding object are recorded in the offset information management table. Note that the deleted flag shown in FIG. 11 is a flag that is set to “1” when a deletion process is performed on an object in step S303 described below.
[0058]
In step S207, it is determined whether the received data is a page object. If it is a page object (YES in S207), the process proceeds to step S208. If it is not a page object (NO in S207), the process proceeds to step S209.
[0059]
In step S208, page information of the page object of interest is recorded. Specifically, the page object number and the object number required to compose the corresponding page are extracted from the page object of interest, and are recorded in the page information management table as shown in FIG.
[0060]
In step S209, it is determined whether the received data is a page list object. If it is a page list object (YES in S209), the process proceeds to step S210. If it is not a page list object (NO in S209), the process proceeds to step S211.
[0061]
In step S210, page number information of the page list object is recorded. Specifically, by analyzing the page list object, the number of each page object and the page number corresponding to the page object are obtained, and are recorded in the page information management table as shown in FIG.
[0062]
By the processing in steps S208 and S210, columns other than the column of the output flag in the page information management table are created. Note that the output completion flag illustrated in FIG. 12 is a flag that is set to “1” when a page including necessary objects is output to the printing unit 205.
[0063]
In the offset information management table and the page information management table, each column of the table is filled in the order of analysis of the object. Therefore, the information is not always arranged in the table in the order of the object number or the page. No (see FIGS. 11 and 12). However, it is also possible to manage the offset information management table so that each information is arranged in the order of object number, and in the page information management table, each information is arranged in the page order.
[0064]
In step S211, data storage processing is performed. That is, the storage processing is performed on data that is neither a page object nor a page list object among the received data.
[0065]
As shown in FIG. 9, in the data storing process, the received data is stored in a predetermined storage area of the memory (RAM 203) as long as the data can be stored (S301).
[0066]
Subsequently, it is determined whether the usage of a storage device such as a memory has exceeded a predetermined limit usage. Here, it is determined whether or not a memory overflow has occurred (S302). The memory overflow refers to a state in which a predetermined storage area of the memory is full of data and no more data can be stored. The predetermined limit usage amount is not limited to the case where the predetermined storage area of the memory becomes full, but may be set as appropriate, for example, the usage amount of 80% of the full state.
[0067]
If a memory overflow has occurred (YES in S302), the predetermined object already stored in the memory is deleted (S303). As a result, it is possible to secure a free space for storing an object that has not yet been stored, and it is possible to reliably print a PDF file. Here, by deleting a predetermined object only when a memory overflow occurs, it is possible to prevent a situation in which deletion processing is performed frequently and wastes processing time.
[0068]
The predetermined object to be deleted is an object that is not necessary for the output processing of another page that has not been output yet, of the objects constituting the page that has already been output to the printing unit 205 (see S213). It is. Thus, it is possible to prevent the output processing of another page from being hindered, and it is possible to prevent the speed of PDF direct printing from lowering. However, the predetermined object to be deleted is not necessarily limited to the above-described object, and may be another object such as an object having a large data size. In addition, it is preferable that objects constituting the first page among pages for which output processing has not yet been completed are not deleted. This is because such a page should be output and printed quickly. Further, a plurality of selection conditions of the object to be deleted are set, and priorities are assigned to these selection conditions, and processing according to the plurality of selection conditions is executed in stages until memory overflow does not occur. Is also good.
[0069]
In the present embodiment, as described above, the printer 200 deletes a predetermined object only when a memory overflow occurs. However, an object for which output processing to the printing unit 205 (see S213) has been completed is deleted irrespective of the occurrence of memory overflow, unless it is necessary for output processing of another page for which output processing has not been completed. May be adopted.
[0070]
Note that, in the offset information management table shown in FIG. 11, the deleted flag of the object on which the deletion process has been performed is set to “1”.
[0071]
After the predetermined object is deleted (S303), the process returns to step S301, and data that cannot be stored due to a memory overflow is stored.
[0072]
On the other hand, when the memory overflow does not occur (NO in S302), the process returns to the flowcharts of FIGS.
[0073]
In step S212 in FIG. 8, it is determined whether there is a page that can be output to the printing unit 205. That is, it is determined whether or not all the objects constituting a certain page have been stored in the memory.
[0074]
Here, the offset information management table in FIG. 11 and the page information management table in FIG. 12 are referred to. Specifically, the page is a page that has not been output yet (a page whose output flag shown in FIG. 12 is “0”), and is an object (an object number shown in FIG. 12) required to compose the page. Column) are determined. It should be noted that the case where the necessary objects are present is a case where the number and offset of the object are recorded in the offset information management table shown in FIG. 11 and the deletion completion flag is “0”.
[0075]
When it is determined that there is a page that can be output (YES in S212), output processing of the page is performed (S213).
[0076]
As shown in FIG. 10, in the output process of a page that can be output, it is determined whether or not designation of normal printing is performed by referring to a preset printing condition (S401).
If the designation of the normal order printing has not been made (NO in S401), that is, if the designation that the normal order printing is not necessarily required has been made, it is possible to output to the printing unit 205 in step S212. The page determined to be present is rasterized, all output to the printing unit 205 (S402), and printed on paper. Then, in the page information management table, the output completed flag for the page output in step S402 is set to “1”. Therefore, even if the entire PDF file is not received, the page can be printed when all the objects constituting the predetermined page are stored and the page can be output.
[0077]
On the other hand, if the print order has been specified (YES in S401), by referring to the tables in FIGS. It is determined whether or not the first page of the data can be output (S403).
[0078]
If the first page among the non-output pages can be output (YES in S403), the page is rasterized, output to the printing unit 205 (S404), and printed on paper. Then, in the page information management table, the output completed flag for the page output in step S404 is set to “1”. Therefore, even if the entire PDF file is not received, the page can be printed when the first page among the unoutputted pages can be output. Thereby, the normal printing is realized. After the page is output to the printing unit 205, the process returns to step S403. On the other hand, if the first page among the non-output pages cannot be output (NO in S403), the process returns to the flowchart of FIG.
[0079]
If it is determined in step S212 of FIG. 8 that there is no page that can be output (NO in S212), it is determined whether the object deleted in step S303 is necessary (S216). Here, the offset information table shown in FIG. 11 is referred to, and if there is no page that can be output because the predetermined object has been deleted in step S303 (the deletion flag is “1”), the deleted object is necessary. Is determined. If the deleted object is not needed (NO in S216), the process returns to step S202 in FIG.
[0080]
If the deleted object is required (YES in S216), a transmission request for the deleted object is transmitted to PC 100A, which is the transmission source of the PDF file (S217). As a result, the printing of the PDF file becomes more reliable.
[0081]
Here, the printer 200 first calculates the data size of the requested object from the offset of the requested object and the offset of the object to be arranged next in the file with reference to the offset information management table shown in FIG. I do. Then, the printer 200 transmits to the PC 100A a request to transmit the object including information on the offset and size of the requested object. FIG. 13 is a diagram illustrating an example of information included in an object transmission request. The object transmission request may include other information such as the number of the requested object or the IP address of the printer 200 that is the output destination. After requesting the deleted object, the printer 200 returns to step S202 in FIG.
[0082]
In step S214, it is determined whether output of all pages of the PDF file to the printing unit 205 has been completed (S214). If the output for all pages has not been completed (NO in S214), the process returns to step S202 in FIG. 7, and the above processing is repeated.
[0083]
On the other hand, when the output of all pages is completed (YES in S214), a session close request is transmitted to PC 100A, which is the transmission source of the PDF file (S215).
[0084]
As described above, according to the present embodiment, the printer sequentially stores the objects included in the PDF file transmitted from the PC, and when it is determined that all the objects constituting the predetermined page have been stored, the printer stores the objects in the predetermined page. Print processing can be performed on the print data.
[0085]
Therefore, even if the entire PDF file is not received, the page can be printed when the page can be output as a result of storing all the objects constituting the predetermined page. As a result, even a printer with a small available memory capacity can receive and print a PDF file without being converted into print data while preventing a load on the transmission side. In addition, by adopting a configuration in which the first page of the unoutputted pages can be output when the page can be output, it is also possible to perform normal order printing.
[0086]
The present invention is not limited to only the above-described embodiments, but can be variously modified within the scope of the claims.
[0087]
For example, as an apparatus having a function as an image processing apparatus, a computer such as a workstation or a server may be used instead of a PC. Further, instead of the printer, an image forming apparatus such as a facsimile machine, a copier, and a multi-function peripheral (MFP) having a combined function thereof may be used.
[0088]
In the above-described embodiment, the case where the PDF file is transmitted from the PC to the printer based on the operation on the PC has been described, but the present invention is not limited to this. The present invention can also be applied to a case where a PDF file to be printed by a printer is designated and a PDF file to be printed is obtained from a storage device in which the PDF file to be printed is stored and is printed by the printer. it can.
[0089]
In the present invention, a means and a method for performing various processes for transmitting a PDF file from an image processing apparatus to an image forming apparatus for printing without converting the PDF file into print data are provided by a dedicated hardware circuit or a programmed computer. It can be realized by any of them. The program may be provided by a computer-readable recording medium such as a flexible disk or a CD-ROM, or may be provided online via a network such as the Internet. In this case, the program recorded on the computer-readable recording medium is usually transferred to a storage device such as a hard disk and stored. Further, the program may be provided as independent application software, or may be incorporated in the software of the device as one function of the device.
[0090]
The embodiments of the present invention described above include the inventions described in the following supplementary notes 1 to 7 in addition to the inventions described in claims 1 to 5 of the claims.
[0091]
[Supplementary note 1] The object according to claim 3 or 4, wherein the predetermined object is an object that is not necessary for print processing of another page for which print processing has not been completed among objects constituting a page for which print processing has been completed. The image forming apparatus as described in the above.
[0092]
[Supplementary Note 2] The apparatus according to claim 3 or 4, further comprising a transmission unit configured to transmit a transmission request for the deleted object when the object configuring the predetermined page is deleted from the storage unit by the deletion unit. The image forming apparatus as described in the above.
[0093]
[Appendix 3] The image forming apparatus according to any one of claims 1 to 4, wherein the document file is a PDF (Portable Document Format) file.
[0094]
[Supplementary Note 4] The program according to claim 5, wherein the document file is a PDF (Portable Document Format) file.
[0095]
[Supplementary Note 5] A computer-readable recording medium recording the program according to claim 5.
[0096]
[Supplementary Note 6] A document file that includes an object that can be arranged in a file in an order different from the page order and reference information that indicates a position of the object in the file and that defines a page including a predetermined object is printed. An image forming method for receiving and printing from an image processing device without being converted into data,
A storage step of sequentially storing objects included in the document file transmitted from the image processing device in storage means,
A judging step of judging whether or not all the objects constituting the predetermined page have been stored in the storage means;
A printing step of performing a printing process on the predetermined page when it is determined that all the objects constituting the predetermined page are stored in the storage unit;
An image forming method comprising:
[0097]
[Supplementary Note 7] The image forming method according to supplementary note 6, wherein the document file is a PDF (Portable Document Format) file.
[0098]
【The invention's effect】
As described above, according to the present invention, even when the entire document file such as the PDF file is not received, all the objects constituting the predetermined page are stored, and as a result, the page can be output. , The page can be printed. As a result, even if the image forming apparatus has a small available capacity of the storage unit, the document file can be received and printed without being converted into print data while preventing the load on the transmission side.
[Brief description of the drawings]
FIG. 1 is a block diagram illustrating a configuration of a print system to which a PC and a printer according to an embodiment of the present invention are applied.
FIG. 2 is a block diagram showing a configuration of a PC shown in FIG.
FIG. 3 is a block diagram showing a configuration of the printer shown in FIG.
FIG. 4 is a diagram for explaining a configuration of a standard PDF file.
FIG. 5 is a diagram showing a sample of a PDF file.
FIG. 6 is a flowchart illustrating a process performed by the PC.
FIG. 7 is a flowchart illustrating a process performed by the printer.
FIG. 8 is a flowchart continued from FIG. 7 for describing processing performed by the printer.
FIG. 9 is a flowchart illustrating a data storage process illustrated in FIG. 7;
FIG. 10 is a flowchart for describing output processing of a page that can be output shown in FIG. 8;
FIG. 11 is a diagram illustrating an example of an offset information management table.
FIG. 12 is a diagram illustrating an example of a page information management table.
FIG. 13 is a diagram illustrating an example of information included in an object transmission request.
[Explanation of symbols]
1 to 6 ... objects,
100A, 100B ... PC,
101, 201 ... CPU,
102, 202 ... ROM,
103, 203 ... RAM,
104 ... Hard disk,
105 display unit,
106 ... input unit,
107, 206 ... network interface,
108, 207 ... bus,
200 ... printer,
204: operation panel section,
205 printing section,
300 ... network,
500 ... standard PDF file,
510 ... header,
520 ... body,
530 ... Cross reference table,
540 ... Trailer.

Claims (5)

ページ順と異なる順序でファイル内に配置可能なオブジェクトと当該オブジェクトのファイル内での位置を示す参照情報とを備え、所定のオブジェクトから構成されるページを規定する文書ファイルを、プリントデータに変換されることなく画像処理装置から受信して印刷する画像形成装置であって、
前記画像処理装置から送信された文書ファイルに含まれるオブジェクトを順次記憶する記憶手段と、
所定のページを構成するオブジェクトが前記記憶手段にすべて記憶されたか否かを判断する判断手段と、
前記判断手段により前記所定のページを構成するオブジェクトが前記記憶手段にすべて記憶されたと判断された場合、当該所定のページに対して印刷処理を施す印刷手段と
を有する画像形成装置。
A document file that includes an object that can be arranged in a file in an order different from the page order and reference information that indicates the position of the object in the file, and converts a document file that defines a page composed of a predetermined object into print data. An image forming apparatus for receiving and printing from an image processing apparatus without printing,
Storage means for sequentially storing objects included in the document file transmitted from the image processing apparatus,
Determining means for determining whether or not all objects constituting a predetermined page have been stored in the storage means;
An image forming apparatus comprising: a printing unit configured to perform a printing process on the predetermined page when the determination unit determines that all objects forming the predetermined page are stored in the storage unit.
前記所定のページは、未だ印刷処理が終了していないページのうちの先頭のページである請求項1に記載の画像形成装置。The image forming apparatus according to claim 1, wherein the predetermined page is a first page of pages that have not been printed yet. 前記記憶手段に既に記憶されている所定のオブジェクトを前記記憶手段から削除する削除手段をさらに有する請求項1または2に記載の画像形成装置。The image forming apparatus according to claim 1, further comprising a deletion unit configured to delete a predetermined object already stored in the storage unit from the storage unit. 前記記憶手段の使用量が所定の限界使用量を越えたか否かを判断する第2の判断手段をさらに有し、
前記削除手段は、前記第2の判断手段により前記記憶手段の使用量が所定の限界使用量を越えたと判断された場合、前記所定のオブジェクトを前記記憶手段から削除する請求項3に記載の画像形成装置。
A second determination unit configured to determine whether the usage amount of the storage unit exceeds a predetermined limit usage amount,
4. The image according to claim 3, wherein the deletion unit deletes the predetermined object from the storage unit when the second determination unit determines that the usage amount of the storage unit exceeds a predetermined limit usage amount. 5. Forming equipment.
ページ順と異なる順序でファイル内に配置可能なオブジェクトと当該オブジェクトのファイル内での位置を示す参照情報とを備え、所定のオブジェクトから構成されるページを規定する文書ファイルを、プリントデータに変換されることなく画像処理装置から受信して印刷する画像形成装置で用いられるプログラムであって、
前記画像処理装置から送信された文書ファイルに含まれるオブジェクトを順次記憶する記憶手段に、所定のページを構成するオブジェクトがすべて記憶されたか否かを判断する判断手順と、
前記判断手順において前記所定のページを構成するオブジェクトが前記記憶手段にすべて記憶されたと判断された場合、当該所定のページに対して印刷処理を施すための印刷手段に当該所定のページを出力する出力手順と
を前記画像形成装置に実行させるためのプログラム。
A document file that includes an object that can be arranged in a file in an order different from the page order and reference information that indicates the position of the object in the file, and converts a document file that defines a page composed of a predetermined object into print data. A program used in an image forming apparatus that receives and prints from an image processing apparatus without performing
A determination step of determining whether or not all objects constituting a predetermined page are stored in storage means for sequentially storing objects included in a document file transmitted from the image processing apparatus;
When it is determined in the determination procedure that all the objects constituting the predetermined page are stored in the storage unit, an output for outputting the predetermined page to a printing unit for performing a printing process on the predetermined page And a program for causing the image forming apparatus to execute the steps.
JP2002372354A 2002-12-24 2002-12-24 Image forming apparatus and program Expired - Fee Related JP3829798B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2002372354A JP3829798B2 (en) 2002-12-24 2002-12-24 Image forming apparatus and program
US10/730,935 US8310713B2 (en) 2002-12-24 2003-12-10 Image forming device, image forming program, computer readable recording medium on which the program is recorded, and image forming method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002372354A JP3829798B2 (en) 2002-12-24 2002-12-24 Image forming apparatus and program

Publications (2)

Publication Number Publication Date
JP2004202754A true JP2004202754A (en) 2004-07-22
JP3829798B2 JP3829798B2 (en) 2006-10-04

Family

ID=32810983

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002372354A Expired - Fee Related JP3829798B2 (en) 2002-12-24 2002-12-24 Image forming apparatus and program

Country Status (1)

Country Link
JP (1) JP3829798B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006116858A (en) * 2004-10-22 2006-05-11 Kyocera Mita Corp Image forming apparatus and printing program
JP2007060505A (en) * 2005-08-26 2007-03-08 Fuji Xerox Co Ltd Image reading device, image processing method, image formation apparatus, image processing system and its printing time shortening method
JP2007272832A (en) * 2006-03-31 2007-10-18 Ricoh Co Ltd Print system, host device, printer, print control method, print method, program for allowing computer to execute these methods, and recording medium
JP2008262543A (en) * 2007-03-01 2008-10-30 Konica Minolta Systems Lab Inc Discontinuous transfer of pdf data for pdf direct printing
JP2011054147A (en) * 2009-08-07 2011-03-17 Canon Inc Information processing apparatus, control method for the same and computer program
JP2013022811A (en) * 2011-07-20 2013-02-04 Kyocera Document Solutions Inc Image forming apparatus and image forming program

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006116858A (en) * 2004-10-22 2006-05-11 Kyocera Mita Corp Image forming apparatus and printing program
JP2007060505A (en) * 2005-08-26 2007-03-08 Fuji Xerox Co Ltd Image reading device, image processing method, image formation apparatus, image processing system and its printing time shortening method
US7859696B2 (en) 2005-08-26 2010-12-28 Fuji Xerox Co., Ltd. Image reading apparatus and image processing method therefor, image formation apparatus, image processing system and printing time shortening method therefor
JP2007272832A (en) * 2006-03-31 2007-10-18 Ricoh Co Ltd Print system, host device, printer, print control method, print method, program for allowing computer to execute these methods, and recording medium
JP2008262543A (en) * 2007-03-01 2008-10-30 Konica Minolta Systems Lab Inc Discontinuous transfer of pdf data for pdf direct printing
JP2011054147A (en) * 2009-08-07 2011-03-17 Canon Inc Information processing apparatus, control method for the same and computer program
JP2013022811A (en) * 2011-07-20 2013-02-04 Kyocera Document Solutions Inc Image forming apparatus and image forming program

Also Published As

Publication number Publication date
JP3829798B2 (en) 2006-10-04

Similar Documents

Publication Publication Date Title
US7940413B2 (en) Image processing device, image forming device, image processing method, image forming method, program, and computer readable recording medium on which the program is recorded
US6816270B1 (en) Method and apparatus for supporting application and device independent print support
JP3775381B2 (en) Image processing device
US7461069B2 (en) Log information management device, log information generation device, and computer-readable medium storing log information management program therein
US7689731B2 (en) Exposing the supply state of a shared peripheral device to a remote network resource
US20080266601A1 (en) Information processing apparatus and job management method
JP2006004183A (en) Device, method and program for image processing, and device, method and program for file creation
JP4144392B2 (en) Image processing apparatus, image forming system, image forming method, and program
JP4110945B2 (en) Image processing apparatus, image forming apparatus, and program
JP3829798B2 (en) Image forming apparatus and program
JP2002373064A (en) Printer and information processor
JPH11212891A (en) Printer and network system
JP5836051B2 (en) PRINT CONTROL DEVICE, ITS CONTROL METHOD, AND PROGRAM
JP2004070871A (en) Network printer and data sharing printing system
JP2004188865A (en) Image forming device and program
JP2009025952A (en) Image forming system, image-forming program and image forming device
JP2004202755A (en) Image forming apparatus, image forming method, and program
JP2008027217A (en) Printing system with information processor and printing apparatus
JP3709695B2 (en) Printing system, printer server apparatus used in printing system, printer server processing method, and recording medium on which printer server processing program is recorded
JP2005222462A (en) Print request apparatus, print request program and recording medium
JP4110021B2 (en) Print processing program, information processing apparatus, information processing method, and storage medium for performing print processing with department management
JP2006178767A (en) Printing reservation system and its control method
JP4150850B2 (en) Image processing apparatus, image processing method, and program
JP3810238B2 (en) Print job management apparatus, print job management method, and recording medium recording program
JP2006146364A (en) Print control device, print control method, print control system, program and storage medium

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20040426

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20040907

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20040908

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20051125

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20051213

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060208

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20060620

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20060703

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100721

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110721

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120721

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120721

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130721

Year of fee payment: 7

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees