JP2009258836A - Data converter - Google Patents
Data converter Download PDFInfo
- Publication number
- JP2009258836A JP2009258836A JP2008104625A JP2008104625A JP2009258836A JP 2009258836 A JP2009258836 A JP 2009258836A JP 2008104625 A JP2008104625 A JP 2008104625A JP 2008104625 A JP2008104625 A JP 2008104625A JP 2009258836 A JP2009258836 A JP 2009258836A
- Authority
- JP
- Japan
- Prior art keywords
- data
- conversion
- text data
- 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.)
- Withdrawn
Links
Images
Landscapes
- Record Information Processing For Printing (AREA)
Abstract
Description
本発明は、ページ記述言語で記述された印刷データをラスタライズするデータ変換装置に関する。 The present invention relates to a data conversion apparatus for rasterizing print data described in a page description language.
近年、オフィスなどでは、パーソナルコンピュータ(Personal Computer。以下、「PC」という)、プリンタなどがLAN(Local Area Network)に接続されたネットワークシステムが用いられている。PCのユーザは、LANを介して接続するプリンタを利用して文書データなどを印刷することができる。 In recent years, in offices and the like, a network system in which a personal computer (hereinafter referred to as “PC”), a printer, and the like are connected to a LAN (Local Area Network) is used. A PC user can print document data or the like using a printer connected via a LAN.
文書データは、PCにインストールされているプリンタドライバによってページ記述言語で記述された印刷データに変換され、プリンタに送信される。印刷データを受信したプリンタは、印刷データをラスタライズしたラスタデータを、印刷用紙に印刷する。 The document data is converted into print data described in a page description language by a printer driver installed in the PC and transmitted to the printer. The printer that has received the print data prints raster data obtained by rasterizing the print data on a print sheet.
また、近年のセキュリティに対する要求の高まりに伴い、セキュリティ機能を高めたプリンタが使用されることが多くなっている。たとえば、特許文献1には、印刷データの送信時におけるセキュリティを高めた印刷システムが開示されている。 Also, with the recent increase in security requirements, printers with enhanced security functions are often used. For example, Patent Document 1 discloses a printing system that enhances security when transmitting print data.
特許文献1に係る印刷システムにおいて、PCは、文書データから作成した印刷データを暗号化する。暗号化された印刷データは、暗号化に用いられた暗号テーブルを示すテーブルコマンドが付加された状態でプリンタへ送信される。プリンタは、テーブルコマンドに基づいて復号化に用いる解読テーブルを決定する。プリンタは、決定した解読テーブルを用いて受信した印刷データを復号化し、復号化した印刷データを用いて印刷処理を実行する。 In the printing system according to Patent Document 1, the PC encrypts print data created from document data. The encrypted print data is transmitted to the printer with a table command indicating the encryption table used for encryption added. The printer determines a decoding table to be used for decoding based on the table command. The printer decrypts the received print data using the determined decryption table, and executes print processing using the decrypted print data.
上述のように、特許文献1に係る印刷システムは、印刷データが暗号化されることによって、第三者がネットワークを介してプリンタに送信される印刷データをモニタすることを防ぐことができる。 As described above, the printing system according to Patent Document 1 can prevent a third party from monitoring print data transmitted to a printer via a network by encrypting the print data.
しかしながら、特許文献1に係る印刷システムにおいて、PCは、複数の暗号テーブルのうちいずれか一つを用いて印刷データを暗号化している。プリンタは、印刷データを確実に復号化するために、各暗号テーブルに対応した複数の解読テーブルを保持する不揮発性のメモリを別途備えなければならない。このため、従来の印刷システムでは、プリンタの構成が複雑になるという問題があった。 However, in the printing system according to Patent Document 1, the PC encrypts print data using any one of a plurality of encryption tables. The printer must be provided with a non-volatile memory that holds a plurality of decryption tables corresponding to each encryption table in order to reliably decrypt the print data. For this reason, the conventional printing system has a problem that the configuration of the printer is complicated.
そこで、本発明は前記問題点に鑑み、簡易な構成で暗号化された印刷データをラスタライズすることできるデータ変換装置を提供することを目的とする。 In view of the above problems, an object of the present invention is to provide a data conversion apparatus capable of rasterizing print data encrypted with a simple configuration.
上記課題を解決するため、請求項1記載の発明は、テキストデータを含む印刷データから、前記テキストデータに記載された文字コードと所定の文字コードとの対応情報を示す対応テーブルを取得するテーブル取得部と、前記テキストデータに記載された文字コードを前記対応テーブルに基づいて変換し、前記テキストデータを前記文字コードが変換された変換テキストデータに置き換えるテキストデータ変換部と、前記変換テキストデータに置き換えられた前記印刷データをラスタライズするラスタ処理部と、を備えることを特徴とする。 In order to solve the above problem, the invention according to claim 1 is a table acquisition for acquiring a correspondence table indicating correspondence information between a character code described in the text data and a predetermined character code from print data including the text data. A text data conversion unit that converts a character code described in the text data based on the correspondence table, and replaces the text data with converted text data converted from the character code. And a raster processing unit that rasterizes the received print data.
請求項2記載の発明は、請求項1に記載のデータ変換装置において、前記対応テーブルは、2次元コードとして前記印刷データに含まれており、前記テーブル取得部は、前記2次元コードから前記対応テーブルを取得する2次元コード処理部、を含むことを特徴とする。 According to a second aspect of the present invention, in the data conversion device according to the first aspect, the correspondence table is included in the print data as a two-dimensional code, and the table acquisition unit is configured to perform the correspondence from the two-dimensional code. It includes a two-dimensional code processing unit that acquires a table.
請求項3記載の発明は、請求項1または請求項2に記載のデータ変換装置において、前記印刷データには、前記対応テーブルが含まれていることを示す指示情報を含まれており、前記データ変換装置は、さらに、前記指示情報を検出した場合、前記対応テーブルの取得を前記テーブル取得部に指示する指示部、を備えることを特徴とする。 According to a third aspect of the present invention, in the data conversion device according to the first or second aspect, the print data includes instruction information indicating that the correspondence table is included, and the data The conversion device further includes an instruction unit that instructs the table acquisition unit to acquire the correspondence table when the instruction information is detected.
本発明に係るデータ変換装置は、テキストデータを含む印刷データから、テキストデータの変換に用いる対応情報を取得し、対応情報に基づいて変換されたテキストデータを含む印刷データをラスタライズする。このように、本発明に係るデータ変換装置は、テキストデータの変換に用いる対応情報を予め保持しておく必要がないため、構成を簡略化することができる。 The data conversion apparatus according to the present invention acquires correspondence information used for conversion of text data from print data including text data, and rasterizes the print data including text data converted based on the correspondence information. As described above, the data conversion apparatus according to the present invention does not need to hold correspondence information used for conversion of text data in advance, so that the configuration can be simplified.
以下、図面を参照しつつ本発明の実施の形態について説明する。図1は、本発明の実施の形態に係るプリンタ1の構成を含むネットワークシステムの構成図である。図1に示すネットワークシステムは、プリンタ1とPC2とがLAN3に接続された構成となっている。プリンタ1は、PC2から送信された印刷データ30を印刷するネットワークプリンタである。PC2は、ユーザが使用する端末装置である。LAN3には、インターネットあるいは他のLANに接続するためのルータ(図示省略)などが設置されている。
Hereinafter, embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a configuration diagram of a network system including a configuration of a printer 1 according to an embodiment of the present invention. The network system shown in FIG. 1 has a configuration in which a printer 1 and a PC 2 are connected to a LAN 3. The printer 1 is a network printer that prints the
まず、プリンタ1の構成について説明する。プリンタ1は、プリンタコントローラ11と、プリンタエンジン12と、LANインタフェース13とを備える。
First, the configuration of the printer 1 will be described. The printer 1 includes a printer controller 11, a
プリンタコントローラ11は、印刷データ30のラスタライズなどを行う。プリンタコントローラ11は、ジョブ制御情報解析部111と、変換テーブル取得部112と、テキストデータ変換部113と、ラスタ処理部114とを備えている。
The printer controller 11 performs rasterization of the
ジョブ制御情報解析部111は、印刷データ30に記述されたジョブ制御情報31を解析する。変換テーブル取得部112は、印刷データ30に含まれる2次元コードを解析し、印刷データ30に記述されているテキストデータ322、322・・・の復号化に用いる変換テーブル52を取得する。テキストデータ変換部113は、テキストデータ322を変換テーブル52に基づいて復号化する。ラスタ処理部114は、印刷データ30または復号印刷データ40をラスタライズする。
The job control
プリンタエンジン12は、電子写真方式を用いてラスタデータ300、400を印刷用紙に印刷し、印刷文書60を出力する。このため、プリンタエンジン12は、図示しない静電ドラム、現像装置、定着装置などを備えている。LANインタフェース13は、LAN3に接続する各コンピュータとの間で、TCP(Transmission Control Protocol)/IP(Internet Protocol)を用いてデータの送受信を行う。
The
以下、上述した構成を有するプリンタ1の動作について説明する。最初に、プリンタ1の動作の全体的な流れについて説明する。図2は、プリンタ1の全体的な動作の流れを示すフローチャートである。 Hereinafter, the operation of the printer 1 having the above-described configuration will be described. First, the overall flow of the operation of the printer 1 will be described. FIG. 2 is a flowchart showing an overall operation flow of the printer 1.
まず、PC2にインストールされたプリンタドライバが、ユーザの操作に応じて文書データ20を印刷データ30に変換し、印刷データ30をプリンタ1に送信する。文書データ20は、ユーザがPC2にインストールされた文書作成ソフトを用いて作成したデータなどである。印刷データ30は、PCL(Printer Control Language)などのページ記述言語によって記述される。
First, a printer driver installed in the PC 2 converts the
印刷データ30をプリンタ1が受信することにより(ステップS1においてYes)、ジョブ制御情報解析部111は、ジョブ制御情報31を解析し(ステップS2)、変換フラグ情報51を取得する。変換フラグ情報51は、テキストデータ322の復号化が必要かどうかを示す情報である。ジョブ制御情報解析部111は、変換フラグ情報51に基づいて、印刷データ30の出力先を決定する(ステップS3)。
When the printer 1 receives the print data 30 (Yes in Step S1), the job control
変換フラグ情報51がOFFの場合(ステップS3においてNo)、ラスタ処理部114は、印刷データ30をラスタライズして(ステップS5)、ラスタデータ300を作成する。一方、変換フラグ情報がONの場合(ステップS3においてYes)、テキストデータ変換部113が、印刷データ30中のテキストデータ322、322・・・を復号化し(ステップS4)、復号印刷データ40を出力する。ラスタ処理部114は、復号印刷データ40をラスタライズして(ステップS5)、ラスタデータ400を作成する。プリンタエンジン12は、ラスタデータ300または400を印刷用紙に印刷し(ステップS6)、印刷文書60を出力する。
If the
次に、印刷データ30について詳しく説明する。図3は、印刷データ30の構成の一例を示す図である。図3に示す印刷データ30において、ジョブ制御情報31が印刷データ30の先頭に記述されている。ジョブ制御情報31には、用紙サイズ、用紙の種類などのプリンタ1の動作を制御する情報が記述されている。なお、ジョブ制御情報31は、PJL(Printer Job Language)などを用いて記述される。
Next, the
ジョブ制御情報31の後に続いて、ページ記述言語で記述されたPDL(Page Description Language)データ32が記述されている。印刷データ30のうちPDLデータ32が、文書データ20に対応している。
Following the
PDLデータ32は、コマンドデータ321、321・・・と、テキストデータ322、322・・・と、コード画像データ323とを有している。コマンドデータ321は、ラスタライズに関する各種条件、および各テキストデータ322などを配置する領域を示す情報などである。コード画像データ323は、変換テーブル52を記録した2次元コードである。2次元コードには、QRコード(登録商標)などが用いられる。
The
テキストデータ322は、文書データ20中に記述された文字情報に対応するデータである。ただし、テキストデータ322に記載された文字コードは、文書データ20で使用された文字コード(以下、「使用文字コード」という)が変換テーブル52に基づいて変換された文字コード(以下、「変換文字コード」という)に対応している。使用文字コードは、Shift−JIS(Japan Industrial Standard)などに対応している。つまり、テキストデータ322は、文書データ20中に記述された文字情報が変換テーブル52によって暗号化されたデータである。
The
変換テーブル52は、使用文字コードと変換文字コードとの対応関係を示すデータである。たとえば、使用文字コードがShift−JISの場合、変換テーブル52には、使用文字コードの1バイト目の数値と、変換文字コードの1バイト目の数値との対応情報が記録されている。さらに、変換テーブル52に、使用文字コードの2バイト目の数値と、変換文字コードの2バイト目の数値との対応情報が記録されていてもよい。 The conversion table 52 is data indicating the correspondence between used character codes and converted character codes. For example, when the used character code is Shift-JIS, the conversion table 52 records correspondence information between the numerical value of the first byte of the used character code and the numerical value of the first byte of the converted character code. Furthermore, correspondence information between the numerical value of the second byte of the used character code and the numerical value of the second byte of the converted character code may be recorded in the conversion table 52.
なお、図3に示していないが、テキストデータ322は、各テキストデータ322の描画を指示するPDLコマンド(以下、「テキスト描画コマンド」という)とともに記述されている。コード画像データ323は、画像データの描画を指示するPDLコマンド(以下、「画像描画コマンド」という)とともに記述されている。また、図4では、コード画像データ323がラスタデータ300、400上に描画されていないが、コード画像データ323をラスタデータ300、400上に描画するようにしてもよい。
Although not shown in FIG. 3, the
図4は、ラスタデータ300、400のそれぞれの表示状態を示す図である。復号印刷データ40をラスタライズすることで作成されるラスタデータ400では、復号テキストデータ324、324が描画される。このため、ラスタデータ400には、文字情報が正確に表示される。
FIG. 4 is a diagram showing the display states of the
一方、印刷データ30をラスタライズすることで作成されるラスタデータ300には、テキストデータ322、322が描画される。この結果、ラスタデータ300には、文字情報がいわゆる文字化けした状態で表示される。つまり、テキストデータ322の文字コードが変換テーブル52に基づいて変換されている場合、テキストデータ322を復号化する必要がある。
On the other hand,
次に、ジョブ制御情報31の解析処理(ステップS2)について詳しく説明する。図5は、ジョブ制御情報31の解析処理の流れを示すフローチャートである。まず、ジョブ制御情報解析部111は、初期化処理として、変換フラグ情報51をOFFにする(ステップS21)。ジョブ制御情報解析部111は、ジョブ制御情報31の最初の一行を読み込み、解析対象のジョブコマンドを取得する(ステップS22)。
Next, the analysis process (step S2) of the
取得したジョブコマンドが文字コードの変換を指示している場合(ステップS23においてYes)、ジョブ制御情報解析部111は、変換フラグ情報51をONにする(ステップS24)。図3に示すジョブ制御情報31において、ジョブコマンド311が、文字コードの変換を指示するコマンドである。ジョブ制御情報解析部111は、ジョブ制御情報31の次の行を読み込み、新たな解析対象のジョブコマンドを取得する(ステップS25)。その後、ジョブ制御情報解析部111は、ステップS23に示す処理に戻る。
If the acquired job command instructs conversion of the character code (Yes in step S23), the job control
一方、取得したジョブコマンドが文字コードの変換を指示していない場合(ステップS23においてNo)、ジョブ制御情報解析部111は、取得したジョブコマンドがジョブ制御情報31の終端を示しているかどうかを確認する(ステップS26)。
On the other hand, if the acquired job command does not instruct character code conversion (No in step S23), the job control
取得しジョブコマンドがジョブ制御情報31の終端を示していない場合(ステップS26においてNo)、ジョブ制御情報解析部111は、取得したジョブコマンドが指示する印刷設定情報を取得し(ステップS27)、ステップS25に進む。ステップS27でジョブ制御情報解析部111が取得した印刷設定情報は、ラスタデータ300、400の印刷処理(ステップS6)で用いられる。
If the acquired job command does not indicate the end of the job control information 31 (No in step S26), the job control
一方、取得したコマンドがジョブ制御情報31の終端を示している場合(ステップS26においてYes)、ジョブ制御情報解析部111は、図5に示す処理を終了する。図3に示すジョブコマンド312が、PDLデータ32で用いられるページ記述言語がPCLであることを示すとともに、ジョブ制御情報31の終端を示している。
On the other hand, when the acquired command indicates the end of the job control information 31 (Yes in step S26), the job control
次に、テキストデータ322の復号化処理(ステップS4)について詳しく説明する。図6は、テキストデータ322の復号化処理の流れを示すフローチャートである。まず、テキストデータ変換部113は、PDLデータ32の先頭の一行を読み込み、処理対象のPDLコマンドを取得する(ステップS41)。
Next, the decryption process (step S4) of the
取得したPDLコマンドが画像描画コマンドの場合(ステップS42においてYes)、テキストデータ変換部113は、画像描画コマンドで描画が指示された画像データ(以下、「指示画像データ」という)を変換テーブル取得部112に渡す。変換テーブル取得部112は、指示画像データを用いて変換テーブル取得処理を実行する(ステップS43)。詳細については後述するが、変換テーブル取得部112が変換テーブル52を取得した場合、変換テーブル52は、テキストデータ変換部113に登録される。テキストデータ変換部113は、次の行のPDLデータ32を読み込み、新たなPDLコマンドを取得する(ステップS47)。
When the acquired PDL command is an image drawing command (Yes in step S42), the text
また、取得したPDLコマンドが画像描画コマンドでない場合(ステップS42においてNo)、テキストデータ変換部113は、取得したPDLコマンドがテキスト描画コマンドかどうかを確認する(ステップS44)。取得したPDLコマンドがテキスト描画コマンドでない場合(ステップS44においてNo)、テキストデータ変換部113は、新たなPDLコマンドを取得する(ステップS47)。
If the acquired PDL command is not an image drawing command (No in step S42), the text
一方、取得したPDLコマンドがテキスト描画コマンドの場合(ステップS44においてYes)、テキストデータ変換部113は、取得したPDLコマンドに対応するテキストデータ322を、変換テーブル52に基づいて復号テキストデータ324に復号化する(ステップS45)。取得したPDLコマンドに対応するテキストデータ322が、復号テキストデータ324に置き換えられる(ステップS46)。テキストデータ変換部113は、新たなPDLコマンドを取得し(ステップS47)、新たなPDLコマンドがPDLデータ32の終端を指示しているかどうかを確認する(ステップS48)。
On the other hand, when the acquired PDL command is a text drawing command (Yes in step S44), the text
PDLデータ32の終端が指示されていない場合(ステップS48においてNo)、テキストデータ変換部113は、ステップS42に示す処理に戻る。一方、PDLデータ32の終端が指示されている場合(ステップS48においてYes)、テキストデータ変換部113は、復号テキストデータ324に書き換えられた印刷データ30を、復号印刷データ40としてラスタ処理部114に出力する(ステップS49)。これにより、図6に示す処理が終了する。
When the end of the
次に、変換テーブル取得処理(ステップS43)について詳しく説明する。図7は、変換テーブル取得処理(ステップS43)の流れを示すフローチャートである。まず、変換テーブル取得部112は、変換フラグ情報51がONであるかどうかを確認する(ステップS431)。
Next, the conversion table acquisition process (step S43) will be described in detail. FIG. 7 is a flowchart showing the flow of the conversion table acquisition process (step S43). First, the conversion
変換フラグ情報51がOFFの場合(ステップS431においてNo)、変換テーブル取得部112は、図7に示す処理を終了する。一方、変換フラグ情報51がONの場合(ステップS431においてYes)、変換テーブル取得部112は、変換テーブル52がテキストデータ変換部113に登録されているかどうかを確認する(ステップS432)。
When the
変換テーブル52が登録されている場合(ステップS432においてYes)、変換テーブル取得部112は、図7に示す処理を終了する。一方、変換テーブル52が登録されていない場合(ステップS432においてNo)、変換テーブル取得部112は、指示画像データが2次元コードであるかどうかを判定する(ステップS433)。
When the conversion table 52 is registered (Yes in step S432), the conversion
指示画像データが2次元コードでない場合(ステップS433においてNo)、変換テーブル取得部112は、図7に示す処理を終了する。一方、指示画像データが2次元コードの場合(ステップS433においてYes)、変換テーブル取得部112は、2次元コード(指示画像データ)に記録された情報を取得し(ステップS434)、取得した情報の内容を確認する(ステップS435)。
If the instruction image data is not a two-dimensional code (No in step S433), the conversion
取得した情報が変換テーブル52でない場合(ステップS435においてNo)、変換テーブル取得部112は、図7に示す処理を終了する。一方、取得した情報が変換テーブル52の場合(ステップS435においてYes)、変換テーブル52は、テキストデータ変換部113に登録される(ステップS436)。これにより、図7に示す処理が終了する。
When the acquired information is not the conversion table 52 (No in step S435), the conversion
以上説明したように、本実施の形態に係るプリンタ1は、印刷データ30中に記録された変換テーブル52に基づいてテキストデータ322を復号化する。これにより、本実施の形態に係るプリンタ1は、変換テーブル52を予め保持しておく必要がないため、簡易な構成で暗号化されたテキストデータ322を含む印刷データ30を、簡易な構成でラスタライズすることができる。
As described above, the printer 1 according to this embodiment decodes the
なお、本実施の形態において、テキストデータ変換部113が復号印刷データ40を作成する例について説明したが、これに限られない。たとえば、テキストデータ変換部113は、テキストデータ322の復号化とともに、ラスタライズ処理を行ってもよい。この場合、図6に示す処理が、以下のように変化する。
In the present embodiment, the example in which the text
まず、テキストデータ変換部113は、ジョブ制御情報31に基づいて、白地のラスタデータ400を作成する。また、ステップS43に示す処理で変換テーブル52を取得しなかった場合、テキストデータ変換部113は、指示画像データを画像描画コマンドに基づいてラスタデータ400上に描画する。ステップS46に示す処理に代えて、復号テキストデータ324が、テキスト描画コマンドに基づいてラスタデータ400上に描画される。また、取得したPDLコマンドがテキスト描画コマンドでない場合(ステップS44においてNo)、テキストデータ変換部113は、取得したPDLコマンドに基づく処理を行った上で、ステップS47に示す処理を実行する。
First, the text
また、本実施の形態において、本発明のデータ変換装置の一例としてプリンタ1について説明したが、これに限られない。たとえば、本発明のデータ変換装置は、印刷データ30をモニタに表示するPCであってもよい。この場合、PCが、ジョブ制御情報解析部111と、変換テーブル取得部112と、テキストデータ変換部113と、ラスタ処理部114とを備える。ユーザが印刷データ30の表示をPCに指示した場合、PCは、上述の各構成要素を用いて印刷データ30からラスタデータ400を作成し、ラスタデータ400をモニタに表示させる。
In the present embodiment, the printer 1 has been described as an example of the data conversion apparatus of the present invention, but the present invention is not limited to this. For example, the data conversion apparatus of the present invention may be a PC that displays the
1 プリンタ
11 プリンタコントローラ
12 プリンタエンジン
13 LANインタフェース
111 ジョブ制御情報解析部
112 変換テーブル取得部
113 テキストデータ変換部
114 ラスタ処理部
DESCRIPTION OF SYMBOLS 1 Printer 11
Claims (3)
前記テキストデータに記載された文字コードを前記対応テーブルに基づいて変換し、前記テキストデータを前記文字コードが変換された変換テキストデータに置き換えるテキストデータ変換部と、
前記変換テキストデータに置き換えられた前記印刷データをラスタライズするラスタ処理部と、
を備えることを特徴とするデータ変換装置。 A table acquisition unit for acquiring a correspondence table indicating correspondence information between a character code described in the text data and a predetermined character code from print data including text data;
A text data conversion unit that converts a character code described in the text data based on the correspondence table, and replaces the text data with converted text data in which the character code is converted;
A raster processing unit for rasterizing the print data replaced with the converted text data;
A data conversion device comprising:
前記対応テーブルは、2次元コードとして前記印刷データに含まれており、
前記テーブル取得部は、
前記2次元コードから前記対応テーブルを取得する2次元コード処理部、
を含むことを特徴とするデータ変換装置。 The data conversion device according to claim 1, wherein
The correspondence table is included in the print data as a two-dimensional code,
The table acquisition unit
A two-dimensional code processing unit for obtaining the correspondence table from the two-dimensional code;
The data converter characterized by including.
前記印刷データには、前記対応テーブルが含まれていることを示す指示情報が含まれており、
前記データ変換装置は、さらに、
前記指示情報を検出した場合、前記対応テーブルの取得を前記テーブル取得部に指示する指示部、
を備えることを特徴とするデータ変換装置。
In the data conversion device according to claim 1 or 2,
The print data includes instruction information indicating that the correspondence table is included,
The data conversion device further includes:
An instruction unit that instructs the table acquisition unit to acquire the correspondence table when the instruction information is detected;
A data conversion device comprising:
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008104625A JP2009258836A (en) | 2008-04-14 | 2008-04-14 | Data converter |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008104625A JP2009258836A (en) | 2008-04-14 | 2008-04-14 | Data converter |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2009258836A true JP2009258836A (en) | 2009-11-05 |
Family
ID=41386198
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008104625A Withdrawn JP2009258836A (en) | 2008-04-14 | 2008-04-14 | Data converter |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2009258836A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103093414A (en) * | 2013-01-22 | 2013-05-08 | 南京师范大学 | Decryption and recovery method of document object model (DOM) raster data |
US9129206B2 (en) | 2012-07-20 | 2015-09-08 | Seiko Epson Corporation | Printing device and printing system |
-
2008
- 2008-04-14 JP JP2008104625A patent/JP2009258836A/en not_active Withdrawn
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9129206B2 (en) | 2012-07-20 | 2015-09-08 | Seiko Epson Corporation | Printing device and printing system |
CN103093414A (en) * | 2013-01-22 | 2013-05-08 | 南京师范大学 | Decryption and recovery method of document object model (DOM) raster data |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2008003991A (en) | Image processor and processing method, and program | |
JP2008217104A (en) | Push-type pull printing system, pull printing method, and image forming apparatus | |
JP5760441B2 (en) | Printing control program, information processing apparatus, printing system, and printing apparatus | |
JP2009025928A (en) | Encrypted data processing method, encrypted data processing program, and encrypted data processor | |
JP6468135B2 (en) | Information processing apparatus, print system, and program | |
US20120033244A1 (en) | Data relay apparatus, print control method, and computer program product | |
JP6017505B2 (en) | Printing program | |
JP5393038B2 (en) | Information processing apparatus, information processing method and system | |
JP2009258836A (en) | Data converter | |
JP5536734B2 (en) | Watermark generation program | |
JP4442313B2 (en) | Print management system, apparatus used therefor, program, and printing method | |
JP2007325233A (en) | System and method for performing image processing | |
JP2019197404A (en) | Image formation system, terminal device, server device, and program | |
JP4949127B2 (en) | Printing device, network printing system | |
JP4992737B2 (en) | Image reading device | |
JP2007195086A (en) | Printing system and original reading device | |
JP6311484B2 (en) | Image forming apparatus and image forming system | |
WO2024204863A1 (en) | Speech operated system | |
JP4605229B2 (en) | Image forming apparatus | |
JP2011176756A (en) | Device, method and program for forming image | |
JP4886748B2 (en) | Image processing node and method for controlling an image processing node | |
JP2009179029A (en) | Image formation device | |
JP2007004568A (en) | Image forming system, image forming device and image forming method | |
JP2008219418A (en) | Image forming apparatus, image processing method and image processing program | |
JP2011022759A (en) | Image forming system and printing control device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A300 | Withdrawal of application because of no request for examination |
Free format text: JAPANESE INTERMEDIATE CODE: A300 Effective date: 20110705 |