[go: up one dir, main page]

JP2003162404A5 - - Google Patents

Download PDF

Info

Publication number
JP2003162404A5
JP2003162404A5 JP2002029582A JP2002029582A JP2003162404A5 JP 2003162404 A5 JP2003162404 A5 JP 2003162404A5 JP 2002029582 A JP2002029582 A JP 2002029582A JP 2002029582 A JP2002029582 A JP 2002029582A JP 2003162404 A5 JP2003162404 A5 JP 2003162404A5
Authority
JP
Japan
Prior art keywords
sheet
paper
feeding unit
page
determination
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
JP2002029582A
Other languages
Japanese (ja)
Other versions
JP3848172B2 (en
JP2003162404A (en
Filing date
Publication date
Application filed filed Critical
Priority to JP2002029582A priority Critical patent/JP3848172B2/en
Priority claimed from JP2002029582A external-priority patent/JP3848172B2/en
Priority to US10/359,264 priority patent/US7359084B2/en
Publication of JP2003162404A publication Critical patent/JP2003162404A/en
Publication of JP2003162404A5 publication Critical patent/JP2003162404A5/ja
Application granted granted Critical
Publication of JP3848172B2 publication Critical patent/JP3848172B2/en
Priority to US12/036,203 priority patent/US8724158B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

<システム構成及び動作>
図1は、本実施の形態の文書処理システムのソフトウェア構成を示す図である。文書処理システムは、本発明の情報処理装置に好適な実施形態であるデジタルコンピュータ100によって実現されている。一般アプリケーション101は、ワードプロセシングやスプレッドシート、フォトレタッチ、ドローあるいはペイント、プレゼンテーション、テキスト編集などの機能を提供するアプリケーションプログラムであり、オペレーティングシステム(OS)に対する印刷機能を有している。これらアプリケーションは、作成された文書データや画像データなどのアプリケーションデータを印刷するにあたって、OSにより提供される所定のインターフェース(一般に、GDIと呼ばれる)を利用する。すなわち、アプリケーション101は、作成したデータを印刷するために、前記インターフェースを提供するOSの出力モジュールに対して、あらかじめ定められる、OSに依存する形式の出力コマンド(GDI関数と呼ばれる)を送信する。出力コマンドを受けた出力モジュールは、プリンタ等の出力デバイスが処理可能な形式にそのコマンドを変換し、変換されたコマンド(DDI関数と呼ばれる)を出力する。出力デバイスが処理可能な形式はデバイスの種類やメーカ、機種などによって異なるために、デバイスごとにデバイスドライバが提供されており、OSではそのデバイスドライバを利用してコマンドの変換を行うことにより印刷データを生成し、JL(Job Language)でくくることにより印刷ジョブを生成する。OSとしてマイクロソフト社のウインドウズを利用する場合には、前述した出力モジュールとしてはGDI(Graphic Device Interface)と呼ばれるモジュールが相当する。
<System configuration and operation>
FIG. 1 is a diagram showing a software configuration of the document processing system according to the present embodiment. The document processing system is realized by a digital computer 100 which is a preferred embodiment for the information processing apparatus of the present invention. The general application 101 is an application program that provides functions such as word processing, spreadsheet, photo retouching, drawing or painting, presentation, and text editing, and has a printing function for an operating system (OS) . These applications use a predetermined interface (generally called GDI) provided by the OS when printing application data such as created document data and image data. That is, in order to print the created data, the application 101 transmits an OS-dependent output command (referred to as a GDI function) to the OS output module that provides the interface. Upon receiving the output command, the output module converts the command into a format that can be processed by an output device such as a printer, and outputs the converted command (called a DDI function). Since the format that can be processed by the output device differs depending on the device type, manufacturer, model, etc., a device driver is provided for each device, and the OS uses the device driver to convert commands to print data. And a print job is generated by using JL (Job Language). When using Microsoft Windows as the OS, a module called GDI (Graphic Device Interface) corresponds to the output module described above.

さて、開かれたブックファイルには、電子原稿ライタ102によって電子原稿ファイルに変換されたアプリケーションデータを、新たな章として追加することができる。この機能を電子原稿インポート機能と呼ぶ。図7の手順によって新規に作成されたブックファイルに電子原稿インポートすることで、そのブックファイルには実体が与えられる。この機能は、図10または図11の画面にアプリケーションデータをドラッグアンドドロップ操作することで起動される。図8に電子原稿インポートの手順を示す。 In the opened book file, application data converted into an electronic manuscript file by the electronic manuscript writer 102 can be added as a new chapter. This function is called an electronic document import function. By importing an electronic manuscript into a book file newly created by the procedure of FIG. 7, an entity is given to the book file. This function is activated by dragging and dropping application data on the screen of FIG . 10 or FIG . FIG. 8 shows an electronic document import procedure.

まず、製本アプリケーション104は、指定されたアプリケーションデータを生成したアプリケーションプログラムを起動し、デバイスドライバとして電子原稿ライタ102を指定してアプリケーションデータを印刷出力させることで、電子原稿データに変換する(ステップS801)。変換を終えたなら、変換されたデータが画像データであるか否かを判定する(ステップS802)。この判定は、ウインドウズOSの下であれば、アプリケーションデータのファイル拡張子に基づいて行うことができる。例えば、拡張子が「bmp」であればウインドウズビットマップデータであり、「jpg」であればjpeg圧縮された画像データ、「tiff」であればtiff形式の画像データであると判定できる。また、このような画像データの場合はS801のようにアプリケーションを起動せずに、画像データから直接電子原稿ファイルを生成することが可能であるため、S801の処理を省略することも可能である。   First, the bookbinding application 104 activates an application program that generates designated application data, designates the electronic document writer 102 as a device driver, and prints out the application data to convert it into electronic document data (step S801). ). When the conversion is completed, it is determined whether or not the converted data is image data (step S802). This determination can be made based on the file extension of the application data under the Windows OS. For example, if the extension is “bmp”, it is determined to be Windows bitmap data, if “jpg”, it is determined to be jpg compressed image data, and if “tiff”, it is determined to be image data in the tif format. In the case of such image data, since it is possible to generate an electronic document file directly from image data without starting an application as in S801, the processing in S801 can be omitted.

(1)新規追加
(2)削除
(3)コピー
(4)切り取り
(5)貼り付け
(6)移動
(7)章名称変更
(8)ページ番号名称振り直し
(9)表紙挿入
(10)合紙挿入
(11)インデックス紙挿入
(12)各原稿ページに対するページレイアウト。
このほか、いったん行った編集操作を取り消す操作や、さらに取り消した操作をやり直す操作が可能である。これら編集機能により、例えば複数のブックファイルの統合、ブックファイル内で章やページの再配置、ブックファイル内で章やページの削除、原稿ページのレイアウト変更、合紙やインデックス紙の挿入などといった編集操作が可能となる。これらの操作を行うと、図4乃至図6に示す属性に操作結果が反映されたり、あるいはブックファイルの構造に反映される。たとえば、ブランクページの新規追加操作を行えば、指定された箇所にブランクページが挿入される。このブランクページは原稿ページとして扱われる。また、原稿ページに対するレイアウトを変更すれば、その変更内容は、印刷方法やN−up印刷、表紙/裏表紙、インデックス紙、合紙、章区切りといった属性に反映される。
(1) New addition (2) Delete (3) Copy (4) Cut (5) Paste (6) Move (7) Rename chapter (8) Rename page number (9) Insert cover (10) Insert paper Insert (11) Insert index paper (12) Page layout for each document page.
In addition, an operation for canceling an editing operation once performed and an operation for redoing the canceled operation are possible. Using these editing functions, for example, integration of multiple book files, rearrangement of chapters and pages in the book file, deletion of chapters and pages in the book file, layout change of manuscript pages, insertion of slip sheets and index sheets, etc. Operation becomes possible. When these operations are performed, the operation results are reflected in the attributes shown in FIGS. 4 to 6 or the book file structure. For example, if a blank page new addition operation is performed, a blank page is inserted at a specified location. This blank page is treated as a manuscript page. If the layout of the original page is changed, the changed content is reflected in attributes such as a printing method, N-up printing, front / back cover, index paper, slip sheet, and chapter break.

印刷集中管理サーバ1202は、クライアント文書管理システム1200に格納された、あるいは文書管理サーバ1201に格納されたブックファイルの印刷を管理するサーバである。クライアントにおける印刷要求は、DOMSドライバ109およびDOMSプリントサービスモジュール110を介して印刷集中管理サーバ1202のDOMSWGサーバモジュール1221に送信される。集中印刷管理サーバ1202は、クライアントのプリンタで印刷する場合にはクライアントのDOMSプリントサービスモジュール110を介して電子原稿デスプーラ105に電子原稿データを渡し、プリントサーバ1203により印刷する場合には、プリントサーバ1203のDOMSプリントサービスモジュール1203に送信する。印刷集中管理サーバ1202は、例えば保存されているブックファイルに対して印刷要求を発行した利用者の資格などについてセキュリティチェックを行ったり、印刷処理のログを保存したりする。このように、文書処理システムは、スタンドアロンとしても、クライアントサーバシステムとしても実現できる。 The print central management server 1202 is a server that manages printing of book files stored in the client document management system 1200 or stored in the document management server 1201. The print request in the client is transmitted to the DOMSWG server module 1221 of the print central management server 1202 via the DOMS driver 109 and the DOMS print service module 110. The centralized print management server 1202 passes the electronic document data to the electronic document despooler 105 via the client's DOMS print service module 110 when printing with the client printer, and when printing with the print server 1203, the print server 1203. To the DOMS print service module 1203. The print central management server 1202 performs a security check on the qualification of the user who issued the print request to the stored book file, for example, and stores a print processing log. As described above, the document processing system can be realized as a stand-alone or a client-server system.

<プレビュー表示の内容>
すでに説明したとおり、ブックファイルが製本アプリケーション104によって開かれると、図10に示すユーザインターフェース画面1100が表示される。ツリー部1101には、開いているブック(以下、「注目ブック」と呼ぶ。)の構造を示すツリーが表示される。プレビュー部には、利用者の指定に応じて、3通りの表示方法が用意されている。第1は原稿ページをそのまま表示する原稿ビューと呼ばれるモードである。原稿ビューモードでは、注目ブックに属する原稿ページの内容が縮小されて表示される。プレビュー部の表示にレイアウトは反映されない。第2は印刷ビューモードである。印刷ビューモードでは、プレビュー部1102には、原稿ページのレイアウトが反映された形で原稿ページが表示される。第3は簡易印刷ビューモードである。簡易印刷ビューモードでは、各原稿ページの内容はプレビュー部の表示には反映されず、レイアウトのみが反映される。
<Contents of preview display>
As described above, when the book file is opened by the bookbinding application 104 , the user interface screen 1100 shown in FIG. 10 is displayed. The tree portion 1101 displays a tree showing the structure of an open book (hereinafter referred to as “target book”). In the preview section, three display methods are prepared according to the user's designation. The first is a mode called a document view that displays a document page as it is. In the document view mode, the content of the document page belonging to the book of interest is reduced and displayed. The layout is not reflected in the preview display. The second is a print view mode. In the print view mode, an original page is displayed on the preview unit 1102 in a form that reflects the original page layout. The third is a simple print view mode. In the simple print view mode, the contents of each original page are not reflected in the display of the preview portion, but only the layout is reflected.

Claims (7)

前記複数種類の用紙は、表紙、裏表紙、合紙、インデックス紙の少なくともいずれか1つを含み、前記判断工程では、用紙の種類に応じて判断することを特徴とする請求項1乃至4のいずれかに記載の情報処理方法。    The plurality of types of paper includes at least one of a front cover, a back cover, a slip sheet, and an index sheet, and the determination step determines according to the type of the sheet. An information processing method according to any one of the above. 前記給紙部は複数の給紙部を有し、前記判断工程では、用紙の種類及び当該用紙が給紙される給紙部に応じて判断することを特徴とする請求項1乃至5のいずれかに記載の情報処理方法。    6. The paper feeding unit according to claim 1, wherein the paper feeding unit includes a plurality of paper feeding units, and the determination step makes a determination according to a paper type and a paper feeding unit to which the paper is fed. Information processing method according to crab. 前記判断工程では、用紙が第2の給紙部から給紙される場合及び、両面印刷且つインデックス紙の裏側である場合に、印刷不可能なページであると判断することを特徴とする請求項7に記載の情報処理方法。    The determining step determines that the page is an unprintable page when the sheet is fed from a second sheet feeding unit and when the sheet is printed on both sides and on the reverse side of the index sheet. 8. The information processing method according to 7. 前記複数種類の用紙は、表紙、裏表紙、合紙、インデックス紙の少なくともいずれか1つを含み、前記判断手段は、用紙の種類に応じて判断することを特徴とする請求項12乃至15のいずれかに記載の装置。    16. The plurality of types of sheets include at least one of a front cover, a back cover, a slip sheet, and an index sheet, and the determination unit determines according to the type of the sheet. The device according to any one of the above. 前記給紙部は複数の給紙部を有し、前記判断手段は、用紙の種類及び当該用紙が給紙される給紙部に応じて判断することを特徴とする請求項12乃至16のいずれかに記載の装置。    17. The sheet feeding unit according to claim 12, wherein the sheet feeding unit includes a plurality of sheet feeding units, and the determination unit makes a determination according to a paper type and a sheet feeding unit to which the sheet is fed. A device according to the above. 前記判断手段は、用紙が第2の給紙部から給紙される場合及び、両面印刷且つインデックス紙の裏側である場合に、印刷不可能なページであると判断することを特徴とする請求項18に記載の装置。    The determination unit determines that the page is an unprintable page when the sheet is fed from a second sheet feeding unit and when the sheet is double-sided and the back side of the index sheet. The device according to claim 18. 前記排紙方法設定手段は、出力時におけるZ折りの有無の設定を行う手段を含み、前記排紙方法設定手段により出力時におけるZ折りの設定がなされている場合に、前記用紙サイズ変更手段は、前記挿入用紙のサイズとして出力用紙サイズの半分のサイズに変更することを特徴とする請求項13に記載の装置。    The paper discharge method setting means includes means for setting whether or not Z-folding is performed at the time of output. When the Z-folding is set at the time of output by the paper discharge method setting means, the paper size changing means is 14. The apparatus according to claim 13, wherein the size of the insertion sheet is changed to a half size of an output sheet size.
JP2002029582A 2001-09-14 2002-02-06 Information processing method and information processing apparatus Expired - Fee Related JP3848172B2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2002029582A JP3848172B2 (en) 2001-09-14 2002-02-06 Information processing method and information processing apparatus
US10/359,264 US7359084B2 (en) 2002-02-06 2003-02-06 Preview display for multiple-sided printing
US12/036,203 US8724158B2 (en) 2002-02-06 2008-02-22 Preview display for multiple-sided printing

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2001280761 2001-09-14
JP2001-280761 2001-09-14
JP2002029582A JP3848172B2 (en) 2001-09-14 2002-02-06 Information processing method and information processing apparatus

Publications (3)

Publication Number Publication Date
JP2003162404A JP2003162404A (en) 2003-06-06
JP2003162404A5 true JP2003162404A5 (en) 2005-04-07
JP3848172B2 JP3848172B2 (en) 2006-11-22

Family

ID=26622298

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002029582A Expired - Fee Related JP3848172B2 (en) 2001-09-14 2002-02-06 Information processing method and information processing apparatus

Country Status (1)

Country Link
JP (1) JP3848172B2 (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4401850B2 (en) 2004-04-16 2010-01-20 キヤノン株式会社 Document processing apparatus and method
JP4154368B2 (en) 2004-06-15 2008-09-24 キヤノン株式会社 Document processing apparatus, document processing method, and document processing program
JP2010250393A (en) 2009-04-10 2010-11-04 Canon Inc Information processing apparatus and information processing method
JP5127817B2 (en) * 2009-12-04 2013-01-23 キヤノン株式会社 Image forming apparatus, display control method, and program
JP5677043B2 (en) 2009-12-15 2015-02-25 キヤノン株式会社 Information processing apparatus, information processing method, and program
JP2011232662A (en) * 2010-04-30 2011-11-17 Konica Minolta Business Technologies Inc Image forming apparatus
JP5179559B2 (en) * 2010-11-12 2013-04-10 シャープ株式会社 Control device for controlling image processing system, image forming device, image reading device, control method, image processing program, and computer-readable recording medium
JP7380079B2 (en) * 2019-10-24 2023-11-15 富士フイルムビジネスイノベーション株式会社 Printing control device and printing program

Similar Documents

Publication Publication Date Title
US7394562B2 (en) Information processing apparatus and method
US8689100B2 (en) Document processing apparatus, control method therefor, and computer program
JP4532798B2 (en) Document processing apparatus and method
US7268909B2 (en) Document processing method and apparatus
JP4948283B2 (en) Information processing apparatus, control method, and control program
US7710590B2 (en) Automatic maintenance of page attribute information in a workflow system
US7359084B2 (en) Preview display for multiple-sided printing
JP4810027B2 (en) Information processing apparatus and method
JP2003162404A5 (en)
JP6270455B2 (en) Image forming apparatus, image forming apparatus control method, and program
US20100088584A1 (en) Methods and systems for processing a document in a print-production system
JP5027676B2 (en) Print setting program and print setting method
US20060012817A1 (en) Integrated tab and slip sheet editing and automatic printing workflow
JP2010113596A (en) Document processing system
JP4388080B2 (en) Information processing apparatus and information processing method
JP2008011332A (en) Image processing apparatus and its control program
JP4612894B2 (en) Information processing apparatus, layout processing method, program, and storage medium
JP3991028B2 (en) Document processing method and information processing apparatus
JP3903036B2 (en) Document creation method and document creation apparatus
US20040239994A1 (en) Image forming apparatus, image forming method and image forming system for receiving and executing plurality of print jobs
JP2006202025A (en) Document processing method, print control method, and its system
JP2007128325A (en) Printing control apparatus and means therefor
JP5350500B2 (en) Information processing apparatus, control method, and control program
JP4388081B2 (en) Information processing apparatus and information processing method
TW563058B (en) Method for adding encoded information to mission-critical pages of a document during a document assembly process and documents produced thereby