JP2017177714A - Image forming device and image forming method - Google Patents

Image forming device and image forming method Download PDF

Info

Publication number
JP2017177714A
JP2017177714A JP2016072035A JP2016072035A JP2017177714A JP 2017177714 A JP2017177714 A JP 2017177714A JP 2016072035 A JP2016072035 A JP 2016072035A JP 2016072035 A JP2016072035 A JP 2016072035A JP 2017177714 A JP2017177714 A JP 2017177714A
Authority
JP
Japan
Prior art keywords
macro
image forming
unit
storage unit
print data
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
JP2016072035A
Other languages
Japanese (ja)
Other versions
JP6477571B2 (en
Inventor
幸雄 岩崎
Yukio Iwasaki
幸雄 岩崎
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.)
Kyocera Document Solutions Inc
Original Assignee
Kyocera Document Solutions Inc
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 Kyocera Document Solutions Inc filed Critical Kyocera Document Solutions Inc
Priority to JP2016072035A priority Critical patent/JP6477571B2/en
Publication of JP2017177714A publication Critical patent/JP2017177714A/en
Application granted granted Critical
Publication of JP6477571B2 publication Critical patent/JP6477571B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Record Information Processing For Printing (AREA)
  • Facsimiles In General (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an image forming device that can execute a required macro by transferring previously the macro to a high-speed memorizing device and an image forming method.SOLUTION: The image forming device comprises: a communicating portion that can communicate with a host computer; a main memorizing portion; a secondary memorizing portion memorizing macros, which memorizes slower than the main memorizing portion; a macro processing portion that when receiving printing data from the host computer via the communicating portion, reads out a macro corresponding to a macro call written down in the printing data from the secondary memorizing portion and expands the macro into the main memorizing portion; an inter printer portion that converts the printing data and the macro expanded into the main memorizing portion to raster data; and an image forming portion that prints the raster data.SELECTED DRAWING: Figure 3

Description

本発明は、ページ記述言語(プリンタ制御言語)で記述されたマクロを実行する画像形成装置および画像形成方法に関する。   The present invention relates to an image forming apparatus and an image forming method for executing a macro described in a page description language (printer control language).

従来、画像形成装置で印刷するためにホストコンピューターから送信するデータは、ページ記述言語で記述されていた。このデータでは、繰り返し行われる処理を記載する無駄を省くために、特定の処理をマクロとして定義することが行われている。マクロを利用出来るページ記述言語としては、例えば、プリスクライブ(登録商標)、PCL5c(Printer Command Language(登録商標))などがある。   Conventionally, data transmitted from a host computer for printing by an image forming apparatus has been described in a page description language. In this data, a specific process is defined as a macro in order to eliminate waste of describing a process that is repeatedly performed. Examples of page description languages that can use macros include Presk Live (registered trademark) and PCL5c (Printer Command Language (registered trademark)).

マクロは繰り返し実行されることから、マクロ実行を高速化するための様々な工夫がなされてきた。   Since macros are repeatedly executed, various ideas have been made to speed up macro execution.

例えば、特許文献1において開示されている技術では、予めマクロ部分の記述をプリンタ言語から処理が高速な中間コードに変換して記憶部に記憶しておき、マクロ呼び出し時には記憶部に記憶された中間コードを実行することにより、処理の高速化を図っている。   For example, in the technique disclosed in Patent Document 1, a description of a macro part is converted in advance from a printer language into an intermediate code having a high processing speed and stored in a storage unit. By executing the code, the processing speed is increased.

また、特許文献2の技術では、画像形成装置に印刷用リソースをダウンロードする際に、ユーザーの指示により、使用頻度の高いリソースは高速な記憶装置にダウンロードし、使用頻度の低いリソースは低速な記憶装置にダウンロードすることにより、印刷処理の高速化を図っている。   In the technique of Patent Document 2, when a printing resource is downloaded to the image forming apparatus, a resource that is frequently used is downloaded to a high-speed storage device according to a user instruction, and a resource that is not frequently used is stored slowly. The speed of the printing process is increased by downloading to the apparatus.

特開2000−6498号公報JP 2000-6498 A 特開2004−62361号公報JP 2004-62361 A

特許文献1または2に示すように、画像形成装置では、マクロを記憶部に記憶させてから利用するのが一般的であるが、RAM(Random Access Memory)などの一次記憶装置は容量が少ないため、ハードディスクドライブなどの二次記憶装置に記憶されることが多かった。   As shown in Patent Document 1 or 2, in an image forming apparatus, a macro is generally stored after being stored in a storage unit, but a primary storage device such as a RAM (Random Access Memory) has a small capacity. Often stored in a secondary storage device such as a hard disk drive.

二次記憶装置に記憶されたマクロを使用する場合、二次記憶装置が低速であるため、マクロの読み出しに時間がかかってしまい印刷処理の実行が遅くなってしまうという問題があった。   When the macro stored in the secondary storage device is used, there is a problem that since the secondary storage device is slow, it takes time to read out the macro and the execution of the printing process is slow.

以上のような事情に鑑み、本発明の目的は、必要なマクロを高速な記憶装置に予め移して実行できる画像形成装置および画像形成方法を提供することにある。   In view of the circumstances as described above, an object of the present invention is to provide an image forming apparatus and an image forming method capable of transferring necessary macros to a high-speed storage device in advance.

上記目的を達成するため、本発明の一形態に係る画像形成装置は、ホストコンピューターと通信可能な通信部と、主記憶部と、マクロを記憶しており前記主記憶部より低速な二次記憶部と、前記ホストコンピューターから前記通信部を介して印刷データを受け取ったとき、前記印刷データに記載されたマクロ呼び出しに対応したマクロを前記二次記憶部から読み出して前記主記憶部に展開するマクロ処理部と、前記印刷データおよび前記主記憶部に展開されたマクロをラスターデータに変換するインタプリタ部と、前記ラスターデータを印刷する画像形成部とを備える。そのため、必要なマクロを高速な記憶装置に予め移して実行できる。   In order to achieve the above object, an image forming apparatus according to an aspect of the present invention stores a communication unit that can communicate with a host computer, a main storage unit, and a macro, and secondary storage that is slower than the main storage unit And a macro that reads a macro corresponding to a macro call described in the print data from the secondary storage unit and expands it in the main storage unit when print data is received from the host computer via the communication unit A processing unit; an interpreter unit that converts the print data and the macro expanded in the main storage unit into raster data; and an image forming unit that prints the raster data. Therefore, necessary macros can be transferred to a high-speed storage device in advance and executed.

上記目的を達成するため、本発明の一形態に係る画像形成装置では、前記マクロ処理部は、前記ホストコンピューターから前記通信部を介して前記印刷データを受け取ったとき、前記印刷データに記載されたマクロ呼び出しに対応したマクロが前記主記憶部に展開されているか否かを判断し、前記マクロが前記主記憶部に展開されていないとき、当該マクロを前記二次記憶部から読み出して前記主記憶部に展開する構成でもよい。   In order to achieve the above object, in the image forming apparatus according to an aspect of the present invention, the macro processing unit is described in the print data when the print data is received from the host computer via the communication unit. It is determined whether or not a macro corresponding to the macro call is expanded in the main storage unit. When the macro is not expanded in the main storage unit, the macro is read from the secondary storage unit and read out from the main storage unit. The structure which expand | deploys to a part may be sufficient.

上記目的を達成するため、本発明の一形態に係る画像形成装置では、前記マクロ処理部は、前記ホストコンピューターから前記通信部を介して前記印刷データを受け取ったとき、前記印刷データ中にマクロ呼び出しの記載があるか否かを判断し、前記印刷データ中に前記マクロ呼び出しの記載があるとき、前記マクロ呼び出しに対応するマクロが前記主記憶部に展開されているか否かを判断し、前記マクロ呼び出しに対応するマクロが前記主記憶部に展開されていないとき、当該マクロを前記二次記憶部から読み出して前記主記憶部に展開する構成でもよい。   To achieve the above object, in the image forming apparatus according to an aspect of the present invention, when the macro processing unit receives the print data from the host computer via the communication unit, a macro call is made in the print data. When the macro data is described in the print data, it is determined whether or not a macro corresponding to the macro call is expanded in the main storage unit. When the macro corresponding to the call is not expanded in the main storage unit, the macro may be read from the secondary storage unit and expanded in the main storage unit.

上記目的を達成するため、本発明の一形態に係る画像形成装置では、前記印刷データは、ページ記述言語で記述されている構成でもよい。   In order to achieve the above object, in the image forming apparatus according to an aspect of the present invention, the print data may be described in a page description language.

上記目的を達成するため、本発明の一形態に係る画像形成方法では、画像形成装置のマクロ処理部が、ホストコンピューターから通信部を介して印刷データを受け取ったとき、前記印刷データ中にマクロ呼び出しの記載があるか否かを判断し、前記印刷データ中に前記マクロ呼び出しの記載があるとき、前記マクロ呼び出しに対応するマクロが前記主記憶部に展開されているか否かを判断し、前記マクロ呼び出しに対応するマクロが前記主記憶部に展開されていないとき、当該マクロを前記二次記憶部から読み出して前記主記憶部に展開し、前記画像形成装置のインタプリタ部が、前記印刷データおよび前記主記憶部に展開されたマクロをラスターデータに変換し、前記画像形成装置の画像形成部が、前記ラスターデータを印刷する。   In order to achieve the above object, in an image forming method according to an aspect of the present invention, when a macro processing unit of an image forming apparatus receives print data from a host computer via a communication unit, a macro call is made in the print data. When the macro data is described in the print data, it is determined whether or not a macro corresponding to the macro call is expanded in the main storage unit. When the macro corresponding to the call is not expanded in the main storage unit, the macro is read from the secondary storage unit and expanded in the main storage unit, and the interpreter unit of the image forming apparatus receives the print data and the macro The macro expanded in the main storage unit is converted into raster data, and the image forming unit of the image forming apparatus prints the raster data.

以上のように、本発明によれば、記憶しているマクロを高速に読み出して利用できる。   As described above, according to the present invention, stored macros can be read and used at high speed.

画像形成装置20の構成を概略的に示す構成図である。1 is a configuration diagram schematically showing a configuration of an image forming apparatus 20. 画像形成装置20における機能ブロックを示す機能ブロック図である。3 is a functional block diagram showing functional blocks in the image forming apparatus 20. FIG. 処理の流れの概要について説明するための図である。It is a figure for demonstrating the outline | summary of the flow of a process. 処理の流れの詳細について説明するためのフローチャートである。It is a flowchart for demonstrating the detail of the flow of a process.

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

[画像形成装置の構成]
最初に、本発明の一実施形態に係る画像形成装置20の構成を説明する。図1は、画像形成装置20の構成を概略的に示す構成図である。また、図2は、画像形成装置20における機能ブロックを示す機能ブロック図である。
[Configuration of Image Forming Apparatus]
First, the configuration of the image forming apparatus 20 according to an embodiment of the present invention will be described. FIG. 1 is a configuration diagram schematically showing the configuration of the image forming apparatus 20. FIG. 2 is a functional block diagram showing functional blocks in the image forming apparatus 20.

画像形成装置20は、制御部21を備える。制御部21は、画像形成装置20の全体的な動作制御を司る。   The image forming apparatus 20 includes a control unit 21. The control unit 21 governs overall operation control of the image forming apparatus 20.

制御部21は、画像読取部22、画像処理部23、画像メモリー24、画像形成部25、操作部26、ファクシミリ通信部27、通信部28、二次記憶部29等と接続されている。制御部21は、接続されている上記各部の動作制御や、各部との間での信号又はデータの送受信を行う。   The control unit 21 is connected to an image reading unit 22, an image processing unit 23, an image memory 24, an image forming unit 25, an operation unit 26, a facsimile communication unit 27, a communication unit 28, a secondary storage unit 29, and the like. The control unit 21 performs operation control of each of the above connected units, and transmission / reception of signals or data to / from each unit.

制御部21は、ユーザーから、操作部26またはネッワーク接続されたPC等を通じて入力されるジョブの実行指示に従って、スキャナ機能、印刷機能、コピー機能、およびファクシミリ送受信機能などの各機能についての動作制御を実行するために必要な機構の駆動および処理を制御する。   The control unit 21 performs operation control for each function such as a scanner function, a print function, a copy function, and a facsimile transmission / reception function in accordance with a job execution instruction input from the user through the operation unit 26 or a network-connected PC. Controls the drive and processing of the mechanisms necessary to execute.

制御部21は、CPU(Central Processing Unit、プロセッサー)21a、ROM(Read Only Memory)21b、RAM(主記憶部)21c、および専用のハードウェア回路等から構成される。   The control unit 21 includes a CPU (Central Processing Unit) 21a, a ROM (Read Only Memory) 21b, a RAM (main storage unit) 21c, a dedicated hardware circuit, and the like.

CPU21aは、ROM21bまたは二次記憶部30に記憶されたプログラムを読み出して実行することにより、画像形成装置20の全体的な動作を制御したり、データを処理したりする。   The CPU 21a reads and executes a program stored in the ROM 21b or the secondary storage unit 30, thereby controlling the overall operation of the image forming apparatus 20 and processing data.

ROM21bは、各種の処理を実行するためのファームウェア等の複数のプログラムやデータを固定的に記憶する。   The ROM 21b fixedly stores a plurality of programs and data such as firmware for executing various processes.

RAM21cは、CPU21aの作業用領域として用いられ、OS(Operating System)、実行中の各種アプリケーション、処理中の各種データ、および展開されたマクロを一時的に保持する。   The RAM 21c is used as a work area for the CPU 21a, and temporarily holds an OS (Operating System), various applications being executed, various data being processed, and expanded macros.

また、図2に示すように、CPU21aは、マクロ処理部21dおよびインタプリタ部21eを有している。マクロ処理部21dおよびインタプリタ部21eは、ROM21bなどからRAM21cにロードされたプログラムがCPU21aにより実行されることで実現される機能ブロックである。   Further, as shown in FIG. 2, the CPU 21a includes a macro processing unit 21d and an interpreter unit 21e. The macro processing unit 21d and the interpreter unit 21e are functional blocks that are realized by the CPU 21a executing a program loaded from the ROM 21b or the like into the RAM 21c.

マクロ処理部21dは、通信部28を介してホストコンピューター10から受信した、PDL(Page Description Language)で記述された印刷データの中からマクロの呼び出しを検出する。   The macro processing unit 21d detects a macro call from print data described in PDL (Page Description Language) received from the host computer 10 via the communication unit 28.

そして、マクロ処理部21dは、検出したマクロが既にRAM21cに展開されているか確認する。まだ展開されていない場合、マクロ処理部21dは、検出したマクロを二次記憶部29からRAM21cに予め展開する。   Then, the macro processing unit 21d confirms whether the detected macro has already been developed in the RAM 21c. If the macro has not been developed yet, the macro processing unit 21d develops the detected macro from the secondary storage unit 29 to the RAM 21c in advance.

なお、本発明では、印刷データ中で呼び出されるマクロは全て、二次記憶部29に記憶されているか、またはRAM21cに展開されているものとする。   In the present invention, it is assumed that all macros called in the print data are stored in the secondary storage unit 29 or expanded in the RAM 21c.

インタプリタ部21eは、PDLで記述された印刷データをラスターデータに変換する。印刷データ中にマクロの呼び出しがある場合、インタプリタ部21eは、RAM21c上に展開されたマクロを実行する。   The interpreter unit 21e converts print data described in PDL into raster data. When there is a macro call in the print data, the interpreter unit 21e executes the macro developed on the RAM 21c.

なお、上述したように、マクロの呼び出しがある場合、予めマクロ処理部21dがRAM21cへのマクロの展開を行うが、展開処理が完了していない場合、インタプリタ部21eは、展開が完了するまでマクロ部分の実行を待機する。   As described above, when there is a macro call, the macro processing unit 21d expands the macro in the RAM 21c in advance, but when the expansion processing is not completed, the interpreter unit 21e causes the macro until the expansion is completed. Wait for part execution.

画像読取部22は、原稿から画像を読み取る。   The image reading unit 22 reads an image from a document.

画像処理部23は、画像読取部22で読み取られた画像の画像データを必要に応じて画像処理する。例えば、画像処理部23は、画像読取部22により読み取られた画像が画像形成された後の品質を向上させるために、シェーディング補正等の画像処理を行う。   The image processing unit 23 performs image processing on the image data of the image read by the image reading unit 22 as necessary. For example, the image processing unit 23 performs image processing such as shading correction in order to improve the quality after the image read by the image reading unit 22 is formed.

画像メモリー24は、画像読取部22による読み取りで得られた原稿画像のデータを一時的に記憶したり、画像形成部25での印刷対象となるデータを一時的に記憶したりする領域である。   The image memory 24 is an area for temporarily storing document image data obtained by reading by the image reading unit 22 or temporarily storing data to be printed by the image forming unit 25.

画像形成部25は、画像読取部22で読み取られた画像データ等の画像形成を行う。   The image forming unit 25 forms an image of the image data read by the image reading unit 22.

操作部26は、画像形成装置20が実行可能な各種動作及び処理についてユーザーからの指示を受け付けるタッチパネル部および操作キー部を備える。タッチパネル部は、タッチパネルが設けられたLCD(Liquid Crystal Display)等の表示部26aを備えている。   The operation unit 26 includes a touch panel unit and operation key units that receive instructions from the user regarding various operations and processes that can be executed by the image forming apparatus 20. The touch panel unit includes a display unit 26a such as an LCD (Liquid Crystal Display) provided with a touch panel.

ファクシミリ通信部27は、図示しない符号化/復号化部、変復調部、およびNCU(Network Control Unit)を備え、公衆電話回線網を用いてのファクシミリの送信を行う。   The facsimile communication unit 27 includes an encoding / decoding unit, a modulation / demodulation unit, and an NCU (Network Control Unit) (not shown), and performs facsimile transmission using a public telephone line network.

通信部28は、LANボード等の通信モジュールから構成され、通信部28に接続されたLAN等を介して、ホストコンピューター10など、ローカルエリア内の装置(PC等)と種々のデータの送受信を行う。   The communication unit 28 includes a communication module such as a LAN board, and transmits / receives various data to / from a device (such as a PC) in a local area such as the host computer 10 via a LAN connected to the communication unit 28. .

二次記憶部29は、画像読取部22によって読み取られた原稿画像等を記憶したり、ホストコンピューターから印刷を指示された文書の印刷データを記憶したり、マクロを記憶したりする。二次記憶部30は、ハードディスクドライブまたはSSD(Solid State Drive)などの大容量の記憶装置である。   The secondary storage unit 29 stores a document image read by the image reading unit 22, stores print data of a document instructed to be printed from the host computer, and stores a macro. The secondary storage unit 30 is a large-capacity storage device such as a hard disk drive or an SSD (Solid State Drive).

以上、画像形成装置20の構成について説明した。   The configuration of the image forming apparatus 20 has been described above.

[処理の流れ(概要)]
次に、処理の流れの概要について説明する。図3は、処理の流れの概要について説明するための図である。
[Flow of processing (outline)]
Next, an outline of the flow of processing will be described. FIG. 3 is a diagram for explaining an outline of the flow of processing.

まず、画像形成装置20のマクロ処理部21dが、ホストコンピューター10からPDLで記述された印刷データを受信する。   First, the macro processing unit 21 d of the image forming apparatus 20 receives print data described in PDL from the host computer 10.

次に、マクロ処理部21dは、受信した印刷データ中で呼び出されているマクロがRAM21c上に展開されているか確認する。   Next, the macro processing unit 21d confirms whether the macro called in the received print data is expanded on the RAM 21c.

まだ展開されていない場合、マクロ処理部21dは、呼び出されるマクロを二次記憶部30からRAM21cに展開する。   If the macro processing unit 21d has not yet expanded, the macro processing unit 21d expands the called macro from the secondary storage unit 30 to the RAM 21c.

次に、マクロ処理部21dは、受信した印刷データをインタプリタ部21eに渡す。   Next, the macro processing unit 21d passes the received print data to the interpreter unit 21e.

印刷データを渡されたインタプリタ部21eは、内容を解釈してマクロ部分も含めてPDLからラスターデータへ変換し、画像形成部25に渡す。   The interpreter unit 21e to which the print data is passed interprets the contents, converts the PDL from raster data including the macro part, and passes it to the image forming unit 25.

次に、画像形成部25が、渡されたラスターデータを印刷する。   Next, the image forming unit 25 prints the received raster data.

なお、マクロ処理部21dでの処理とインタプリタ部21eでの処理は同時並行的に行われてもよい。   Note that the processing in the macro processing unit 21d and the processing in the interpreter unit 21e may be performed in parallel.

以上、処理の流れの概要について説明した。   The overview of the processing flow has been described above.

[処理の流れ(詳細)]
次に、処理の流れの詳細について説明する。図4は、処理の流れの詳細について説明するためのフローチャートである。
[Flow of processing (details)]
Next, details of the flow of processing will be described. FIG. 4 is a flowchart for explaining details of the processing flow.

まず、画像形成装置20のマクロ処理部21dが、ホストコンピューター10からPDLで記述された印刷データを受信する(ステップS1)。   First, the macro processing unit 21d of the image forming apparatus 20 receives print data described in PDL from the host computer 10 (step S1).

次に、マクロ処理部21dは、受信した印刷データ中で呼び出されているマクロがあるかを検出する(ステップS3)。   Next, the macro processing unit 21d detects whether there is a macro called in the received print data (step S3).

マクロ呼び出しが無い場合(ステップS3のN)、ステップS6の処理へ進む。   If there is no macro call (N in step S3), the process proceeds to step S6.

マクロ呼び出しがある場合(ステップS3のY、マクロ処理部21dは、呼び出されるマクロが既にRAM21c上に展開されているか否かを判断する(ステップS4)。   If there is a macro call (Y in step S3, the macro processing unit 21d determines whether the macro to be called has already been developed on the RAM 21c (step S4).

マクロが既に展開されている場合(ステップS4のY)、ステップS6の処理へ進む。   If the macro has already been expanded (Y in step S4), the process proceeds to step S6.

マクロがまだ展開されていない場合(ステップS4のN)、マクロ処理部21dは、呼び出されるマクロを二次記憶部30からRAM21cに展開する(ステップS5)。   When the macro has not been expanded yet (N in Step S4), the macro processing unit 21d expands the called macro from the secondary storage unit 30 to the RAM 21c (Step S5).

次に、マクロ処理部21dは、受信した印刷データをインタプリタ部21eに渡し、印刷データを渡されたインタプリタ部21eは、内容を解釈してマクロ部分も含めてPDLからラスターデータへ変換し、画像形成部25に渡す(ステップS6)。   Next, the macro processing unit 21d passes the received print data to the interpreter unit 21e, and the interpreter unit 21e to which the print data is passed interprets the content and converts it from PDL to raster data including the macro part, It passes to the formation part 25 (step S6).

次に、画像形成部25が、渡されたラスターデータを印刷する(ステップS7)。   Next, the image forming unit 25 prints the passed raster data (step S7).

以上、処理の流れの詳細について説明した。   The details of the processing flow have been described above.

[補足事項]
以上のように、本発明の画像形成装置20は、ホストコンピューター10と通信可能な通信部28と、主記憶部21cと、マクロを記憶しており前記主記憶部21cより低速な二次記憶部29と、前記ホストコンピューター10から前記通信部28を介して印刷データを受け取ったとき、前記印刷データに記載されたマクロ呼び出しに対応したマクロを前記二次記憶部29から読み出して前記主記憶部21cに展開するマクロ処理部21dと、前記印刷データおよび前記主記憶部21cに展開されたマクロをラスターデータに変換するインタプリタ部21eと、前記ラスターデータを印刷する画像形成部25とを備える。
[Additional notes]
As described above, the image forming apparatus 20 of the present invention includes the communication unit 28 that can communicate with the host computer 10, the main storage unit 21c, and the secondary storage unit that stores macros and is slower than the main storage unit 21c. 29, when the print data is received from the host computer 10 via the communication unit 28, the macro corresponding to the macro call described in the print data is read from the secondary storage unit 29 and the main storage unit 21c. A macro processing unit 21d for developing the raster data, an interpreter unit 21e for converting the print data and the macro developed in the main storage unit 21c into raster data, and an image forming unit 25 for printing the raster data.

その他、本発明は、上述の実施形態にのみ限定されるものではなく、本発明の要旨を逸脱しない範囲内において種々変更を加え得ることは勿論である。   In addition, this invention is not limited only to the above-mentioned embodiment, Of course, various changes can be added within the range which does not deviate from the summary of this invention.

10 … ホストコンピューター
20 … 画像形成装置
21 … 制御部
21a… CPU
21b… ROM
21c… RAM
21d… マクロ処理部
21e… インタプリタ部
22 … 画像読取部
23 … 画像処理部
24 … 画像メモリー
25 … 画像形成部
26 … 操作部
26a… 表示部
27 … ファクシミリ通信部
28 … 通信部
29 … 二次記憶部
DESCRIPTION OF SYMBOLS 10 ... Host computer 20 ... Image forming apparatus 21 ... Control part 21a ... CPU
21b ... ROM
21c ... RAM
21d ... Macro processing unit 21e ... Interpreter unit 22 ... Image reading unit 23 ... Image processing unit 24 ... Image memory 25 ... Image forming unit 26 ... Operation unit 26a ... Display unit 27 ... Facsimile communication unit 28 ... Communication unit 29 ... Secondary storage Part

Claims (5)

ホストコンピューターと通信可能な通信部と、
主記憶部と、
マクロを記憶しており前記主記憶部より低速な二次記憶部と、
前記ホストコンピューターから前記通信部を介して印刷データを受け取ったとき、前記印刷データに記載されたマクロ呼び出しに対応したマクロを前記二次記憶部から読み出して前記主記憶部に展開するマクロ処理部と、
前記印刷データおよび前記主記憶部に展開されたマクロをラスターデータに変換するインタプリタ部と、
前記ラスターデータを印刷する画像形成部と
を備えた画像形成装置。
A communication unit capable of communicating with the host computer;
A main memory unit;
A secondary storage unit that stores macros and is slower than the main storage unit;
A macro processing unit that, when receiving print data from the host computer via the communication unit, reads a macro corresponding to a macro call described in the print data from the secondary storage unit and develops it in the main storage unit; ,
An interpreter unit for converting the print data and the macro expanded in the main storage unit into raster data;
An image forming apparatus comprising: an image forming unit that prints the raster data.
請求項1に記載の画像形成装置であって、
前記マクロ処理部は、
前記ホストコンピューターから前記通信部を介して前記印刷データを受け取ったとき、
前記印刷データに記載されたマクロ呼び出しに対応したマクロが前記主記憶部に展開されているか否かを判断し、
前記マクロが前記主記憶部に展開されていないとき、当該マクロを前記二次記憶部から読み出して前記主記憶部に展開する
画像形成装置。
The image forming apparatus according to claim 1,
The macro processing unit
When the print data is received from the host computer via the communication unit,
Determining whether a macro corresponding to the macro call described in the print data is expanded in the main memory;
An image forming apparatus that reads out the macro from the secondary storage unit and develops the macro in the main storage unit when the macro is not expanded in the main storage unit.
請求項2に記載の画像形成装置であって、
前記マクロ処理部は、
前記ホストコンピューターから前記通信部を介して前記印刷データを受け取ったとき、
前記印刷データ中にマクロ呼び出しの記載があるか否かを判断し、
前記印刷データ中に前記マクロ呼び出しの記載があるとき、前記マクロ呼び出しに対応するマクロが前記主記憶部に展開されているか否かを判断し、
前記マクロ呼び出しに対応するマクロが前記主記憶部に展開されていないとき、当該マクロを前記二次記憶部から読み出して前記主記憶部に展開する
画像形成装置。
The image forming apparatus according to claim 2,
The macro processing unit
When the print data is received from the host computer via the communication unit,
Determine whether there is a macro call description in the print data,
When there is a description of the macro call in the print data, it is determined whether or not a macro corresponding to the macro call is expanded in the main storage unit,
An image forming apparatus that, when a macro corresponding to the macro call is not expanded in the main storage unit, reads the macro from the secondary storage unit and expands the macro in the main storage unit.
請求項1から3のいずれかに記載の画像形成装置であって、
前記印刷データは、ページ記述言語で記述されている
画像形成装置。
The image forming apparatus according to any one of claims 1 to 3,
The image forming apparatus, wherein the print data is described in a page description language.
画像形成装置のマクロ処理部が、ホストコンピューターから通信部を介して印刷データを受け取ったとき、前記印刷データ中にマクロ呼び出しの記載があるか否かを判断し、前記印刷データ中に前記マクロ呼び出しの記載があるとき、前記マクロ呼び出しに対応するマクロが前記主記憶部に展開されているか否かを判断し、前記マクロ呼び出しに対応するマクロが前記主記憶部に展開されていないとき、当該マクロを前記二次記憶部から読み出して前記主記憶部に展開し、
前記画像形成装置のインタプリタ部が、前記印刷データおよび前記主記憶部に展開されたマクロをラスターデータに変換し、
前記画像形成装置の画像形成部が、前記ラスターデータを印刷する
画像形成方法。
When the macro processing unit of the image forming apparatus receives print data from the host computer via the communication unit, the macro processing unit determines whether or not a macro call is described in the print data, and the macro call is included in the print data. When the macro corresponding to the macro call is expanded in the main storage unit, it is determined whether the macro corresponding to the macro call is not expanded in the main storage unit. Is read from the secondary storage unit and expanded in the main storage unit,
The interpreter unit of the image forming apparatus converts the print data and the macro expanded in the main storage unit into raster data,
An image forming method in which an image forming unit of the image forming apparatus prints the raster data.
JP2016072035A 2016-03-31 2016-03-31 Image forming apparatus and image forming method Expired - Fee Related JP6477571B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016072035A JP6477571B2 (en) 2016-03-31 2016-03-31 Image forming apparatus and image forming method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016072035A JP6477571B2 (en) 2016-03-31 2016-03-31 Image forming apparatus and image forming method

Publications (2)

Publication Number Publication Date
JP2017177714A true JP2017177714A (en) 2017-10-05
JP6477571B2 JP6477571B2 (en) 2019-03-06

Family

ID=60008986

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016072035A Expired - Fee Related JP6477571B2 (en) 2016-03-31 2016-03-31 Image forming apparatus and image forming method

Country Status (1)

Country Link
JP (1) JP6477571B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102018215632A1 (en) 2017-09-15 2019-03-21 Toyota Boshoku Kabushiki Kaisha VEHICLE SEAT AND METHOD FOR MANUFACTURING THE VEHICLE SEAT

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11305962A (en) * 1998-04-20 1999-11-05 Canon Inc Printing processor, data processing method therefor and medium for storing computer readable program
JP2000006498A (en) * 1998-06-24 2000-01-11 Kyocera Corp Image forming device
JP2000338943A (en) * 1999-05-31 2000-12-08 Canon Inc Output processing method and device and storage medium
JP2003211740A (en) * 2002-01-17 2003-07-29 Fuji Xerox Co Ltd Printing controller, printing control method and printer
JP2004062361A (en) * 2002-07-26 2004-02-26 Canon Inc Download device and method and medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11305962A (en) * 1998-04-20 1999-11-05 Canon Inc Printing processor, data processing method therefor and medium for storing computer readable program
JP2000006498A (en) * 1998-06-24 2000-01-11 Kyocera Corp Image forming device
JP2000338943A (en) * 1999-05-31 2000-12-08 Canon Inc Output processing method and device and storage medium
JP2003211740A (en) * 2002-01-17 2003-07-29 Fuji Xerox Co Ltd Printing controller, printing control method and printer
JP2004062361A (en) * 2002-07-26 2004-02-26 Canon Inc Download device and method and medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102018215632A1 (en) 2017-09-15 2019-03-21 Toyota Boshoku Kabushiki Kaisha VEHICLE SEAT AND METHOD FOR MANUFACTURING THE VEHICLE SEAT

Also Published As

Publication number Publication date
JP6477571B2 (en) 2019-03-06

Similar Documents

Publication Publication Date Title
JP6341785B2 (en) Printing apparatus, printing apparatus control method, and program
JP6141007B2 (en) PRINT CONTROL DEVICE, ITS CONTROL METHOD, AND PROGRAM
JP5850880B2 (en) Image forming apparatus and image forming system
JP6477571B2 (en) Image forming apparatus and image forming method
JP5768406B2 (en) Device integration program, device integration method, and host apparatus
JP2010284852A (en) Printing apparatus and printing method
JP6376227B2 (en) Communication terminal device and communication system
JP2015026156A (en) Information processing program and information processor
JP2016081336A (en) Printing system and printing control program
JP6123109B2 (en) Image forming apparatus
JP6949629B2 (en) Image forming device, control method and program
JP2010064399A (en) Image forming device, image forming method, image forming program, print server, printer controlling method, and printer controlling program
JP6489882B2 (en) MEMORY CONTROL DEVICE, IMAGE FORMING DEVICE, MEMORY CONTROL DEVICE RESOURCE MANAGEMENT METHOD
JP7080061B2 (en) Image processing equipment
JP6409751B2 (en) Image forming system, image forming apparatus, and image forming method
JP5779917B2 (en) Information processing apparatus, driver program, installer program, and storage medium
JP2006297735A (en) Image forming apparatus and printing controlling program
JP2010218325A (en) Printing controller and printing system
JP6332129B2 (en) Image forming apparatus
JP6877876B2 (en) Printing device and its control method, and program
JP6497061B2 (en) Information processing apparatus and program
JP2008193355A (en) Image forming apparatus, application performance method, and program
JP2020157518A (en) Image processing device and image processing system
JP2018032287A (en) Image formation system and image formation method
JP2009184227A (en) Image forming apparatus, method for processing image, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20171227

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180731

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180912

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: 20190108

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190121

R150 Certificate of patent or registration of utility model

Ref document number: 6477571

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees