JP2020087121A - Information processing device, image forming apparatus, image formation system and program - Google Patents

Information processing device, image forming apparatus, image formation system and program Download PDF

Info

Publication number
JP2020087121A
JP2020087121A JP2018222568A JP2018222568A JP2020087121A JP 2020087121 A JP2020087121 A JP 2020087121A JP 2018222568 A JP2018222568 A JP 2018222568A JP 2018222568 A JP2018222568 A JP 2018222568A JP 2020087121 A JP2020087121 A JP 2020087121A
Authority
JP
Japan
Prior art keywords
electronic document
document data
conversion
unit
information
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
JP2018222568A
Other languages
Japanese (ja)
Other versions
JP7155948B2 (en
Inventor
志功 宮本
Yukiisa Miyamoto
志功 宮本
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2018222568A priority Critical patent/JP7155948B2/en
Publication of JP2020087121A publication Critical patent/JP2020087121A/en
Application granted granted Critical
Publication of JP7155948B2 publication Critical patent/JP7155948B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

To improve a processing speed of image formation.SOLUTION: An information processing device includes: a conversion unit for acquiring electronic document data having browsability without depending on a browsing environment, and successively converting the electronic document data into electronic document data of processable format; a management unit for managing associated information for associating the unconverted electronic document data with the converted electronic document data; and a data processing unit for transmitting the converted electronic document data to an image output object when the converted electronic document data exists on the basis of the associated information in the case of receiving a request for an image output of the electronic document data.SELECTED DRAWING: Figure 5

Description

本発明は、情報処理装置、画像形成装置、画像形成システム及びプログラムに関する。 The present invention relates to an information processing device, an image forming device, an image forming system, and a program.

MFP(多機能周辺装置:Multifunction Peripheral/Printer/Product)等の画像形成装置が知られている。このような画像形成装置は、PCL(Printer Control Language)、PS(PostScript)又はPDF(Portable Document Format)等の各種電子文書データを受信し、印刷処理を実行する。 Image forming apparatuses such as an MFP (Multifunction Peripheral/Printer/Product) are known. Such an image forming apparatus receives various electronic document data such as PCL (Printer Control Language), PS (PostScript) or PDF (Portable Document Format), and executes a printing process.

PCL及びPS等のシーケンシャルアクセス形式の電子文書データにおいて、各ページのデータはページ順に配置される。このため、画像形成装置は、シーケンシャルアクセス形式の電子文書データを受信しつつ、順に各ページのデータを読み出して印刷することができる。これに対し、PDF等のランダムアクセス形式の電子文書データにおいて、各ページのデータがページ順とは関係なく配置され得る。このため、画像形成装置は、電子文書データ全体の受信が完了してから、当該電子文書データ後方に配置された電子文書データの構造情報を参照しつつ、各ページのデータにアクセスして印刷する。 In electronic document data of a sequential access format such as PCL and PS, the data of each page is arranged in page order. Therefore, the image forming apparatus can sequentially read and print the data of each page while receiving the electronic document data of the sequential access format. On the other hand, in electronic document data of a random access format such as PDF, the data of each page can be arranged regardless of the page order. Therefore, after the reception of the entire electronic document data is completed, the image forming apparatus refers to the structure information of the electronic document data arranged at the rear of the electronic document data, and accesses and prints the data of each page. ..

例えば、コンピュータ装置が電子文書データを印刷装置に送信し、印刷装置が当該電子文書データを印刷するシステムがある(例えば、特許文献1)。このシステムでは、コンピュータ装置は、印刷すべき電子文書データを3つ以上のデータブロックに分割し、最後尾のデータブロックから順に印刷装置に転送する。コンピュータ装置は、印刷装置から相互互換テーブルの取得を示す信号を受信した後、先頭のデータブロックから順に印刷装置に転送する。 For example, there is a system in which a computer device transmits electronic document data to a printing device, and the printing device prints the electronic document data (for example, Patent Document 1). In this system, the computer device divides the electronic document data to be printed into three or more data blocks, and transfers the data blocks from the last data block to the printing device in order. After receiving the signal indicating the acquisition of the mutual compatibility table from the printing apparatus, the computer apparatus transfers the data block in order from the first data block to the printing apparatus.

特許文献1の印刷装置は、データブロックを介して相互互換テーブルを取得後、印刷を開始する。しかしながら、相互互換テーブルが、例えば先頭のデータブロックに存在する場合、印刷の開始が遅くなる。つまり、印刷等の画像の出力までに遅延が発生する。 The printing apparatus of Patent Document 1 starts printing after acquiring the mutual compatibility table via the data block. However, if the mutual compatibility table exists in the first data block, for example, the start of printing will be delayed. That is, a delay occurs before the output of an image such as printing.

そこで、本開示の情報処理装置、画像形成装置、画像形成システム及びプログラムは、画像形成の処理速度を向上することを目的とする。 Therefore, an information processing apparatus, an image forming apparatus, an image forming system, and a program according to the present disclosure aim to improve the processing speed of image formation.

本発明の一実施形態による情報処理装置は、閲覧環境によらない閲覧性を有する電子文書データを取得し、逐次処理可能なフォーマットの電子文書データに変換する変換部と、前記変換前の前記電子文書データと前記変換後の前記電子文書データとを関連付ける関連情報を管理する管理部と、前記電子文書データの画像出力の要求を受けた場合、前記関連情報に基づき、前記変換後の前記電子文書データが存在しているとき、前記変換後の前記電子文書データを画像の出力対象に送信するデータ処理部とを備える。 An information processing apparatus according to an embodiment of the present invention includes a conversion unit that acquires electronic document data having a viewability that does not depend on a viewing environment and converts the electronic document data into a format that can be sequentially processed; A management unit that manages related information for associating the document data with the converted electronic document data and a request to output an image of the electronic document data, based on the related information, the converted electronic document And a data processing unit for transmitting the converted electronic document data to an image output target when data exists.

本開示の技術によれば、画像形成の処理速度を向上することが可能になる。 According to the technique of the present disclosure, it is possible to improve the processing speed of image formation.

実施の形態1に係る画像形成システムの構成を示す図FIG. 2 is a diagram showing the configuration of the image forming system according to the first embodiment. 実施の形態1に係るサーバ装置のハードウェア構成の一例を示すブロック図FIG. 3 is a block diagram showing an example of the hardware configuration of the server device according to the first embodiment. 実施の形態1に係るコンピュータ端末のハードウェア構成の一例を示すブロック図FIG. 3 is a block diagram showing an example of the hardware configuration of the computer terminal according to the first embodiment. 実施の形態1に係る画像形成装置のハードウェア構成の一例を示すブロック図Block diagram showing an example of a hardware configuration of the image forming apparatus according to the first embodiment 実施の形態1に係るサーバ装置の機能的構成の一例を示すブロック図FIG. 3 is a block diagram showing an example of a functional configuration of the server device according to the first embodiment. PDFファイルのデータ構造の一例を示す図Diagram showing an example of the data structure of a PDF file 実施の形態1に係る管理リストの一例を示す図The figure which shows an example of the management list which concerns on Embodiment 1. 実施の形態1に係るコンピュータ端末の機能的構成の一例を示すブロック図Block diagram showing an example of a functional configuration of a computer terminal according to the first embodiment 実施の形態1に係る画像形成装置の機能的構成の一例を示すブロック図Block diagram showing an example of a functional configuration of the image forming apparatus according to the first embodiment 実施の形態1に係るサーバ装置又はコンピュータ端末の動作の一例を示すフローチャートThe flowchart which shows an example of operation|movement of the server apparatus or computer terminal which concerns on Embodiment 1. 実施の形態1に係る画像形成装置の動作の一例を示すフローチャートFlowchart showing an example of the operation of the image forming apparatus according to the first embodiment. 実施の形態2に係るサーバ装置の機能的構成の一例を示すブロック図FIG. 3 is a block diagram showing an example of a functional configuration of a server device according to the second embodiment. 実施の形態2に係るコンピュータ端末の機能的構成の一例を示すブロック図Block diagram showing an example of a functional configuration of a computer terminal according to the second embodiment 実施の形態2に係る画像形成装置の機能的構成の一例を示すブロック図Block diagram showing an example of the functional configuration of the image forming apparatus according to the second embodiment 実施の形態2に係る変換後電子文書データ情報のコメントの一例を示す図The figure which shows an example of the comment of the electronic document data information after conversion which concerns on Embodiment 2. 実施の形態2に係る変換不可のコメントの一例を示す図The figure which shows an example of the unconvertible comment which concerns on Embodiment 2. 実施の形態2に係るサーバ装置又はコンピュータ端末の動作の一例を示すフローチャートThe flowchart which shows an example of operation|movement of the server apparatus or computer terminal which concerns on Embodiment 2. 実施の形態2に係る画像形成装置の動作の一例を示すフローチャートFlowchart showing an example of the operation of the image forming apparatus according to the second embodiment.

情報処理装置等から送信される種々の電子文書データを受信し、当該電子文書データを印刷する画像形成装置が知られている。画像形成装置は、PDF等のランダムアクセス形式の電子文書データを受信する場合、当該電子文書データ全体の受信を完了した後、電子文書データの構造情報を参照しつつ、各ページのデータにアクセスして印刷する。ランダムアクセス形式の電子文書データでは、データ内における各ページの位置等を示す構造情報が、必ずしもデータの先頭に位置するとは限らない。例えば、PDFの場合、構造情報はデータの後方に位置し得る。これにより、電子文書データの受信開始から印刷開始までに要する時間が長くなり得る。 An image forming apparatus that receives various electronic document data transmitted from an information processing apparatus or the like and prints the electronic document data is known. When receiving electronic document data in a random access format such as PDF, the image forming apparatus accesses the data of each page while referring to the structure information of the electronic document data after receiving the entire electronic document data. To print. In the electronic document data of the random access format, the structure information indicating the position of each page in the data is not always located at the head of the data. For example, in the case of PDF, the structural information may be located after the data. As a result, the time required from the start of receiving the electronic document data to the start of printing may be long.

例えば、特許文献1のシステムでは、電子文書データから3つ以上に分割されて形成されたデータブロックのうち、最後尾のデータブロックから順に、コンピュータ装置から印刷装置に転送される。そして、印刷装置が、構造情報の一例であるデータブロック内の相互互換テーブルを取得し、コンピュータ装置が取得を示す信号を印刷装置から受信した後、コンピュータ装置は、先頭のデータブロックから順に印刷装置に転送する。印刷装置は、受信動作と受信し終えたデータブロックのラスタライズ動作とをオーバーラップして行うことで、最初のページの印刷時間及び電子文書データ全体の印刷時間を短縮する。 For example, in the system of Patent Document 1, among the data blocks formed by dividing the electronic document data into three or more, the last data block is sequentially transferred from the computer device to the printing device. Then, the printing apparatus acquires the mutual compatibility table in the data block, which is an example of the structural information, and the computer apparatus receives a signal indicating the acquisition from the printing apparatus, and then the computer apparatus sequentially prints from the first data block. Transfer to. The printing apparatus overlaps the receiving operation and the rasterizing operation of the data block that has been received, thereby shortening the printing time of the first page and the printing time of the entire electronic document data.

しかしながら、特許文献1のシステムでは、電子文書データを分割して最後尾のデータブロックから順に送信し、相互互換テーブルの受信通知を受けた後に残りのデータブロックを先頭から順に送信するという独自のフローで、電子文書データがコンピュータ装置から印刷装置へ受け渡される。このため、上記フローに対応する印刷装置へのみ、電子文書データの送信が可能である。よって、コンピュータ装置は、上記フローに対応する印刷装置と、非対応の印刷装置とに対して異なる送信処理を行う必要がある。 However, in the system of Patent Document 1, a unique flow in which electronic document data is divided and transmitted sequentially from the last data block, and after receiving the reception notification of the mutual compatibility table, the remaining data blocks are sequentially transmitted from the beginning. Then, the electronic document data is transferred from the computer device to the printing device. Therefore, the electronic document data can be transmitted only to the printing device corresponding to the above flow. Therefore, the computer device needs to perform different transmission processes for the printing device corresponding to the above flow and the non-corresponding printing device.

また、ランダムアクセス形式の電子文書データの一例であるPDFのデータ構造は、先頭から順に、ヘッダ、ボディ、相互互換テーブル及びトレイラを含む。ボディは、データのオブジェクトを含む。例えば、ボディでは、オブジェクト番号毎に、ドキュメントカタログ、ページ情報及び各ページのオブジェクト情報等が定義されている。このボディにおいて、オブジェクトは、文書のページ順に並んで配置されているとは限らない。このため、例えば、印刷装置が相互互換テーブルを取得しても、1ページ目のオブジェクトがボディの最後尾近くに配置されている場合、印刷装置の印刷開始が遅くなる。 The PDF data structure, which is an example of electronic document data in the random access format, includes a header, a body, a mutual compatibility table, and a trailer in order from the beginning. The body contains an object of data. For example, in the body, a document catalog, page information, object information of each page, etc. are defined for each object number. In this body, the objects are not necessarily arranged side by side in the page order of the document. For this reason, for example, even if the printing apparatus acquires the mutual compatibility table, when the object of the first page is arranged near the end of the body, the printing start of the printing apparatus is delayed.

上述のような特許文献1における問題に鑑み、本発明者らは、印刷に要する時間を短縮するために、電子文書データを逐次処理可能な形式へ変換することを検討した。逐次処理可能な形式への変換とは、電子文書データ内に配列された各ページのオブジェクトを先頭から順に処理することで、ページ番号順に出力できるようにする変換である。例えば、当該変換は、電子文書データ内の各ページのオブジェクトをページ番号順に配列し直す変換である。しかしながら、コンピュータ装置が電子文書データの印刷の要求を受けた後に、コンピュータ装置又は印刷装置が電子文書データを逐次処理可能な形式へ変換すると、変換処理の時間が必要になる。これにより、印刷の要求から印刷の出力までに要する時間が長くなる可能性がある。 In view of the above-mentioned problem in Patent Document 1, the present inventors have considered converting electronic document data into a format that can be sequentially processed in order to reduce the time required for printing. The conversion into a format that can be sequentially processed is a conversion in which the objects of each page arranged in the electronic document data are processed in order from the beginning so that the pages can be output in the order of page numbers. For example, the conversion is a conversion in which the objects of each page in the electronic document data are rearranged in the order of page numbers. However, when the computer device or the printing device converts the electronic document data into a format that can be sequentially processed after the computer device receives a request for printing the electronic document data, the conversion processing time is required. As a result, the time required from the print request to the print output may be long.

そこで、本開示の技術は、電子文書データを逐次処理可能な形式へ予め変換し、変換前後の電子文書データを関連付けておくことで、電子文書データの印刷の要求を受けた後から、変換後の電子文書データの印刷を出力するまでに要する時間を短縮する。 Therefore, the technique of the present disclosure converts the electronic document data into a format that can be sequentially processed in advance, and associates the electronic document data before and after the conversion, so that the electronic document data can be printed after receiving the request for printing The time required to output a print of the electronic document data of is shortened.

以下、本発明の実施の形態について添付の図面を参照しつつ説明する。なお、本明細書及び図面において、実質的に同一の機能構成を有する構成要素については、同一の符号を付することによって重複した説明を省く。 Hereinafter, embodiments of the present invention will be described with reference to the accompanying drawings. In the present specification and the drawings, components having substantially the same functional configuration are designated by the same reference numerals, and duplicate description will be omitted.

(実施の形態1)
<画像形成システム1000の構成>
実施の形態1に係る画像形成システム1000の構成を説明する。図1は、実施の形態1に係る画像形成システム1000の構成示す図である。図1に示すように、画像形成システム1000は、サーバ装置1と、コンピュータ端末2と、画像形成装置3とを含む。サーバ装置1とコンピュータ端末2と画像形成装置3とは、互いに通信する。本実施の形態では、サーバ装置1とコンピュータ端末2と画像形成装置3とは、通信網4を介して通信する。例えば、通信網4は、インターネット、有線LAN(Local Area Network)、無線LAN、モバイル通信網、電話回線通信網、又は、その他の有線若しくは無線通信を用いる通信網であってもよい。本実施の形態では、通信網4はインターネットである。ここで、サーバ装置1及びコンピュータ端末2は、情報処置装置の一例である。
(Embodiment 1)
<Structure of image forming system 1000>
The configuration of the image forming system 1000 according to the first embodiment will be described. FIG. 1 is a diagram showing a configuration of an image forming system 1000 according to the first embodiment. As shown in FIG. 1, the image forming system 1000 includes a server device 1, a computer terminal 2, and an image forming device 3. The server device 1, the computer terminal 2, and the image forming device 3 communicate with each other. In the present embodiment, the server device 1, the computer terminal 2, and the image forming device 3 communicate with each other via the communication network 4. For example, the communication network 4 may be the Internet, a wired LAN (Local Area Network), a wireless LAN, a mobile communication network, a telephone line communication network, or another communication network using wired or wireless communication. In this embodiment, the communication network 4 is the Internet. Here, the server device 1 and the computer terminal 2 are examples of an information processing device.

このような画像形成システム1000は、サーバ装置1及び/又はコンピュータ端末2から画像形成装置3へ電子文書データを送信し、画像形成装置3は、受信した電子文書データの画像を媒体上に形成する。本実施の形態では、画像形成システム1000が扱う電子文書データは、閲覧環境によらない閲覧性を有する電子文書データであるとして説明するが、これに限定されない。 Such an image forming system 1000 transmits electronic document data from the server device 1 and/or the computer terminal 2 to the image forming device 3, and the image forming device 3 forms an image of the received electronic document data on a medium. .. In the present embodiment, the electronic document data handled by image forming system 1000 will be described as electronic document data having a viewability that does not depend on the viewing environment, but the present invention is not limited to this.

また、画像が形成される媒体は、記録媒体であってもよく、画面を表示するディスプレイ画面又は投影面等の表示面であってもよい。記録媒体の例は、紙、布、フィルム又は板等のシート材であるが、これに限定されない。本実施の形態では、媒体は紙であるとする。よって、画像形成装置3は、記録媒体である紙上に印刷することによって、画像を形成する。また、画像形成システム1000は、1つ以上のサーバ装置1と、1つ以上のコンピュータ端末2と、1つ以上の画像形成装置3とを含んでもよい。 The medium on which the image is formed may be a recording medium, or a display screen for displaying a screen or a display surface such as a projection surface. An example of the recording medium is a sheet material such as paper, cloth, film or plate, but is not limited thereto. In this embodiment, the medium is paper. Therefore, the image forming apparatus 3 forms an image by printing on paper which is a recording medium. Further, the image forming system 1000 may include one or more server devices 1, one or more computer terminals 2, and one or more image forming devices 3.

また、サーバ装置1、コンピュータ端末2及び画像形成装置3は、分離した別々の装置を構成するが、少なくとも2つが一体化された装置を構成してもよい。また、各装置は、1つ以上の装置で構成されてもよい。装置が2つ以上の装置で構成される場合、当該2つ以上の装置は、1つの機器内に配置されてもよく、分離した2つ以上の機器内に分かれて配置されてもよい。本明細書及び特許請求の範囲では、「装置」とは、1つの装置を意味し得るだけでなく、複数の装置からなるシステムも意味し得る。 Further, the server device 1, the computer terminal 2, and the image forming device 3 are separate devices, but at least two devices may be integrated. Further, each device may be configured by one or more devices. When the device is composed of two or more devices, the two or more devices may be arranged in one device or may be separately arranged in two or more separate devices. In the present description and claims, "device" can mean not only one device but also a system composed of a plurality of devices.

サーバ装置1は通信機能を有する情報処理装置である。サーバ装置1は、インターネット上のクラウドサーバを構成する。サーバ装置1は、コンピュータ端末2又は画像形成装置3からの要求に基づいて、PDF(Portable Document Format)等の電子文書データを管理し、画像形成装置3へ送信するプリントサーバとして機能する。本実施の形態では、サーバ装置1の例は、コンピュータ装置であるが、これに限定されない。また、PDF等の電子文書データは、閲覧環境によらない閲覧性を有する電子文書データの一例である。 The server device 1 is an information processing device having a communication function. The server device 1 constitutes a cloud server on the Internet. The server device 1 functions as a print server that manages electronic document data such as PDF (Portable Document Format) based on a request from the computer terminal 2 or the image forming device 3 and sends the electronic document data to the image forming device 3. In the present embodiment, the example of the server device 1 is a computer device, but is not limited to this. Also, electronic document data such as PDF is an example of electronic document data having a viewability that does not depend on the view environment.

コンピュータ端末2は通信機能を有する情報処理装置である。コンピュータ端末2の例は、ノートPC(Personal Computer)、携帯電話、スマートフォン及びタブレット端末などのスマートデバイス、ゲーム機、PDA(Personal Digital Assistant)、デジタルカメラ、ウェアラブルPC、デスクトップPC、テレビ会議端末、及びIWB(Interactive White Board:相互通信が可能な電子式の黒板機能を有する白板)等である。本実施の形態では、コンピュータ端末2は、ノートPCであるとして説明するが、これに限定されない。 The computer terminal 2 is an information processing device having a communication function. Examples of the computer terminal 2 include notebook PCs (Personal Computers), smart devices such as mobile phones, smartphones and tablet terminals, game machines, PDAs (Personal Digital Assistants), digital cameras, wearable PCs, desktop PCs, video conference terminals, and The IWB (Interactive White Board: a white board having an electronic blackboard function capable of mutual communication) and the like. In the present embodiment, the computer terminal 2 is described as a notebook PC, but the present invention is not limited to this.

画像形成装置3は画像処理機能及び通信機能を有する情報処理装置である。画像形成装置3の例は、MFP、ファクシミリ、スキャナ、プリンタ、PJ(Projector:プロジェクタ)、IWB及びデジタルサイネージなどの出力装置、HUD(Head Up Display)装置、並びに、ディスプレイ装置等である。本実施の形態では、画像形成装置3は、ファクシミリ、スキャナ及びプリンタ機能を有するMFPであるとして説明するが、これに限定されない。 The image forming apparatus 3 is an information processing apparatus having an image processing function and a communication function. Examples of the image forming apparatus 3 are an output device such as an MFP, a facsimile, a scanner, a printer, a PJ (Projector: projector), an IWB and a digital signage, a HUD (Head Up Display) device, and a display device. In the present embodiment, the image forming apparatus 3 is described as an MFP having a facsimile, scanner, and printer function, but the present invention is not limited to this.

サーバ装置1及びコンピュータ端末2は、任意のアプリケーション又はドライバを用いて、PDF等のランダムアクセス形式の電子文書データを生成する。サーバ装置1及びコンピュータ端末2は、電子文書データを含む印刷要求を画像形成装置3へ送信する。画像形成装置3は、サーバ装置1又はコンピュータ端末2によって送信された電子文書データを受信して印刷処理を実行する。 The server device 1 and the computer terminal 2 generate electronic document data in a random access format such as PDF using any application or driver. The server device 1 and the computer terminal 2 send a print request including electronic document data to the image forming device 3. The image forming apparatus 3 receives the electronic document data transmitted by the server apparatus 1 or the computer terminal 2 and executes the print processing.

例えば、サーバ装置1は、電子文書データを逐次処理可能な形式(「フォーマット」とも呼ぶ)に変換し、画像形成装置3に対して、変換後の電子文書データの印刷指令を出力する。また、サーバ装置1は、変換後の電子文書データを保存し、自身で保持する。 For example, the server device 1 converts the electronic document data into a format that can be sequentially processed (also referred to as “format”), and outputs a print command for the converted electronic document data to the image forming device 3. Further, the server device 1 saves the converted electronic document data and holds it by itself.

例えば、コンピュータ端末2は、電子文書データを逐次処理可能な形式に変換し、画像形成装置3に対して、変換後の電子文書データの印刷指令を出力する。また、コンピュータ端末2は、変換後の電子文書データを保存し、自身で保持する。 For example, the computer terminal 2 converts the electronic document data into a format that can be sequentially processed, and outputs a print command for the converted electronic document data to the image forming apparatus 3. Further, the computer terminal 2 saves the converted electronic document data and holds it by itself.

例えば、画像形成装置3は、サーバ装置1又はコンピュータ端末2から、逐次処理可能な形式に変換された電子文書データを受信する。画像形成装置3は、電子文書データを全てストレージ等に保存する前に、当該電子文書データを受信しつつ逐次処理で印刷する。 For example, the image forming apparatus 3 receives from the server device 1 or the computer terminal 2 the electronic document data converted into a format that can be sequentially processed. The image forming apparatus 3 receives the electronic document data and prints it by sequential processing before storing the entire electronic document data in the storage or the like.

<ハードウェア構成>
サーバ装置1のハードウェア構成を説明する。図2は、実施の形態1に係るサーバ装置1のハードウェア構成の一例を示すブロック図である。図2に示すように、サーバ装置1は、CPU(Central Processing Unit)101と、ROM(Read Only Memory)102と、RAM(Random Access Memory)103と、メモリ104と、通信I/F(インタフェース:Interface)105と、入出力I/F106と、操作I/F107と、表示装置108とを構成要素として含む。なお、これら構成要素の全てが必須ではない。また、上記構成要素はそれぞれ、例えばバスを介して互いに接続されている。なお、上記構成要素は、有線通信及び無線通信のいずれを介して接続されてもよい。
<Hardware configuration>
The hardware configuration of the server device 1 will be described. FIG. 2 is a block diagram showing an example of the hardware configuration of the server device 1 according to the first embodiment. As shown in FIG. 2, the server device 1 includes a CPU (Central Processing Unit) 101, a ROM (Read Only Memory) 102, a RAM (Random Access Memory) 103, a memory 104, and a communication I/F (interface: Interface) 105, input/output I/F 106, operation I/F 107, and display device 108 as constituent elements. Note that not all of these constituent elements are essential. Further, each of the above components is connected to each other via, for example, a bus. The above-mentioned components may be connected via either wired communication or wireless communication.

CPU101はプロセッサ等で構成され、サーバ装置1全体の動作を制御する。ROM102は不揮発性半導体記憶装置等で構成され、サーバ装置1で動作するアプリケーションプログラム等の各種プログラムを記憶する。RAM103は揮発性半導体記憶装置等で構成され、CPU101のワークエリアとして使用される。メモリ104は、各種プログラムで利用されるデータ等の種々の情報を記憶する。メモリ104は、揮発性又は不揮発性の半導体メモリ、HDD(Hard Disk Drive)又はSSD(Solid State Drive)等の記憶装置で構成される。なお、メモリ104が、ROM102及び/又はRAM103を含んでもよい。 The CPU 101 is composed of a processor and the like, and controls the overall operation of the server device 1. The ROM 102 is configured by a non-volatile semiconductor storage device or the like, and stores various programs such as application programs operating in the server device 1. The RAM 103 is composed of a volatile semiconductor memory device or the like and is used as a work area of the CPU 101. The memory 104 stores various information such as data used in various programs. The memory 104 is configured by a storage device such as a volatile or non-volatile semiconductor memory, an HDD (Hard Disk Drive), or an SSD (Solid State Drive). The memory 104 may include the ROM 102 and/or the RAM 103.

プログラムは、ROM102又はメモリ104等に予め保持されている。プログラムは、CPU101によって、ROM102又はメモリ104等からRAM103に読み出されて展開される。CPU101は、RAM103に展開されたプログラム中のコード化された各命令を実行する。なお、プログラムは、ROM102及びメモリ104に限らず、例えば記録ディスク等の記録媒体に格納されていてもよい。また、プログラムは、有線ネットワーク、無線ネットワーク又は放送等を介して伝送され、RAM103に取り込まれてもよい。 The program is stored in advance in the ROM 102, the memory 104, or the like. The program is read by the CPU 101 from the ROM 102 or the memory 104 to the RAM 103 and expanded. The CPU 101 executes each coded instruction in the program expanded in the RAM 103. The program is not limited to the ROM 102 and the memory 104, and may be stored in a recording medium such as a recording disk. In addition, the program may be transmitted via a wired network, a wireless network, broadcasting, or the like, and may be loaded into the RAM 103.

なお、上述したCPU101によって実現される機能は、CPU101等のプログラム実行部によって実現されてもよく、回路によって実現されてもよく、プログラム実行部及び回路の組み合わせによって実現されてもよい。例えば、このような機能は、集積回路であるLSI(大規模集積回路:Large Scale Integration)によって実現されてもよい。このような機能は個別に1チップ化されてもよく、一部又は全てを含むように1チップ化されてもよい。LSIとして、LSI製造後にプログラムすることが可能なFPGA(Field Programmable Gate Array)、LSI内部の回路セルの接続及び/又は設定を再構成可能なリコンフィギュラブル・プロセッサ、又は、特定用途向けに複数の機能の回路が1つにまとめられたASIC(Application Specific Integrated Circuit)等が利用されてもよい。 The functions realized by the CPU 101 described above may be realized by a program execution unit such as the CPU 101, a circuit, or a combination of the program execution unit and the circuit. For example, such a function may be realized by an LSI (Large Scale Integration) that is an integrated circuit. Such a function may be individually implemented on a single chip, or may be implemented on a single chip so as to include a part or all of the functions. As an LSI, an FPGA (Field Programmable Gate Array) that can be programmed after the LSI is manufactured, a reconfigurable processor in which connection and/or settings of circuit cells inside the LSI can be reconfigured, or a plurality of devices for specific purposes An ASIC (Application Specific Integrated Circuit) in which functional circuits are integrated may be used.

通信I/F105は、通信網4を介して他の装置と通信するためのインタフェースである。通信I/F105は、接続端子及び通信回路等を含んでもよい。 The communication I/F 105 is an interface for communicating with other devices via the communication network 4. The communication I/F 105 may include a connection terminal, a communication circuit, and the like.

入出力I/F106は、他の装置又はデバイスと接続され、情報を送受信するためのインタフェースである。例えば、入出力I/F106は、外部メモリ等の記録メディアと接続され、当該記録メディアに記憶されている情報を読み出す、及び、当該記録メディアに情報を書き込むことを可能にする。入出力I/F106は、接続端子等を含んでもよい。 The input/output I/F 106 is an interface that is connected to another device or device and transmits/receives information. For example, the input/output I/F 106 is connected to a recording medium such as an external memory, and makes it possible to read information stored in the recording medium and write information in the recording medium. The input/output I/F 106 may include a connection terminal and the like.

操作I/F107は、ユーザによる操作入力を受け付けるためのインタフェースである。操作I/F107は、ボタン、ダイヤル、キー、マウス、タッチパネル及び音声入力のためのマイク等の入力装置を含んでもよい。 The operation I/F 107 is an interface for receiving an operation input by the user. The operation I/F 107 may include input devices such as buttons, dials, keys, a mouse, a touch panel, and a microphone for voice input.

表示装置108は、CPU101の制御に従って種々の画面を表示する。表示装置108は、液晶パネル、有機EL(Electroluminescence)及び無機EL等のディスプレイであってもよい。また、表示装置108は、音声出力のためのスピーカを含んでもよい。表示装置108は、操作I/F107を兼ねたタッチパネルであってもよい。 The display device 108 displays various screens under the control of the CPU 101. The display device 108 may be a display such as a liquid crystal panel, an organic EL (Electroluminescence), and an inorganic EL. Further, the display device 108 may include a speaker for outputting audio. The display device 108 may be a touch panel that also serves as the operation I/F 107.

図3は、実施の形態1に係るコンピュータ端末2のハードウェア構成の一例を示すブロック図である。図3に示すように、コンピュータ端末2は、CPU201と、ROM202と、RAM203と、メモリ204と、通信I/F205と、入出力I/F206と、操作I/F207と、表示装置208とを構成要素として含む。コンピュータ端末2の各構成要素の構成及び機能は、サーバ装置1の構成要素と同様であるため、その説明を省略する。 FIG. 3 is a block diagram showing an example of the hardware configuration of the computer terminal 2 according to the first embodiment. As shown in FIG. 3, the computer terminal 2 includes a CPU 201, a ROM 202, a RAM 203, a memory 204, a communication I/F 205, an input/output I/F 206, an operation I/F 207, and a display device 208. Include as an element. Since the configuration and function of each component of the computer terminal 2 are the same as those of the server device 1, the description thereof will be omitted.

図4は、実施の形態1に係る画像形成装置3のハードウェア構成の一例を示すブロック図である。図4に示すように、画像形成装置3は、コントローラ300と、プロッタエンジン320と、操作パネル330と、スキャナエンジン340とを構成要素として含む。コントローラ300は、CPU301と、ROM302と、RAM303と、NVRAM(Non-volatile RAM)304と、メモリ305と、通信I/F306と、エンジンI/F307と、パネルI/F308と、スキャナI/F309と、入出力I/F310とを構成要素として含む。 FIG. 4 is a block diagram showing an example of the hardware configuration of the image forming apparatus 3 according to the first embodiment. As shown in FIG. 4, the image forming apparatus 3 includes a controller 300, a plotter engine 320, an operation panel 330, and a scanner engine 340 as constituent elements. The controller 300 includes a CPU 301, a ROM 302, a RAM 303, an NVRAM (Non-volatile RAM) 304, a memory 305, a communication I/F 306, an engine I/F 307, a panel I/F 308, and a scanner I/F 309. , And the input/output I/F 310 as constituent elements.

プロッタエンジン320は、記録媒体への画像の印刷処理において、画像形成装置3のプロッタの動作を制御する。プロッタは、任意の印刷装置であり、インクジェット方式の場合、例えば、インクジェットヘッドであり、レーザプリンタ方式の場合、例えば、感光体、レーザ照射装置又は転写装置である。 The plotter engine 320 controls the operation of the plotter of the image forming apparatus 3 in the process of printing an image on the recording medium. The plotter is an arbitrary printing device, for example, an inkjet head in the case of an inkjet system, and a photoconductor, a laser irradiation device, or a transfer device in the case of a laser printer system.

操作パネル330は、ユーザから設定、条件及び指示等の入力を受け付ける。操作パネル330は、例えば、タッチパネル機能を搭載した液晶パネル、有機EL若しくは無機ELなどのディスプレイ、キー及び/又はマウス等である。 The operation panel 330 receives inputs of settings, conditions, instructions, etc. from the user. The operation panel 330 is, for example, a liquid crystal panel having a touch panel function, a display such as an organic EL or an inorganic EL, a key, and/or a mouse.

スキャナエンジン340は、画像形成装置3におけるスキャナの動作を制御する。なお、スキャナは、特に限定されないが、例えば、圧版、ADF(自動原稿送り装置:Auto Document Feeder)及び撮像素子等を有する既知のものが例示される。 The scanner engine 340 controls the operation of the scanner in the image forming apparatus 3. It should be noted that the scanner is not particularly limited, but a known one having, for example, a pressure plate, an ADF (Auto Document Feeder), an image pickup element, and the like is exemplified.

CPU301、ROM302及びRAM303それぞれの構成は、CPU101、ROM102及びRAM103と同様である。CPU301は、画像形成装置3全体の動作を制御する。ROM302は、画像形成装置3上で動作する各種プログラムを記憶する。RAM303は、CPU301のワークエリアとして使用される。 The configurations of the CPU 301, the ROM 302, and the RAM 303 are similar to those of the CPU 101, the ROM 102, and the RAM 103. The CPU 301 controls the operation of the entire image forming apparatus 3. The ROM 302 stores various programs that operate on the image forming apparatus 3. The RAM 303 is used as a work area for the CPU 301.

NVRAM304及びメモリ305は、各種プログラムで利用されるデータ等の種々の情報を記憶する。NVRAM304は、不揮発性記憶装置等で構成される。メモリ305の構成は、メモリ104と同様である。 The NVRAM 304 and the memory 305 store various information such as data used in various programs. The NVRAM 304 is composed of a non-volatile storage device or the like. The configuration of the memory 305 is similar to that of the memory 104.

CPU301によって実現される機能は、CPU301等のプログラム実行部によって実現されてもよく、回路によって実現されてもよく、プログラム実行部及び回路の組み合わせによって実現されてもよい。 The function realized by the CPU 301 may be realized by a program execution unit such as the CPU 301, a circuit, or a combination of the program execution unit and the circuit.

通信I/F306は、通信網4を介して他の装置と通信するためのインタフェースである。通信I/F306は、接続端子及び通信回路等を含んでもよい。 The communication I/F 306 is an interface for communicating with other devices via the communication network 4. The communication I/F 306 may include a connection terminal, a communication circuit, and the like.

エンジンI/F307は、プロッタエンジン320と接続するためのインタフェースである。パネルI/F308は、操作パネル330と接続するためのインタフェースである。スキャナI/F309は、スキャナエンジン340と接続するためのインタフェースである。 The engine I/F 307 is an interface for connecting to the plotter engine 320. The panel I/F 308 is an interface for connecting to the operation panel 330. The scanner I/F 309 is an interface for connecting to the scanner engine 340.

入出力I/F310は、他の装置又はデバイスと接続され、情報を送受信するためのインタフェースである。例えば、入出力I/F310は、外部メモリ等の記録メディアと接続され、当該記録メディアに記憶されている情報を読み出す、及び、当該記録メディアに情報を書き込むことを可能にする。入出力I/F310は、接続端子等を含んでもよい。 The input/output I/F 310 is an interface for connecting to other devices or devices and transmitting/receiving information. For example, the input/output I/F 310 is connected to a recording medium such as an external memory, and can read information stored in the recording medium and write information in the recording medium. The input/output I/F 310 may include a connection terminal and the like.

<機能的構成>
サーバ装置1の機能的構成を説明する。図5は、実施の形態1に係るサーバ装置1の機能的構成の一例を示すブロック図である。図5に示すように、サーバ装置1は、通信部11と、表示部12と、データ保存部13と、データ処理部14と、変換モジュール15と、管理DB(データベース)16と、入出力部17とを含む。さらに、変換モジュール15は、変換判定部15aと、変換部15bと、管理部15cとを含む。
<Functional configuration>
The functional configuration of the server device 1 will be described. FIG. 5 is a block diagram showing an example of a functional configuration of the server device 1 according to the first embodiment. As shown in FIG. 5, the server device 1 includes a communication unit 11, a display unit 12, a data storage unit 13, a data processing unit 14, a conversion module 15, a management DB (database) 16, and an input/output unit. 17 and 17 are included. Furthermore, the conversion module 15 includes a conversion determination unit 15a, a conversion unit 15b, and a management unit 15c.

通信部11の機能は、通信I/F105及びCPU101等によって実現される。通信部11は、通信網4を介した他の装置との通信を制御する。例えば、通信部11は、電子文書データを送受信する。 The function of the communication unit 11 is realized by the communication I/F 105, the CPU 101, and the like. The communication unit 11 controls communication with other devices via the communication network 4. For example, the communication unit 11 sends and receives electronic document data.

表示部12の機能は、表示装置108及びCPU101等によって実現される。表示部12は、種々の情報を表示する。例えば、表示部12は、ユーザからの指示を受け付ける画面、及び、ユーザへのメッセージを通知する画面等を表示する。表示部12は、画面を用いた視覚的な表示に加えて、音声を用いた聴覚的な表示を行ってもよい。 The function of the display unit 12 is realized by the display device 108, the CPU 101, and the like. The display unit 12 displays various information. For example, the display unit 12 displays a screen that receives an instruction from the user, a screen that notifies a message to the user, and the like. The display unit 12 may perform aural display using voice in addition to visual display using a screen.

入出力部17の機能は、入出力I/F106及びCPU101等によって実現される。入出力部17は、他の装置又はデバイスと接続され、情報を送受信する。例えば、入出力部17は、電子文書データを送受信する。 The function of the input/output unit 17 is realized by the input/output I/F 106, the CPU 101, and the like. The input/output unit 17 is connected to another device or device and transmits/receives information. For example, the input/output unit 17 sends and receives electronic document data.

データ保存部13の機能は、メモリ104等によって実現される。データ保存部13は、電子文書データを保存する。例えば、データ保存部13は、コンピュータ端末2から受信した電子文書データを保存する。データ保存部13は、変換モジュール15によって逐次処理可能な形式に変換された電子文書データを保存してもよい。ここで、本明細書及び特許請求の範囲において、「逐次処理可能な形式」を「逐次フォーマット」とも呼ぶ。 The function of the data storage unit 13 is realized by the memory 104 or the like. The data storage unit 13 stores electronic document data. For example, the data storage unit 13 stores the electronic document data received from the computer terminal 2. The data storage unit 13 may store the electronic document data converted by the conversion module 15 into a format that can be sequentially processed. Here, in the present specification and claims, the “format capable of sequential processing” is also referred to as “sequential format”.

データ処理部14の機能は、CPU101等によって実現される。データ処理部14は、電子文書データを処理する。例えば、データ処理部14は、データ保存部13に保存され且つ逐次フォーマットへ未変換の電子文書データを、変換モジュール15に出力し逐次フォーマットへ変換させる。また、データ処理部14は、電子文書データの画像出力の要求を受けた場合、管理DB16に保存され且つ対応する電子文書データを、画像の出力対象である画像形成装置3に送信する。例えば、データ処理部14は、逐次フォーマットへ変換された電子文書データが存在する場合、変換後の電子文書データを送信し、存在しない場合、変換されていない変換前の電子文書データを送信する。また、データ処理部14は、後述する管理リスト又は管理リスト内の管理情報を電子文書データと対応付けて送信してもよい。 The function of the data processing unit 14 is realized by the CPU 101 and the like. The data processing unit 14 processes electronic document data. For example, the data processing unit 14 outputs the electronic document data stored in the data storage unit 13 and not yet converted into the sequential format to the conversion module 15 to convert the electronic document data into the sequential format. In addition, when the data processing unit 14 receives a request for image output of electronic document data, the data processing unit 14 transmits the corresponding electronic document data stored in the management DB 16 to the image forming apparatus 3 that is an image output target. For example, the data processing unit 14 transmits the converted electronic document data when the electronic document data converted into the sequential format exists, and transmits the unconverted electronic document data before the conversion when the electronic document data does not exist. Further, the data processing unit 14 may transmit the management list described later or management information in the management list in association with the electronic document data.

変換モジュール15の変換判定部15aの機能は、CPU101等によって実現される。変換判定部15aは、データ処理部14を介して受け取る電子文書データに対して、逐次フォーマットへの変換が必要であるか否かを判定する。変換判定部15aは、必要である場合、当該電子文書データを変換部15bに出力する。変換判定部15aは、不要である場合、当該電子文書データを管理DB16に保存する。 The function of the conversion determination unit 15a of the conversion module 15 is realized by the CPU 101 or the like. The conversion determination unit 15a determines whether or not the electronic document data received via the data processing unit 14 needs to be converted into a sequential format. The conversion determination unit 15a outputs the electronic document data to the conversion unit 15b when necessary. The conversion determination unit 15a stores the electronic document data in the management DB 16 when it is unnecessary.

例えば、変換判定部15aは、後述する管理リストに含まれる情報と、電子文書データとを比較し、判定してもよい。そして、変換判定部15aは、電子文書データが管理リストに含まれていない場合、逐次フォーマットへの変換が必要であると判定してもよい。変換判定部15aは、電子文書データが管理リストに含まれているが、電子文書データが管理リストに含まれている電子文書データよりも新しい場合、逐次フォーマットへの変換が必要であると判定してもよい。 For example, the conversion determination unit 15a may make a determination by comparing information included in a management list described later with electronic document data. Then, when the electronic document data is not included in the management list, the conversion determination unit 15a may determine that conversion to the sequential format is necessary. If the electronic document data is included in the management list but the electronic document data is newer than the electronic document data included in the management list, the conversion determining unit 15a determines that conversion to the sequential format is necessary. May be.

また、変換判定部15aは、電子文書データのデータ形式に基づき、判定してもよい。電子文書データが、PCL及びPS等のシーケンシャルアクセス形式の電子文書データである場合、変換判定部15aは、変換が不要であると判定してもよい。電子文書データが、PDF等のランダムアクセス形式の電子文書データである場合、変換判定部15aは、変換が必要であると判定してもよい。 The conversion determination unit 15a may also make the determination based on the data format of the electronic document data. When the electronic document data is sequential access format electronic document data such as PCL and PS, the conversion determination unit 15a may determine that conversion is not necessary. If the electronic document data is electronic document data in a random access format such as PDF, the conversion determination unit 15a may determine that conversion is necessary.

また、電子文書データがランダムアクセス形式の電子文書データである場合、変換判定部15aは、当該電子文書データのデータ構造におけるボディを参照してもよい。そして、変換判定部15aは、ボディに含まれるオブジェクトが、オブジェクトに対応するページ番号の順序で配列されているかを検出してもよい。例えば、オブジェクト間には、オブジェクトの境界位置を示す境界情報(区切り位置を示すページ区切情報とも呼ばれる)が設定されている。変換判定部15aは、境界情報に基づき、各オブジェクトを特定してもよい。変換判定部15aは、オブジェクトがページ番号の順序で配列されている場合、変換が不要であると判定し、オブジェクトがページ番号の順序で配列されていない場合、変換が必要であると判定してもよい。 Further, when the electronic document data is random access type electronic document data, the conversion determination unit 15a may refer to the body in the data structure of the electronic document data. Then, the conversion determination unit 15a may detect whether the objects included in the body are arranged in the order of page numbers corresponding to the objects. For example, boundary information indicating the boundary position of the object (also called page break information indicating the break position) is set between the objects. The conversion determination unit 15a may specify each object based on the boundary information. The conversion determination unit 15a determines that conversion is unnecessary when the objects are arranged in the order of page numbers, and determines that conversion is necessary when the objects are not arranged in the order of page numbers. Good.

例えば、図6は、電子文書データの一例であるPDFファイルのデータ構造の一例を示す図である。図6に示すように、PDFファイルのデータ構造は、国際標準化機構(ISO: International Organization for Standardization)で管理されているオープンスタンダードに準拠して、先頭から順に、ヘッダPH、ボディPB、相互参照表PR及びトレイラPTを有する。PDF等の電子文書データは、データ構造における先頭のヘッダPHから順に読み込まれる。そして、ヘッダPHは、PDFのバージョン情報等を含む。 For example, FIG. 6 is a diagram showing an example of the data structure of a PDF file which is an example of electronic document data. As shown in FIG. 6, the data structure of the PDF file conforms to the open standard managed by the International Organization for Standardization (ISO), and the header PH, the body PB, and the cross reference table are arranged in order from the beginning. It has a PR and a trailer PT. Electronic document data such as PDF is sequentially read from the header PH at the head of the data structure. The header PH includes PDF version information and the like.

ボディPBでは、オブジェクト番号毎に、ドキュメントカタログ、ページ情報、各ページのオブジェクト情報等が定義されている。オブジェクト番号は、オブジェクトの識別子であり、例えば、「x y obj」のように、参照番号「x」、生成番号「y」及び「obj」を並べて形成される。ドキュメントカタログは、オブジェクト階層のルート(最上位)である。ページ情報は、各ページのオブジェクト情報への参照等を含む。各ページのオブジェクト情報は、各ページを描画するためのデータを含む。 In the body PB, a document catalog, page information, object information of each page, etc. are defined for each object number. The object number is an identifier of the object, and is formed by arranging the reference number “x”, the generation number “y”, and “obj”, for example, “xy obj”. The document catalog is the root (top level) of the object hierarchy. The page information includes a reference to the object information of each page. The object information of each page includes data for drawing each page.

相互参照表PRは、相互互換テーブルとも呼ばれる。相互参照表PRは、ボディPBに定義されている各オブジェクト番号と、当該オブジェクト番号のオブジェクトのアドレス情報(位置情報)とを対応付けて含む。アドレス情報は、オブジェクトがヘッダPHの先頭から何バイト目かを示すオフセット情報である。相互参照表PRに基づいて、オブジェクトの位置を特定し、アクセスすることが可能である。 The cross reference table PR is also called a mutual compatibility table. The cross-reference table PR includes each object number defined in the body PB and address information (position information) of the object of the object number in association with each other. The address information is offset information indicating the number of bytes from the head of the header PH of the object. The position of the object can be specified and accessed based on the cross reference table PR.

トレイラPTは、相互参照表PRでの位置を示すアドレス情報(startxref)、ドキュメントカタログのオブジェクト番号(Root)、及び、PDFファイルの作成日時への参照情報(Info)等を含む。 The trailer PT includes address information (startxref) indicating a position in the cross reference table PR, an object number (Root) of the document catalog, reference information (Info) to the creation date and time of the PDF file, and the like.

PDFファイルの構造上、ドキュメントカタログにアクセスするには、ドキュメントカタログのオブジェクト番号をトレイラPTから特定し、このオブジェクト番号に対応するアドレス情報を相互参照表PRから特定する必要がある。すなわち、通常のPDFファイルの処理では、PDFファイルのトレイラPTまでを読み込んだ上で、PDFファイルに係る画像処理が開始される。 Due to the structure of the PDF file, in order to access the document catalog, it is necessary to identify the object number of the document catalog from the trailer PT and the address information corresponding to this object number from the cross reference table PR. That is, in normal PDF file processing, the trailer PT of the PDF file is read, and then the image processing related to the PDF file is started.

PDFの言語仕様上、オブジェクト情報はページ順に並んでいなくてもよく、オブジェクト番号も連番である必要はない。例えば、図6において、「5 0 obj」、「18 0 obj」及び「7 0 obj」はそれぞれ、文書における5ページ目、1ページ目及び3ページ目を描画するためのオブジェクト情報であってもよい。このため、オブジェクト情報が整列されていなければ、オブジェクト情報におけるどこまでが何ページ目か相互参照表PRなしに判断できない。 Due to the PDF language specification, the object information does not have to be arranged in page order, and the object numbers do not have to be consecutive numbers. For example, in FIG. 6, even if “50 obj”, “180 obj”, and “70 obj” are object information for drawing the fifth page, the first page, and the third page of the document, respectively. Good. For this reason, if the object information is not aligned, it cannot be determined without the cross-reference table PR what the number of pages in the object information is.

変換部15bの機能は、CPU101等によって実現される。変換部15bは、変換判定部15aから受け取る電子文書データに対して、逐次フォーマットへの変換を実行する。例えば、変換部15bは、当該電子文書データのボディに含まれる各オブジェクトを位置情報及び境界情報等に基づき特定し、特定されたオブジェクトを、オブジェクトに対応するページ番号の順序で再配列してもよい。さらに、変換部15bは、当該電子文書データの相互参照表及びトレイラを、再配列後のオブジェクトの位置に従って変更してもよい。変換部15bは、逐次フォーマットへの変換を完了できた、つまり成功した場合、逐次フォーマットへ変換された電子文書データを、変換後の電子文書データとして管理DB16に保存する。変換部15bは、逐次フォーマットへの変換を完了できなかった、つまり成功しなかった場合、逐次フォーマットへの未変換の電子文書データを、変換前の電子文書データとして管理DB16に保存する。 The function of the conversion unit 15b is realized by the CPU 101 or the like. The conversion unit 15b converts the electronic document data received from the conversion determination unit 15a into a sequential format. For example, the conversion unit 15b specifies each object included in the body of the electronic document data based on the position information, the boundary information, and the like, and rearranges the specified objects in the order of page numbers corresponding to the objects. Good. Furthermore, the conversion unit 15b may change the cross-reference table and trailer of the electronic document data according to the position of the rearranged object. If the conversion to the sequential format is completed, that is, if the conversion is successful, the conversion unit 15b stores the electronic document data converted to the sequential format in the management DB 16 as the converted electronic document data. If the conversion to the sequential format cannot be completed, that is, if the conversion is not successful, the conversion unit 15b stores the electronic document data that has not been converted to the sequential format in the management DB 16 as the electronic document data before conversion.

また、変換部15bは、逐次フォーマットへの変換後の電子文書データについて、そのヘッダに、変換後の電子文書データであることを示すコメント等の情報を加えてもよい。例えば、変換前後の電子文書データにおいて、相互参照表及びトレイラの位置が変更されない場合であっても、印刷時にヘッダを参照することで、電子文書データが逐次フォーマットへの変換を受けているか否かの判定が可能である。このため、電子文書データが逐次フォーマットへの変換を受けているか否かに応じて、印刷処理が変更され得る。例えば、電子文書データが逐次フォーマットへの変換を受けている場合、相互参照表及びトレイラを参照せずに、つまり、参照する前に、ボディに含まれる各オブジェクトを配列順に印刷処理する専用の印刷処理が行われてもよい。電子文書データが逐次フォーマットへの変換を受けていない場合、相互参照表及びトレイラを参照した後にボディに含まれる各オブジェクトを印刷処理する通常の印刷処理が行われてもよい。 Further, the conversion unit 15b may add information such as a comment indicating that the electronic document data after the conversion to the sequential format is the electronic document data after the conversion to the header. For example, in the electronic document data before and after conversion, even if the positions of the cross reference table and the trailer are not changed, by referring to the header at the time of printing, whether the electronic document data is converted to the sequential format or not. Can be determined. Therefore, the printing process may be changed depending on whether or not the electronic document data is sequentially converted into the format. For example, if the electronic document data has been converted to a sequential format, a dedicated print that prints each object contained in the body in the order of arrangement without referring to the cross reference table and trailer, that is, before referencing. Processing may be performed. When the electronic document data has not been converted into the sequential format, a normal print process for printing each object included in the body may be performed after referring to the cross reference table and the trailer.

管理DB16の機能は、メモリ104等によって実現される。管理DB16は、電子文書データを示す情報の管理リストを格納する。さらに、管理DB16は、逐次フォーマットへの変換前の電子文書データ及び変換後の電子文書データを格納する。電子文書データを示す情報は、電子文書データを識別することができる情報であればよい。電子文書データを示す情報の例は、電子文書データのID及びファイル名等である。管理リストは、逐次フォーマットへの変換が成功した場合、逐次フォーマットへの変換前の電子文書データを示す情報と、逐次フォーマットへの変換後の電子文書データを示す情報とを関連付けて含む。管理リストは、逐次フォーマットへの変換が成功しなかった場合、逐次フォーマットへの変換前の電子文書データを示す情報と、当該電子文書データにおいて逐次フォーマットへの変換が不可であったことを示す情報とを関連付けて含む。管理リストは、変換前の電子文書データと変換後の電子文書データとを関連付ける関連情報の一例である。 The function of the management DB 16 is realized by the memory 104 or the like. The management DB 16 stores a management list of information indicating electronic document data. Further, the management DB 16 stores the electronic document data before conversion into the sequential format and the electronic document data after conversion. The information indicating the electronic document data may be any information that can identify the electronic document data. Examples of information indicating electronic document data are the ID and file name of electronic document data. When the conversion to the sequential format is successful, the management list includes the information indicating the electronic document data before the conversion to the sequential format and the information indicating the electronic document data after the conversion to the sequential format in association with each other. When the conversion to the sequential format is not successful, the management list includes information indicating the electronic document data before conversion to the sequential format and information indicating that the conversion to the sequential format is impossible in the electronic document data. And are associated and included. The management list is an example of related information that associates electronic document data before conversion with electronic document data after conversion.

例えば、図7は、実施の形態1に係る管理リストの一例を示す図である。図7に示すように。管理リストは、逐次フォーマットへの変換前の電子文書データのファイル名と、当該電子文書データの逐次フォーマットへの変換後の電子文書データのファイル名と、処理実行日時を示すタイムスタンプと、変換が成功したか否かを示す変換不可フラグとを関連付けて含んでもよい。変換不可フラグは、成功の場合「No」であり、不成功の場合「Yes」である。なお、逐次フォーマットへの変換が成功した場合、変換後の電子文書データには、変換前の電子文書データと異なるファイル名が与えられる。 For example, FIG. 7 is a diagram showing an example of the management list according to the first embodiment. As shown in FIG. The management list contains the file name of the electronic document data before conversion to the serial format, the file name of the electronic document data after conversion of the electronic document data to the serial format, the time stamp indicating the processing execution date and time, and the conversion list. It may be included in association with a conversion impossible flag indicating whether or not it has succeeded. The unconvertible flag is “No” if successful and “Yes” if unsuccessful. When the conversion to the sequential format is successful, the electronic document data after conversion is given a file name different from that of the electronic document data before conversion.

管理部15cの機能は、CPU101等によって実現される。管理部15cは、変換判定部15aの判定結果及び変換部15bの変換処理結果を、管理リストに記録する。例えば、管理部15cは、変換判定部15aによって逐次フォーマットへの変換が不要であると判定された電子文書データを示す情報と、判定実行の日時とを関連付けた管理情報を、管理リストに記録する。管理部15cは、変換部15bによって逐次フォーマットへ変換できなかった電子文書データを示す情報と、変換が不可であることを示す情報と、変換試行の日時とを関連付けた管理情報を、管理リストに記録する。また、管理部15cは、変換部15bによって逐次フォーマットへ変換された変換後の電子文書データを示す情報と、変換前の電子文書データを示す情報と、変換実行の日時とを関連付けた管理情報を、管理リストに記録する。 The function of the management unit 15c is realized by the CPU 101 and the like. The management unit 15c records the determination result of the conversion determination unit 15a and the conversion processing result of the conversion unit 15b in the management list. For example, the management unit 15c records, in the management list, the management information in which the information indicating the electronic document data for which the conversion determination unit 15a has determined that the conversion to the sequential format is unnecessary and the date and time of the determination execution are associated with each other. .. The management unit 15c stores, in the management list, management information that associates information indicating the electronic document data that could not be sequentially converted by the conversion unit 15b, information indicating that conversion is impossible, and the date and time of the conversion trial. Record. Further, the management unit 15c stores management information in which the information indicating the converted electronic document data converted into the sequential format by the conversion unit 15b, the information indicating the pre-conversion electronic document data, and the conversion execution date and time are associated with each other. , Record in the management list.

例えば、図7の管理リストにおいて、変換後の電子文書データのファイル名の欄が空であり、且つ変換不可フラグがYesである管理情報は、変換前の電子文書データが変換できなかったことを示し、そのタイムスタンプは変換を試みた日時を示す。 For example, in the management list of FIG. 7, the management information in which the file name column of the converted electronic document data is empty and the conversion impossible flag is Yes indicates that the electronic document data before conversion could not be converted. The time stamp indicates the date and time when the conversion was attempted.

変換後の電子文書データのファイル名の欄が空であり、且つ変換不可フラグがNoである管理情報は、変換前の電子文書データの変換を試みていないことを示し、そのタイムスタンプは、管理リストに当該管理情報の項目を登録した日時を示す。このような電子文書データは、変換判定部15aによって変換不要と判定されたデータである。 The management information in which the file name field of the electronic document data after conversion is empty and the conversion impossible flag is No indicates that conversion of the electronic document data before conversion is not attempted, and its time stamp is The date and time when the management information item is registered in the list is shown. Such electronic document data is data that the conversion determination unit 15a has determined not to require conversion.

変換後の電子文書データのファイル名の欄にファイル名が記載されている管理情報では、変換不可フラグがYesになることは無く、そのタイムスタンプは変換を実行した日時を示す。 In the management information in which the file name is written in the file name column of the converted electronic document data, the conversion impossible flag does not become Yes, and the time stamp indicates the date and time when the conversion was executed.

なお、管理リストは変換前の電子文書データと同一場所に格納されるのが望ましいが、パス等を管理リスト内で管理することで、複数箇所に配置された管理リスト及び電子文書データについて管理することもできる。 It is desirable that the management list is stored in the same place as the electronic document data before conversion, but by managing the paths and the like in the management list, the management list and the electronic document data arranged in multiple places are managed. You can also

コンピュータ端末2の機能的構成を説明する。図8は、実施の形態1に係るコンピュータ端末2の機能的構成の一例を示すブロック図である。図8に示すように、コンピュータ端末2は、通信部21と、表示部22と、データ保存部23と、データ処理部24と、変換モジュール25と、管理DB26と、入出力部27とを含む。さらに、変換モジュール25は、変換判定部25aと、変換部25bと、管理部25cとを含む。コンピュータ端末2の各構成要素の構成及び機能は、サーバ装置1の構成要素と同様であるため、その説明を省略する。 The functional configuration of the computer terminal 2 will be described. FIG. 8 is a block diagram showing an example of the functional configuration of the computer terminal 2 according to the first embodiment. As shown in FIG. 8, the computer terminal 2 includes a communication unit 21, a display unit 22, a data storage unit 23, a data processing unit 24, a conversion module 25, a management DB 26, and an input/output unit 27. .. Furthermore, the conversion module 25 includes a conversion determination unit 25a, a conversion unit 25b, and a management unit 25c. Since the configuration and function of each component of the computer terminal 2 are the same as those of the server device 1, the description thereof will be omitted.

画像形成装置3の機能的構成を説明する。図9は、実施の形態1に係る画像形成装置3の機能的構成の一例を示すブロック図である。図9に示すように、画像形成装置3は、通信部31と、表示部32と、入出力部33と、印刷部34とを含む。さらに、印刷部34は、印刷データ受信部34aと、出力管理部34bと、変換部34cと、ページデータ生成部34dと、データ記憶部34eと、印刷データ処理部34fと、転写部34gとを含む。ページデータ生成部34dは、分割可否判定部34d1と、ページ毎データ生成部34d2とを含む。 The functional configuration of the image forming apparatus 3 will be described. FIG. 9 is a block diagram showing an example of the functional configuration of the image forming apparatus 3 according to the first embodiment. As shown in FIG. 9, the image forming apparatus 3 includes a communication unit 31, a display unit 32, an input/output unit 33, and a printing unit 34. Further, the printing unit 34 includes a print data receiving unit 34a, an output managing unit 34b, a converting unit 34c, a page data generating unit 34d, a data storage unit 34e, a print data processing unit 34f, and a transfer unit 34g. Including. The page data generation unit 34d includes a division availability determination unit 34d1 and a page-by-page data generation unit 34d2.

通信部31の機能は、通信I/F306及びCPU301等によって実現される。通信部31は、通信網4を介した他の装置との通信を制御する。例えば、通信部31は、電子文書データを送受信する。さらに、通信部31は、管理リスト又は管理リストにおける電子文書データの管理情報を、当該電子文書データと共に受信してもよい。 The function of the communication unit 31 is realized by the communication I/F 306, the CPU 301, and the like. The communication unit 31 controls communication with other devices via the communication network 4. For example, the communication unit 31 sends and receives electronic document data. Further, the communication unit 31 may receive the management list or the management information of the electronic document data in the management list together with the electronic document data.

表示部32の機能は、操作パネル330、パネルI/F308及びCPU301等によって実現される。表示部32は、種々の情報を表示する。例えば、表示部32は、ユーザからの指示を受け付ける画面、及び、ユーザへのメッセージを通知する画面等を表示する。表示部32は、画面を用いた視覚的な表示に加えて、音声を用いた聴覚的な表示を行ってもよい。 The function of the display unit 32 is realized by the operation panel 330, the panel I/F 308, the CPU 301, and the like. The display unit 32 displays various information. For example, the display unit 32 displays a screen that receives an instruction from the user, a screen that notifies a message to the user, and the like. The display unit 32 may perform aural display using voice in addition to visual display using a screen.

入出力部33の機能は、入出力I/F310及びCPU301等によって実現される。入出力部33は、他の装置又はデバイスと接続され、情報を送受信する。例えば、入出力部33は、電子文書データを送受信する。 The function of the input/output unit 33 is realized by the input/output I/F 310, the CPU 301, and the like. The input/output unit 33 is connected to another device or device and transmits/receives information. For example, the input/output unit 33 transmits/receives electronic document data.

印刷部34の機能は、コントローラ300、プロッタエンジン320及びスキャナエンジン340等によって実現される。印刷部34は、通信部31を介して受信される電子文書データ及び印刷指令に基づき、当該電子文書データの画像を記録媒体に形成する印刷処理を実行する。 The function of the printing unit 34 is realized by the controller 300, the plotter engine 320, the scanner engine 340, and the like. The printing unit 34 executes print processing for forming an image of the electronic document data on a recording medium based on the electronic document data and the print command received via the communication unit 31.

印刷データ受信部34aの機能は、CPU301等によって実現される。印刷データ受信部34aは、通信部31を介して受信された情報のうち、通信部31から印刷部34に出力された情報を受信し、出力管理部34b等に出力する。 The function of the print data receiving unit 34a is realized by the CPU 301 and the like. The print data receiving unit 34a receives the information output from the communication unit 31 to the printing unit 34 among the information received via the communication unit 31, and outputs the information to the output management unit 34b and the like.

出力管理部34bの機能は、CPU301等によって実現される。出力管理部34bは、印刷データ受信部34aから受け取った電子文書データの画像出力である印刷を管理する。例えば、管理リストにおける電子文書データに対応する管理情報が、逐次フォーマットへの変換後の電子文書データであることを示す情報を含む場合、出力管理部34bは、当該電子文書データの画像出力の実行指令と、当該電子文書データとを、ページデータ生成部34dに出力する。上記管理情報が、逐次フォーマットへの変換後の電子文書データであること示す情報を含まない場合、出力管理部34bは、当該電子文書データに対する逐次フォーマットへの変換指令と、当該電子文書データとを、変換部34cに出力する。 The function of the output management unit 34b is realized by the CPU 301 and the like. The output management unit 34b manages printing, which is an image output of the electronic document data received from the print data receiving unit 34a. For example, when the management information corresponding to the electronic document data in the management list includes information indicating that the electronic document data is converted into the sequential format, the output management unit 34b executes the image output of the electronic document data. The command and the electronic document data are output to the page data generation unit 34d. When the management information does not include information indicating that the electronic document data is converted to the sequential format, the output management unit 34b outputs the conversion instruction to the sequential format for the electronic document data and the electronic document data. , To the conversion unit 34c.

なお、図7の管理リストに示すように、管理情報が変換後の電子文書データのファイル名を含まないが、その変換不可フラグが立ち「Yes」である場合、出力管理部34bは、逐次フォーマットへの変換指令を出力せずに、電子文書データの画像出力の実行指令をページデータ生成部34dに出力する。管理情報が変換後の電子文書データのファイル名を含まないが、その変換不可フラグが立たず「No」である場合、出力管理部34bは、逐次フォーマットへの変換指令を変換部34cに出力する。 As shown in the management list of FIG. 7, when the management information does not include the file name of the converted electronic document data, but the conversion impossible flag is set to “Yes”, the output management unit 34b determines that the serial format The execution command for outputting the image of the electronic document data is output to the page data generation unit 34d without outputting the conversion command to the page data generation unit 34d. When the management information does not include the file name of the electronic document data after conversion, but the conversion impossible flag is not set and is "No", the output management unit 34b outputs a conversion command to the sequential format to the conversion unit 34c. ..

変換部34cの機能は、CPU301等によって実現される。変換部34cは、出力管理部34bから受け取る電子文書データに対して、逐次フォーマットへの変換を実行し、ページデータ生成部34dに出力する。 The function of the conversion unit 34c is realized by the CPU 301 and the like. The conversion unit 34c performs conversion of the electronic document data received from the output management unit 34b into a sequential format, and outputs it to the page data generation unit 34d.

ページデータ生成部34dの分割可否判定部34d1及びページ毎データ生成部34d2の機能は、CPU301等によって実現される。分割可否判定部34d1は、受け取った電子文書データ内の識別情報に基づき、当該電子文書データが分割可能か否かを判定する。 The functions of the division availability determination unit 34d1 and the page data generation unit 34d2 of the page data generation unit 34d are realized by the CPU 301 and the like. The split availability determination unit 34d1 determines whether the electronic document data can be split based on the identification information in the received electronic document data.

例えば、分割可否判定部34d1は、電子文書データのボディにおいて、識別情報の一例である境界情報を検出してもよい。分割可否判定部34d1は、オブジェクト間に境界情報を検出する場合、電子文書データを複数ページのデータに分割可能であると判定する。分割可否判定部34d1は、オブジェクト間に境界情報を検出しない場合、電子文書データを分割不可能であると判定する。この場合、電子文書データは、例えば1ページのデータである。分割可否判定部34d1は、分割可否の判定結果と、検出された境界情報とをページ毎データ生成部34d2に出力する。 For example, the division propriety determination unit 34d1 may detect boundary information, which is an example of identification information, in the body of the electronic document data. When detecting the boundary information between the objects, the split possibility determination unit 34d1 determines that the electronic document data can be split into a plurality of pages of data. The division availability determination unit 34d1 determines that the electronic document data cannot be divided when the boundary information between the objects is not detected. In this case, the electronic document data is, for example, one page of data. The split availability determination unit 34d1 outputs the split availability determination result and the detected boundary information to the per-page data generation unit 34d2.

ページ毎データ生成部34d2は、分割可否判定部34d1の判定結果及び境界情報に基づいて、電子文書データをページ毎のデータに分割する。さらに、ページ毎データ生成部34d2は、分割後のデータそれぞれに対して、電子文書データを形成するのに不足する情報を算出し付与することで、ページ毎の電子文書データを生成する。逐次フォーマットへ変換された電子文書データは、ページ毎のデータをページ番号順に含む。このため、ページ毎データ生成部34d2は、電子文書データを先頭から順に分割することによって、ページ毎の電子文書データをページ番号順に生成し出力することができる。 The page-by-page data generation unit 34d2 divides the electronic document data into data for each page based on the determination result of the division availability determination unit 34d1 and the boundary information. Further, the page-by-page data generation unit 34d2 generates electronic document data for each page by calculating and adding information to each of the divided data, which is insufficient for forming the electronic document data. The electronic document data converted into the sequential format includes data for each page in the order of page numbers. Therefore, the page-by-page data generation unit 34d2 can generate and output the electronic document data for each page in the order of page numbers by sequentially dividing the electronic document data from the beginning.

ページ毎データ生成部34d2は、分割前の電子文書データと、当該電子文書データのページ毎の電子文書データとを対応付けて、データ記憶部34eに記憶させる。また、ページ毎データ生成部34d2は、ページ毎の電子文書データを印刷データ処理部34fに出力する。なお、ページ毎データ生成部34d2は、ページ毎の電子文書データに印刷の順序を示す情報を付加してもよい。 The page-by-page data generation unit 34d2 stores the electronic document data before division and the electronic document data for each page of the electronic document data in association with each other in the data storage unit 34e. Further, the page-by-page data generation unit 34d2 outputs the electronic document data for each page to the print data processing unit 34f. The page-by-page data generation unit 34d2 may add information indicating the printing order to the electronic document data for each page.

データ記憶部34eの機能は、NVRAM304及びメモリ305等によって実現される。データ記憶部34eは、分割前の電子文書データと、分割後のページ毎の電子文書データとを記憶する。 The function of the data storage unit 34e is realized by the NVRAM 304, the memory 305, and the like. The data storage unit 34e stores electronic document data before division and electronic document data for each page after division.

印刷データ処理部34fの機能は、CPU301等によって実現される。印刷データ処理部34fは、ページ毎の電子文書データに含まれるコマンドを解釈及び描画し、印刷用の画像データを生成し、転写部34gに出力する。例えば、印刷データ処理部34fは、ページ毎の電子文書データを逐次処理することによって、ページ毎の印刷用の画像データをページ番号順に生成し出力する。 The function of the print data processing unit 34f is realized by the CPU 301 and the like. The print data processing unit 34f interprets and draws a command included in the electronic document data for each page, generates image data for printing, and outputs the image data to the transfer unit 34g. For example, the print data processing unit 34f sequentially processes the electronic document data for each page to generate and output image data for printing for each page in the order of page numbers.

転写部34gの機能は、CPU301、エンジンI/F307及びプロッタエンジン320等によって実現される。転写部34gは、印刷データ処理部34fから受け取る印刷用の画像データを元に、記録媒体に画像を形成する。転写部34gは、印刷用の画像データを逐次処理することによって、ページ番号順に画像を形成する。 The function of the transfer unit 34g is realized by the CPU 301, the engine I/F 307, the plotter engine 320, and the like. The transfer unit 34g forms an image on a recording medium based on the image data for printing received from the print data processing unit 34f. The transfer unit 34g sequentially processes the image data for printing to form images in the order of page numbers.

<サーバ装置1及びコンピュータ端末2の動作>
サーバ装置1は、コンピュータ端末2等からサーバ装置1に送信された電子文書データに対して、印刷要求の指令を受け取る前に、予め逐次フォーマットへの変換を実行し、変換後の電子文書データを保持する。さらに、サーバ装置1は、当該電子文書データの印刷要求の指令を受け取ると、保持している電子文書データを画像形成装置3に送信する。
<Operations of Server Device 1 and Computer Terminal 2>
The server device 1 converts the electronic document data transmitted from the computer terminal 2 or the like to the server device 1 into a sequential format in advance before receiving a command for a print request, and converts the converted electronic document data to the electronic document data. Hold. Further, when the server device 1 receives the command to request the printing of the electronic document data, the server device 1 transmits the held electronic document data to the image forming device 3.

コンピュータ端末2は、コンピュータ端末2で生成された電子文書データ、又は、外部装置等から取得した電子文書データを、印刷要求の指令を受け取る前に逐次フォーマットへ変換するために、サーバ装置1に予め送信する。又は、コンピュータ端末2は、印刷要求の指令を受け取る前に当該電子文書データを自身で逐次フォーマットへ予め変換し、保持する又はサーバ装置1に送信する。 The computer terminal 2 preliminarily stores in the server device 1 in order to convert the electronic document data generated by the computer terminal 2 or the electronic document data acquired from an external device or the like into a sequential format before receiving a print request command. Send. Alternatively, the computer terminal 2 itself converts the electronic document data into a sequential format in advance before receiving the command of the print request, and holds or transmits the electronic document data to the server device 1.

上述のようなサーバ装置1及びコンピュータ端末2における電子文書データを逐次フォーマットへ事前に変換する動作を説明する。図10は、実施の形態1に係るサーバ装置1又はコンピュータ端末2の動作の一例を示すフローチャートである。 The operation of converting the electronic document data in the server device 1 and the computer terminal 2 as described above into a sequential format in advance will be described. FIG. 10 is a flowchart showing an example of the operation of the server device 1 or the computer terminal 2 according to the first embodiment.

図10に示すように、通信部11又は21は、指定場所から電子文書データを取得し、データ保存部13又は23に保存する(ステップS101)。なお、指定場所とは、電子文書データが格納されている場所であり、ユーザ等によって電子文書データの取得を指定される場所である。指定場所の例は、サーバ装置1、コンピュータ端末2、クラウド上のパス及びネットワーク上等におけるデータの格納場所である。 As shown in FIG. 10, the communication unit 11 or 21 acquires the electronic document data from the designated location and stores it in the data storage unit 13 or 23 (step S101). The designated place is a place where electronic document data is stored, and is a place where acquisition of electronic document data is designated by a user or the like. Examples of the designated location are the server device 1, the computer terminal 2, a path on the cloud, and a data storage location on the network or the like.

さらに、変換判定部15a又は25aは、取得された電子文書データの管理情報が管理DB16又は26の管理リストに含まれているか否かを判定する(ステップS102)。変換判定部15a又は25aは、管理リストに含まれていない場合(ステップS102でYes)、ステップS105に進み、管理リストに含まれている場合(ステップS102でNo)、ステップS103に進む。 Further, the conversion determination unit 15a or 25a determines whether the management information of the acquired electronic document data is included in the management list of the management DB 16 or 26 (step S102). If the conversion determination unit 15a or 25a is not included in the management list (Yes in step S102), the process proceeds to step S105, and if included in the management list (No in step S102), the process proceeds to step S103.

ステップS103において、変換判定部15a又は25aは、取得された電子文書データのタイムスタンプと、管理リストに含まれる当該電子文書データの管理情報のタイムスタンプとを比較する。取得された電子文書データのタイムスタンプは、当該電子文書データが最後に更新を受けた日時である。管理リストのタイムスタンプは、管理リストに含まれる電子文書データが管理リストに登録された日時又は逐次フォーマットへの変換等により管理情報が最後に更新を受けた日時である。 In step S103, the conversion determination unit 15a or 25a compares the time stamp of the acquired electronic document data with the time stamp of the management information of the electronic document data included in the management list. The time stamp of the acquired electronic document data is the date and time when the electronic document data was last updated. The time stamp of the management list is the date and time when the electronic document data included in the management list was registered in the management list or the date and time when the management information was last updated due to conversion into a sequential format or the like.

次いで、変換判定部15a又は25aは、取得された電子文書データのタイムスタンプの方が新しい場合(ステップS104でYes)、ステップS105に進み、そうでない場合(ステップS104でNo)、ステップS109に進む。 Next, if the time stamp of the acquired electronic document data is newer (Yes in step S104), the conversion determination unit 15a or 25a proceeds to step S105, and if not (No in step S104), proceeds to step S109. ..

ステップS105において、変換判定部15a又は25aは、取得された電子文書データに対する逐次フォーマットへの変換の実行を決定する。そして、変換部15b又は25bは、取得された電子文書データに対して、逐次フォーマットへの変換を試みる。 In step S105, the conversion determination unit 15a or 25a determines whether to convert the acquired electronic document data into a sequential format. Then, the conversion unit 15b or 25b attempts to convert the acquired electronic document data into a sequential format.

次いで、管理部15c又は25cは、変換が成功した場合(ステップS106でYes)、ステップS107に進み、変換が成功しなかった場合(ステップS106でNo)、ステップS108に進む。変換が成功しないケースとして、以下のような例を挙げることができる。1つは、電子文書データが1ページのデータしか含まないケースである。1つは、電子文書データのオブジェクトが既にページ番号順に配列されているが、電子文書データのヘッダ等の先頭部分に、逐次フォーマットへの変換済みであることを示すコメント等の情報が含まれていないケースである。1つは、逐次フォーマットへの変換の際、変換される電子文書データのデータサイズと同程度のサイズの空き記憶領域(ワークエリア等)が確保できないケースである。1つは、逐次フォーマットへの変換後の電子文書データの記憶領域が確保できないケースである。本実施の形態では、逐次フォーマットへの変換前及び変換後の電子文書データが保持される。このため、変換後の電子文書データのデータサイズと同程度のサイズの空き記憶領域がメモリ等に必要である。 Next, if the conversion is successful (Yes in step S106), the management unit 15c or 25c proceeds to step S107, and if the conversion is not successful (No in step S106), proceeds to step S108. The following example can be given as a case where the conversion is not successful. One is a case where the electronic document data includes only one page of data. One is that the objects of the electronic document data are already arranged in the order of page numbers, but the header of the electronic document data includes information such as a comment indicating that the header has been converted to the sequential format. There is no case. One is a case where a free storage area (work area or the like) having a size similar to the data size of the electronic document data to be converted cannot be secured during conversion to the sequential format. One is a case where a storage area for electronic document data after conversion to a sequential format cannot be secured. In this embodiment, the electronic document data before and after conversion to the sequential format is held. Therefore, a free storage area having a size similar to the data size of the converted electronic document data is required in the memory or the like.

ステップS107において、管理部15c又は25cは、変換後の電子文書データを用いて管理リストを更新し、ステップS109に進む。例えば、管理部15c又は25cは、変換前の電子文書データのファイル名、変換後の電子文書データの新しいファイル名、変換実行日時及び変更不可フラグ等を関連付けて管理リストに登録する。この場合、変更不可フラグは、「No」である。 In step S107, the management unit 15c or 25c updates the management list using the converted electronic document data, and proceeds to step S109. For example, the management unit 15c or 25c registers the file name of the electronic document data before conversion, the new file name of the electronic document data after conversion, the conversion execution date and time, the unchangeable flag, and the like in the management list in association with each other. In this case, the unchangeable flag is “No”.

ステップS108において、管理部15c又は25cは、変換が成功しなかった電子文書データについて、管理リストに変更不可フラグを追加し、ステップS109に進む。例えば、管理部15c又は25cは、当該電子文書データのファイル名、変換試行日時及び変更不可フラグ「Yes」等を関連付けて管理リストに登録する。 In step S108, the management unit 15c or 25c adds the unchangeable flag to the management list for the electronic document data that has not been successfully converted, and proceeds to step S109. For example, the management unit 15c or 25c associates the file name of the electronic document data, the conversion trial date and time, the unchangeable flag “Yes”, and the like and registers them in the management list.

ステップS109において、変換判定部15a又は25aは、指定場所の電子文書データと管理リストとを比較し、指定場所の全ての電子文書データに対してステップS101〜S108の処理を完了したか否かを判定する。変換判定部15a又は25aは、完了している場合(ステップS109でYes)、ステップS110に進み、未完了の場合(ステップS109でNo)、ステップS101に戻る。 In step S109, the conversion determination unit 15a or 25a compares the electronic document data in the designated location with the management list, and determines whether or not the processing in steps S101 to S108 has been completed for all the electronic document data in the designated location. judge. The conversion determination unit 15a or 25a proceeds to step S110 when completed (Yes in step S109), and returns to step S101 when not completed (No in step S109).

ステップS110において、変換判定部15a又は25aは、指定場所の電子文書データと管理リストとを比較し、指定場所にはないが管理リストのみに含まれる電子文書データが存在するか否かを判定する。変換判定部15a又は25aは、存在する場合(ステップS110でYes)、ステップS111に進み、存在しない場合(ステップS110でNo)、一連の処理を終了する。 In step S110, the conversion determination unit 15a or 25a compares the electronic document data in the designated location with the management list, and determines whether there is electronic document data that is not in the designated location but included only in the management list. .. If the conversion determination unit 15a or 25a exists (Yes in step S110), the process proceeds to step S111. If not (No in step S110), the series of processes ends.

ステップS111において、管理部15c又は25cは、指定場所にはないが管理リストのみに含まれる電子文書データの管理情報を、管理リストから削除する。さらに、管理部15c又は25cは、管理DB16又は26に保存されている当該電子文書データを削除し、一連の処理を終了する。 In step S111, the management unit 15c or 25c deletes the management information of the electronic document data which is not in the designated place but is included only in the management list from the management list. Further, the management unit 15c or 25c deletes the electronic document data stored in the management DB 16 or 26, and ends the series of processes.

<画像形成装置3の動作>
画像形成装置3の動作を説明する。図11は、実施の形態1に係る画像形成装置3の動作の一例を示すフローチャートである。
<Operation of image forming apparatus 3>
The operation of the image forming apparatus 3 will be described. FIG. 11 is a flowchart showing an example of the operation of the image forming apparatus 3 according to the first embodiment.

図11に示すように、印刷部34の印刷データ受信部34aは、通信部31を介して、サーバ装置1又はコンピュータ端末2である要求先から、電子文書データの印刷指示を取得する(ステップS201)。このとき、印刷データ受信部34aは、印刷指示に加えて、印刷対象の電子文書データを要求先から受け取る。さらに、印刷データ受信部34aは、管理リスト又は当該電子文書データの管理情報を受け取ってもよい。 As illustrated in FIG. 11, the print data receiving unit 34a of the printing unit 34 acquires a print instruction of electronic document data from the request destination, which is the server device 1 or the computer terminal 2, via the communication unit 31 (step S201). ). At this time, the print data receiving unit 34a receives the electronic document data to be printed from the request destination in addition to the print instruction. Further, the print data receiving unit 34a may receive the management list or the management information of the electronic document data.

なお、サーバ装置1又はコンピュータ端末2は、ユーザ等から電子文書データの印刷の要求を受けると、管理DB16又は26に保存され且つ印刷対象の電子文書データに対応する、逐次フォーマットへの変換前の電子文書データ又は変換後の電子文書データを、画像形成装置3に送信する。サーバ装置1又はコンピュータ端末2は、管理リストを参照し、管理リスト内に変換後の電子文書データが記録されている場合、変換後の電子文書データを送信し、管理リスト内に変換後の電子文書データが記録されていない場合、変換前の電子文書データを送信する。 When the server device 1 or the computer terminal 2 receives a request for printing electronic document data from a user or the like, the server device 1 or the computer terminal 2 is stored in the management DB 16 or 26 and corresponds to the electronic document data to be printed before conversion to a sequential format. The electronic document data or the converted electronic document data is transmitted to the image forming apparatus 3. The server device 1 or the computer terminal 2 refers to the management list, and when the converted electronic document data is recorded in the management list, transmits the converted electronic document data to the converted electronic document data in the management list. If the document data is not recorded, the electronic document data before conversion is transmitted.

次いで、出力管理部34bは、管理リストを参照し、印刷対象の電子文書データが管理リストに記録されているか否かを判定する(ステップS202)。出力管理部34bは、管理リストを取得済みの場合、取得している管理リストを用いてもよく、要求先に問い合わせて要求先に保持される管理リストを参照してもよい。出力管理部34bは、管理リストへの記録がある場合(ステップS202でYes)、ステップS203に進み、管理リストへの記録がない場合(ステップS202でNo)、ステップS204に進む。 Next, the output management unit 34b refers to the management list and determines whether or not the electronic document data to be printed is recorded in the management list (step S202). If the management list has been acquired, the output management unit 34b may use the acquired management list, or may inquire of the request destination and refer to the management list held by the request destination. The output management unit 34b proceeds to step S203 if the management list is recorded (Yes in step S202), and proceeds to step S204 if the management list is not recorded (No in step S202).

ステップS204において、変換部34cは、印刷対象の電子文書データに対して、逐次フォーマットへの変換を実行する。さらに、印刷部34は、変換後の電子文書データを記録媒体に印刷し、一連の処理を終了する。このとき、印刷部34は、変換後の電子文書データを逐次処理し、各ページをページ番号順に印刷する。 In step S204, the conversion unit 34c executes conversion of the electronic document data to be printed into a sequential format. Further, the printing unit 34 prints the converted electronic document data on the recording medium, and ends the series of processes. At this time, the printing unit 34 sequentially processes the converted electronic document data and prints each page in the order of page numbers.

また、ステップS203において、出力管理部34bは、管理リストにおける印刷対象の電子文書データの管理情報が、逐次フォーマットへの変換後の当該電子文書データを示す情報である電子文書データ名を含むか否かを判定する。つまり、出力管理部34bは、管理リストに、変換後の電子文書データを示す情報が記載されているか否かを判定する。出力管理部34bは、当該情報が含まれている場合(ステップS203でYes)、ステップS205に進み、当該情報が含まれていない場合(ステップS203でNo)、ステップS206に進む。 In step S203, the output management unit 34b determines whether the management information of the electronic document data to be printed in the management list includes an electronic document data name that is information indicating the electronic document data after being converted into the sequential format. To determine. That is, the output management unit 34b determines whether the management list includes information indicating the converted electronic document data. If the information is included (Yes in step S203), the output management unit 34b proceeds to step S205. If the information is not included (No in step S203), the output management unit 34b proceeds to step S206.

ステップS205において、印刷部34は、印刷対象の電子文書データを記録媒体に印刷し、一連の処理を終了する。なお、印刷対象の電子文書データは、変換後の電子文書データである。このため、印刷部34は、電子文書データに含まれるオブジェクトを逐次処理しつつ、各ページをページ番号順に印刷することができる。 In step S205, the printing unit 34 prints the electronic document data to be printed on the recording medium, and ends the series of processes. The electronic document data to be printed is the electronic document data after conversion. Therefore, the printing unit 34 can print the pages in the order of page numbers while sequentially processing the objects included in the electronic document data.

また、ステップS206において、出力管理部34bは、管理リストにおける印刷対象の電子文書データの管理情報に含まれる変換不可フラグが「Yes」である、つまり立っているか否かを判定する。出力管理部34bは、変換不可フラグが立っている場合(ステップS206でYes)、ステップS207に進み、変換不可フラグが立っていない場合(ステップS206でNo)、ステップS208に進む。 Further, in step S206, the output management unit 34b determines whether the conversion impossible flag included in the management information of the electronic document data to be printed in the management list is “Yes”, that is, whether or not it is standing. If the conversion impossible flag is set (Yes in step S206), the output management unit 34b proceeds to step S207, and if the conversion impossible flag is not set (No in step S206), proceeds to step S208.

ステップS207において、印刷部34は、印刷対象の電子文書データを記録媒体に印刷し、一連の処理を終了する。なお、印刷対象の電子文書データは、逐次フォーマットへの変換前、つまり未変換の電子文書データである。このため、印刷部34は、電子文書データを通常通りに印刷することになる。例えば、印刷部34は、電子文書データ全体の受信を完了した後に、電子文書データに含まれる相互参照表を確認し、相互参照表に基づき電子文書データに含まれる各ページのオブジェクトにアクセスして処理し、各ページをページ番号順に印刷する。 In step S207, the printing unit 34 prints the electronic document data to be printed on the recording medium, and ends the series of processes. The electronic document data to be printed is the electronic document data that has not been converted into the sequential format, that is, the unconverted electronic document data. Therefore, the printing unit 34 prints the electronic document data as usual. For example, the printing unit 34 confirms the cross-reference table included in the electronic document data after completing the reception of the entire electronic document data, and accesses the object of each page included in the electronic document data based on the cross-reference table. Process and print each page in page number order.

ステップS208において、印刷部34は、ステップS204と同様に、印刷対象の電子文書データを逐次フォーマットへ変換した後に、記録媒体に印刷し、一連の処理を終了する。 In step S208, as in step S204, the printing unit 34 sequentially converts the electronic document data to be printed into a format, prints it on a recording medium, and ends the series of processes.

<効果等>
上述のような実施の形態1に係る情報処理装置としてのサーバ装置1及びコンピュータ端末2は、閲覧環境によらない閲覧性を有する電子文書データを取得し、逐次処理可能なフォーマットの電子文書データに変換する変換部15b及び25bと、変換前の電子文書データと変換後の電子文書データとを関連付ける関連情報を管理する管理部15c及び25cと、電子文書データの画像出力の要求を受けた場合、関連情報に基づき、変換後の電子文書データが存在しているとき、変換後の電子文書データを画像の出力対象に送信するデータ処理部14及び24とを備える。
<Effects>
The server device 1 and the computer terminal 2 as the information processing device according to the first embodiment as described above acquire electronic document data having a viewability that does not depend on the viewing environment and convert the electronic document data into a format that can be sequentially processed. When the conversion units 15b and 25b for conversion, the management units 15c and 25c for managing related information for associating the electronic document data before conversion with the electronic document data after conversion, and a request for image output of the electronic document data are received, Based on the related information, when the converted electronic document data exists, the data processing units 14 and 24 for transmitting the converted electronic document data to the image output target.

上記構成によると、サーバ装置1及びコンピュータ端末2は、電子文書データの画像出力の要求を受けた場合、変換処理が既に行われている変換後の電子文書データを画像の出力対象に送信する。これにより、画像出力の要求の受信から変換後の電子文書データの送信までに要する時間が低減される。よって、画像の出力対象は、変換後の電子文書データの画像出力を早期に開始することができる。さらに、画像の出力対象は、変換後の電子文書データを受信しつつ逐次処理し、画像出力することができるため、画像出力に要する時間も低減される。従って、画像形成の処理速度を向上することが可能になる。 According to the above configuration, when the server device 1 and the computer terminal 2 receive an image output request for electronic document data, the electronic document data after conversion, which has already undergone the conversion process, is transmitted to the image output target. This reduces the time required from the reception of the image output request to the transmission of the converted electronic document data. Therefore, the output target of the image can start the image output of the converted electronic document data at an early stage. Further, since the output target of the image can be sequentially processed while receiving the converted electronic document data and output the image, the time required for the image output is also reduced. Therefore, the processing speed of image formation can be improved.

また、実施の形態1に係るサーバ装置1及びコンピュータ端末2において、管理部15c及び25cは、逐次処理可能なフォーマットへの変換が成功した場合、関連情報において、変換前の電子文書データと変換後の電子文書データとを関連付け、変換が成功しなかった場合、関連情報において、変換が不可であることを示す情報と変換前の電子文書データとを関連付けてもよい。上記構成によると、電子文書データに対して、変換が不可である電子文書データに対して、当該変換が試みられることが抑えられる。よって、不要な処理が低減される。 In addition, in the server device 1 and the computer terminal 2 according to the first embodiment, the management units 15c and 25c, when the conversion to the format that can be sequentially processed is successful, in the related information, the electronic document data before conversion and the post-conversion When the conversion is not successful, the related information may be related to the information indicating that the conversion is impossible and the electronic document data before conversion. According to the above configuration, it is possible to prevent the electronic document data from being tried to be converted with respect to the electronic document data that cannot be converted. Therefore, unnecessary processing is reduced.

また、実施の形態1に係るサーバ装置1及びコンピュータ端末2において、関連情報は、電子文書データの管理リストを含んでもよい。さらに、管理部15c及び25cは、逐次処理可能なフォーマットへの変換が成功した場合、変換前の電子文書データを示す情報と変換後の電子文書データを示す情報とを関連付けて管理リストに記録し、変換が成功しなかった場合、変換前の電子文書データを示す情報と変換が不可であることを示す情報とを関連付けて管理リストに記録してもよい。上記構成によると、管理リストを参照することによって、電子文書データが、変換後の電子文書データ及び変換が不可である電子文書データのいずれであるかの判別が可能になる。よって、変換が不可である電子文書データへの変換処理等の不要な処理が低減される。 Further, in the server device 1 and the computer terminal 2 according to the first embodiment, the related information may include a management list of electronic document data. Further, when the conversion into the format that can be sequentially processed is successful, the management units 15c and 25c record the information indicating the electronic document data before conversion and the information indicating the electronic document data after conversion in the management list in association with each other. If the conversion is not successful, the information indicating the electronic document data before conversion and the information indicating that the conversion cannot be performed may be recorded in the management list in association with each other. According to the above configuration, it is possible to determine whether the electronic document data is the converted electronic document data or the unconvertible electronic document data by referring to the management list. Therefore, unnecessary processing such as conversion processing to electronic document data that cannot be converted is reduced.

また、実施の形態1に係るサーバ装置1及びコンピュータ端末2において、変換部15b及び25bは、指定場所から電子文書データを取得し、管理部15c及び25cは、指定場所に含まれる電子文書データの全てに対する管理リストへの記録処理を完了後、指定場所に含まれないが管理リストに含まれる電子文書データを示す情報を管理リストから削除してもよい。上記構成によると、電子文書データに対して、不要又は不適切な処理が行われることが低減される。 Further, in the server device 1 and the computer terminal 2 according to the first embodiment, the conversion units 15b and 25b acquire electronic document data from a designated place, and the management units 15c and 25c store the electronic document data included in the designated place. After completion of the recording process to the management list for all, information indicating electronic document data which is not included in the designated location but included in the management list may be deleted from the management list. According to the above configuration, it is possible to reduce unnecessary or inappropriate processing on electronic document data.

また、実施の形態1に係るサーバ装置1及びコンピュータ端末2は、取得された電子文書データの逐次処理可能なフォーマットへの変換が可能であるか否かを判定し、判定結果に応じて電子文書データを変換部15b及び25bに変換させる変換判定部15a及び25aを備えてもよい。上記構成によると、電子文書データに対する不要な変換処理が低減される。 Further, the server device 1 and the computer terminal 2 according to the first embodiment determine whether or not the acquired electronic document data can be converted into a format that can be sequentially processed, and the electronic document is determined according to the determination result. Conversion determination units 15a and 25a for converting the data to the conversion units 15b and 25b may be provided. According to the above configuration, unnecessary conversion processing for electronic document data is reduced.

また、実施の形態1に係る画像形成装置3は、電子文書データと電子文書データの関連情報とを受信する受信部としての印刷データ受信部34aと、関連情報に基づき、電子文書データの画像出力を管理する出力管理部34bとを備える。出力管理部34bは、関連情報が、電子文書データが逐次処理可能なフォーマットへの変換後であることを示す場合、電子文書データに対して変換を実行せずに電子文書データの画像出力を実行する。 The image forming apparatus 3 according to the first embodiment also includes a print data receiving unit 34a as a receiving unit that receives electronic document data and related information about the electronic document data, and an image output of the electronic document data based on the related information. And an output management unit 34b that manages. When the related information indicates that the electronic document data has been converted into a format that can be sequentially processed, the output management unit 34b executes the image output of the electronic document data without executing the conversion on the electronic document data. To do.

上記構成によると、画像形成装置3は、変換後の電子文書データに対して、変換を実行せずに画像出力を実行する。これにより、画像形成装置3は、処理量を低減することができる。さらに、画像形成装置3は、変換後の電子文書データを受信しつつ逐次処理し画像出力することができるため、画像出力に要する時間を低減することができる。従って、画像形成の処理速度を向上することが可能になる。 According to the above configuration, the image forming apparatus 3 executes the image output on the converted electronic document data without executing the conversion. Thereby, the image forming apparatus 3 can reduce the processing amount. Further, since the image forming apparatus 3 can sequentially process and output the image while receiving the converted electronic document data, it is possible to reduce the time required for the image output. Therefore, the processing speed of image formation can be improved.

また、実施の形態1に係る画像形成装置3において、関連情報は管理リストを含み、出力管理部34bは、管理リストに記録されている電子文書データを示す情報が、逐次処理可能なフォーマットへの変換後の電子文書データを示す場合、電子文書データに対して変換を実行せずに画像出力を実行し、管理リストに記録されている電子文書データを示す情報が、変換が不可であることを示す場合、電子文書データに対して変換を実行せずに画像出力を実行してもよい。上記構成によると、画像形成装置3は、変換後の電子文書データ、及び、変換不可である電子文書データに対して、変換を実行せずに画像出力を実行するため、処理量を低減することができる。 In addition, in the image forming apparatus 3 according to the first embodiment, the related information includes the management list, and the output management unit 34b converts the information indicating the electronic document data recorded in the management list into a format that can be sequentially processed. When indicating the converted electronic document data, the image output is executed without performing the conversion on the electronic document data, and the information indicating the electronic document data recorded in the management list indicates that the conversion is impossible. In the case shown, the image output may be executed without converting the electronic document data. According to the above configuration, the image forming apparatus 3 performs image output on the electronic document data after conversion and the electronic document data that cannot be converted without performing conversion. Therefore, the processing amount can be reduced. You can

また、実施の形態1に係る画像形成装置3において、出力管理部34bは、管理リストに記録されている電子文書データを示す情報が、逐次処理可能なフォーマットへの変換後の電子文書データ及び変換が不可であることのいずれも示さない場合、電子文書データに対して変換の実行後に画像出力を実行してもよい。上記構成によると、上記のような電子文書データは、変換が可能であるが未変換である。このような電子文書データに対して変換の実行後に画像出力を実行することによって、画像形成装置3は、当該電子文書データを逐次処理し画像出力することができる。 Further, in the image forming apparatus 3 according to the first embodiment, the output management unit 34b uses the information indicating the electronic document data recorded in the management list as the electronic document data after conversion into a format that can be sequentially processed and the conversion. If none of the above is not shown, the image output may be executed after the conversion is executed for the electronic document data. According to the above configuration, the electronic document data as described above can be converted but not converted. By performing image output after performing conversion on such electronic document data, the image forming apparatus 3 can sequentially process the electronic document data and output the image.

また、実施の形態1に係る画像形成装置3において、出力管理部34bは、受信された電子文書データを示す情報が管理リストに記録されていない場合、電子文書データに対して逐次処理可能なフォーマットへの変換の実行後に画像出力を実行してもよい。上記構成によると、上記のような電子文書データは、未変換である。このような電子文書データに対して変換の実行後に画像出力を実行することによって、画像形成装置3は、当該電子文書データを逐次処理し画像出力することができる。 Further, in the image forming apparatus 3 according to the first embodiment, when the information indicating the received electronic document data is not recorded in the management list, the output management unit 34b has a format in which the electronic document data can be sequentially processed. The image output may be executed after the conversion to the. According to the above configuration, the electronic document data as described above is unconverted. By performing image output after performing conversion on such electronic document data, the image forming apparatus 3 can sequentially process the electronic document data and output the image.

また、実施の形態1に係る画像形成システム1000は、電子文書データを取得し、逐次処理可能なフォーマットの電子文書データに変換する変換部15b又は25bと、変換前の電子文書データと変換後の電子文書データとを関連付ける関連情報を管理する管理部15c又は25cと、関連情報に基づき、電子文書データの画像出力を管理する出力管理部34bとを備え、出力管理部34bは、関連情報が、電子文書データが変換後であること示す場合、電子文書データに対して変換を実行せずに画像出力を実行する。上記構成によると、画像形成システム1000は、実施の形態1に係るサーバ装置1、コンピュータ端末2及び画像形成装置3と同様の効果を奏することができる。 Further, the image forming system 1000 according to the first embodiment acquires the electronic document data and converts the electronic document data into electronic document data in a format that can be sequentially processed, and the electronic document data before conversion and the electronic document data before conversion. The management unit 15c or 25c that manages related information associated with electronic document data, and the output management unit 34b that manages image output of electronic document data based on the related information are provided. When the electronic document data indicates that it has been converted, the image output is executed without executing the conversion on the electronic document data. With the above configuration, the image forming system 1000 can achieve the same effects as the server device 1, the computer terminal 2, and the image forming device 3 according to the first embodiment.

(実施の形態2)
実施の形態2に係る画像形成システムは、逐次フォーマットへの変換前の電子文書データと変換後の電子文書データとを関連付ける関連情報を、電子文書データに含める点で、実施の形態1と異なる。なお、実施の形態1に係る画像形成システムは、関連情報として管理リストを用いる。以下、実施の形態2について、実施の形態1と異なる点を中心に説明し、実施の形態1と同様の点の説明を適宜省略する。
(Embodiment 2)
The image forming system according to the second embodiment is different from the first embodiment in that the electronic document data includes related information that associates the electronic document data before conversion into the sequential format with the electronic document data after conversion. The image forming system according to the first embodiment uses the management list as the related information. Hereinafter, the second embodiment will be described focusing on the points different from the first embodiment, and the description of the same points as the first embodiment will be appropriately omitted.

<画像形成システムの構成>
実施の形態2に係る画像形成システムは、サーバ装置1Aと、コンピュータ端末2Aと、画像形成装置3Aとを含む。図12は、実施の形態2に係るサーバ装置1Aの機能的構成の一例を示すブロック図である。図13は、実施の形態2に係るコンピュータ端末2Aの機能的構成の一例を示すブロック図である。図14は、実施の形態2に係る画像形成装置3Aの機能的構成の一例を示すブロック図である。
<Structure of image forming system>
The image forming system according to the second embodiment includes a server device 1A, a computer terminal 2A, and an image forming device 3A. FIG. 12 is a block diagram showing an example of the functional configuration of the server device 1A according to the second embodiment. FIG. 13 is a block diagram showing an example of the functional configuration of the computer terminal 2A according to the second embodiment. FIG. 14 is a block diagram showing an example of the functional configuration of the image forming apparatus 3A according to the second embodiment.

図12に示すように、実施の形態2に係るサーバ装置1Aは、実施の形態1に係るサーバ装置1と比較して、変換モジュール15の代わりに、変換モジュール15Aを含む。変換モジュール15Aは、変換判定部15Aaと、変換部15bと、管理部15Acとを含む。 As shown in FIG. 12, the server device 1A according to the second embodiment includes a conversion module 15A instead of the conversion module 15 as compared with the server device 1 according to the first embodiment. The conversion module 15A includes a conversion determination unit 15Aa, a conversion unit 15b, and a management unit 15Ac.

図13に示すように、実施の形態2に係るコンピュータ端末2Aは、実施の形態1に係るコンピュータ端末2と比較して、変換モジュール25の代わりに、変換モジュール25Aを含む。変換モジュール25Aは、変換判定部25Aaと、変換部25bと、管理部25Acとを含む。 As shown in FIG. 13, the computer terminal 2A according to the second embodiment includes a conversion module 25A instead of the conversion module 25 as compared with the computer terminal 2 according to the first embodiment. The conversion module 25A includes a conversion determination unit 25Aa, a conversion unit 25b, and a management unit 25Ac.

図14に示すように、実施の形態2に係る画像形成装置3Aは、実施の形態1に係る画像形成装置3と比較して、印刷部34の代わりに、印刷部34Aを含む。印刷部34Aは、印刷部34と比較して、出力管理部34bの代わりに、出力管理部34Abを含む。 As shown in FIG. 14, the image forming apparatus 3A according to the second embodiment includes a printing unit 34A instead of the printing unit 34, as compared with the image forming apparatus 3 according to the first embodiment. Compared with the printing unit 34, the printing unit 34A includes an output management unit 34Ab instead of the output management unit 34b.

また、サーバ装置1A、コンピュータ端末2A及び画像形成装置3Aそれぞれのハードウェア構成は、実施の形態1に係るサーバ装置1、コンピュータ端末2及び画像形成装置3と同様である。 The hardware configurations of the server device 1A, the computer terminal 2A, and the image forming device 3A are similar to those of the server device 1, the computer terminal 2, and the image forming device 3 according to the first embodiment.

図12に示すように、サーバ装置1Aの変換モジュール25Aの変換判定部25Aaは、データ処理部14を介して受け取る電子文書データに対して、逐次フォーマットへの変換が必要であるか否かを判定する。変換判定部25Aaは、電子文書データに含まれる情報に基づき、判定する。例えば、電子文書データに含まれる情報が、逐次フォーマットへの変換後の電子文書データであることを示す情報を含む場合、変換判定部25Aaは逐次フォーマットへの変換が不要であると判定してもよい。電子文書データに含まれる情報が、逐次フォーマットへの変換後の電子文書データであることを示す情報を含まない場合、変換判定部25Aaは逐次フォーマットへの変換が必要であると判定してもよい。例えば、このような情報は、電子文書データの先頭に配置されてもよい。これにより、変換判定部25Aaの判定処理の速度が向上する。電子文書データの先頭の例は、ヘッダ等である。逐次フォーマットへの変換後の電子文書データであることを示す情報の例は、当該情報を示すコメント等である。 As shown in FIG. 12, the conversion determination unit 25Aa of the conversion module 25A of the server device 1A determines whether or not the electronic document data received via the data processing unit 14 needs to be converted into a sequential format. To do. The conversion determination unit 25Aa makes a determination based on the information included in the electronic document data. For example, if the information included in the electronic document data includes information indicating that the electronic document data has been converted to the sequential format, the conversion determination unit 25Aa determines that conversion to the sequential format is unnecessary. Good. When the information included in the electronic document data does not include the information indicating that the electronic document data has been converted to the sequential format, the conversion determination unit 25Aa may determine that the conversion to the sequential format is necessary. .. For example, such information may be placed at the beginning of the electronic document data. This improves the speed of the determination process of the conversion determination unit 25Aa. An example of the beginning of the electronic document data is a header or the like. An example of the information indicating that the electronic document data has been converted into the sequential format is a comment indicating the information.

変換モジュール25Aの管理部15Acは、変換部15bの変換処理結果を示す情報を、変換部15bによる変換処理が行われた電子文書データに加え、付加後の電子文書データを管理DB16に保存する。例えば、管理部15Acは、変換部15bによる逐次フォーマットへの変換処理が成功した場合、変換後の電子文書データであることを示す情報を、変換後の電子文書データに加える。変換後の電子文書データであることを示す情報の例は、当該情報を示すコメント等である。 The management unit 15Ac of the conversion module 25A adds the information indicating the conversion processing result of the conversion unit 15b to the electronic document data that has been converted by the conversion unit 15b, and stores the added electronic document data in the management DB 16. For example, the management unit 15Ac adds information indicating that the electronic document data is the converted electronic document data to the converted electronic document data when the conversion process by the converting unit 15b is successful. An example of information indicating that the electronic document data is converted is a comment indicating the information.

また、管理部15Acは、変換部15bによる逐次フォーマットへの変換処理が成功しなかった場合、変換が不可であることを示す情報を、変換が試みられた電子文書データ、つまり変換前の電子文書データに加える。変換が不可であることを示す情報の例は、当該情報を示すコメント等である。なお、変換部15bによる変換処理が行われていない電子文書データは、変換後の電子文書データを示す情報も変換が不可であることを示す情報も含まない。変換後の電子文書データであることを示す情報及び変換が不可であることを示す情報は、関連情報の一例である。 If the conversion unit 15b does not succeed in the conversion processing into the sequential format, the management unit 15Ac provides the information indicating that the conversion is impossible to the electronic document data for which conversion is attempted, that is, the electronic document before conversion. Add to data. An example of the information indicating that the conversion is impossible is a comment indicating the information. The electronic document data that has not been converted by the conversion unit 15b does not include information indicating the converted electronic document data or information indicating that conversion is not possible. The information indicating that the electronic document data is converted and the information indicating that conversion is impossible are examples of related information.

図15Aは、実施の形態2に係る変換後電子文書データ情報のコメントの一例を示す図である。図15Bは、実施の形態2に係る変換不可のコメントの一例を示す図である。例えば、図15Aに示すように、管理部15Acは、変換処理が成功した場合、変換後の電子文書データであることを示す情報として、変換後電子文書データ情報のコメントを、変換後の電子文書データのヘッダPHに加えてもよい。図15Aの例は、変換済みのデータを示す「converted_file」と、対象の電子文書データ名「Test1_conv」とを含む。 FIG. 15A is a diagram showing an example of a comment of converted electronic document data information according to the second embodiment. FIG. 15B is a diagram showing an example of a comment that cannot be converted according to the second embodiment. For example, as illustrated in FIG. 15A, when the conversion process is successful, the management unit 15Ac uses the comment of the converted electronic document data information as the information indicating that the electronic document data is the converted electronic document data. It may be added to the data header PH. The example of FIG. 15A includes “converted_file” indicating converted data and a target electronic document data name “Test1_conv”.

また、図15Bに示すように、管理部15Acは、変換処理が成功しなかった場合、変換が不可であることを示す情報として、変換不可のコメントを、変換できなかった変換前の電子文書データのヘッダPHに加えてもよい。図15Bの例は、変換不可を示す「unable_to_convert」と、変換不可フラグ「Yes」とを含む。なお、コメントの位置は、ヘッダPHに限定されず、電子文書データ内のいかなる位置でもよい。 In addition, as illustrated in FIG. 15B, when the conversion process is not successful, the management unit 15Ac, as the information indicating that the conversion is impossible, the unconvertible comment is the electronic document data before conversion that cannot be converted. May be added to the header PH. The example of FIG. 15B includes “unable_to_convert” indicating that conversion is impossible and a conversion impossible flag “Yes”. The position of the comment is not limited to the header PH and may be any position in the electronic document data.

また、コンピュータ端末2Aの各構成要素の構成及び機能は、サーバ装置1Aの構成要素と同様であるため、その説明を省略する。 Further, the configuration and function of each component of the computer terminal 2A are the same as those of the server device 1A, and therefore description thereof will be omitted.

画像形成装置3Aの印刷部34Aの出力管理部34Abは、印刷データ受信部34aから受け取った電子文書データの印刷を管理する。例えば、電子文書データが、逐次フォーマットへの変換後の電子文書データであることを示す情報を含む場合、出力管理部34Abは、当該電子文書データの印刷の実行指令と、当該電子文書データとを、ページデータ生成部34dに出力する。電子文書データが、逐次フォーマットへの変換不可を示す情報を含む場合、出力管理部34Abは、当該電子文書データの印刷の実行指令と、当該電子文書データとを、ページデータ生成部34dに出力する。電子文書データが、上記の2つの情報のいずれも含まない場合、出力管理部34Abは、当該電子文書データに対する逐次フォーマットへの変換指令と、当該電子文書データとを、変換部34cに出力する。 The output management unit 34Ab of the printing unit 34A of the image forming apparatus 3A manages printing of the electronic document data received from the print data receiving unit 34a. For example, when the electronic document data includes information indicating that the electronic document data is the electronic document data after being converted into the sequential format, the output management unit 34Ab outputs the execution instruction for printing the electronic document data and the electronic document data. , To the page data generation unit 34d. When the electronic document data includes information indicating that conversion to the sequential format is impossible, the output management unit 34Ab outputs the print execution instruction of the electronic document data and the electronic document data to the page data generation unit 34d. .. When the electronic document data does not include either of the above two pieces of information, the output management unit 34Ab outputs the conversion command for converting the electronic document data to the sequential format and the electronic document data to the conversion unit 34c.

<サーバ装置1A及びコンピュータ端末2Aの動作>
サーバ装置1A及びコンピュータ端末2Aにおける電子文書データを逐次フォーマットへ事前に変換する動作を説明する。図16は、実施の形態2に係るサーバ装置1A又はコンピュータ端末2Aの動作の一例を示すフローチャートである。
<Operations of server device 1A and computer terminal 2A>
The operation of converting the electronic document data in the server device 1A and the computer terminal 2A into a sequential format in advance will be described. FIG. 16 is a flowchart showing an example of the operation of the server device 1A or the computer terminal 2A according to the second embodiment.

図16に示すように、通信部11又は21は、指定場所から電子文書データを取得し、データ保存部13又は23に保存する(ステップS301)。 As shown in FIG. 16, the communication unit 11 or 21 acquires the electronic document data from the designated location and stores it in the data storage unit 13 or 23 (step S301).

さらに、変換判定部15Aa又は25Aaは、取得された電子文書データを探索し、当該電子文書データが、逐次フォーマットへの変換結果に関する情報であるコメントを含むか否かを判定する(ステップS302)。変換判定部15a又は25aは、コメントが含まれていない場合(ステップS302でYes)、ステップS303に進み、コメントが含まれている場合(ステップS302でNo)、ステップS307に進む。 Further, the conversion determination unit 15Aa or 25Aa searches the acquired electronic document data and determines whether the electronic document data includes a comment that is information regarding the conversion result to the sequential format (step S302). If the comment is not included (Yes in step S302), the conversion determination unit 15a or 25a proceeds to step S303, and if the comment is included (No in step S302), proceeds to step S307.

ステップS303において、変換判定部15Aa又は25Aaは、取得された電子文書データに対する逐次フォーマットへの変換の実行を決定する。そして、変換部15b又は25bは、取得された電子文書データに対して、逐次フォーマットへの変換を試みる。 In step S303, the conversion determination unit 15Aa or 25Aa determines whether to perform conversion of the acquired electronic document data into the sequential format. Then, the conversion unit 15b or 25b attempts to convert the acquired electronic document data into a sequential format.

次いで、管理部15Ac又は25Acは、変換が成功した場合(ステップS304でYes)、ステップS305に進み、変換が成功しなかった場合(ステップS304でNo)、ステップS306に進む。 Next, when the conversion is successful (Yes in step S304), the management unit 15Ac or 25Ac proceeds to step S305, and when the conversion is not successful (No in step S304), proceeds to step S306.

ステップS305において、管理部15Ac又は25Acは、変換後の電子文書データであることを示す情報であるコメントを、変換後の電子文書データに加え、ステップS307に進む。管理部15Ac又は25Acは、コメントが追加された変換後の電子文書データを、管理DB16に保存する。 In step S305, the management unit 15Ac or 25Ac adds a comment, which is information indicating that the electronic document data is the converted electronic document data, to the converted electronic document data, and the process proceeds to step S307. The management unit 15Ac or 25Ac stores the converted electronic document data with the comment added in the management DB 16.

また、ステップS306において、管理部15Ac又は25Acは、逐次フォーマットへの変換が不可であること示す情報であるコメントを、変換できなかった電子文書データに加え、ステップS307に進む。管理部15Ac又は25Acは、コメントが追加された変換前の電子文書データを、管理DB16に保存する。 Further, in step S306, the management unit 15Ac or 25Ac adds a comment, which is information indicating that conversion to the sequential format is impossible, to the electronic document data that could not be converted, and proceeds to step S307. The management unit 15Ac or 25Ac stores the pre-conversion electronic document data to which the comment has been added in the management DB 16.

ステップS307において、変換判定部15Aa又は25Aaは、指定場所の電子文書データを探索し、指定場所の全ての電子文書データに対してステップS301〜S306の処理を完了したか否かを判定する。変換判定部15Aa又は25Aaは、完了している場合(ステップS307でYes)、一連の処理を終了し、未完了の場合(ステップS307でNo)、ステップS301に戻る。 In step S307, the conversion determination unit 15Aa or 25Aa searches the electronic document data in the designated location and determines whether or not the processes in steps S301 to S306 have been completed for all the electronic document data in the designated location. The conversion determination unit 15Aa or 25Aa ends the series of processes when it is completed (Yes in step S307), and returns to step S301 when it is not completed (No in step S307).

<画像形成装置3Aの動作>
画像形成装置3Aの動作を説明する。図17は、実施の形態2に係る画像形成装置3Aの動作の一例を示すフローチャートである。
<Operation of image forming apparatus 3A>
The operation of the image forming apparatus 3A will be described. FIG. 17 is a flowchart showing an example of the operation of the image forming apparatus 3A according to the second embodiment.

図17に示すように、印刷部34の印刷データ受信部34aは、通信部31を介して、サーバ装置1又はコンピュータ端末2である要求先から、電子文書データの印刷指示を取得する(ステップS401)。このとき、印刷データ受信部34aは、印刷指示に加えて、印刷対象の電子文書データを要求先から受け取る。 As shown in FIG. 17, the print data receiving unit 34a of the printing unit 34 acquires a print instruction of electronic document data from the request destination, which is the server device 1 or the computer terminal 2, via the communication unit 31 (step S401). ). At this time, the print data receiving unit 34a receives the electronic document data to be printed from the request destination in addition to the print instruction.

次いで、出力管理部34Abは、印刷対象の電子文書データを探索し、当該電子文書データが、逐次フォーマットへの変換結果に関するコメントを含むか否かを判定する(ステップS402)。出力管理部34Abは、コメントが含まれている場合(ステップS402でYes)、ステップS403に進み、コメントが含まれていない場合(ステップS402でNo)、ステップS404に進む。 Next, the output management unit 34Ab searches the electronic document data to be printed, and determines whether the electronic document data includes a comment regarding the conversion result to the sequential format (step S402). When the comment is included (Yes in step S402), the output management unit 34Ab proceeds to step S403, and when the comment is not included (No in step S402), proceeds to step S404.

ステップS404において、変換部34cは、印刷対象の電子文書データに対して、逐次フォーマットへの変換を実行する。さらに、印刷部34Aは、変換後の電子文書データを記録媒体に印刷し、一連の処理を終了する。このとき、印刷部34Aは、変換後の電子文書データを逐次処理し、各ページをページ番号順に印刷する。 In step S404, the conversion unit 34c executes conversion of the electronic document data to be printed into a sequential format. Further, the printing unit 34A prints the converted electronic document data on the recording medium, and ends the series of processes. At this time, the printing unit 34A sequentially processes the converted electronic document data and prints each page in the order of page numbers.

また、ステップS403において、出力管理部34Abは、印刷対象の電子文書データに含まれるコメントが、逐次フォーマットへの変換後の電子文書データであることを示す変換後電子文書データ情報のコメントであるか否かを判定する。出力管理部34Abは、当該コメントである場合(ステップS403でYes)、ステップS405に進み、当該コメントでない場合(ステップS403でNo)、ステップS406に進む。 Further, in step S403, the output management unit 34Ab determines whether the comment included in the electronic document data to be printed is the comment of the converted electronic document data information indicating that the comment is the electronic document data converted to the sequential format. Determine whether or not. If the comment is the comment (Yes in step S403), the output management unit 34Ab proceeds to step S405, and if it is not the comment (No in step S403), proceeds to step S406.

ステップS405において、印刷部34Aは、印刷対象の電子文書データを記録媒体に印刷し、一連の処理を終了する。印刷部34は、電子文書データを逐次処理し、各ページをページ番号順に印刷する。 In step S405, the printing unit 34A prints the electronic document data to be printed on the recording medium, and ends the series of processes. The printing unit 34 sequentially processes the electronic document data and prints each page in the order of page numbers.

また、ステップS406において、出力管理部34Abは、印刷対象の電子文書データに含まれるコメントが、変換不可のコメントであるか否かを判定する。出力管理部34Abは、変換不可のコメントである場合(ステップS406でYes)、ステップS407に進み、変換不可のコメントでない場合(ステップS406でNo)、ステップS408に進む。 In step S406, the output management unit 34Ab determines whether the comment included in the electronic document data to be printed is a non-convertible comment. The output management unit 34Ab proceeds to step S407 if the comment cannot be converted (Yes in step S406), and proceeds to step S408 if the comment is not convertible (No in step S406).

ステップS407において、印刷部34Aは、印刷対象の電子文書データを記録媒体に印刷し、一連の処理を終了する。印刷部34Aは、電子文書データを通常通りに印刷する。この場合、電子文書データが含むコメントが、変換後電子文書データ情報のコメントでもなく、変換不可のコメントでもない。このようなコメントの例は、逐次フォーマットへの変換は可能であったが、管理DB16又は26の記憶領域の容量不足のため、変換後の電子文書データが保存できなかったことを示すコメントである。このようなコメントは、逐次フォーマットへの変換が可能であることのみを示すコメントであってもよい。 In step S407, the printing unit 34A prints the electronic document data to be printed on the recording medium, and ends the series of processes. The printing unit 34A prints the electronic document data as usual. In this case, the comment included in the electronic document data is neither the comment of the converted electronic document data information nor the unconvertible comment. An example of such a comment is a comment indicating that the conversion to the sequential format was possible, but the converted electronic document data could not be saved due to the insufficient capacity of the storage area of the management DB 16 or 26. .. Such a comment may be a comment only indicating that conversion to the sequential format is possible.

ステップS408において、印刷部34Aは、ステップS404と同様に、印刷対象の電子文書データを逐次フォーマットへ変換した後に、記録媒体に印刷し、一連の処理を終了する。 In step S408, the printing unit 34A, similarly to step S404, sequentially converts the electronic document data to be printed into a format, prints it on the recording medium, and ends the series of processes.

また、実施の形態2に係る画像形成システムのその他の構成及び動作は、実施の形態1と同様であるため、その説明を省略する。そして、上述のような実施の形態2に係る画像形成システムによると、実施の形態1と同様の効果が得られる。 Further, other configurations and operations of the image forming system according to the second embodiment are the same as those in the first embodiment, and thus the description thereof will be omitted. Then, according to the image forming system according to the second embodiment as described above, the same effect as that of the first embodiment can be obtained.

また、実施の形態2に係るサーバ装置1A及びコンピュータ端末2Aにおいて、管理部15Ac及び25Acは、逐次処理可能なフォーマットへの変換が成功した場合、変換後の電子文書データであることを示す情報を、関連情報として変換後の電子文書データに加え、変換が成功しなかった場合、変換が不可であることを示す情報を、関連情報として変換前の電子文書データに加えてもよい。上記構成によると、サーバ装置1A又はコンピュータ端末2Aから電子文書データを受信した画像形成装置3Aは、電子文書データに含まれる情報から、電子文書データの状態を判定することができる。 In addition, in the server device 1A and the computer terminal 2A according to the second embodiment, the management units 15Ac and 25Ac provide information indicating that the electronic document data is converted after successful conversion to a format that can be sequentially processed. In addition to the converted electronic document data as the related information, when the conversion is not successful, information indicating that the conversion is impossible may be added as the related information to the electronic document data before the conversion. According to the above configuration, the image forming apparatus 3A that receives the electronic document data from the server device 1A or the computer terminal 2A can determine the state of the electronic document data from the information included in the electronic document data.

また、実施の形態2に係る画像形成装置3Aにおいて、電子文書データが関連情報を含み、出力管理部34Abは、電子文書データの関連情報が、逐次処理可能なフォーマットへの変換後の電子文書データであることを示す場合、電子文書データに対して変換を実行せずに画像出力を実行し、電子文書データの関連情報が、変換が不可であることを示す場合、電子文書データに対して変換を実行せずに画像出力を実行してもよい。上記構成によると、電子文書データへの不要な処理が低減される。 Further, in the image forming apparatus 3A according to the second embodiment, the electronic document data includes related information, and the output management unit 34Ab determines that the related information of the electronic document data is electronic document data after conversion into a format that can be sequentially processed. When it indicates that the electronic document data is not converted, image output is executed, and when the related information of the electronic document data indicates that conversion is impossible, the electronic document data is converted. The image output may be executed without executing. According to the above configuration, unnecessary processing on electronic document data is reduced.

また、実施の形態2に係る画像形成装置3Aにおいて、出力管理部34Abは、受信された電子文書データの関連情報が、逐次処理可能なフォーマットへの変換後の電子文書データであること及び変換が不可であることのいずれも示さない場合、電子文書データに対して変換の実行後に画像出力を実行してもよい。上記構成によると、上記のような電子文書データは、変換が可能であるが未変換である。このような電子文書データに対して変換の実行後に画像出力を実行することによって、画像形成装置3は、当該電子文書データを逐次処理し画像出力することができる。 Further, in the image forming apparatus 3A according to the second embodiment, the output management unit 34Ab determines that the related information of the received electronic document data is the electronic document data after conversion into a format that can be sequentially processed, and When neither of the above is shown, the image output may be performed after the conversion is performed on the electronic document data. According to the above configuration, the electronic document data as described above can be converted but not converted. By performing image output after performing conversion on such electronic document data, the image forming apparatus 3 can sequentially process the electronic document data and output the image.

(その他の実施の形態)
以上、本発明の実施の形態の例について説明したが、本発明は、上記実施の形態及び変形例に限定されない。すなわち、本発明の範囲内で種々の変形及び改良が可能である。例えば、各種変形を実施の形態又は変形例に施したもの、及び、異なる実施の形態及び変形例における構成要素を組み合わせて構築される形態も、本発明の範囲内に含まれる。
(Other embodiments)
Although the example of the embodiment of the present invention has been described above, the present invention is not limited to the above-described embodiment and modification. That is, various modifications and improvements are possible within the scope of the present invention. For example, various modifications of the embodiment or the modification, and an embodiment constructed by combining the constituent elements of the different embodiments and the modifications are also included in the scope of the present invention.

例えば、実施の形態に係るサーバ装置及びコンピュータ端末はそれぞれ、変換モジュール及び管理DBを備えていたが、これに限定されない。例えば、サーバ装置及びコンピュータ端末の一方のみが、変換モジュール及び管理DBを備えてもよい。又は、サーバ装置が変換モジュール及び管理DBの一方を備え、コンピュータ端末が変換モジュール及び管理DBの他方を備えてもよい。 For example, although the server device and the computer terminal according to the embodiment each include the conversion module and the management DB, the present invention is not limited to this. For example, only one of the server device and the computer terminal may include the conversion module and the management DB. Alternatively, the server device may include one of the conversion module and the management DB, and the computer terminal may include the other of the conversion module and the management DB.

また、実施の形態に係るサーバ装置は、2つ以上のサーバ装置で構成されてもよい。 Further, the server device according to the embodiment may be composed of two or more server devices.

また、本発明は、プログラムであってもよく、上記プログラムが記録された非一時的なコンピュータ読み取り可能な記録媒体であってもよい。また、上記プログラムは、インターネット等の伝送媒体を介して流通させることができるのは言うまでもない。例えば、本発明に係るプログラムは、情報処理装置に実行させるプログラムであって、閲覧環境によらない閲覧性を有する電子文書データを取得し、逐次処理可能なフォーマットの電子文書データに変換する処理と、前記変換前の前記電子文書データと前記変換後の前記電子文書データとを関連付ける関連情報を管理する処理と、前記電子文書データの画像出力の要求を受けた場合、前記関連情報に基づき、前記変換後の前記電子文書データが存在しているとき、前記変換後の前記電子文書データを画像の出力対象に送信する処理とを含む。このプログラムによれば、情報処理装置としての上記サーバ装置及びコンピュータ端末と同様の効果が得られる。 Further, the present invention may be a program or a non-transitory computer-readable recording medium in which the program is recorded. Further, it goes without saying that the above program can be distributed via a transmission medium such as the Internet. For example, a program according to the present invention is a program to be executed by an information processing device, and a process of acquiring electronic document data having a viewability independent of a viewing environment and converting the electronic document data into a format that can be sequentially processed. A process of managing related information for associating the electronic document data before the conversion with the electronic document data after the conversion and a request for image output of the electronic document data, based on the related information, And processing for transmitting the converted electronic document data to an image output target when the converted electronic document data exists. According to this program, the same effects as those of the server device and the computer terminal as the information processing device can be obtained.

また、本発明に係るプログラムは、画像形成装置のコンピュータ装置に実行させるプログラムであって、閲覧環境によらない閲覧性を有する電子文書データと前記電子文書データの関連情報とを受信する処理と、前記関連情報に基づき、前記電子文書データの画像出力を管理する処理とを含み、前記関連情報は、逐次処理可能なフォーマットへの変換前の前記電子文書データと前記変換後の前記電子文書データとを関連付ける情報であり、前記画像出力を管理する処理では、前記関連情報が、前記電子文書データが前記変換後であること示す場合、前記電子文書データに対して前記変換を実行せずに画像出力を実行する。このプログラムによれば、上記画像形成装置と同様の効果が得られる。 Further, a program according to the present invention is a program to be executed by a computer device of an image forming apparatus, and a process of receiving electronic document data having viewability independent of a viewing environment and related information of the electronic document data, A process of managing image output of the electronic document data based on the related information, wherein the related information includes the electronic document data before conversion into a format that can be sequentially processed and the electronic document data after conversion. In the process of managing the image output, when the related information indicates that the electronic document data has been converted, the image output is performed without performing the conversion on the electronic document data. To execute. According to this program, the same effect as that of the image forming apparatus can be obtained.

また、上記で用いた序数、数量等の数字は、全て本発明の技術を具体的に説明するために例示するものであり、本発明は例示された数字に制限されない。また、構成要素間の接続関係は、本発明の技術を具体的に説明するために例示するものであり、本発明の機能を実現する接続関係はこれに限定されない。 Moreover, all the numbers such as ordinal numbers and quantities used above are examples for specifically explaining the technique of the present invention, and the present invention is not limited to the exemplified numbers. Further, the connection relationship between the constituent elements is an example for specifically explaining the technique of the present invention, and the connection relationship for realizing the function of the present invention is not limited to this.

また、機能ブロック図におけるブロックの分割は一例であり、複数のブロックを一つのブロックとして実現する、一つのブロックを複数に分割する、及び/又は、一部の機能を他のブロックに移してもよい。また、類似する機能を有する複数のブロックの機能を単一のハードウェア又はソフトウェアが並列又は時分割に処理してもよい。 Further, the block division in the functional block diagram is an example, and even if a plurality of blocks are realized as one block, one block is divided into a plurality of blocks, and/or a part of the functions is transferred to another block. Good. Also, the functions of a plurality of blocks having similar functions may be processed in parallel or in time division by a single piece of hardware or software.

1,1A サーバ装置(情報処理装置)
2,2A コンピュータ端末(情報処理装置)
3,3A 画像形成装置
14,24 データ処理部
15a,15Aa,25a,25Aa 変換判定部
15b,25b 変換部
15c,15Ac,25c,25Ac 管理部
34a 印刷データ受信部
34b,34Ab 出力管理部
34c 変換部
1000 画像形成システム
1,1A server device (information processing device)
2,2A Computer terminal (information processing device)
3, 3A Image forming device 14, 24 Data processing unit 15a, 15Aa, 25a, 25Aa Conversion determination unit 15b, 25b Conversion unit 15c, 15Ac, 25c, 25Ac Management unit 34a Print data receiving unit 34b, 34Ab Output management unit 34c Conversion unit 1000 image forming system

特許第4155514号公報Japanese Patent No. 4155514

Claims (15)

閲覧環境によらない閲覧性を有する電子文書データを取得し、逐次処理可能なフォーマットの電子文書データに変換する変換部と、
前記変換前の前記電子文書データと前記変換後の前記電子文書データとを関連付ける関連情報を管理する管理部と、
前記電子文書データの画像出力の要求を受けた場合、前記関連情報に基づき、前記変換後の前記電子文書データが存在しているとき、前記変換後の前記電子文書データを画像の出力対象に送信するデータ処理部とを備える
情報処理装置。
A conversion unit that acquires electronic document data having readability that does not depend on the reading environment and converts the electronic document data into a format that can be sequentially processed,
A management unit that manages related information that associates the electronic document data before conversion with the electronic document data after conversion;
When receiving the image output request of the electronic document data, when the converted electronic document data exists based on the related information, the converted electronic document data is transmitted to an image output target. An information processing apparatus including a data processing unit that performs the processing.
前記管理部は、
前記変換が成功した場合、前記関連情報において、前記変換前の前記電子文書データと前記変換後の前記電子文書データとを関連付け、
前記変換が成功しなかった場合、前記関連情報において、前記変換が不可であることを示す情報と前記変換前の前記電子文書データとを関連付ける
請求項1に記載の情報処理装置。
The management unit is
When the conversion is successful, in the related information, the electronic document data before the conversion and the electronic document data after the conversion are associated with each other,
The information processing apparatus according to claim 1, wherein, when the conversion is not successful, the information indicating that the conversion is impossible and the electronic document data before the conversion are associated with each other in the related information.
前記関連情報は、前記電子文書データの管理リストを含み、
前記管理部は、
前記変換が成功した場合、前記変換前の前記電子文書データを示す情報と、前記変換後の前記電子文書データを示す情報とを関連付けて前記管理リストに記録し、
前記変換が成功しなかった場合、前記変換前の前記電子文書データを示す情報と、前記変換が不可であることを示す情報とを関連付けて前記管理リストに記録する
請求項1または2に記載の情報処理装置。
The related information includes a management list of the electronic document data,
The management unit is
When the conversion is successful, information indicating the electronic document data before the conversion and information indicating the electronic document data after the conversion are associated and recorded in the management list,
When the conversion is not successful, the information indicating the electronic document data before the conversion and the information indicating that the conversion is impossible are associated and recorded in the management list. Information processing device.
前記変換部は、指定場所から前記電子文書データを取得し、
前記管理部は、前記指定場所に含まれる前記電子文書データの全てに対する前記管理リストへの記録処理を完了後、前記指定場所に含まれないが前記管理リストに含まれる前記電子文書データを示す情報を前記管理リストから削除する
請求項3に記載の情報処理装置。
The conversion unit acquires the electronic document data from a designated location,
Information indicating the electronic document data that is not included in the specified location but is included in the management list after the management unit completes the recording process on the management list for all of the electronic document data included in the specified location The information processing apparatus according to claim 3, wherein is deleted from the management list.
前記管理部は、
前記変換が成功した場合、前記変換後の前記電子文書データであることを示す情報を、前記関連情報として前記変換後の前記電子文書データに加え、
前記変換が成功しなかった場合、前記変換が不可であることを示す情報を、前記関連情報として前記変換前の前記電子文書データに加える
請求項1または2に記載の情報処理装置。
The management unit is
If the conversion is successful, information indicating that the electronic document data after conversion is added to the converted electronic document data as the related information,
The information processing apparatus according to claim 1, wherein when the conversion is not successful, information indicating that the conversion is impossible is added to the electronic document data before the conversion as the related information.
取得された前記電子文書データの前記変換が可能であるか否かを判定し、判定結果に応じて前記電子文書データを前記変換部に変換させる変換判定部をさらに備える
請求項1〜5のいずれか一項に記載の情報処理装置。
Any of claims 1 to 5, further comprising a conversion determination unit that determines whether the acquired electronic document data can be converted and converts the electronic document data into the conversion unit according to a determination result. The information processing device according to claim 1.
閲覧環境によらない閲覧性を有する電子文書データと前記電子文書データの関連情報とを受信する受信部と、
前記関連情報に基づき、前記電子文書データの画像出力を管理する出力管理部とを備え、
前記関連情報は、逐次処理可能なフォーマットへの変換前の前記電子文書データと前記変換後の前記電子文書データとを関連付ける情報であり、
前記出力管理部は、前記関連情報が、前記電子文書データが前記変換後であること示す場合、前記電子文書データに対して前記変換を実行せずに画像出力を実行する
画像形成装置。
A receiving unit for receiving electronic document data having readability that does not depend on a reading environment and related information of the electronic document data;
An output management unit that manages image output of the electronic document data based on the related information,
The related information is information that associates the electronic document data before conversion into a format that can be sequentially processed and the electronic document data after conversion,
The image forming apparatus, wherein the output management unit performs image output without performing the conversion on the electronic document data when the related information indicates that the electronic document data is after the conversion.
前記関連情報は、前記電子文書データの管理リストを含み、
前記出力管理部は、
前記管理リストに記録されている前記電子文書データを示す情報が、前記変換後の前記電子文書データを示す場合、前記電子文書データに対して前記変換を実行せずに画像出力を実行し、
前記管理リストに記録されている前記電子文書データを示す情報が、前記変換が不可であることを示す場合、前記電子文書データに対して前記変換を実行せずに画像出力を実行する
請求項7に記載の画像形成装置。
The related information includes a management list of the electronic document data,
The output management unit,
When the information indicating the electronic document data recorded in the management list indicates the converted electronic document data, image output is executed without executing the conversion for the electronic document data,
The image output is executed without executing the conversion for the electronic document data when the information indicating the electronic document data recorded in the management list indicates that the conversion is impossible. The image forming apparatus according to item 1.
前記出力管理部は、前記管理リストに記録されている前記電子文書データを示す情報が、前記変換後の前記電子文書データ及び前記変換が不可であることのいずれも示さない場合、前記電子文書データに対して前記変換の実行後に画像出力を実行する
請求項8に記載の画像形成装置。
If the information indicating the electronic document data recorded in the management list does not indicate the electronic document data after the conversion or that the conversion is not possible, the output management unit outputs the electronic document data. The image forming apparatus according to claim 8, wherein image output is executed after execution of the conversion.
前記出力管理部は、受信された前記電子文書データを示す情報が前記管理リストに記録されていない場合、前記電子文書データに対して前記変換の実行後に画像出力を実行する
請求項8または9に記載の画像形成装置。
The output management unit, if information indicating the received electronic document data is not recorded in the management list, executes image output after the conversion is performed on the electronic document data. The image forming apparatus described.
前記電子文書データが前記関連情報を含み、
前記出力管理部は、
前記電子文書データの前記関連情報が、前記変換後の前記電子文書データであることを示す場合、前記電子文書データに対して前記変換を実行せずに画像出力を実行し、
前記電子文書データの前記関連情報が、前記変換が不可であることを示す場合、前記電子文書データに対して前記変換を実行せずに画像出力を実行する
請求項7に記載の画像形成装置。
The electronic document data includes the related information,
The output management unit,
When the related information of the electronic document data indicates that the electronic document data after the conversion, the image output is executed without executing the conversion for the electronic document data,
The image forming apparatus according to claim 7, wherein when the related information of the electronic document data indicates that the conversion is impossible, image output is executed without executing the conversion for the electronic document data.
前記出力管理部は、受信された前記電子文書データの前記関連情報が、前記変換後の前記電子文書データであること及び前記変換が不可であることのいずれも示さない場合、前記電子文書データに対して前記変換の実行後に画像出力を実行する
請求項11に記載の画像形成装置。
If the related information of the received electronic document data does not indicate that the electronic document data is the converted electronic document data or the conversion is not possible, the output management unit adds the electronic document data to the electronic document data. The image forming apparatus according to claim 11, wherein the image output is executed after the conversion is executed.
閲覧環境によらない閲覧性を有する電子文書データを取得し、逐次処理可能なフォーマットの電子文書データに変換する変換部と、
前記変換前の前記電子文書データと前記変換後の前記電子文書データとを関連付ける関連情報を管理する管理部と、
前記関連情報に基づき、前記電子文書データの画像出力を管理する出力管理部とを備え、
前記出力管理部は、前記関連情報が、前記電子文書データが前記変換後であること示す場合、前記電子文書データに対して前記変換を実行せずに画像出力を実行する
画像形成システム。
A conversion unit that acquires electronic document data having readability that does not depend on the reading environment and converts the electronic document data into a format that can be sequentially processed,
A management unit that manages related information that associates the electronic document data before conversion with the electronic document data after conversion;
An output management unit that manages image output of the electronic document data based on the related information,
An image forming system in which the output management unit executes image output without performing the conversion on the electronic document data when the related information indicates that the electronic document data has been converted.
情報処理装置に実行させるプログラムであって、
閲覧環境によらない閲覧性を有する電子文書データを取得し、逐次処理可能なフォーマットの電子文書データに変換する処理と、
前記変換前の前記電子文書データと前記変換後の前記電子文書データとを関連付ける関連情報を管理する処理と、
前記電子文書データの画像出力の要求を受けた場合、前記関連情報に基づき、前記変換後の前記電子文書データが存在しているとき、前記変換後の前記電子文書データを画像の出力対象に送信する処理とを含む
プログラム。
A program to be executed by an information processing device,
A process of acquiring electronic document data having readability that does not depend on the browsing environment and converting the electronic document data into a format that can be sequentially processed,
A process of managing related information associating the electronic document data before the conversion with the electronic document data after the conversion;
When receiving the image output request of the electronic document data, when the converted electronic document data exists based on the related information, the converted electronic document data is transmitted to an image output target. A program that includes the processing to do.
画像形成装置のコンピュータ装置に実行させるプログラムであって、
閲覧環境によらない閲覧性を有する電子文書データと前記電子文書データの関連情報とを受信する処理と、
前記関連情報に基づき、前記電子文書データの画像出力を管理する処理とを含み、
前記関連情報は、逐次処理可能なフォーマットへの変換前の前記電子文書データと前記変換後の前記電子文書データとを関連付ける情報であり、
前記画像出力を管理する処理では、前記関連情報が、前記電子文書データが前記変換後であること示す場合、前記電子文書データに対して前記変換を実行せずに画像出力を実行する
プログラム。
A program to be executed by a computer device of an image forming apparatus,
A process of receiving electronic document data having readability that does not depend on a browsing environment and related information of the electronic document data;
A process of managing image output of the electronic document data based on the related information,
The related information is information that associates the electronic document data before conversion into a format that can be sequentially processed and the electronic document data after conversion,
A program for performing image output without performing the conversion on the electronic document data when the related information indicates that the electronic document data has been subjected to the conversion in the process of managing the image output.
JP2018222568A 2018-11-28 2018-11-28 Information processing device, image forming device, image forming system and program Active JP7155948B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018222568A JP7155948B2 (en) 2018-11-28 2018-11-28 Information processing device, image forming device, image forming system and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018222568A JP7155948B2 (en) 2018-11-28 2018-11-28 Information processing device, image forming device, image forming system and program

Publications (2)

Publication Number Publication Date
JP2020087121A true JP2020087121A (en) 2020-06-04
JP7155948B2 JP7155948B2 (en) 2022-10-19

Family

ID=70910035

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018222568A Active JP7155948B2 (en) 2018-11-28 2018-11-28 Information processing device, image forming device, image forming system and program

Country Status (1)

Country Link
JP (1) JP7155948B2 (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004287763A (en) * 2003-03-20 2004-10-14 Konica Minolta Business Technologies Inc Image processor, image forming device, image forming system, and program
JP2004348622A (en) * 2003-05-26 2004-12-09 Kyocera Mita Corp Electronic document printing system
JP2008262543A (en) * 2007-03-01 2008-10-30 Konica Minolta Systems Lab Inc Discontinuous transfer of pdf data for pdf direct printing
JP2009099129A (en) * 2007-09-28 2009-05-07 Oki Data Corp Image forming system, image processing apparatus, and image processing method
JP2009128966A (en) * 2007-11-20 2009-06-11 Fuji Xerox Co Ltd Electronic document printing system, information processor and information processing program
JP2009271934A (en) * 2009-07-23 2009-11-19 Konica Minolta Business Technologies Inc Image forming system, server device, image forming program, and image forming method
JP2013175060A (en) * 2012-02-24 2013-09-05 Ricoh Co Ltd Information processing apparatus, file processing method, and program
JP2014103549A (en) * 2012-11-20 2014-06-05 Ricoh Co Ltd Information processing device, image editing method, and image editing program
JP2016095880A (en) * 2016-02-09 2016-05-26 株式会社リコー Print control system, print control method, information processing device, and print control program

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004287763A (en) * 2003-03-20 2004-10-14 Konica Minolta Business Technologies Inc Image processor, image forming device, image forming system, and program
JP2004348622A (en) * 2003-05-26 2004-12-09 Kyocera Mita Corp Electronic document printing system
JP2008262543A (en) * 2007-03-01 2008-10-30 Konica Minolta Systems Lab Inc Discontinuous transfer of pdf data for pdf direct printing
JP2009099129A (en) * 2007-09-28 2009-05-07 Oki Data Corp Image forming system, image processing apparatus, and image processing method
JP2009128966A (en) * 2007-11-20 2009-06-11 Fuji Xerox Co Ltd Electronic document printing system, information processor and information processing program
JP2009271934A (en) * 2009-07-23 2009-11-19 Konica Minolta Business Technologies Inc Image forming system, server device, image forming program, and image forming method
JP2013175060A (en) * 2012-02-24 2013-09-05 Ricoh Co Ltd Information processing apparatus, file processing method, and program
JP2014103549A (en) * 2012-11-20 2014-06-05 Ricoh Co Ltd Information processing device, image editing method, and image editing program
JP2016095880A (en) * 2016-02-09 2016-05-26 株式会社リコー Print control system, print control method, information processing device, and print control program

Also Published As

Publication number Publication date
JP7155948B2 (en) 2022-10-19

Similar Documents

Publication Publication Date Title
US9563639B2 (en) Information storing device, information storing system and method
US11055558B2 (en) Information processing system, method of processing information, and storage medium
US9507584B2 (en) Electronic device including a memory technology device
US20140019859A1 (en) System, information processing apparatus, and method of controlling display
US10778862B2 (en) Information processing system, information processing method, and computer-readable recording medium
US10200548B2 (en) Image processing apparatus, image processing method, and recording medium
US20200192617A1 (en) Information processing apparatus, information processing system, and recording medium
US10521161B2 (en) Information processing device, communication system, and recording medium storing instructions
US9756211B2 (en) Apparatus equipped with fax function, control method thereof, and storage medium
JP2013145483A (en) Image processing system, image processing method and program
JP7155948B2 (en) Information processing device, image forming device, image forming system and program
US20200241882A1 (en) Information processing system, method of processing information, and information processing apparatus
JP7247631B2 (en) Data setting method and data setting system
JP2020098561A (en) Information processing apparatus, information processing system, and program
US20190286432A1 (en) Information processing system, apparatus, information processing method, and recording medium
JP2017081017A (en) Information processing system and information processing method
US11956390B2 (en) Image forming apparatus having reading unit, information processing apparatus, control methods, and storage media storing control programs for determining whether a setting value to comply with PDF/A standard
US11275575B2 (en) Information processing apparatus, method, and recording medium
JP2019067361A (en) Information processing apparatus, communication system, image forming method, and program
JP6540122B2 (en) INFORMATION PROCESSING APPARATUS, RECORDING SYSTEM, AND PROGRAM
US20170031938A1 (en) Information processing system and method
JP7327076B2 (en) Information processing device, information processing method, and program
US11165925B2 (en) API for printing apparatus functions
US11936820B2 (en) Image forming apparatus for determining whether a connected wireless LAN chip is operable at a particular setting, control method thereof, and storage medium
US20220038601A1 (en) Information processing apparatus, information processing method, and nontransitory recording medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210819

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20220615

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220621

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220810

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220919

R151 Written notification of patent or utility model registration

Ref document number: 7155948

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151