JP6477571B2 - Image forming apparatus and image forming method - Google Patents
Image forming apparatus and image forming method Download PDFInfo
- Publication number
- JP6477571B2 JP6477571B2 JP2016072035A JP2016072035A JP6477571B2 JP 6477571 B2 JP6477571 B2 JP 6477571B2 JP 2016072035 A JP2016072035 A JP 2016072035A JP 2016072035 A JP2016072035 A JP 2016072035A JP 6477571 B2 JP6477571 B2 JP 6477571B2
- Authority
- JP
- Japan
- Prior art keywords
- macro
- unit
- image forming
- print data
- forming apparatus
- 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.)
- Expired - Fee Related
Links
- 238000000034 method Methods 0.000 title claims description 17
- 238000004891 communication Methods 0.000 claims description 20
- 238000010586 diagram Methods 0.000 description 5
- 230000006870 function Effects 0.000 description 5
- 230000005540 biological transmission Effects 0.000 description 3
- 238000003705 background correction Methods 0.000 description 1
- 230000015572 biosynthetic process Effects 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 239000007787 solid Substances 0.000 description 1
- 239000002699 waste material Substances 0.000 description 1
Images
Landscapes
- Record Information Processing For Printing (AREA)
- Facsimiles In General (AREA)
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.
特許文献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 a 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 develops 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.
以下、図面を参照しながら、本発明の実施形態を説明する。 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
画像形成装置20は、制御部21を備える。制御部21は、画像形成装置20の全体的な動作制御を司る。
The
制御部21は、画像読取部22、画像処理部23、画像メモリー24、画像形成部25、操作部26、ファクシミリ通信部27、通信部28、二次記憶部29等と接続されている。制御部21は、接続されている上記各部の動作制御や、各部との間での信号又はデータの送受信を行う。
The
制御部21は、ユーザーから、操作部26またはネッワーク接続されたPC等を通じて入力されるジョブの実行指示に従って、スキャナ機能、印刷機能、コピー機能、およびファクシミリ送受信機能などの各機能についての動作制御を実行するために必要な機構の駆動および処理を制御する。
The
制御部21は、CPU(Central Processing Unit、プロセッサー)21a、ROM(Read Only Memory)21b、RAM(主記憶部)21c、および専用のハードウェア回路等から構成される。
The
CPU21aは、ROM21bまたは二次記憶部30に記憶されたプログラムを読み出して実行することにより、画像形成装置20の全体的な動作を制御したり、データを処理したりする。
The
ROM21bは、各種の処理を実行するためのファームウェア等の複数のプログラムやデータを固定的に記憶する。
The
RAM21cは、CPU21aの作業用領域として用いられ、OS(Operating System)、実行中の各種アプリケーション、処理中の各種データ、および展開されたマクロを一時的に保持する。
The
また、図2に示すように、CPU21aは、マクロ処理部21dおよびインタプリタ部21eを有している。マクロ処理部21dおよびインタプリタ部21eは、ROM21bなどからRAM21cにロードされたプログラムがCPU21aにより実行されることで実現される機能ブロックである。
Further, as shown in FIG. 2, the
マクロ処理部21dは、通信部28を介してホストコンピューター10から受信した、PDL(Page Description Language)で記述された印刷データの中からマクロの呼び出しを検出する。
The
そして、マクロ処理部21dは、検出したマクロが既にRAM21cに展開されているか確認する。まだ展開されていない場合、マクロ処理部21dは、検出したマクロを二次記憶部29からRAM21cに予め展開する。
Then, the
なお、本発明では、印刷データ中で呼び出されるマクロは全て、二次記憶部29に記憶されているか、またはRAM21cに展開されているものとする。
In the present invention, it is assumed that all macros called in the print data are stored in the
インタプリタ部21eは、PDLで記述された印刷データをラスターデータに変換する。印刷データ中にマクロの呼び出しがある場合、インタプリタ部21eは、RAM21c上に展開されたマクロを実行する。
The
なお、上述したように、マクロの呼び出しがある場合、予めマクロ処理部21dがRAM21cへのマクロの展開を行うが、展開処理が完了していない場合、インタプリタ部21eは、展開が完了するまでマクロ部分の実行を待機する。
As described above, when there is a macro call, the
画像読取部22は、原稿から画像を読み取る。
The
画像処理部23は、画像読取部22で読み取られた画像の画像データを必要に応じて画像処理する。例えば、画像処理部23は、画像読取部22により読み取られた画像が画像形成された後の品質を向上させるために、シェーディング補正等の画像処理を行う。
The
画像メモリー24は、画像読取部22による読み取りで得られた原稿画像のデータを一時的に記憶したり、画像形成部25での印刷対象となるデータを一時的に記憶したりする領域である。
The
画像形成部25は、画像読取部22で読み取られた画像データ等の画像形成を行う。
The
操作部26は、画像形成装置20が実行可能な各種動作及び処理についてユーザーからの指示を受け付けるタッチパネル部および操作キー部を備える。タッチパネル部は、タッチパネルが設けられたLCD(Liquid Crystal Display)等の表示部26aを備えている。
The
ファクシミリ通信部27は、図示しない符号化/復号化部、変復調部、およびNCU(Network Control Unit)を備え、公衆電話回線網を用いてのファクシミリの送信を行う。
The
通信部28は、LANボード等の通信モジュールから構成され、通信部28に接続されたLAN等を介して、ホストコンピューター10など、ローカルエリア内の装置(PC等)と種々のデータの送受信を行う。
The
二次記憶部29は、画像読取部22によって読み取られた原稿画像等を記憶したり、ホストコンピューターから印刷を指示された文書の印刷データを記憶したり、マクロを記憶したりする。二次記憶部30は、ハードディスクドライブまたはSSD(Solid State Drive)などの大容量の記憶装置である。
The
以上、画像形成装置20の構成について説明した。
The configuration of the
[処理の流れ(概要)]
次に、処理の流れの概要について説明する。図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
次に、マクロ処理部21dは、受信した印刷データ中で呼び出されているマクロがRAM21c上に展開されているか確認する。
Next, the
まだ展開されていない場合、マクロ処理部21dは、呼び出されるマクロを二次記憶部30からRAM21cに展開する。
If the
次に、マクロ処理部21dは、受信した印刷データをインタプリタ部21eに渡す。
Next, the
印刷データを渡されたインタプリタ部21eは、内容を解釈してマクロ部分も含めてPDLからラスターデータへ変換し、画像形成部25に渡す。
The
次に、画像形成部25が、渡されたラスターデータを印刷する。
Next, the
なお、マクロ処理部21dでの処理とインタプリタ部21eでの処理は同時並行的に行われてもよい。
Note that the processing in the
以上、処理の流れの概要について説明した。 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
次に、マクロ処理部21dは、受信した印刷データ中で呼び出されているマクロがあるかを検出する(ステップS3)。
Next, the
マクロ呼び出しが無い場合(ステップ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
マクロが既に展開されている場合(ステップ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
次に、マクロ処理部21dは、受信した印刷データをインタプリタ部21eに渡し、印刷データを渡されたインタプリタ部21eは、内容を解釈してマクロ部分も含めてPDLからラスターデータへ変換し、画像形成部25に渡す(ステップS6)。
Next, the
次に、画像形成部25が、渡されたラスターデータを印刷する(ステップS7)。
Next, the
以上、処理の流れの詳細について説明した。 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
その他、本発明は、上述の実施形態にのみ限定されるものではなく、本発明の要旨を逸脱しない範囲内において種々変更を加え得ることは勿論である。 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
21b ... ROM
21c ... RAM
21d ...
Claims (4)
主記憶部と、
マクロを記憶しており前記主記憶部より低速な二次記憶部と、
前記ホストコンピューターから前記通信部を介して印刷データを受け取ったとき、
前記印刷データ中にマクロ呼び出しの記載があるか否かを判断し、
前記印刷データ中に前記マクロ呼び出しの記載があるとき、前記マクロ呼び出しに対応するマクロが前記主記憶部に展開されているか否かを判断し、
前記マクロ呼び出しに対応したマクロが前記主記憶部に展開されていないとき、当該マクロを前記二次記憶部から読み出して前記主記憶部に展開するマクロ処理部と、
前記印刷データおよび前記主記憶部に展開されたマクロをラスターデータに変換するインタプリタ部と、
前記ラスターデータを印刷する画像形成部と
を備えた画像形成装置。 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;
When receiving print data 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,
When a macro corresponding to the macro call is not expanded in the main storage unit, a macro processing unit that reads the macro from the secondary storage unit and expands the macro 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.
前記マクロ処理部での処理と前記インタプリタ部での処理は同時並行的に行われる
画像形成装置。 The image forming apparatus according to claim 1,
An image forming apparatus in which processing in the macro processing unit and processing in the interpreter unit are performed in parallel .
前記印刷データは、ページ記述言語で記述されている
画像形成装置。 The image forming apparatus according to claim 1 , wherein
The image forming apparatus, wherein the print data is described in a page description language.
前記画像形成装置のインタプリタ部が、前記印刷データおよび前記主記憶部に展開されたマクロをラスターデータに変換し、
前記画像形成装置の画像形成部が、前記ラスターデータを印刷する
画像形成方法。 A communication unit capable of communicating with a host computer, a main storage unit, the macro processing unit of the image forming apparatus having a low-speed secondary storage unit from the main memory unit stores a macro, the communication unit from the host computer When the print data is received via the print data, it is determined whether or not a macro call is described in the print data. When the macro call is described in the print data, a macro corresponding to the macro call is It is determined whether or not the macro is expanded in the main memory, and when the macro corresponding to the macro call is not expanded in the main memory, the macro is read from the secondary memory and stored in the main memory. Expand,
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.
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 JP2017177714A (en) | 2017-10-05 |
JP6477571B2 true 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) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP6900857B2 (en) | 2017-09-15 | 2021-07-07 | トヨタ紡織株式会社 | Vehicle seat |
Family Cites Families (5)
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 |
-
2016
- 2016-03-31 JP JP2016072035A patent/JP6477571B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2017177714A (en) | 2017-10-05 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP7501761B2 (en) | Application Program | |
JP6341785B2 (en) | Printing apparatus, printing apparatus control method, and program | |
JP6141007B2 (en) | PRINT CONTROL DEVICE, ITS CONTROL METHOD, AND PROGRAM | |
JP2011181063A (en) | Image forming apparatus, input control method, input control program, and storage medium | |
JP6477571B2 (en) | Image forming apparatus and image forming method | |
JP5768406B2 (en) | Device integration program, device integration method, and host apparatus | |
JP5597943B2 (en) | System and method | |
JP2007329919A (en) | Image forming apparatus and control method therefor | |
JP4577907B2 (en) | Image processing apparatus, image forming apparatus, and printing system | |
JP2017146738A (en) | Printing system, printing method, and printing server | |
JP2021033314A (en) | Information processing system and program | |
JP6489882B2 (en) | MEMORY CONTROL DEVICE, IMAGE FORMING DEVICE, MEMORY CONTROL DEVICE RESOURCE MANAGEMENT METHOD | |
JP2010218325A (en) | Printing controller and printing system | |
JP5779917B2 (en) | Information processing apparatus, driver program, installer program, and storage medium | |
JP4290711B2 (en) | Printing device | |
JP7080061B2 (en) | Image processing equipment | |
JP6332129B2 (en) | Image forming apparatus | |
JP2006297735A (en) | Image forming apparatus and printing controlling program | |
JP6409751B2 (en) | Image forming system, image forming apparatus, and image forming method | |
JP6877876B2 (en) | Printing device and its control method, and program | |
JP2009184227A (en) | Image forming apparatus, method for processing image, and program | |
JP2017073002A (en) | Data creation method, information processing apparatus, image formation apparatus, control method and program thereof | |
JP2018032287A (en) | Image formation system and image formation method | |
JP6385073B2 (en) | Image forming apparatus, printing system, information processing method, and program | |
JP2017200041A (en) | Image formation apparatus and image formation method |
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 |