JP2013247413A - Information processing system - Google Patents

Information processing system Download PDF

Info

Publication number
JP2013247413A
JP2013247413A JP2012118001A JP2012118001A JP2013247413A JP 2013247413 A JP2013247413 A JP 2013247413A JP 2012118001 A JP2012118001 A JP 2012118001A JP 2012118001 A JP2012118001 A JP 2012118001A JP 2013247413 A JP2013247413 A JP 2013247413A
Authority
JP
Japan
Prior art keywords
data
information
processing apparatus
electronic data
print
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.)
Pending
Application number
JP2012118001A
Other languages
Japanese (ja)
Inventor
Hiroyuki Amano
博之 天野
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.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP2012118001A priority Critical patent/JP2013247413A/en
Publication of JP2013247413A publication Critical patent/JP2013247413A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To solve the problem in which: a large amount of storage capacity is required for performing generation of print data and generation of electronic data at the same time; and when generation of print data and generation of electronic data are sequentially performed in order to reduce storage capacity, data missing occurs and desired print result or desired electronic data cannot be obtained.SOLUTION: When an image processing apparatus receives data, it determines if the data is set to generate electronic data at the same time, and generates tag information and drawing information for electronic data and layout information for print data. The image processing apparatus generates electronic data from the drawing information and tag information, and generates print data from the drawing information and layout information and prints the generated print data. The image processing apparatus stores the electronic data in a RAM built therein.

Description

本発明は、電子書籍生成を印刷と同時に行うことのできる情報処理システムに関する。   The present invention relates to an information processing system capable of performing electronic book generation simultaneously with printing.

昨今、TabletPC等のMobile端末が急速に普及している。それに伴い、タブレット型PCでの閲覧に適した電子書籍も普及しており、印刷業界では、原稿を元にした紙媒体での出版と電子書籍の出版の両方への対応が必要になっている。また、一般ユーザーにおいても、文書データから、タブレット型PCでの閲覧性に優れた電子書籍へのデータ変換が容易に出来る環境の構築が望まれている。しかし現状は、印刷と電子書籍生成を行うためには、紙媒体での出力用のためには画像処理装置が、電子書籍への変換のためには専用の変換アプリケーションがそれぞれ必要となっている。   Recently, mobile terminals such as TabletPC are rapidly spreading. Along with this, electronic books suitable for browsing on tablet PCs have also become popular, and the printing industry needs to support both publication on paper media based on manuscripts and publication of electronic books. . In addition, it is desired that an ordinary user can construct an environment that can easily convert data from document data into an electronic book having excellent readability on a tablet PC. However, at present, in order to perform printing and electronic book generation, an image processing apparatus is required for output on a paper medium, and a dedicated conversion application is required for conversion to an electronic book. .

そこで考えられるのが、印刷装置への電子書籍機能の搭載である。同様の技術として、原稿から表示用データと印刷用データを作成する技術が知られている(特許文献1参照)。   One possible solution is the mounting of an electronic book function in a printing apparatus. As a similar technique, a technique for creating display data and print data from a document is known (see Patent Document 1).

特開2002−373215号公報JP 2002-373215 A

特許文献1は、入力されたデータを元に閲覧情報を作成し、それを表示した文書が所望の結果であれば、入力データから印刷データを作成する技術である。
特許文献1の場合、閲覧用のデータ作成と印刷との2つのオペレーションが必要となる。また、紙出力と閲覧用の電子データの2つを得られる技術でもない。また、特許文献1では入力データを印刷指示が出るまでジョブ単位で保存しておく必要があり、大容量のメモリが必要となる。
Patent Document 1 is a technique for creating browsing information based on input data, and generating print data from input data if a document displaying the information is a desired result.
In the case of Patent Document 1, two operations of creating browsing data and printing are necessary. In addition, it is not a technology that can obtain both paper output and electronic data for browsing. In Patent Document 1, it is necessary to store input data for each job until a print instruction is issued, and a large-capacity memory is required.

このように、異なるフォーマットのデータ、たとえば印刷データと電子書籍データとを1つのオペレーションで効率よく生成することは困難であった。   As described above, it has been difficult to efficiently generate data in different formats, for example, print data and electronic book data in one operation.

例えば、印刷装置における印刷中間データの生成は基本的にページ単位で行われる。これは、印刷される文書は、ページ単位で固定的にレイアウトされるためである。これに対して電子書籍はタグ単位となる。これは、表示画面のサイズが機器により異なり得ることや、文字サイズの変更など、表示の柔軟な変更が電子書籍の特徴のひとつであることなどによる。タグとは、たとえば章や段落表や単語など描画オブジェクトの単位を示す、たとえばXMLなどのマークアップ言語のタグである。なおタグは表示上のスタイルを記述するものであり、CSS等のスタイルシートで定義されたレイアウト情報もその点は共通しており、本明細書ではスタイルシートもタグ情報に含めてもよい。このように印刷中間データと電子書籍とは異なるデータであり、印刷中間データ及び電子書籍の双方の生成に必要なメモリは共有することが難しく、双方別々に獲得する必要がある。そのため、メモリ容量に余裕の無いコンパクト機に関しては、対応が難しくなる。   For example, the generation of print intermediate data in the printing apparatus is basically performed in units of pages. This is because a document to be printed is laid out in a fixed unit in units of pages. On the other hand, an electronic book becomes a tag unit. This is due to the fact that the size of the display screen can vary from device to device, and that flexible display changes, such as changing the character size, are one of the characteristics of electronic books. A tag is a tag in a markup language such as XML, for example, which indicates a unit of a drawing object such as a chapter, paragraph table, or word. The tag describes a style on display, and the layout information defined by a style sheet such as CSS is common in that respect. In this specification, the style sheet may be included in the tag information. As described above, the print intermediate data and the electronic book are different data, and it is difficult to share the memory necessary for generating both the print intermediate data and the electronic book, and it is necessary to acquire them separately. For this reason, it becomes difficult to deal with a compact machine having a small memory capacity.

本発明は上記従来例に鑑みてなされたもので、メモリ等の資源の消費を抑制して効率よく印刷と電子書籍生成とを両方或いは選択的に実行可能な情報処理システムを提供することを目的とする。   The present invention has been made in view of the above conventional example, and an object of the present invention is to provide an information processing system capable of efficiently performing both printing and electronic book generation while suppressing consumption of resources such as memory. And

上記目的を達成するために本発明は以下の構成を備える。   In order to achieve the above object, the present invention comprises the following arrangement.

情報処理装置から受信した文書データを印刷し、かつ所定形式の電子データに変換して出力する画像処理装置であって、
前記文書データの印刷設定として、印刷するとともに電子データに変換する同時生成が設定されている場合、前記情報処理装置から受信した前記文書データに基づいて、オブジェクトの可視化に用いる描画情報と、オブジェクトのページ内での位置を示すレイアウト情報と、文書の構造を示すタグ情報とを生成する生成手段と、
前記描画情報と前記タグ情報とに基づいて、タグ情報を含む電子データを生成して保存する電子データ生成手段と、
前記描画情報と前記レイアウト情報とに基づいて前記文書データを印刷データに変換して当該印刷データを印刷する印刷手段とを有する。
An image processing apparatus that prints document data received from an information processing apparatus, converts the document data into electronic data in a predetermined format, and outputs the electronic data.
When simultaneous generation to print and convert to electronic data is set as the print setting of the document data, drawing information used for object visualization based on the document data received from the information processing apparatus, Generating means for generating layout information indicating a position in a page and tag information indicating a document structure;
Electronic data generating means for generating and storing electronic data including tag information based on the drawing information and the tag information;
Printing means for converting the document data into print data based on the drawing information and the layout information and printing the print data;

本発明によれば、文書を印刷する際に、印刷と同時に携帯端末等における閲覧性に優れた電子データ(電子書籍等)を同時に生成することが可能となる。
また画像処理装置の構成を考慮した処理手順により、メモリ容量が小さな画像処理装置においても、印刷と同時に電子データを生成することが可能となる。
According to the present invention, when printing a document, it is possible to simultaneously generate electronic data (such as an electronic book) excellent in viewability on a portable terminal or the like simultaneously with printing.
Also, an image processing apparatus with a small memory capacity can generate electronic data at the same time as printing by a processing procedure that takes into account the configuration of the image processing apparatus.

本発明の全体構成を示す図である。It is a figure which shows the whole structure of this invention. プリンタのハードウェア構成を示す図である。FIG. 2 is a diagram illustrating a hardware configuration of a printer. 本発明に関するソフトウェア構成図である。It is a software block diagram regarding this invention. 解析される各情報の概略説明である。It is a schematic description of each information to be analyzed. 本システム全体の処理フローを示す図である。It is a figure which shows the processing flow of this whole system. プリンタドライバの設定画面の例を示す図である。FIG. 6 illustrates an example of a printer driver setting screen. 第1の実施形態の情報処理装置における処理フローを示す図である。FIG. 3 is a diagram showing a processing flow in the information processing apparatus of the first embodiment. その他の実施例(1)の情報処理装置における処理フローを示す図である。It is a figure which shows the processing flow in the information processing apparatus of another Example (1). その他の実施例(2)の画像処理装置における処理フローを示す図である。It is a figure which shows the processing flow in the image processing apparatus of another Example (2). 電子データで表現できない情報のLayout情報化の例を示す図である。It is a figure which shows the example of Layout information-izing of the information which cannot be expressed with electronic data. EPUBがサポートしていないタグからレイアウト情報を生成する例を示す図である。It is a figure which shows the example which produces | generates layout information from the tag which EPUB does not support.

以下、本発明を実施するための形態について図面を用いて説明する。
[第1の実施形態]
図1は、本実施形態における画像形成装置の利用環境を示す概略図である。
Hereinafter, embodiments for carrying out the present invention will be described with reference to the drawings.
[First Embodiment]
FIG. 1 is a schematic diagram showing a use environment of an image forming apparatus in the present embodiment.

図1において、画像処理装置200はプリント機能に加え、コピーやファクシミリといった複数の機能を有した多機能型周辺装置(MFP)であり、LAN100を介して、情報処理装置300及びサーバ400と接続されて印刷システムを形成している。画像処理装置200は、定められたプロトコルで情報処理装置300及びサーバ400と通信することによって、入力される文書データを可視化するネットワークプリントを実現している。   In FIG. 1, an image processing apparatus 200 is a multifunction peripheral (MFP) having a plurality of functions such as copying and facsimile in addition to a print function, and is connected to an information processing apparatus 300 and a server 400 via a LAN 100. Forming a printing system. The image processing apparatus 200 realizes network printing that visualizes input document data by communicating with the information processing apparatus 300 and the server 400 using a predetermined protocol.

<画像処理装置200のハードウェア構成>
図2は、図1記載の画像処理装置200のハードウェア構成を示すブロック図である。図2において、画像処理装置200は、CPU201、ROM202、RAM203、ネットワークインタフェースカード(NIC)204、外部入力コントローラ(PANELC)205、各種ボタン或いはタッチパネル(PANEL)206を備えている。画像処理装置200は、更に、ディスプレイコントローラ(DISPC)207、ディスプレイ(DISPLAY)208、プリンタ部(PRINTER)209、スキャナ部(SCANNER)210を備えている。
<Hardware Configuration of Image Processing Apparatus 200>
FIG. 2 is a block diagram showing a hardware configuration of the image processing apparatus 200 shown in FIG. 2, the image processing apparatus 200 includes a CPU 201, a ROM 202, a RAM 203, a network interface card (NIC) 204, an external input controller (PANELC) 205, various buttons or a touch panel (PANEL) 206. The image processing apparatus 200 further includes a display controller (DISPC) 207, a display (DISPLAY) 208, a printer unit (PRINTER) 209, and a scanner unit (SCANNER) 210.

CPU201は、システムバス(System BUS)211に接続される各デバイスを総括的に制御すると共に、ROM202に記憶されたファームウェアモジュールを実行する。なお、ファームウェアモジュールは、少なくとも2つ以上のモジュールから構成され、ファームウェアモジュールの更新は、それぞれのモジュールごとに行うことが可能である。   The CPU 201 generally controls each device connected to the system bus 211 and executes a firmware module stored in the ROM 202. Note that the firmware module includes at least two modules, and the firmware module can be updated for each module.

また、CPU201は、制御プログラムとしてのファームウェアモジュールに基づき後述の各フローチャートに示す処理を実行する。RAM203は、CPU201の主メモリ、ワークエリアとして機能する。   Further, the CPU 201 executes processing shown in each flowchart described later based on a firmware module as a control program. The RAM 203 functions as a main memory and work area for the CPU 201.

PANELC205は、MFPに装備されたPANEL206からの指示入力を制御する。DISPC207は、DISPLAY208に対する描画を制御する。   The panel ELC 205 controls an instruction input from the panel 206 installed in the MFP. The DISPC 207 controls drawing on the DISPLAY 208.

NIC204は、LAN212を介して他のMFP、ファイルサーバ(不図示)と双方向にデータのやり取りを行う。PRINTER209は、電子写真方式で記録紙に画像形成を行う。SCANNER210は、記録紙に印刷されている画像の読み取りを行う。SCANNER210には、オプションとしてオートドキュメントフィーダ(不図示)が装着されており、複数枚の原稿を自動的に読み取ることができる。   The NIC 204 bidirectionally exchanges data with other MFPs and file servers (not shown) via the LAN 212. The PRINTER 209 forms an image on a recording sheet by an electrophotographic method. The SCANNER 210 reads an image printed on a recording sheet. An optional auto document feeder (not shown) is attached to the SCANNER 210, and a plurality of documents can be automatically read.

<画像処理装置のファームウェア>
図3は、図1記載の画像処理装置200のROM202に記憶され、CPU201で実行されるファームモジュールの概要を示すブロック図である。図3において、画像処理装置200のファームウェアモジュールは、データ入力部301、データ解析部302、電子データ生成部307、入力データ変換部308、印刷データ生成部309、イメージデータ描画部310から構成されている。また、データ解析部302は、データ形式解析部303、Tag(タグ)情報解析部304、描画コード解析部305、Layout(レイアウト)情報解析部306から構成されている。
<Image processing device firmware>
FIG. 3 is a block diagram showing an outline of a firmware module stored in the ROM 202 of the image processing apparatus 200 shown in FIG. 1 and executed by the CPU 201. In FIG. 3, the firmware module of the image processing apparatus 200 includes a data input unit 301, a data analysis unit 302, an electronic data generation unit 307, an input data conversion unit 308, a print data generation unit 309, and an image data drawing unit 310. Yes. The data analysis unit 302 includes a data format analysis unit 303, a tag (tag) information analysis unit 304, a drawing code analysis unit 305, and a layout (layout) information analysis unit 306.

データ入力部301は、情報処理装置300から出力されたデータの画像処理装置200におけるデータの入り口である。データ解析部302は、入力されたデータを解析することにより、その後の電子データ生成及び印刷データ生成に必要となる、タグ情報と描画情報とレイアウト情報とを収集する。データ解析部302は、データ形式及び電子データ生成指示の判定を行うデータ形式解析部303、タグ情報を収集するTag情報解析部304、描画情報を収集する描画コード解析部305、レイアウト情報を収集するLayout情報解析部306を含む。   The data input unit 301 is a data entrance in the image processing apparatus 200 for data output from the information processing apparatus 300. The data analysis unit 302 collects tag information, drawing information, and layout information necessary for subsequent electronic data generation and print data generation by analyzing the input data. The data analysis unit 302 includes a data format analysis unit 303 that determines a data format and an electronic data generation instruction, a tag information analysis unit 304 that collects tag information, a drawing code analysis unit 305 that collects drawing information, and collects layout information. A layout information analysis unit 306 is included.

電子データ解析部307はタグ情報と描画情報とを元に表示用電子データ(以後電子書籍)を生成するとともに、同時にレイアウト情報を元に、作成した電子書籍を構成する各タグに関連付けられた、タグレイアウト情報を生成する。入力データ変換部308は、電子データとレイアウト情報から、印刷データ生成部309が解釈出来る描画情報と、レイアウト情報とを生成する。印刷データ生成部309は、描画情報とレイアウト情報を元に印刷データを生成する。イメージデータ描画部310は、印刷データ生成部309で作成された印刷データを元に、イメージ展開を行ってイメージデータを生成する。ここで展開されたイメージデータは、給紙、印字位置の調整等の制御の下で、PRINTER209において出力される。   The electronic data analysis unit 307 generates display electronic data (hereinafter referred to as an electronic book) based on the tag information and the drawing information, and at the same time, is associated with each tag constituting the created electronic book based on the layout information. Generate tag layout information. The input data conversion unit 308 generates drawing information and layout information that can be interpreted by the print data generation unit 309 from the electronic data and the layout information. A print data generation unit 309 generates print data based on the drawing information and layout information. The image data drawing unit 310 generates image data by performing image development based on the print data created by the print data generation unit 309. The developed image data is output from the PRINTER 209 under control such as paper feed and print position adjustment.

ここで図4を参照して描画情報とレイアウト情報とタグ情報とがどのようなものか説明する。描画情報とは、フィルや色、フォント等、オブジェクトのイメージ化のために必要な情報であり、文書を構成する文字やグラフィックス等のオブジェクトそのものを含めてもよい。ただしオブジェクトの配置に関する情報は含まない。レイアウト情報とは、オブジェクトのページ内での描画位置を示す情報であり、基本的には印刷データ作成時に参照される。タグ情報とは電子書籍作成時に参照される情報で、章や段落、行、単語といった文書の構造を示す。CSS等のスタイルシートはタグではないが、表示用のスタイルを定義する情報である点においてタグ情報と共通しており、スタイルシートも含めてタグ情報ということもできる。   Here, the drawing information, layout information, and tag information will be described with reference to FIG. The drawing information is information necessary for imaging an object, such as a fill, color, font, and the like, and may include objects such as characters and graphics constituting the document. However, it does not include information on object placement. The layout information is information indicating the drawing position of the object in the page, and is basically referred to when creating print data. Tag information is information that is referred to when creating an electronic book, and indicates the structure of a document such as a chapter, paragraph, line, or word. A style sheet such as CSS is not a tag, but is common to tag information in that it is information defining a display style, and it can also be referred to as tag information including a style sheet.

<印刷処理手順>
図5は、本実施形態におけるドライバ設定から印刷までの全体の流れを説明するフローチャートの一例である。本フローチャートで示される処理S501からS505は情報処理装置300上にインストールされたプリンタドライバによって実行される。処理S510からS515はROM202に格納されたファームモジュールに従って画像処理装置200のCPU201が実行することによって実現される。
<Printing procedure>
FIG. 5 is an example of a flowchart for explaining the overall flow from driver setting to printing in the present embodiment. Processes S501 to S505 shown in this flowchart are executed by the printer driver installed on the information processing apparatus 300. Processes S510 to S515 are realized by the CPU 201 of the image processing apparatus 200 executing in accordance with the firmware module stored in the ROM 202.

S501では、情報処理装置300上にインストールされたプリンタドライバによって印刷設定が行われる。図6に示すように、プリンタドライバの表示するユーザインタフェース画面600において出力方法(Output Method)601を選択できる。選択肢には、たとえば印刷(Print)、印刷および電子書籍(Print & EPUB)などがある。図6には示していないが、電子書籍作成のみを選択することもできる。印刷設定にはこのほか用紙方向や部数、ページ割り付けなどが含まれている。また仕上げ処理や給紙トレイ、印刷品質等も設定できる。ユーザーにより指定された印刷設定は保存され、次の印刷処理時に参照される。   In step S <b> 501, print settings are performed by a printer driver installed on the information processing apparatus 300. As shown in FIG. 6, an output method (Output Method) 601 can be selected on a user interface screen 600 displayed by the printer driver. Options include, for example, printing, printing and electronic books (Print & EPUB). Although not shown in FIG. 6, it is possible to select only creation of an electronic book. In addition, the print settings include paper orientation, number of copies, page allocation, and the like. Also, finishing processing, paper feed tray, print quality, etc. can be set. The print settings specified by the user are saved and referred to in the next print processing.

次にS502では、情報処理装置300上にインストールされたプリンタドライバから、対象文書データの印刷の指示を出す。この指示もプリンタドライバのユーザインタフェースを介して受け付けられる。なお本実施形態で処理対象とする文書データについては、その形式は特に問わないが、たとえばDTPアプリケーションにより出力されるデータなどがある。この場合入力文書データにはタグ情報及びレイアウト情報等のDTP用組み版情報が含まれており、XSLT等のスタイルシートで記載されている。しかし文書データとしては、たとえばOOXMLなど、そのほかの文書処理アプリケーションにより出力される形式であってもよい。ただし、一般に電子書籍の作成には論理的な構造を示すタグ情報が必要であるので、そのような構造を持つデータであることが望ましい。   In step S <b> 502, an instruction to print target document data is issued from the printer driver installed on the information processing apparatus 300. This instruction is also accepted via the user interface of the printer driver. Note that the format of the document data to be processed in the present embodiment is not particularly limited. For example, there is data output by a DTP application. In this case, the input document data includes DTP composition information such as tag information and layout information, and is described in a style sheet such as XSLT. However, the document data may be in a format output by another document processing application such as OOXML. However, in general, tag information indicating a logical structure is necessary for creating an electronic book, and therefore data having such a structure is desirable.

次にS503では、情報処理装置300上にインストールされたプリンタドライバにおいて電子書籍生成が指示されているかどうかを、プリンタドライバにおいて判定する。たとえば保存された印刷設定において、出力方法として電子書籍を含む出力が選択されていれば電子書籍生成が指示されていると判定できる。判定の結果電子書籍生成の指示がされていない場合は、通常の印刷指示の際と同様にS504へ進み、プリンタドライバにおいて、出力対象の文書データを、プリンタドライバが変換対象とする所定のPDL(ページ記述言語)に変換する。S503における判定の結果、電子書籍生成が指示されていた場合は、プリンタドライバが変換対象とするPDLへの変換をせずに、S505へ進む。S505では、S504までのプリンタドライバにおける処理で用意されたデータを、対象の画像処理装置200へ送信する。すなわち、電子書籍生成が指示されていた場合は、保存されている印刷設定データと、出力対象の文書データとを画像処理装置200に送信する。なおPDLデータを画像処理装置200に送信する場合であっても、少なくとも電子書籍生成の指示の有無を判定するための印刷設定データは画像処理装置200に送信される。PDLデータが送信される場合には、電子書籍生成の指示の有無さえ判定できれば十分であり、印刷設定データ全体は送信する必要はない。印刷設定データがたとえばXML等で記述されたデータであれば、一部だけ送信してその内容を判定することもできる。以上、S501からS505の処理で情報処理装置300にインストールされたプリンタドライバの処理は終了する。   In step S <b> 503, the printer driver determines whether an electronic book generation is instructed in the printer driver installed on the information processing apparatus 300. For example, in the stored print settings, if an output including an electronic book is selected as the output method, it can be determined that generation of an electronic book is instructed. As a result of the determination, if an instruction to generate an electronic book has not been given, the process proceeds to S504 as in the case of a normal print instruction, and the printer driver uses the predetermined PDL (to be converted by the printer driver as the document data to be output. Page description language). If it is determined in step S503 that generation of an electronic book has been instructed, the process proceeds to step S505 without converting the printer driver into a PDL to be converted. In step S <b> 505, data prepared in the processing in the printer driver up to step S <b> 504 is transmitted to the target image processing apparatus 200. In other words, when the electronic book generation is instructed, the saved print setting data and the document data to be output are transmitted to the image processing apparatus 200. Even when PDL data is transmitted to the image processing apparatus 200, at least print setting data for determining the presence / absence of an instruction to generate an electronic book is transmitted to the image processing apparatus 200. When PDL data is transmitted, it is sufficient to determine whether or not there is an instruction to generate an electronic book, and it is not necessary to transmit the entire print setting data. If the print setting data is data described in XML or the like, for example, it is possible to transmit only a part and determine the contents. The processing of the printer driver installed in the information processing apparatus 300 in the processing from S501 to S505 is thus completed.

S510では、情報処理装置300にインストールされたプリンタドライバよりネットワーク100を経由して送信されてきたデータを、NIC204を通し、データ入力部301によって受信しS511へ進む。S511では、受信した印刷設定データが電子書籍生成の指示を含むかどうかをデータ形式解析部303において判定する。電子書籍生成の指示が有る場合はS512へ進み、電子書籍生成の指示が無い場合はS514へ進む。S512では、電子データ生成部307において電子書籍を生成し、印刷データ生成部309及びイメージデータ描画部310においてイメージデータ生成し、S513へ進む。S513では、S512において生成された電子書籍を、RAM203又は画像処理装置200に用意されたHDD、又はリムーバルメモリ、又はネットワークで接続されたサーバー400に保存し、S515へ進む。S514では印刷データ生成部309及びイメージデータ描画部310においてイメージデータ生成し、S515へ進む。S515では作成されたイメージデータを基に、PRINTER209によって記録紙に画像形成を行う。以上S510からS515の処理でROM202に格納されたファームモジュールに従って画像処理装置200のCPU201が実行する処理は終了する。   In S510, data transmitted from the printer driver installed in the information processing apparatus 300 via the network 100 is received by the data input unit 301 through the NIC 204, and the process proceeds to S511. In step S511, the data format analysis unit 303 determines whether the received print setting data includes an electronic book generation instruction. If there is an instruction to generate an electronic book, the process proceeds to S512, and if there is no instruction to generate an electronic book, the process proceeds to S514. In S512, an electronic book is generated in the electronic data generation unit 307, image data is generated in the print data generation unit 309 and the image data drawing unit 310, and the process proceeds to S513. In step S513, the electronic book generated in step S512 is stored in the RAM 203 or the HDD prepared in the image processing apparatus 200, the removable memory, or the server 400 connected via a network, and the process proceeds to step S515. In S514, the print data generation unit 309 and the image data drawing unit 310 generate image data, and the process proceeds to S515. In step S515, an image is formed on a recording sheet by the PRINTER 209 based on the created image data. The processing executed by the CPU 201 of the image processing apparatus 200 in accordance with the firmware module stored in the ROM 202 in the processing from S510 to S515 is completed.

<画像処理装置による印刷処理手順>
図7は、実施例を示すフローチャート図5におけるS511、S512、S514の処理における第1の実施形態の流れを詳細に示したフローチャートの一例である。本フローチャートで示される処理は、ROM202に格納されたファームモジュールに従って画像処理装置200のCPU201が実行することによって実現される。
<Print processing procedure by image processing apparatus>
FIG. 7 is an example of a flowchart showing in detail the flow of the first embodiment in the processing of S511, S512, and S514 in FIG. The processing shown in this flowchart is realized by the CPU 201 of the image processing apparatus 200 executing according to the firmware module stored in the ROM 202.

S511では、データ解析部302を構成するデータ形式解析部303において電子書籍生成指示がされたデータであるかどうかを判定する。判定の結果、電子書籍生成指示がされていないデータだった場合は、S702へ進む。電子書籍生成指示がされたデータだった場合はS704へ進む。S702では、描画コード解析部305で描画情報を収集し、Layout情報解析部306でレイアウト情報を収集し、S703へ進む。S703では、S702で収集された描画情報及びレイアウト情報を元に、印刷データ生成部309によって印刷データを生成する。ここで生成される印刷データは、印刷されるイメージデータである。なおS702に分岐する場合、画像処理装置200は、情報処理装置300からPDLデータを受信している。そのため描画情報およびレイアウト情報の収集およびイメージデータの生成はジョブ単位で分離して行われるとは限らず、PDLデータに含まれるPDLの命令単位で実行されることもある。もちろん扱えるPDLデータはあらかじめ決められた形式である。   In step S <b> 511, it is determined whether the data format analysis unit 303 included in the data analysis unit 302 has been instructed to generate an electronic book. As a result of the determination, if the data is not instructed to generate an electronic book, the process proceeds to S702. If it is data for which an electronic book generation instruction has been given, the process proceeds to S704. In step S702, drawing information is collected by the drawing code analysis unit 305, layout information is collected by the layout information analysis unit 306, and the process proceeds to step S703. In step S <b> 703, the print data generation unit 309 generates print data based on the drawing information and layout information collected in step S <b> 702. The print data generated here is image data to be printed. In the case of branching to S <b> 702, the image processing apparatus 200 has received PDL data from the information processing apparatus 300. Therefore, drawing information and layout information collection and image data generation are not necessarily performed separately for each job, but may be performed for each PDL command included in the PDL data. Of course, the PDL data that can be handled is in a predetermined format.

一方S704では、描画コード解析部305で文書データから描画情報を収集し、Layout情報解析部306でレイアウト情報を収集し、Tag情報解析部304でタグ情報を収集し、S705及びS706へ進む。なおたとえば文書のコンテンツであるテキストやイメージはコンテンツ情報として別途抽出されてもよいが、本例ではたとえば描画情報に含めるものとして説明する。S705では、S704で収集された描画情報とレイアウト情報とを元に、印刷データ生成部309によって印刷データを生成する。S706では、S704で収集された描画情報及びタグ情報を元に、電子書データ生成部307によって電子書籍を生成する。このS705とS706の処理は並行して処理される。S704からS706による具体的な処理内容は、処理対象の文書データの形式に依存する。しかしながら、どのような文書であっても、文書データであれば、色やフォント等の描画情報、描画位置を示すレイアウト情報、文書の形式を示すタグ情報は抽出可能である。なおタグ情報は、タグ等のメタデータを用いた構造化文書を処理対象の文書データとしている場合には、その文書の構造を示すメタデータから生成或いは抽出できる。上記S704からS706の処理によって、電子書籍生成と印刷データ生成は並行処理されて生成される。   On the other hand, in step S704, the drawing code analysis unit 305 collects drawing information from the document data, the layout information analysis unit 306 collects layout information, the tag information analysis unit 304 collects tag information, and the process proceeds to steps S705 and S706. For example, text or an image that is the content of a document may be separately extracted as content information, but in this example, description will be made assuming that it is included in drawing information, for example. In step S <b> 705, print data is generated by the print data generation unit 309 based on the drawing information and layout information collected in step S <b> 704. In S706, the electronic book data generation unit 307 generates an electronic book based on the drawing information and tag information collected in S704. The processes in S705 and S706 are performed in parallel. The specific processing contents from S704 to S706 depend on the format of the document data to be processed. However, in any document, drawing information such as colors and fonts, layout information indicating a drawing position, and tag information indicating a document format can be extracted as long as it is document data. Note that the tag information can be generated or extracted from the metadata indicating the structure of the document when a structured document using metadata such as a tag is used as the document data to be processed. Through the processes from S704 to S706, the electronic book generation and the print data generation are generated in parallel.

以上の通り本実施形態によれば、入力文書データから電子書籍と印刷データとが画像処理装置により並行処理で生成される。なお、図5のS501−S505はプリンタドライバによる処理であるとしているが、文書データを作成し、印刷する機能を提供するアプリケーションプログラムにより実行されてもよい。
As described above, according to the present embodiment, the electronic book and the print data are generated from the input document data by the image processing apparatus in parallel processing. Although S501 to S505 in FIG. 5 are processing by the printer driver, they may be executed by an application program that provides a function of creating and printing document data.

[第2の実施形態]
図8は、第1実施形態の図5におけるS511、S512、S514の処理における第2の実施形態の流れを詳細に示したフローチャートの一例である。そのほかの構成や処理は第1実施形態と共通であるため説明を省略する。
本実施形態は、第1実施形態よりも小容量のメモリ構成の画像処理装置における実施形態であり、小メモリにおいて実現するため、印刷データ生成と電子書籍生成を同時に行う同時生成はせずにシーケンシャルに行う。図8のフローチャートで示される処理は、ROM202に格納されたファームモジュールに従って画像処理装置200のCPU201が実行することによって実現される。
[Second Embodiment]
FIG. 8 is an example of a flowchart showing in detail the flow of the second embodiment in the processing of S511, S512, and S514 in FIG. 5 of the first embodiment. Since other configurations and processes are the same as those in the first embodiment, description thereof will be omitted.
This embodiment is an embodiment of an image processing apparatus having a memory configuration smaller than that of the first embodiment. Since this embodiment is realized in a small memory, the print data generation and the electronic book generation are performed simultaneously without performing simultaneous generation. To do. The processing shown in the flowchart of FIG. 8 is realized by the CPU 201 of the image processing apparatus 200 executing according to the firmware module stored in the ROM 202.

S801では、データ形式解析部303において電子書籍生成指示がされたデータであるかどうかを判定する。判定の結果、電子書籍生成指示がされていないデータだった場合は、S802へ進む。電子書籍生成指示がされたデータだった場合はS803へ進む。S802では、描画コード解析部305で描画情報を収集し、Layout情報解析部306でレイアウト情報を収集し、S807へ進む。S803では、描画コード解析部305で描画情報を収集し、Layout情報解析部306でレイアウト情報を収集し、Tag情報解析部304でタグ情報を収集し、S804へ進む。   In step S <b> 801, the data format analysis unit 303 determines whether the data has been instructed to generate an electronic book. As a result of the determination, if the data is not instructed to generate an electronic book, the process proceeds to S802. If it is data for which an electronic book generation instruction has been given, the process advances to step S803. In step S802, drawing information is collected by the drawing code analysis unit 305, layout information is collected by the layout information analysis unit 306, and the process proceeds to step S807. In step S803, drawing information is collected by the drawing code analysis unit 305, layout information is collected by the layout information analysis unit 306, tag information is collected by the tag information analysis unit 304, and the process proceeds to step S804.

入力データのタグ情報及びレイアウト情報は基本的にDTP用組み版情報であり、XSLT等のスタイルシートで記載されている。これに対して電子書籍の組み版情報は、ウエブでの表示を目的としたCSS等のスタイルシートで記載される。よって、S803で収集されるタグ情報は、XSLT等のスタイルシートからCSS等のスタイルシートへの変換が可能な情報となる。レイアウト情報に含まれる情報の一部はタグ情報にも含まれるが、CSS等への変換が不可能な情報に関しては、後の印刷データ作成に向け、印刷データ生成部309への入力用レイアウト情報へレイアウト情報解析部306で変換される。   The tag information and layout information of the input data are basically DTP composition information and are described in a style sheet such as XSLT. On the other hand, the format information of the electronic book is described in a style sheet such as CSS for display on the web. Therefore, the tag information collected in S803 is information that can be converted from a style sheet such as XSLT to a style sheet such as CSS. A part of the information included in the layout information is also included in the tag information, but for information that cannot be converted to CSS or the like, layout information for input to the print data generation unit 309 is prepared for later generation of print data. Is converted by the layout information analysis unit 306.

例えば図10に示す入力データ1001はXHTMLとスタイルシートとで構成されており、作成される電子書籍データ(EPUB)1002も同様にXHTMLとスタイルシートとから構成されている。しかし、入力データ1001がサポートするタグをEPUB1002がすべてサポートしているわけではない。図10の例では、入力データ1001がサポートする<aa>,<dd>のタグをEPUB1002はサポートしていない。よって、EPUB1002がサポートしていないタグ<aa>,<dd>からレイアウト情報1003を作成する。このEPUBがサポートしていないタグからレイアウト情報を生成する例を図11に示す。CSS2.0の場合はページの概念が無いため、XSL−FO等のスタイルシートで示されたページサイズ等の情報はCSS2.0への変換が出来ない。よって、図11の例では、ページサイズの情報を示すタグ1101を、それと同義の、ページサイズを示すレイアウト情報1102に変換し、印刷データ生成時に用いる。変換後のタブは、変換後のレイアウト情報にリンクするリンク情報を示すタブに書き換えられる。このタブは電子書籍データとしては意味がないため、電子書籍を閲覧する際には無視されるが、本実施形態の処理においては、レイアウト情報をタグ情報とリンクするために利用される。たとえば図11の例では、入力データのタグ情報に含まれた<fo>タグ1101からは、レイアウト情報1102が生成され、さらにタグ1101の内容がレイアウト情報1102へのリンクに書き換えられる。また変換後のレイアウト情報は、たとえば変換前のタグ情報そのものを複製したものであってもよい。   For example, the input data 1001 shown in FIG. 10 is composed of XHTML and a style sheet, and the generated electronic book data (EPUB) 1002 is also composed of XHTML and a style sheet. However, the EPUB 1002 does not support all tags supported by the input data 1001. In the example of FIG. 10, the EPUB 1002 does not support the tags <aa> and <dd> supported by the input data 1001. Therefore, layout information 1003 is created from tags <aa> and <dd> that are not supported by EPUB 1002. An example of generating layout information from tags that are not supported by this EPUB is shown in FIG. In CSS2.0, since there is no concept of a page, information such as a page size indicated by a style sheet such as XSL-FO cannot be converted to CSS2.0. Therefore, in the example of FIG. 11, the tag 1101 indicating the page size information is converted into the layout information 1102 indicating the page size, which is synonymous with the tag 1101 and used when generating print data. The tab after conversion is rewritten into a tab indicating link information linked to the layout information after conversion. Since this tab is meaningless as electronic book data, it is ignored when browsing the electronic book, but in the processing of this embodiment, it is used to link the layout information with the tag information. For example, in the example of FIG. 11, layout information 1102 is generated from the <fo> tag 1101 included in the tag information of the input data, and the contents of the tag 1101 are rewritten as a link to the layout information 1102. The converted layout information may be a copy of the tag information itself before conversion, for example.

S804では、S803で収集された描画情報とタグ情報とを元に、電子データ生成部307で電子書籍を生成してS805へ進む。S804で生成された電子書籍は、画像処理装置200のRAM203又は画像処理装置200に用意された、HDD又はリムーバルメモリ、又はネットワークで接続されたサーバー400に等に保存され、S806へ進む。図10の例で説明すると、S805では、電子書籍データ1002とレイアウト情報1003とが生成される。ここで前述したように、レイアウト情報1003は、電子書籍ではサポートされていないタグに基づいて作成され、電子書籍データ1002に含まれたタグ情報にリンクされている。   In step S804, based on the drawing information and tag information collected in step S803, the electronic data generation unit 307 generates an electronic book, and the process advances to step S805. The electronic book generated in S804 is stored in the RAM 203 of the image processing apparatus 200 or the HDD 400, the removable memory prepared in the image processing apparatus 200, or the server 400 connected via the network, and the process proceeds to S806. In the example of FIG. 10, in S805, electronic book data 1002 and layout information 1003 are generated. As described above, the layout information 1003 is created based on a tag that is not supported by the electronic book, and is linked to the tag information included in the electronic book data 1002.

S806では、まず電子書籍データを描画コード解析部305及びLayout情報解析部306で解析し、描画情報とレイアウト情報とを生成する。描画情報は電子書籍に含まれるものを利用できる。レイアウト情報は、電子書籍データに含まれたタグ情報を基に作成される。ただし、電子書籍でサポートされていない、互換性のないタグについては、レイアウト情報へのリンクに書き換えられている。そこで、作成したレイアウト情報と、S803で生成したタグ情報に変換できなかったタグにリンクしたレイアウト情報1003とを入力データ変換部308において結合し、レイアウト情報を完成させる。こうして印刷データ生成部309へ入力する描画情報及びレイアウト情報を生成し、S807へ進む。S807では、S806で生成された描画情報とレイアウト情報とを元に、印刷データ生成部309において印刷データを生成する。例えば図10に示すように、EPUB1002より、レイアウト情報及び描画情報を作成する(1004)。サポート外タグから生成されたレイアウト情報1003とEPUB1002から作成されたレイアウト情報と描画情報(1004)から印刷データを作成する。この後、レイアウト情報1003や、レイアウト情報および描画情報1004は不要となるので削除される。   In step S806, the electronic book data is first analyzed by the drawing code analysis unit 305 and the layout information analysis unit 306 to generate drawing information and layout information. As drawing information, information contained in an electronic book can be used. The layout information is created based on tag information included in the electronic book data. However, incompatible tags that are not supported by electronic books are rewritten as links to layout information. Therefore, the created layout information and the layout information 1003 linked to the tag that could not be converted to the tag information generated in S803 are combined in the input data conversion unit 308 to complete the layout information. In this way, drawing information and layout information to be input to the print data generation unit 309 are generated, and the process proceeds to S807. In step S807, the print data generation unit 309 generates print data based on the drawing information and layout information generated in step S806. For example, as shown in FIG. 10, layout information and drawing information are created from the EPUB 1002 (1004). Print data is generated from the layout information 1003 generated from the unsupported tag, the layout information generated from the EPUB 1002, and the drawing information (1004). Thereafter, the layout information 1003, the layout information, and the drawing information 1004 become unnecessary and are deleted.

上記S801からS807の処理によって、電子書籍生成と印刷データ生成は小メモリ構成においてシーケンシャルに処理され生成される。この手順により、本実施形態では、印刷データの作成のために余分に必要となる記憶容量は、電子書籍に対して互換性のないタグと、そのタグにリンクしたレイアウト情報1003の記憶に要するもののみである。このため、電子書籍及び印刷の両方を行う際に必要となる記憶容量という資源を節約しつつ、プリンタドライバの設定を変更するという操作のみによって、電子書籍と印刷とを効率的に実現できる。
Through the processes from S801 to S807, electronic book generation and print data generation are sequentially processed and generated in a small memory configuration. With this procedure, in this embodiment, the extra storage capacity required for creating print data is that required for storing tags that are not compatible with electronic books and layout information 1003 linked to the tags. Only. For this reason, it is possible to efficiently realize the electronic book and the printing only by the operation of changing the setting of the printer driver while saving the resource of the storage capacity necessary for both the electronic book and the printing.

[第3の実施形態]
図9は第3の他の実施形態の流を示したフローチャートの一例である。本フローチャートで示される処理は、ROM202に格納されたファームモジュールに従って画像処理装置200のCPU201が実行することによって実現される。図9の手順は、図7と図8とをS903において切り替えるものである。S904は図7のS704−S706を含み、S905は図8のS803−S807を含む。またS906はS514に相当する。
[Third Embodiment]
FIG. 9 is an example of a flowchart showing the flow of the third other embodiment. The processing shown in this flowchart is realized by the CPU 201 of the image processing apparatus 200 executing according to the firmware module stored in the ROM 202. The procedure of FIG. 9 switches between FIG. 7 and FIG. 8 in S903. S904 includes S704-S706 in FIG. 7, and S905 includes S803-S807 in FIG. S906 corresponds to S514.

S901ではデータ入力部301において画像処理装置がデータを受信し、S902へ進む。S902ではデータ形式解析部303において電子書籍生成指示がされたデータであるかどうかを判定する。判定の結果、電子書籍生成指示がされていないデータだった場合は、S906へ進む。電子書籍生成指示がされたデータだった場合はS903へ進む。S903では、電子データ生成部307による電子書籍生成処理と、印刷データ生成部309による印刷データ生成処理とを同時に行えるかを判定する。S903における判定は、データ生成に使用できる記憶装置の容量がある一定量以上用意されているかどうかを、画像処理装置のメモリ容量やHDD容量をチェックすることにより判定することで行われる。同時(並行処理)に行えると判断された場合はS904へ進み、同時に処理できないと判断された場合はS905へ進む。S904では、第1の実施形態で示したように、データ解析部302、電子書籍生成部307及び印刷データ生成部309において、印刷データの生成と、電子書籍の生成を並行して行う。S905では、第2実施形態で示したように、データ解析部302、電子書籍生成部307及び印刷データ生成部309において、電子書籍の生成と印刷データの生成をシーケンシャルに行う。S906では、データ解析部302及び印刷データ生成部309によって、印刷データの生成を行う。   In S901, the image processing apparatus receives data in the data input unit 301, and the process proceeds to S902. In step S902, the data format analysis unit 303 determines whether the data has been instructed to generate an electronic book. As a result of the determination, if the data is not instructed to generate an electronic book, the process proceeds to S906. If it is data for which an electronic book generation instruction has been given, the process advances to step S903. In step S903, it is determined whether the electronic book generation process by the electronic data generation unit 307 and the print data generation process by the print data generation unit 309 can be performed simultaneously. The determination in S903 is performed by determining whether or not a certain amount of storage device capacity is available for data generation by checking the memory capacity and HDD capacity of the image processing apparatus. If it is determined that the processing can be performed simultaneously (parallel processing), the process proceeds to S904. If it is determined that the processing cannot be performed simultaneously, the process proceeds to S905. In S904, as shown in the first embodiment, in the data analysis unit 302, the electronic book generation unit 307, and the print data generation unit 309, generation of print data and generation of an electronic book are performed in parallel. In S905, as shown in the second embodiment, the data analysis unit 302, the electronic book generation unit 307, and the print data generation unit 309 sequentially generate an electronic book and print data. In step S906, the data analysis unit 302 and the print data generation unit 309 generate print data.

以上のようにして、本実施形態によれば、印刷および電子書籍生成のために利用可能な資源、特に記憶資源の量に応じて、より少量の資源で処理可能な直列処理と、資源の消費量は多くなるが、処理時間の短縮を図ることができる並列処理とを切り替えることができる。   As described above, according to the present embodiment, serial processing that can be processed with a smaller amount of resources according to the amount of resources that can be used for printing and electronic book generation, in particular, the amount of storage resources, and resource consumption Although the amount increases, it is possible to switch to parallel processing that can reduce the processing time.

<その他の実施形態>
また、本発明は、以下の処理を実行することによっても実現される。即ち、上述した実施形態の機能を実現するソフトウェア(プログラム)を、ネットワーク又は各種記憶媒体を介してシステム或いは装置に供給し、そのシステム或いは装置のコンピュータ(又はCPUやMPU等)がプログラムを読み出して実行する処理である。
<Other embodiments>
The present invention can also be realized by executing the following processing. That is, software (program) that realizes the functions of the above-described embodiments is supplied to a system or apparatus via a network or various storage media, and a computer (or CPU, MPU, etc.) of the system or apparatus reads the program. It is a process to be executed.

上述した実施形態の構成によれば、携帯端末をより容易に利用可能にすることができる。   According to the configuration of the above-described embodiment, the mobile terminal can be used more easily.

以上、本発明の好ましい実施形態について詳述したが、本発明は係る特定の実施形態に限定されるものではなく、特許請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。   The preferred embodiments of the present invention have been described in detail above, but the present invention is not limited to such specific embodiments, and various modifications can be made within the scope of the gist of the present invention described in the claims.・ Change is possible.

Claims (8)

情報処理装置から受信した文書データを印刷し、かつ所定の形式の電子データに変換して出力する画像処理装置であって、
前記文書データの印刷設定として、印刷するとともに電子データに変換する同時生成が設定されている場合、前記情報処理装置から受信した前記文書データに基づいて、オブジェクトの可視化に用いる描画情報と、オブジェクトのページ内での位置を示すレイアウト情報と、文書の構造を示すタグ情報とを生成する生成手段と、
前記描画情報と前記タグ情報とに基づいて、タグ情報を含む電子データを生成して保存する電子データ生成手段と、
前記描画情報と前記レイアウト情報とに基づいて前記文書データを印刷データに変換して当該印刷データを印刷する印刷手段と
を有することを特徴とする画像処理装置。
An image processing apparatus that prints document data received from an information processing apparatus, converts the document data into electronic data in a predetermined format, and outputs the electronic data.
When simultaneous generation to print and convert to electronic data is set as the print setting of the document data, drawing information used for object visualization based on the document data received from the information processing apparatus, Generating means for generating layout information indicating a position in a page and tag information indicating a document structure;
Electronic data generating means for generating and storing electronic data including tag information based on the drawing information and the tag information;
An image processing apparatus comprising: a printing unit configured to convert the document data into print data based on the drawing information and the layout information and print the print data.
前記電子データ生成手段による電子データの生成と、前記印刷手段により印刷とは並列に実行されることを特徴とする請求項1に記載の画像処理装置。   The image processing apparatus according to claim 1, wherein generation of electronic data by the electronic data generation unit and printing by the printing unit are executed in parallel. 前記電子データ生成手段は、前記生成手段により生成された前記タグ情報に含まれたタグのうち、前記電子データとは互換性のないタグを当該タグと同義のレイアウト情報に変換して前記タグと前記レイアウト情報とをリンクしたタグ情報を含む前記電子データを生成し、
前記印刷手段は、前記生成手段により生成したレイアウト情報と、前記電子データに含まれたタグ情報に含まれたタグにリンクされたレイアウト情報とを結合したレイアウト情報を生成し、当該レイアウト情報と前記電子データに含まれた描画情報とに基づいて印刷データを生成することを特徴とする請求項1に記載の画像処理装置。
The electronic data generation means converts a tag that is incompatible with the electronic data among the tags included in the tag information generated by the generation means into layout information having the same meaning as the tag, and Generating the electronic data including tag information linked to the layout information;
The printing unit generates layout information obtained by combining the layout information generated by the generating unit and the layout information linked to the tag included in the tag information included in the electronic data. The image processing apparatus according to claim 1, wherein print data is generated based on drawing information included in the electronic data.
前記画像処理装置の記憶資源の容量が一定量以上であるか判定し、一定量以上であれば、前記電子データ生成手段による電子データの生成と、前記印刷手段により印刷とを並列に実行し、一定量以上でなければ、請求項3に従って電子データを生成し、当該電子データに基づいて印刷データを生成して印刷することを特徴とする請求項3に記載の画像処理装置。   It is determined whether the capacity of the storage resource of the image processing apparatus is a certain amount or more, and if it is a certain amount or more, generation of electronic data by the electronic data generation unit and printing by the printing unit are executed in parallel. The image processing apparatus according to claim 3, wherein electronic data is generated according to claim 3 if it is not a certain amount or more, and print data is generated and printed based on the electronic data. 請求項1乃至4のいずれか一項に記載した画像処理装置と接続された情報処理装置であって、
文書データの印刷設定として、文書データを印刷するとともに電子データに変換する同時生成を設定することができる設定手段と、
前記設定手段により前記同時生成が設定されていると、前記文書データを前記画像処理装置に送信し、前記同時生成が設定されていないと前記文書データを所定のページ記述言語に変換して前記画像処理装置に送信する送信手段と
を備えることを特徴とする情報処理装置。
An information processing apparatus connected to the image processing apparatus according to any one of claims 1 to 4,
A setting unit capable of setting simultaneous generation for printing document data and converting it into electronic data as print settings for document data;
If the simultaneous generation is set by the setting means, the document data is transmitted to the image processing device, and if the simultaneous generation is not set, the document data is converted into a predetermined page description language and the image An information processing apparatus comprising: transmission means for transmitting to a processing apparatus.
請求項1乃至4のいずれか一項に記載した画像処理装置と、請求項5に記載した情報処理装置とを接続したことを特徴とする印刷システム。   A printing system comprising: the image processing apparatus according to claim 1 connected to the information processing apparatus according to claim 5. 情報処理装置から受信した文書データを印刷し、かつ所定の形式の電子データに変換して出力する画像処理装置による画像処理方法であって、
前記文書データの印刷設定として、印刷するとともに電子データに変換する同時生成が設定されている場合、前記情報処理装置から受信した前記文書データに基づいて、オブジェクトの可視化に用いる描画情報と、オブジェクトのページ内での位置を示すレイアウト情報と、文書の構造を示すタグ情報とを生成する生成工程と、
前記描画情報と前記タグ情報とに基づいて、タグ情報を含む電子データを生成して保存する電子データ生成工程と、
前記描画情報と前記レイアウト情報とに基づいて前記文書データを印刷データに変換して当該印刷データを印刷する印刷工程と
を有することを特徴とする画像処理方法。
An image processing method by an image processing apparatus that prints document data received from an information processing apparatus, converts the document data into electronic data of a predetermined format, and outputs the electronic data.
When simultaneous generation to print and convert to electronic data is set as the print setting of the document data, drawing information used for object visualization based on the document data received from the information processing apparatus, A generation process for generating layout information indicating a position in a page and tag information indicating a document structure;
An electronic data generation step of generating and storing electronic data including tag information based on the drawing information and the tag information;
An image processing method comprising: a printing step of converting the document data into print data based on the drawing information and the layout information and printing the print data.
情報処理装置から受信した文書データを印刷または所定の形式の電子データに変換して出力する画像処理方法をコンピュータに実行させるためのプログラムであって、
前記文書データの印刷設定として、印刷するとともに電子データに変換する同時生成が設定されている場合、前記情報処理装置から受信した前記文書データに基づいて、オブジェクトの可視化に用いる描画情報と、オブジェクトのページ内での位置を示すレイアウト情報と、文書の構造を示すタグ情報とを生成する生成工程と、
前記描画情報と前記タグ情報とに基づいて、タグ情報を含む電子データを生成して保存する電子データ生成工程と、
前記描画情報と前記レイアウト情報とに基づいて前記文書データを印刷データに変換して当該印刷データを印刷する印刷工程と
をコンピュータに実行させるためのプログラム。
A program for causing a computer to execute an image processing method for printing or converting document data received from an information processing apparatus into electronic data of a predetermined format and outputting the electronic data,
When simultaneous generation to print and convert to electronic data is set as the print setting of the document data, drawing information used for object visualization based on the document data received from the information processing apparatus, A generation process for generating layout information indicating a position in a page and tag information indicating a document structure;
An electronic data generation step of generating and storing electronic data including tag information based on the drawing information and the tag information;
A program for causing a computer to execute a printing step of converting the document data into print data based on the drawing information and the layout information and printing the print data.
JP2012118001A 2012-05-23 2012-05-23 Information processing system Pending JP2013247413A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012118001A JP2013247413A (en) 2012-05-23 2012-05-23 Information processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012118001A JP2013247413A (en) 2012-05-23 2012-05-23 Information processing system

Publications (1)

Publication Number Publication Date
JP2013247413A true JP2013247413A (en) 2013-12-09

Family

ID=49846904

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012118001A Pending JP2013247413A (en) 2012-05-23 2012-05-23 Information processing system

Country Status (1)

Country Link
JP (1) JP2013247413A (en)

Similar Documents

Publication Publication Date Title
JP5371726B2 (en) Information processing apparatus, information processing apparatus control method, and program
US9317234B2 (en) Computer readable information recording medium storing preview display program, preview display apparatus and preview display method
WO2011138848A1 (en) Information processing apparatus, method for controlling same, and storage medium
US9507544B2 (en) Information processing apparatus, recording medium, and control method to process print data using filters
CN104238970A (en) image forming apparatus and print control method
EP2175397A2 (en) Image forming apparatus and method thereof
JP2007233591A (en) Printer driver and its test printing method and printer
US9036170B2 (en) Relaying device, image processing device, and system comprising image processing device and relaying device
JP2011243004A (en) Information processor, print control program, recording medium, print control system and image-forming apparatus
JP2009053789A (en) Information processor, program, and computer-readable recording medium
US10310788B2 (en) Control method for generating data used for printing and information processing apparatus
US9117158B2 (en) Image forming apparatus, image forming method, and non-transitory computer readable medium
US11630610B2 (en) Information processing apparatus and non-transitory computer readable medium for generating web page print data
JP6397168B2 (en) Image processing apparatus, image processing apparatus control method, and program
JP5699604B2 (en) Printing program, information processing apparatus, and recording medium
JP2013247413A (en) Information processing system
JP5619245B2 (en) Information processing apparatus, information processing apparatus control method, and program
JP7255277B2 (en) Image processing device and image processing system
JP2014029633A (en) Information processing device and printing system
JP2010218325A (en) Printing controller and printing system
JP5104446B2 (en) Print control apparatus, program, and system
JP2011060154A (en) Printer driver, information processor, and computer readable storage medium
JP2005321886A (en) Print supporting module, port monitor, recording medium and print job issuing method
CN105991879A (en) Printing system image forming apparatus, and printing method
JP2014130430A (en) Information processing apparatus, printing system, and program