JP2011028502A - Plug-in software - Google Patents

Plug-in software Download PDF

Info

Publication number
JP2011028502A
JP2011028502A JP2009173372A JP2009173372A JP2011028502A JP 2011028502 A JP2011028502 A JP 2011028502A JP 2009173372 A JP2009173372 A JP 2009173372A JP 2009173372 A JP2009173372 A JP 2009173372A JP 2011028502 A JP2011028502 A JP 2011028502A
Authority
JP
Japan
Prior art keywords
plug
borderless
print
application
software
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
JP2009173372A
Other languages
Japanese (ja)
Inventor
Daisuke Hori
大輔 堀
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 JP2009173372A priority Critical patent/JP2011028502A/en
Publication of JP2011028502A publication Critical patent/JP2011028502A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To solve the following problem: when a borderless printing function is used, it is troublesome for a user to set a borderless sheet in an application, and set borderless print in a printer driver. <P>SOLUTION: By using plug-in software embedded in a general application, and configured to extend a function cooperatively with a printer driver, borderless printing is performed through plug-in so that there is no need for a user to consider the setting of an application and a printer driver. Thus, it is possible to perform simple borderless printing from the general application. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、汎用アプリケーションに組み込まれ、印刷装置を制御するプリンタドライバと連携して機能を拡張するプラグインソフトウェアに関するものである。   The present invention relates to plug-in software that is incorporated in a general-purpose application and extends functions in cooperation with a printer driver that controls a printing apparatus.

アプリケーションで編集や表示等を行ったデータを、プリンタを用い印刷を行う際は、一般的に、プリンタに対応したプリンタドライバを介して印刷を行う。この時、プリンタからユーザの所望する印刷物を得るためには、ユーザ自身がアプリケーションの設定とプリンタドライバの設定を適切に変更して印刷を行う必要がある。例えば、代表的なアプリケーションの一つであるMicrosoft Word(米国マイクロソフト社)からユーザがフチなし印刷を行う際には、以下のステップを踏む必要がある。   When data edited or displayed by an application is printed using a printer, printing is generally performed via a printer driver corresponding to the printer. At this time, in order to obtain a printed matter desired by the user from the printer, it is necessary for the user himself to appropriately change the application setting and the printer driver setting for printing. For example, when a user performs borderless printing from Microsoft Word (Microsoft Corporation, USA), which is one of typical applications, it is necessary to take the following steps.

1.リケーションに対して、現在の用紙サイズをフチなし用紙サイズに変更する(例:A4サイズ→A4フチなしサイズ)
2.プリケーションに対して、原稿用紙一杯のドキュメントを作成する
3.プリンタドライバに対して、フチなし印刷設定を行う(※フチなし印刷設定:プリンタドライバが持つフチなし印刷を行うための印刷設定)
4.印刷を実行する
1. Change the current paper size to borderless paper size (for example: A4 size → A4 borderless size)
2. 2. Create a document full of manuscript paper for the application. Perform borderless print settings for the printer driver (* Borderless print settings: Print settings for performing borderless printing in the printer driver)
4). Execute printing

一方、アプリケーションには自身の機能を拡張させるための手段を公開しているものが多数存在する。例えば、Microsoft Office(米国マイクロソフト社)や、Microsoft Internet Explorer(米国マイクロソフト社)やNetscape Navigator(米国Netscape社)などのアプリケーションが挙げられる。これらのアプリケーションには、公開されている手段に則って追加プログラムを登録することにより、ユーザに対して追加機能を提供することが可能である。そして、以上説明したアプリケーションに追加機能を提供するための追加プログラムは、一般的にプラグインソフトウェアと呼ばれている。
(「Microsoft」「MICROSOFT OFFICE」「§e∞Microsoft\Internet\Explorer」「NETSCAPE」は登録商標)
On the other hand, there are many applications that disclose means for extending their functions. For example, there are applications such as Microsoft Office (Microsoft USA), Microsoft Internet Explorer (Microsoft USA), and Netscape Navigator (Netscape USA). In these applications, it is possible to provide an additional function to the user by registering an additional program in accordance with a public means. An additional program for providing an additional function to the application described above is generally called plug-in software.
("Microsoft", "MICROSOFT OFFICE", "§e∞Microsoft \ Internet \ Explorer" and "NETSCAPE" are registered trademarks)

従来技術の中には、プラグインソフトウェアを利用することで、フチなし印刷などの複雑な操作を簡単化する技術がいくつか存在する。例えば、ウェブブラウザに組み込まれたプラグインソフトウェアが、ウェブからダウンロードされた印刷データを直接拡大、レイアウトし、プリンタドライバ専用の拡張APIを用いてフチなし印刷を行う技術が提案されている。(特許文献1参照)   Among the prior arts, there are several techniques that simplify complicated operations such as borderless printing by using plug-in software. For example, a technique has been proposed in which plug-in software incorporated in a web browser directly enlarges and lays out print data downloaded from the web, and performs borderless printing using an extension API dedicated to a printer driver. (See Patent Document 1)

これにより、ユーザはプリンタドライバの設定ダイアログを開くことなく、プラグインソフトウェア上から直接フチなし印刷を行えるようになった。しかしながら、ウェブブラウザなどのプラグインソフトウェアに印刷データを渡すことができるアプリケーションにしか、このプラグインソフトウェアを適用できないという問題も存在した。   As a result, the user can perform borderless printing directly from the plug-in software without opening the printer driver setting dialog. However, there is a problem that the plug-in software can be applied only to an application that can pass print data to plug-in software such as a web browser.

特開2003―216366号公報Japanese Patent Laid-Open No. 2003-216366

従来技術のプラグインソフトウェアは、フチなし印刷を行うために、アプリケーションから印刷データを受け取り、プラグインソフトウェア自身が印刷データを適切に拡大、レイアウトするという手法をとっていた。そのため、ウェブブラウザなど、プラグインソフトウェアに印刷データを渡すことができるアプリケーションにしか適用できず、プラグインソフトウェアに印刷データを渡すことができない汎用アプリケーションからフチなし印刷等を行うことは難しかった。   In order to perform borderless printing, the conventional plug-in software has received a print data from an application, and the plug-in software itself appropriately expands and lays out the print data. Therefore, it can be applied only to an application that can pass print data to plug-in software, such as a web browser, and it has been difficult to perform borderless printing from a general-purpose application that cannot pass print data to plug-in software.

上記課題を解決するために、本発明は以下の構成を備えることを特徴としている。   In order to solve the above problems, the present invention is characterized by having the following configuration.

すなわち、汎用アプリケーションに組み込まれ、印刷装置を制御するプリンタドライバと連携して機能を拡張するプラグインソフトウェアであって、
前記プラグインソフトウェアからフチなし印刷を指定するフチなし印刷指定手段と、
前記フチなし印刷手段にてフチなし印刷機能が指定された場合に、前記アプリケーションの用紙サイズをフチなし用の用紙サイズに設定変更するアプリケーション設定手段と、
前記プリンタドライバにフチなし印刷設定を行うプリンタドライバ設定手段とを有することを特徴とする。
In other words, it is plug-in software that is incorporated into a general-purpose application and expands functions in cooperation with a printer driver that controls a printing apparatus,
Borderless printing designation means for designating borderless printing from the plug-in software;
Application setting means for changing the paper size of the application to a borderless paper size when the borderless printing function is designated by the borderless printing means;
The printer driver includes printer driver setting means for performing borderless print setting.

本発明によって、印刷データをプラグインソフトウェアに渡すことができないような汎用アプリケーションに対しても、アプリケーションに組み込まれたプラグインソフトウェアから、アプリケーションの設定とプリンタドライバの設定両方を適切に操作することにより、容易にフチなし印刷を行うことができるようになる。   According to the present invention, even for a general-purpose application that cannot pass print data to plug-in software, by appropriately operating both the application setting and the printer driver setting from the plug-in software embedded in the application. This makes it possible to easily perform borderless printing.

本発明の一実施例におけるプラグインソフトウェアの概略構成を示すブロック図である。It is a block diagram which shows schematic structure of the plug-in software in one Example of this invention. 本発明の一実施例におけるPCの内部構造と外部との接続を示したブロック図である。It is the block diagram which showed the connection of the internal structure of PC in the one Example of this invention, and the exterior. 本発明でのプラグインソフトウェアを組み込んだMicrosoft Wordの起動画面の一例である。It is an example of the starting screen of Microsoft Word incorporating the plug-in software in the present invention. 実施例1において、プラグインソフトウェアを起動した際に表示される印刷ダイアログの一例である。4 is an example of a print dialog displayed when plug-in software is activated in the first embodiment. フチなし印刷を説明するための説明図である。It is explanatory drawing for demonstrating borderless printing. 実施例1において、フチなし印刷が選択された後の印刷ダイアログの一例である。FIG. 10 is an example of a print dialog after borderless printing is selected in Embodiment 1. FIG. プラグインソフトウェアの起動時の動作をフローチャートで示したものである。The operation | movement at the time of starting of plug-in software is shown with the flowchart.

実施例1
図1は、本発明の一実施例のプラグインソフトウェアを有するシステムのシステム構成図であり、PC101と、大判プリンタに代表されるプリンタ102によって構成される。
Example 1
FIG. 1 is a system configuration diagram of a system having plug-in software according to an embodiment of the present invention, and includes a PC 101 and a printer 102 represented by a large format printer.

103は、PC上で動作するアプリケーションであり、本実施例では、汎用的なアプリケーションとして、Microsoft Word(以下、ワードと呼ぶ)を取り上げる。Microsoft Wordは米国マイクロソフト社のアプリケーションであり、一般的な文書や、印刷物の原稿を作成する際に使用されるアプリケーションである。   Reference numeral 103 denotes an application that operates on a PC. In this embodiment, Microsoft Word (hereinafter referred to as a word) is taken up as a general-purpose application. Microsoft Word is an application of Microsoft Corporation in the United States, and is an application that is used to create general documents and printed manuscripts.

104は、ワードの機能を拡張する拡張手段(以下、プラグインと呼ぶ)であり、アプリケーション上で動作し、後述するように、アプリケーションの設定や、プリンタを制御するプリンタドライバと連携して動作する。本発明の実施例の主要部分は、プラグイン104に含まれる。   Reference numeral 104 denotes an expansion unit (hereinafter referred to as a plug-in) that expands the function of a word, which operates on an application and operates in cooperation with a printer driver that controls application settings and a printer, as will be described later. . The main part of the embodiment of the present invention is included in the plug-in 104.

105は、ワードがオペレーティングシステム(以下、OSと呼ぶ)を介して印刷を依頼するプリンタドライバである。プリンタドライバはOSを介して受け取った印刷命令を解釈し、プリンタで解釈可能な印刷データを生成する処理を行う。また、プラグインからの印刷設定の変更を受け付ける。   A printer driver 105 requests printing via an operating system (hereinafter referred to as OS). The printer driver interprets a print command received via the OS and generates print data that can be interpreted by the printer. It also accepts print setting changes from plug-ins.

ここで、本実施例では、汎用的なアプリケーションとして、ワードを取り上げているが、アプリケーションはこれに限定されるものではなく、ワードと同等な拡張手段を提供しているアプリケーション全てにおいて、本発明のプラグインは適用可能である。   Here, in this embodiment, the word is taken up as a general-purpose application. However, the application is not limited to this, and the application of the present invention can be applied to all applications that provide expansion means equivalent to the word. Plug-ins are applicable.

図2はPCの内部構造と外部との接続を示したブロック図である。   FIG. 2 is a block diagram showing the connection between the internal structure of the PC and the outside.

このPCは一般的な構成からなり、CPUを備えた中央処理装置201、RAMなどの記憶装置202、マウスやキーボード等の入力装置203、CRTやLCDなどの表示装置204、ハードディスクや光磁気ディスク等の補助記憶装置205からなり、それぞれが内部バスラインIBにより接続されている。   This PC has a general configuration, such as a central processing unit 201 with a CPU, a storage device 202 such as a RAM, an input device 203 such as a mouse or keyboard, a display device 204 such as a CRT or LCD, a hard disk or a magneto-optical disk, etc. Auxiliary storage devices 205, each of which is connected by an internal bus line IB.

入力装置203は、ワードやプラグインが表示装置に表示するアイコンやメニュー、その他のオブジェクトに対し、ユーザからの各種入力を行う。   The input device 203 performs various inputs from the user to icons, menus, and other objects displayed by the word or plug-in on the display device.

補助記憶装置には、本発明のプラグインやワードやOS、その他プログラム情報が格納されており、中央処理装置から適宜呼び出され記憶装置に格納される。   The auxiliary storage device stores the plug-in, word, OS, and other program information of the present invention, and is appropriately called from the central processing unit and stored in the storage device.

また、PCの内部バスラインIBはプリンタ102と外部バスラインBLによって接続され、PCからプリンタ102に対して、ジョブ登録を行うことができる。   Further, the internal bus line IB of the PC is connected to the printer 102 by the external bus line BL, and job registration can be performed from the PC to the printer 102.

以下では、ワードにシステム登録したプラグインの動作に沿って、本発明のプラグインについて説明する。   Hereinafter, the plug-in of the present invention will be described in accordance with the operation of the plug-in registered in the word.

図3はワードを起動した画面を表している。ワードの画面は、現在作成中の文書のタイトルやアプリケーション名等を表示するタイトルバー301と、ワードの備える機能をメニュー形式で表示するメニューバー302と、ワードの備える機能やプラグインソフトウェアがアイコン等のコントロール形式で配置されるツールバー303と、現在作成中のドキュメントの表示を行うドキュメント表示領域304からなる。   FIG. 3 shows a screen in which a word is activated. The word screen includes a title bar 301 that displays the title and application name of the document currently being created, a menu bar 302 that displays the functions provided by the word in a menu format, and functions and plug-in software provided by the word such as icons. A tool bar 303 arranged in the control format, and a document display area 304 for displaying a document currently being created.

ドキュメント表示領域304には現在ユーザの編集対象となっている原稿305が表示されている。ここで、今、原稿305の用紙サイズは、ワードにおける一般的な設定であるA4(幅210mm×長さ297mm)が設定されており、フチなし印刷を行うため、原稿一杯に作図がなされているものとする。   The document display area 304 displays a document 305 that is currently being edited by the user. Here, the paper size of the original 305 is set to A4 (width 210 mm × length 297 mm), which is a general setting in a word, and the original is drawn to perform borderless printing. Shall.

306は本発明のプラグインをワードにシステム登録することにより、ワードのツールバー303上に表示されるアイコンである。ここで、ワードには既に本発明のプラグインが登録されているものとする。ワード等の汎用的なアプリケーションに対するプラグインのシステム登録については、公知であるため説明を省く。   Reference numeral 306 denotes an icon displayed on the word toolbar 303 when the plug-in of the present invention is registered in the word. Here, it is assumed that the plug-in of the present invention is already registered in the word. Plug-in system registration for general-purpose applications such as words is well known and will not be described.

図4は本発明のプラグイン起動アイコン306をユーザが押下することにより表示されるプラグイン印刷ダイアログ401である。   FIG. 4 shows a plug-in print dialog 401 displayed when the user presses the plug-in activation icon 306 of the present invention.

402は原稿305がどのように印刷されるかを表示する印刷表示領域であり、403は出力用紙、404は原稿305が出力用紙403に印刷される際の印字領域を示している。ただし、ここでは、出力用紙403としてロール紙を使用しているものとする。ちなみに、出力用紙403はロール紙に限定されるものではなく、例えばカット紙にすることも可能である。   Reference numeral 402 denotes a print display area for displaying how the original 305 is printed. Reference numeral 403 denotes an output paper. Reference numeral 404 denotes a print area when the original 305 is printed on the output paper 403. However, here, roll paper is used as the output paper 403. Incidentally, the output paper 403 is not limited to roll paper, and can be cut paper, for example.

405は“用紙の種類”コンボボックス、406は“フチなし印刷”チェックボックス、407は“印刷”ボタン、408は“キャンセル”ボタンである。   Reference numeral 405 denotes a “paper type” combo box, 406 denotes a “borderless printing” check box, 407 denotes a “print” button, and 408 denotes a “cancel” button.

用紙の種類コンボボックス405は印刷される用紙の種類を設定するコントロールであり、ここでは、用紙の種類として普通紙を設定しているものとする。フチなし印刷チェックボックス406はフチなし印刷を実行するかどうかを決定するコントロールであり、ここでは設定をオフにしているものとする。フチなし印刷とは、通常の印刷とは異なり、写真などのように周囲の余白(フチ)のない印刷を行いたい場合にフチなしで印刷できる機能である。   The paper type combo box 405 is a control for setting the type of paper to be printed. Here, it is assumed that plain paper is set as the paper type. The borderless printing check box 406 is a control for determining whether or not to execute borderless printing. Here, it is assumed that the setting is off. Borderless printing, unlike normal printing, is a function that allows printing without a border when printing without a margin (border) such as a photograph is desired.

ユーザは、405、406で印刷設定を行い、印刷ボタン407を押下することにより、プラグインで指定した印刷設定で印刷を行うことができる。また、この印刷設定の途中でキャンセルボタン408を押下することで、プラグイン上で設定した印刷設定をキャンセルすることもできる。   The user can perform printing with print settings designated by the plug-in by making print settings with 405 and 406 and pressing a print button 407. Further, by pressing a cancel button 408 during the print setting, the print setting set on the plug-in can be canceled.

以上の処理により、プラグインでの印刷処理が終了する。   With the above processing, the plug-in printing process is completed.

図5はフチなし印刷処理を説明した図である。   FIG. 5 illustrates the borderless printing process.

ワードの原稿305がフチなし印刷されると、501のように印刷データが拡大され、出力用紙502より若干外にはみ出した状態で描画される。その後プリンタ102より、出力結果503が出力される。ただし、図では出力用紙としてロール紙を例にあげているが、カット紙でも同様の処理が行われる。   When the word document 305 is printed borderlessly, the print data is enlarged as indicated by 501, and is drawn in a state slightly outside the output paper 502. Thereafter, an output result 503 is output from the printer 102. However, in the figure, roll paper is taken as an example of output paper, but the same processing is performed on cut paper.

次に、図4において、ユーザがフチなし印刷チェックボックス406をONにした際のプラグイン印刷ダイアログを図6に示す。   Next, FIG. 6 shows a plug-in print dialog when the user turns on the borderless print check box 406 in FIG.

フチなし印刷チェックボックスがONに設定されると、印字領域404は出力用紙403の幅一杯に拡大されて描画される。また、用紙の種類コンボボックス405は、フチなし印刷可能な用紙がすでに選択されている場合は特に変化しないが、フチなし印刷できない用紙が選択されている場合は、ユーザに再度フチなし可能な用紙を選択してもらうなどの処理が入る。   When the borderless printing check box is set to ON, the print area 404 is drawn with the output paper 403 being enlarged to the full width. The paper type combo box 405 does not change particularly when a borderless printable paper is already selected. However, when a paper that cannot be borderlessly printed is selected, the user can again request a borderless paper. Processing such as having you select is entered.

ただし、この処理自体は限定されるものでなく、例えば、先にフチなし印刷を行うかどうかをユーザに決定させるような場合は、フチなし印刷が決定された後、用紙の種類コンボボックス405の選択をフチなし印刷可能な用紙の種類のみにするなどの処理も考えられる。   However, this process itself is not limited. For example, when the user decides whether to perform borderless printing first, after the borderless printing is decided, the paper type combo box 405 Processing such as selecting only the types of paper capable of borderless printing is also conceivable.

以下では、本発明のプラグインソフトウェアの詳細な動作について、フローチャートに沿って説明する。   Hereinafter, detailed operations of the plug-in software of the present invention will be described with reference to a flowchart.

図7は本発明のプラグインにおける、起動から終了までの動作を表すプラグインプログラムのフローチャートである。   FIG. 7 is a flowchart of the plug-in program representing the operation from start to end in the plug-in of the present invention.

まず、ワードのツールバー303上で、ユーザによりプラグインアイコン306が押下されると、プラグインプログラムの動作が始まり、S701に処理が移行する。   First, when the user presses the plug-in icon 306 on the word toolbar 303, the operation of the plug-in program starts, and the process proceeds to S701.

S701において、前述したプラグイン印刷ダイアログ401の表示を行い、S702へと処理が移行し、ユーザの入力待ち状態となる。   In S701, the above-described plug-in print dialog 401 is displayed, the process proceeds to S702, and a user input wait state is entered.

ここで、ユーザがフチなし印刷チェックボックス406をONに設定すると、処理はS703へと移行し、図6で示したように、印字領域404は出力用紙幅一杯のフチなし印字領域へと再描画され、用紙の種類コンボボックス405はフチなし可能な用紙が設定される。   Here, when the user sets the borderless printing check box 406 to ON, the process proceeds to S703, and as shown in FIG. 6, the print area 404 is redrawn to the borderless print area full of the output paper width. In the paper type combo box 405, a borderless paper is set.

一方、フチなし印刷チェックボックス406がONでない状態、もしくはS703の処理が終了した状態で、ユーザが印刷ボタン407もしくはキャンセルボタン408を押下すると、S704において、押下されたボタンの種類の確認を行い、押下されたボタンがキャンセルボタン408であった場合は、プラグイン印刷ダイアログ401を閉じてプラグインプログラムを終了する。   On the other hand, when the user presses the print button 407 or the cancel button 408 in a state where the borderless print check box 406 is not ON or the processing in S703 is completed, the type of the pressed button is confirmed in S704, If the pressed button is the cancel button 408, the plug-in print dialog 401 is closed and the plug-in program is terminated.

これに対し、押下されたボタンが印刷ボタン407であった場合は、S705に処理を移行し、フチなし印刷チェックボックスがONに設定されているかどうかの判定を行う。   On the other hand, if the pressed button is the print button 407, the process proceeds to S705, where it is determined whether the borderless print check box is set to ON.

この結果、フチなし印刷チェックボックスがONに設定されていない場合は、処理はS708に移行し、ONに設定されている場合は、処理はS706に移行する。   As a result, if the borderless printing check box is not set to ON, the process proceeds to S708, and if it is set to ON, the process proceeds to S706.

S706では、現在ワードに設定されている用紙サイズ「A4」を「A4フチなし」へと設定変更する。   In S706, the paper size “A4” currently set in the word is changed to “A4 borderless”.

ワードの用紙サイズ変更方法は、ワードの持つページ設定ダイアログを開いて行うのではなく、プラグインプログラムが内部的にワードに対して行う方法をとる。手段としては、ワードが公開しているインターフェイスを介して、ワードから現在設定されている用紙サイズを取得し、用紙サイズがフチなし用の用紙サイズでなければ、インターフェイスを介してワードの用紙サイズをフチなし用の用紙サイズへと変更する。ここで、用紙サイズは、A4に限定されるものではなく、他の定型サイズやカスタムサイズの用紙においても同様に、フチなし用紙へと変更可能である。また、ワードが公開しているインターフェイスについては、公知であるため説明を省く。   The method for changing the paper size of the word is not performed by opening the page setting dialog of the word but by a method in which the plug-in program internally performs the processing on the word. As a means, the currently set paper size is obtained from the word via the interface published by the word, and if the paper size is not a borderless paper size, the word paper size is obtained via the interface. Change to a borderless paper size. Here, the paper size is not limited to A4, and can be changed to a borderless paper in the case of other standard size or custom size paper. Further, since the interface published by Word is publicly known, a description thereof will be omitted.

S706が終了すると次に、S707で、プリンタドライバのフチなし印刷機能をONに設定する。   When S706 ends, next, in S707, the borderless printing function of the printer driver is set to ON.

ここで、プリンタドライバの設定変更は、プリンタドライバの設定ダイアログを開いて行うのではなく、プラグインプログラムが内部的にプリンタドライバに対して行う。この方法は特に限定されるものではなく、例えば、プリンタドライバの持つ専用の拡張APIを用いる方法などが考えられる。   Here, the printer driver setting change is not performed by opening the printer driver setting dialog, but is performed internally by the plug-in program for the printer driver. This method is not particularly limited, and for example, a method using a dedicated extension API possessed by the printer driver can be considered.

S707の処理が終了すると、S708にて、S707と同様の手段を用いて、プリンタドライバに設定されている用紙の種類を用紙の種類コンボボックス406で設定された用紙の種類へと変更する。   When the processing of S707 ends, in S708, the paper type set in the printer driver is changed to the paper type set in the paper type combo box 406 using the same means as in S707.

最後に、S709にて、アプリケーションの印刷機能を用いてプラグインで設定した印刷設定で印刷を実行する。   Finally, in S709, printing is executed with the print settings set by the plug-in using the print function of the application.

ここで、印刷は、ワードの印刷ダイアログを開いて行うのではなく、S706と同様、ワードが公開しているインターフェイスを介して、プラグインからワードの印刷機能を実行する。   Here, printing is not performed by opening the word print dialog, but the word print function is executed from the plug-in via the interface published by the word as in S706.

S709が終了すると、プラグイン印刷ダイアログが閉じ、プラグインプログラムが終了する。   When S709 ends, the plug-in print dialog closes and the plug-in program ends.

この結果、ユーザはワードのページ設定ダイアログやプリンタドライバの設定ダイアログを開くことなく、プラグイン上から容易にフチなし印刷を行うことができる。   As a result, the user can easily perform borderless printing from the plug-in without opening the word page setting dialog or the printer driver setting dialog.

101 上位装置(PC)
102 プリンタ
103 アプリケーション
104 プラグインソフトウェア
105 プリンタドライバ
201 中央処理装置
202 記憶装置
203 入力装置
204 表示装置
205 補助記憶装置
301 タイトルバー
302 メニューバー
303 ツールバー
304 ドキュメント表示領域
305 原稿
306 プラグイン起動アイコン
401 プラグイン印刷ダイアログ
402 印刷表示領域
403 出力用紙
404 印字領域
405 用紙の種類設定部
406 フチなし印刷設定部
407 印刷ボタン
408 キャンセルボタン
501 拡大された印刷データ
502 出力用紙
503 出力結果
101 Host device (PC)
102 Printer
103 Application
104 Plug-in software
105 Printer driver
201 Central processing unit
202 storage
203 Input device
204 Display device
205 Auxiliary storage
301 Title bar
302 Menu bar
303 Toolbar
304 Document display area
305 Original
306 Plug-in launch icon
401 Plug-in print dialog
402 Print display area
403 output paper
404 print area
405 Paper type setting section
406 Borderless print setting section
407 Print button
408 Cancel button
501 Enlarged print data
502 output paper
503 output result

Claims (1)

汎用アプリケーションに組み込まれ、印刷装置を制御するプリンタドライバと連携して機能を拡張するプラグインソフトウェアにおいて、
前記プラグインソフトウェアからフチなし印刷を指定するフチなし印刷指定手段と、
前記フチなし印刷手段にてフチなし印刷機能が指定された場合に、前記アプリケーションの用紙サイズをフチなし用の用紙サイズに設定変更するアプリケーション設定手段と、
前記プリンタドライバにフチなし印刷設定を行うプリンタドライバ設定手段とを有することを特徴とするプラグインソフトウェア。
In plug-in software that is embedded in a general-purpose application and expands functions in cooperation with a printer driver that controls the printing device.
Borderless printing designation means for designating borderless printing from the plug-in software;
Application setting means for changing the paper size of the application to a borderless paper size when the borderless printing function is designated by the borderless printing means;
Plug-in software comprising printer driver setting means for performing borderless print setting on the printer driver.
JP2009173372A 2009-07-24 2009-07-24 Plug-in software Pending JP2011028502A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009173372A JP2011028502A (en) 2009-07-24 2009-07-24 Plug-in software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009173372A JP2011028502A (en) 2009-07-24 2009-07-24 Plug-in software

Publications (1)

Publication Number Publication Date
JP2011028502A true JP2011028502A (en) 2011-02-10

Family

ID=43637183

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009173372A Pending JP2011028502A (en) 2009-07-24 2009-07-24 Plug-in software

Country Status (1)

Country Link
JP (1) JP2011028502A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011059872A (en) * 2009-09-08 2011-03-24 Sharp Corp Image processing apparatus, print control method, and print control program
JP2012190224A (en) * 2011-03-10 2012-10-04 Ricoh Co Ltd Information processor, driver program, installer program and storage medium
JP2014179006A (en) * 2013-03-15 2014-09-25 Ricoh Co Ltd Network system, information processing device and management program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011059872A (en) * 2009-09-08 2011-03-24 Sharp Corp Image processing apparatus, print control method, and print control program
JP2012190224A (en) * 2011-03-10 2012-10-04 Ricoh Co Ltd Information processor, driver program, installer program and storage medium
JP2014179006A (en) * 2013-03-15 2014-09-25 Ricoh Co Ltd Network system, information processing device and management program

Similar Documents

Publication Publication Date Title
JP4129927B2 (en) How to print a web page
US10261738B2 (en) Plug-in software program, function extension method, and function extension device
JP4520340B2 (en) PRINT CONTROL DEVICE, CONTROL METHOD FOR PRINT CONTROL DEVICE, PRINT CONTROL PROGRAM, AND RECORDING MEDIUM
EP2610732A2 (en) Print control device and computer-readable storage medium storing a program
JP2008250828A (en) Information processor, program and recording medium
JP2019082758A (en) Print control unit, control method thereof, and program
JP4967158B2 (en) Information processing apparatus and information processing method
JP5495597B2 (en) PRINT CONTROL METHOD, PRINT CONTROL DEVICE, AND PROGRAM
JP6320088B2 (en) Information processing apparatus, information processing method, and program
JP6012382B2 (en) Information processing apparatus, information processing method, and program
JP2010067034A (en) Paper sheet size-computing method in spreadsheet software
JP2011028502A (en) Plug-in software
JP6272010B2 (en) Printing system, printing method, and program
JP2005258669A (en) Direct printing apparatus, method and program
JP4481779B2 (en) Printing system, printing data generation method, and program
JP7250436B2 (en) PRINT CONTROL METHOD, PROGRAM, AND INFORMATION PROCESSING APPARATUS
JP5900387B2 (en) Printing control apparatus, printing instruction apparatus, printing system, and program
JP5357206B2 (en) Computer program and storage medium
JP2019204347A (en) Information processing device, control method therefor, and program
JP2007172130A (en) Original format setting controller, original format setting control method and original format setting control program
JP2007328515A (en) Print setting device, its print setting method, and program
JP2001043049A (en) Printer drive, electronic computer, print information setting method, and recording medium
JP2009003724A (en) Print controller and program of printer driver
JP2007058498A (en) Image forming method
JP2008046865A (en) Printing controller, printing control method and printing control program