JP2012008703A - Information processor, program, and recording medium - Google Patents
Information processor, program, and recording medium Download PDFInfo
- Publication number
- JP2012008703A JP2012008703A JP2010142702A JP2010142702A JP2012008703A JP 2012008703 A JP2012008703 A JP 2012008703A JP 2010142702 A JP2010142702 A JP 2010142702A JP 2010142702 A JP2010142702 A JP 2010142702A JP 2012008703 A JP2012008703 A JP 2012008703A
- Authority
- JP
- Japan
- Prior art keywords
- shared
- click icon
- user
- information
- click
- 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
Links
Images
Landscapes
- User Interface Of Digital Computer (AREA)
Abstract
【課題】ポイント&プリント環境等のクライアントである一般ユーザ権限のユーザであっても共有ワンクリックアイコンを登録可能とする情報処理装置等を提供すること。
【解決手段】情報処理装置としてのサーバは、一般ユーザ権限のユーザが用いるクライアントから複数ユーザで共有可能なワンクリックアイコン情報の登録を受け付け、受け付けたワンクリックアイコン情報を共有ワンクリックアイコンとして所定の記憶部に登録する。
【選択図】図1An information processing apparatus and the like capable of registering a shared one-click icon even for a user with general user authority who is a client in a point & print environment or the like.
A server as an information processing apparatus accepts registration of one-click icon information that can be shared by a plurality of users from a client used by a user with general user authority, and uses the received one-click icon information as a shared one-click icon. Register in the storage unit.
[Selection] Figure 1
Description
本発明は、ワンクリックアイコンを登録する技術に関するものである。 The present invention relates to a technique for registering a one-click icon.
プリンタドライバを利用して、PC(パーソナル・コンピュータ)等の情報処理装置のユーザごとにワンクリックアイコンを作成し管理(編集・削除)する方法や共有ワンクリックアイコンとして作成し管理(編集・削除)する方法は、既に知られている。 A method of creating and managing (editing / deleting) one-click icons for each user of an information processing apparatus such as a PC (personal computer) using a printer driver, and creating and managing (editing / deleting) them as shared one-click icons The method of doing is already known.
特許文献1には、ユーザの印刷設定での利便性を高める目的で、ワンクリックアイコンを登録する仕組みが開示されている。
また、特許文献2には、ワンクリックアイコンの使用利便性を高める目的のワンクリックアイコンを共有するか自分のみ使用できるものにするか選択可能な印刷システムが開示されている。
Further,
図11は、ポイント&プリント(ポイントアンドプリント)環境でのワンクリックアイコンデータの保存方法例について説明する図である。
ポイント&プリント環境でUI上から登録したワンクリックアイコンの共有を実現するための、ワンクリックアイコン情報の保存方法である。
FIG. 11 is a diagram illustrating an example of a method for storing one-click icon data in a point-and-print (point-and-print) environment.
This is a method of storing one-click icon information for realizing sharing of one-click icons registered from the UI in a point & print environment.
共有ワンクリックアイコンにするか自分ワンクリックアイコンにするか、どちらが選ばれたかによって、ワンクリックアイコンの保存場所を決定する。サーバは共有ワンクリックアイコンの場合はレジストリに保存することで、情報を引き継ぐことができるようになる。自分ワンクリックアイコンの場合は、ローカルフォルダに保存することで自分のみ参照できるようになる。 The storage location of the one-click icon is determined depending on whether the shared one-click icon or the one-click icon is selected. In the case of a shared one-click icon, the server can take over the information by saving it in the registry. If you have a one-click icon, you can only see it by saving it to a local folder.
なお、デフォルトワンクリックアイコンと共有ワンクリックアイコンには違いがある。デフォルトワンクリックアイコンはインストール中の一度だけ追加し、以後は参照するだけであるのに対し、共有ワンクリックアイコンは登録した後、インストール中だけでなく、任意のタイミングで追加でき、追加したアイコンの内容を変更したり、削除したりできる、という違いがある。 There is a difference between the default one-click icon and the shared one-click icon. While the default one-click icon is added only once during installation and is only referenced thereafter, the shared one-click icon can be added at any time, not just during installation, after registration, and the added icon There is a difference that the contents can be changed or deleted.
図12は、ワンクリックアイコンを登録する際のフローについて説明する図である。
プリンタドライバUI上でワンクリックアイコンを保存する際に、共有ワンクリックアイコンにするか自分ワンクリックアイコンにするか選択する方法、共有ワンクリックアイコン、自分ワンクリックアイコンの保存フローの例を示したものである。
FIG. 12 is a diagram illustrating a flow when registering a one-click icon.
An example of how to select a shared one-click icon or a one-click icon when saving a one-click icon on the printer driver UI It is.
共有ワンクリックアイコンの登録は、管理者権限ユーザのみ追加可能であるため(レジストリの共有スペースには管理者権限のみが情報を保存可能であるため)、まず、サーバは現在操作しているユーザが管理者権限なのかユーザ権限なのかを公知の技術で調べる。 The registration of shared one-click icons can only be added by users with administrator privileges (since only administrator privileges can save information in the shared space of the registry). A publicly known technique is used to check whether the user has administrator authority or user authority.
管理者権限である場合には、共有ワンクリックアイコンとして登録するか、自分ワンクリックアイコンとして登録するか選べるようにする。 In the case of administrator authority, the user can select whether to register as a shared one-click icon or to register as a self-click icon.
逆にユーザ権限である場合は、選択肢をグレーアウトして、自分ワンクリックアイコンしか選べないようにする。 Conversely, if the user has authority, the options are grayed out so that only one-click icons can be selected.
共有ワンクリックアイコンとして登録するが選ばれた場合は、そのデータをレジストリに保存する。
自分ワンクリックアイコンとして登録するが選ばれた場合は、そのデータをファイルに保存する。
このようにすることで、共有ワンクリックアイコンはポイント&プリント環境で他ユーザと共有できるようになる。
If register as shared one-click icon is selected, the data is saved in the registry.
If you choose to register as your one-click icon, save the data to a file.
In this way, the shared one-click icon can be shared with other users in the point and print environment.
しかし、従来の共有ワンクリックアイコンの作成(追加)に関しては、サーバ側のPCの管理者(PCの管理者権限を持つユーザ)しか行うことができず、一般ユーザ権限のユーザが共有ワンクリックアイコンを追加することができないという問題があった。
すなわち、共有ワンクリックアイコンはポイント&プリントで情報が引き継がれるレジストリの共有領域に保存することで実現していた。しかし、この共有領域への情報の保存は管理者権限を持つユーザしか行えない。そのため、一般ユーザ権限のユーザが共有ワンクリックアイコンを登録することができなかった。
However, regarding the creation (addition) of the conventional shared one-click icon, only the server-side PC administrator (user with PC administrator authority) can perform, and a user with general user authority can share the one-click icon. There was a problem that could not be added.
In other words, the shared one-click icon is realized by storing it in a shared area of the registry where information is inherited by point and print. However, only users with administrator authority can store information in this shared area. Therefore, a user with general user authority cannot register a shared one-click icon.
ポイント&プリント環境では、クライアント側のPCは一般ユーザ権限で使用されることが多い。しかし、上記問題があるため、クライアント側のPCから共有ワンクリックアイコンを追加することができなかった。 In the point & print environment, the client side PC is often used with general user authority. However, due to the above problems, it has been impossible to add a shared one-click icon from a client-side PC.
本発明は以上の問題点に鑑みなされたものであり、その目的は、ポイント&プリント環境等のクライアントである一般ユーザ権限のユーザであっても共有ワンクリックアイコンを登録可能とする情報処理装置、プログラムおよび記録媒体を提供することである。 The present invention has been made in view of the above problems, and an object of the present invention is to provide an information processing apparatus capable of registering a shared one-click icon even for a user with general user authority who is a client such as a point-and-print environment. It is to provide a program and a recording medium.
請求項1記載の発明は、一般ユーザ権限のユーザが用いるクライアントから複数ユーザで共有可能なワンクリックアイコン情報の登録を受け付ける手段と、受け付けたワンクリックアイコン情報を共有ワンクリックアイコンとして所定の記憶部に登録する手段とを備えることを特徴とする情報処理装置である。 According to the first aspect of the present invention, there is provided means for receiving registration of one-click icon information that can be shared by a plurality of users from a client used by a user having a general user authority, and a predetermined storage unit using the received one-click icon information as a shared one-click icon And an information processing apparatus.
請求項2記載の発明は、プリンタドライバのユーザインターフェース上で作成したワンクリックアイコンをポイントアンドプリント環境において複数ユーザで共有可能にする情報処理装置であって、一般ユーザ権限のユーザが用いるクライアントから印刷時を含む所定のタイミングで複数ユーザで共有可能なワンクリックアイコン情報の登録を受け付ける手段と、受け付けたワンクリックアイコン情報を共有ワンクリックアイコンとして所定の記憶部に登録する手段とを備えることを特徴とする情報処理装置である。 According to a second aspect of the present invention, there is provided an information processing apparatus capable of sharing a one-click icon created on a user interface of a printer driver among a plurality of users in a point-and-print environment, and printing from a client used by a user having general user authority Means for receiving registration of one-click icon information that can be shared by a plurality of users at a predetermined timing including time, and means for registering the received one-click icon information as a shared one-click icon in a predetermined storage unit Is an information processing apparatus.
請求項6記載の発明は、情報処理装置に、一般ユーザ権限のユーザが用いるクライアントから複数ユーザで共有可能なワンクリックアイコン情報の登録を受け付ける処理と、受け付けたワンクリックアイコン情報を共有ワンクリックアイコンとして所定の記憶部に登録する処理とを実行させることを特徴とするプログラムである。 According to the sixth aspect of the present invention, the information processing apparatus accepts registration of one-click icon information that can be shared by a plurality of users from a client used by a user with general user authority, and shares the received one-click icon information. As a program for executing a process of registering in a predetermined storage unit.
請求項7記載の発明は、プリンタドライバのユーザインターフェース上で作成したワンクリックアイコンをポイントアンドプリント環境において複数ユーザで共有可能にする情報処理装置に、一般ユーザ権限のユーザが用いるクライアントから印刷時を含む所定のタイミングで複数ユーザで共有可能なワンクリックアイコン情報の登録を受け付ける処理と、受け付けたワンクリックアイコン情報を共有ワンクリックアイコンとして所定の記憶部に登録する処理とを実行させることを特徴とするプログラムである。 According to the seventh aspect of the present invention, an information processing apparatus that allows a one-click icon created on a user interface of a printer driver to be shared by a plurality of users in a point-and-print environment is used when printing from a client used by a user with general user authority. Including a process of receiving registration of one-click icon information that can be shared by a plurality of users at a predetermined timing, and a process of registering the received one-click icon information as a shared one-click icon in a predetermined storage unit It is a program to do.
請求項11記載の発明は、請求項6から10のいずれか1項に記載のプログラムを格納したことを特徴とする記録媒体である。 An eleventh aspect of the invention is a recording medium in which the program according to any one of the sixth to tenth aspects is stored.
本発明によれば、ポイント&プリント環境等のクライアントである一般ユーザ権限のユーザでも共有ワンクリックアイコンを登録することができる。 According to the present invention, a user with general user authority who is a client such as a point & print environment can register a shared one-click icon.
以下、本発明の実施の形態を図を用いて説明する。 Hereinafter, embodiments of the present invention will be described with reference to the drawings.
図1は、本発明の実施形態である情報処理装置としてのクライアントPC(パーソナル・コンピュータ)10およびサーバPC20を用いて、共有ワンクリックアイコンを一般ユーザ権限のユーザから登録する方法例について説明する図である。クライアントPC10およびサーバPC20はCPU(central Processing Unite)により制御され、ROM、RAM等の記憶部、通信部、入出力部等の既知の構成を備える。
FIG. 1 is a diagram for explaining an example of a method for registering a shared one-click icon from a user with general user authority using a client PC (personal computer) 10 and a
各ユーザはクライアントPC10から登録したい設定にし、サーバサイドレンダリング設定にて印刷を行う。するとサーバ側プリンタドライバ21にはその印刷設定情報が渡る(Devmode)。
サーバ側プリンタドライバはDevmodeの情報を見て、その設定を共有ワンクリックアイコンとしてレジストリ22に登録する。
Each user makes a setting desired to be registered from the client PC 10 and performs printing in the server side rendering setting. Then, the print setting information is passed to the server-side printer driver 21 (Devmode).
The server-side printer driver looks at the Devmode information and registers the setting in the
図2は、共有ワンクリックアイコンを一般ユーザ権限のユーザから登録する別の方法について説明する図である。
共有ワンクリックアイコン登録アプリ13を準備し、そのアプリを使って登録できるようにすることで、クライアントPC10から共有ワンクリックアイコンを登録可能にする。
共有ワンクリックアイコン登録アプリ13には、サーバPC20の管理者権限ユーザIDとパスワードとを保持させることでサーバPC20のレジストリ22にアクセス可能にする。
FIG. 2 is a diagram for explaining another method of registering a shared one-click icon from a user with general user authority.
By preparing the shared one-click icon registration application 13 and enabling registration using the application, the shared one-click icon can be registered from the client PC 10.
The shared one-click icon registration application 13 can access the
図3は、共有ワンクリックアイコンを一般ユーザ権限のユーザから登録するさらに別の方法について説明する図である。
サーバPC20にデータを保存するためのIDとパスワードを配布し(セキュリティ上レジストリ22にはアクセスできないようにする)、クライアントPC10上のプリンタドライバ11は共有ワンクリックアイコンを登録する際は、そのデータ置場24(保存領域)に共有ワンクリックアイコン情報を保存し、その後、サーバPC20上のプリンタドライバ21がそのデータを参照し、レジストリ22にワンクリックアイコン情報を保存する。
FIG. 3 is a diagram for explaining yet another method for registering a shared one-click icon from a user with general user authority.
An ID and a password for saving data are distributed to the server PC 20 (so that the
図4は、共有ワンクリックアイコンをクライアントPC10側から登録する際のフローについて説明する図である。
共有ワンクリックアイコンを一般ユーザ権限のユーザから登録する。
FIG. 4 is a diagram illustrating a flow when registering a shared one-click icon from the
Register a shared one-click icon from a user with general user authority.
クライアントPC10上にて、印刷設定を行って印刷をするが、その際に、「設定内容を共有ワンクリックアイコンとして登録するかどうか」を選択できるようにする(S401、S402)。 Printing is performed on the client PC 10 with print settings. At this time, it is possible to select “whether or not to register the setting contents as a shared one-click icon” (S401, S402).
「共有ワンクリックアイコンとして登録する」が選択されていた場合(S404/Yes)、サーバPC20側に印刷設定が渡ってきた時点で、サーバPC20側のプリンタドライバ21は印刷設定からワンクリックアイコン情報を作成し(S405)、レジストリ22(共有部分)に保存する(S406)。
レジストリ22(共有部分)に保存したワンクリックアイコンは、共有ワンクリックアイコンとなるので、登録された後に、印刷設定をサーバPC20側やクライアントPC10側で開くとユーザが指定した設定のワンクリックアイコンがUIに現れる。
その後、通常通り印刷を行う(S407)。
When “Register as shared one-click icon” is selected (S404 / Yes), the printer driver 21 on the
Since the one-click icon stored in the registry 22 (shared part) becomes a shared one-click icon, when the print setting is opened on the
Thereafter, printing is performed as usual (S407).
一方、「共有ワンクリックアイコンとして登録する」が選択されなかった場合は(S404/No)、従来の印刷システム通り、印刷のみを行う。 On the other hand, if “Register as shared one-click icon” is not selected (S404 / No), only printing is performed as in the conventional printing system.
図5は、「設定内容を共有ワンクリックアイコンとして登録するかどうか」を選択可能にするクライアントPC10での画面例を示したものである。
チェックボックスを用意し、印刷時にユーザが選択可能にする。
「共有ワンクリックアイコンとしてサーバに登録する」を選んだ場合は、ワンクリックアイコン名も指定できるように、エディットボックスなどを用意する。
FIG. 5 shows an example of a screen on the
A check box is prepared so that the user can select it when printing.
If you select "Register as a shared one-click icon on the server", prepare an edit box so that you can also specify the one-click icon name.
図6は、「設定内容を共有ワンクリックアイコンとして登録するかどうか」の情報をサーバPC20側に送る手法について説明する図である。
Devmodeに「共有ワンクリックアイコンとして登録するかどうか」の情報を保存できるようにする。
サーバPC20は、印刷時に、その情報を見て、ワンクリックアイコンとして登録するかどうかを判断し、「共有ワンクリックアイコンとしてサーバに登録する」となっている場合は、Devmodeから印刷情報とワンクリックアイコン名を読み取りワンクリックアイコン情報を作成し、レジストリ22に登録する。
FIG. 6 is a diagram for explaining a method of sending information “whether or not to register the setting contents as a shared one-click icon” to the
It is possible to save information about whether to register as a shared one-click icon in Devmode.
The
図7は、印刷を行わずに共有ワンクリックアイコンを登録することを可能にするクライアントPC10での印刷設定画面の例である。
「印刷せずに登録する」チェックボックスを用意し、印刷時にユーザが選択可能にする。
選択された内容はDevmodeに保存することでサーバPC20側に渡す。
サーバPC20側では、この情報があれば、印刷を行わずに、ワンクリックアイコンの登録だけを行う。なお、印刷を行わないようにするには、コマンド出力を行わなければよい。
FIG. 7 is an example of a print setting screen on the
A “Register without printing” check box is prepared so that the user can select when printing.
The selected contents are stored in Devmode and passed to the
On the
図8は、ユーザによって共有ワンクリックアイコンの登録や使用を制限する方法について説明する図である。
クライアントPC10から共有ワンクリックアイコン情報を送る際に、ユーザ名も自動的に取得し、Devmodeに入れて送るようにする。(ユーザ名はOSからWindows(登録商標) APIを使って取得できる。)
サーバPC20側では、Devmodeのユーザ名を取得し、そのユーザがワンクリックアイコン登録権限があるかどうかを確認し、権限がある場合だけ、ワンクリックアイコンの登録を行うようにする。このようにすれば、ワンクリックアイコンの登録を制限することができる。なお、ユーザがワンクリックアイコン登録権限があるかどうかを確認や管理する方法は図9を用いて後述する。
FIG. 8 is a diagram illustrating a method for restricting registration and use of a shared one-click icon by a user.
When the shared one-click icon information is sent from the
On the
一方、ワンクリックアイコンの使用の制限も、図9に示すようなサーバPCが共有ワンクリックアイコンの登録や使用を可能にするユーザを管理する管理表を用いることで管理できる。
共有ワンクリックアイコンのユーザごとに、その人が作成したワンクリックアイコンをだれが使用できるか指定することができる。なお、共有ワンクリックアイコンをユーザによって、UIに表示したりしなかったりする方法はすでに知られている。
On the other hand, restrictions on the use of the one-click icon can also be managed by using a management table for managing users who allow the server PC to register and use the shared one-click icon as shown in FIG.
For each user of a shared one-click icon, it is possible to specify who can use the one-click icon created by that person. A method for displaying a shared one-click icon on a UI by a user is already known.
図9では、Administratorユーザが作ったワンクリックアイコンはすべてのユーザが使用可能であり、AAAAさんが作ったワンクリックアイコンは共有ワンクリックアイコンとして登録可能であり、AAAA, BBBB, CCCCさんが使用可能である、といったことを定義している。 In Fig. 9, one-click icons created by Administrator users can be used by all users, one-click icons created by AAAA can be registered as shared one-click icons, and AAAA, BBBB, and CCCC can be used. Is defined.
なお、このようなデータはサーバPC20側で持っているだけでなく、クライアントPC10側と共有することによって、クライアントPC10側で参照し、ワンクリックアイコン登録権限がない場合は、そもそも、図5で示すような「共有ワンクリックアイコンとしてサーバに登録する」チェックボックスを表示しないよう、排他をかけることも可能である。
Note that such data is not only held on the
図10は、要望の多いワンクリックアイコンのみを共有ワンクリックアイコンとして登録する方法について説明する図である。
ユーザが好き勝手に共有ワンクリックアイコンを登録可能にしてしまうと、ワンクリックアイコンの数が非常に多くなり、プリンタドライバUIとして逆に使い勝手が悪いものになりかねない。
そこで、複数のユーザが要望するワンクリックアイコンのみを登録するような仕組みもあるとよい。
FIG. 10 is a diagram for explaining a method of registering only one-click icons with many requests as shared one-click icons.
If the user can register the shared one-click icon as desired, the number of one-click icons becomes very large, and the printer driver UI may be unusable.
Therefore, there may be a mechanism for registering only one-click icons desired by a plurality of users.
サーバPC20側では、ユーザから「共有ワンクリックアイコンとして登録する」が設定されて印刷設定情報が送られてきたとき、いきなり、それをワンクリックアイコンとして登録するのではなく、図10のような表にして、情報を保存しておく。
同じ種類の印刷設定情報が送られた場合は、要望ユーザ欄に追加する。
そして、ある一定以上のユーザが同じ要望を出したら、それを共有ワンクリックアイコンとして登録する。
On the
If the same type of print setting information is sent, it is added to the desired user column.
If a certain number of users or more make the same request, it is registered as a shared one-click icon.
図10では、Duplex.OnとColorMode.Blackを組み合わせたものをワンクリックアイコンとして登録したいというユーザが多い。そのため、共有ワンクリックアイコンとして登録してもよいと判断することができる。
一方、Nup.16in1; Watermark.Onを組み合わせたものをワンクリックアイコンとして登録したいというユーザはCCCCさんのみである。よって、本情報は共有ワンクリックアイコンとして登録をしないと判断することができる。
登録するしないのボーダーについては、サーバ管理者が自由に決められるようにすることであってもよい。
In FIG. 10, there are many users who want to register a combination of Duplex.On and ColorMode.Black as a one-click icon. Therefore, it can be determined that it may be registered as a shared one-click icon.
On the other hand, CCCC is the only user who wants to register a combination of Nup.16in1; Watermark.On as a one-click icon. Therefore, it can be determined that this information is not registered as a shared one-click icon.
The server administrator may be able to freely determine the border that is not registered.
なお、上述する実施の形態は、本発明の好適な実施の形態であり、本発明の要旨を逸脱しない範囲内において種々の変更実施が可能である。例えば、クライアントPC、サーバPCの機能を実現するためのプログラムを各装置に読込ませて実行することにより各装置の機能を実現する処理を行ってもよい。さらに、そのプログラムは、コンピュータ読み取り可能な記録媒体であるCD−ROMまたは光磁気ディスクなどを介して、または伝送媒体であるインターネット、電話回線などを介して伝送波により他のコンピュータシステムに伝送されてもよい。また、各装置の機能が他の装置によりまとめて実現されたり、追加の装置により機能が分散されて実現される形態も本発明の範囲内である。 The above-described embodiment is a preferred embodiment of the present invention, and various modifications can be made without departing from the gist of the present invention. For example, the processing for realizing the functions of each device may be performed by causing each device to read and execute a program for realizing the functions of the client PC and the server PC. Further, the program is transmitted to another computer system by a transmission wave via a computer-readable recording medium such as a CD-ROM or a magneto-optical disk, or via a transmission medium such as the Internet or a telephone line. Also good. In addition, it is also within the scope of the present invention that the functions of each device are realized by other devices collectively or the functions are distributed by additional devices.
10 クライアントPC
11 クライアント側プリンタドライバ
12 クライアント側レジストリ
13 共有ワンクリックアイコン登録アプリ
20 サーバPC
21 サーバ側プリンタドライバ
22 サーバ側レジストリ
24 データ置場
10 Client PC
11 Client-side printer driver 12 Client-side registry 13 Shared one-click
21 Server
Claims (11)
前記受け付けたワンクリックアイコン情報を共有ワンクリックアイコンとして所定の記憶部に登録する手段と
を備えることを特徴とする情報処理装置。 Means for accepting registration of one-click icon information that can be shared by a plurality of users from a client used by a user of general user authority;
An information processing apparatus comprising: means for registering the received one-click icon information as a shared one-click icon in a predetermined storage unit.
一般ユーザ権限のユーザが用いるクライアントから印刷時を含む所定のタイミングで複数ユーザで共有可能なワンクリックアイコン情報の登録を受け付ける手段と、
前記受け付けたワンクリックアイコン情報を共有ワンクリックアイコンとして所定の記憶部に登録する手段と
を備えることを特徴とする情報処理装置。 An information processing apparatus capable of sharing a one-click icon created on a user interface of a printer driver with a plurality of users in a point-and-print environment,
Means for accepting registration of one-click icon information that can be shared by a plurality of users at a predetermined timing including printing from a client used by a user of general user authority;
An information processing apparatus comprising: means for registering the received one-click icon information as a shared one-click icon in a predetermined storage unit.
前記一般ユーザ権限のユーザが用いるクライアントにて設定された印刷設定情報をプリンタドライバで受け取り、
前記複数ユーザで共有可能なワンクリックアイコン情報は前記印刷設定情報に含まれることを特徴とする請求項1または2記載の情報処理装置。 Print with server-side rendering settings,
The printer driver receives the print setting information set in the client used by the user having the general user authority,
The information processing apparatus according to claim 1, wherein the one-click icon information that can be shared by the plurality of users is included in the print setting information.
前記受け付けたワンクリックアイコン情報を共有ワンクリックアイコンとして所定の記憶部に登録する処理と
を実行させることを特徴とするプログラム。 A process of accepting registration of one-click icon information that can be shared by a plurality of users from a client used by a user with a general user authority in the information processing apparatus;
And a process of registering the received one-click icon information as a shared one-click icon in a predetermined storage unit.
一般ユーザ権限のユーザが用いるクライアントから印刷時を含む所定のタイミングで複数ユーザで共有可能なワンクリックアイコン情報の登録を受け付ける処理と、
前記受け付けたワンクリックアイコン情報を共有ワンクリックアイコンとして所定の記憶部に登録する処理と
を実行させることを特徴とするプログラム。 An information processing device that allows one-click icons created on the user interface of a printer driver to be shared by multiple users in a point-and-print environment.
A process of accepting registration of one-click icon information that can be shared by a plurality of users at a predetermined timing including printing from a client used by a user of general user authority;
And a process of registering the received one-click icon information as a shared one-click icon in a predetermined storage unit.
前記一般ユーザ権限のユーザが用いるクライアントにて設定された前記複数ユーザで共有可能なワンクリックアイコン情報を含む印刷設定情報をプリンタドライバで受け取る処理を実行させることを特徴とする請求項6または7記載のプログラム。 When printing with server-side rendering settings,
8. The process for receiving, with a printer driver, print setting information including one-click icon information that can be shared by the plurality of users set by a client used by a user having the general user authority. Program.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2010142702A JP5630092B2 (en) | 2010-06-23 | 2010-06-23 | Information processing apparatus, program, and recording medium |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2010142702A JP5630092B2 (en) | 2010-06-23 | 2010-06-23 | Information processing apparatus, program, and recording medium |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2012008703A true JP2012008703A (en) | 2012-01-12 |
| JP5630092B2 JP5630092B2 (en) | 2014-11-26 |
Family
ID=45539190
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2010142702A Expired - Fee Related JP5630092B2 (en) | 2010-06-23 | 2010-06-23 | Information processing apparatus, program, and recording medium |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP5630092B2 (en) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2015176381A (en) * | 2014-03-14 | 2015-10-05 | 株式会社リコー | Information processing program, information processing apparatus, and information processing system |
| JP2015176532A (en) * | 2014-03-18 | 2015-10-05 | 株式会社リコー | Program, information processor, and information processing system |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH10326167A (en) * | 1997-03-25 | 1998-12-08 | Seiko Epson Corp | Print system, printer control device, printer, and printer control method |
| JP2002182871A (en) * | 2000-12-11 | 2002-06-28 | Ricoh Co Ltd | An information processing apparatus, a printing condition setting method, and a computer-readable recording medium storing a program for executing the method |
| JP2005190298A (en) * | 2003-12-26 | 2005-07-14 | Sharp Corp | Information processing apparatus, server apparatus, information transmission method, information processing program, and recording medium |
| JP2010039926A (en) * | 2008-08-07 | 2010-02-18 | Konica Minolta Business Technologies Inc | Information processor, information processing method, information processing program, and computer-readable recording medium recording the information processing program |
| JP2010058469A (en) * | 2008-09-05 | 2010-03-18 | Riso Kagaku Corp | Information processor |
| JP2010128596A (en) * | 2008-11-25 | 2010-06-10 | Ricoh Co Ltd | Information processing apparatus, image processing apparatus, print control method, and print control program |
-
2010
- 2010-06-23 JP JP2010142702A patent/JP5630092B2/en not_active Expired - Fee Related
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH10326167A (en) * | 1997-03-25 | 1998-12-08 | Seiko Epson Corp | Print system, printer control device, printer, and printer control method |
| JP2002182871A (en) * | 2000-12-11 | 2002-06-28 | Ricoh Co Ltd | An information processing apparatus, a printing condition setting method, and a computer-readable recording medium storing a program for executing the method |
| JP2005190298A (en) * | 2003-12-26 | 2005-07-14 | Sharp Corp | Information processing apparatus, server apparatus, information transmission method, information processing program, and recording medium |
| JP2010039926A (en) * | 2008-08-07 | 2010-02-18 | Konica Minolta Business Technologies Inc | Information processor, information processing method, information processing program, and computer-readable recording medium recording the information processing program |
| JP2010058469A (en) * | 2008-09-05 | 2010-03-18 | Riso Kagaku Corp | Information processor |
| JP2010128596A (en) * | 2008-11-25 | 2010-06-10 | Ricoh Co Ltd | Information processing apparatus, image processing apparatus, print control method, and print control program |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2015176381A (en) * | 2014-03-14 | 2015-10-05 | 株式会社リコー | Information processing program, information processing apparatus, and information processing system |
| JP2015176532A (en) * | 2014-03-18 | 2015-10-05 | 株式会社リコー | Program, information processor, and information processing system |
Also Published As
| Publication number | Publication date |
|---|---|
| JP5630092B2 (en) | 2014-11-26 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP5321929B2 (en) | Universal device driver, device control program, information processing apparatus, server apparatus, and method | |
| US8352477B2 (en) | User specific focus parameters | |
| JP5511463B2 (en) | Image forming apparatus, image processing system, method for controlling image processing system, and program | |
| JP6184194B2 (en) | Image processing apparatus, authentication method thereof, and program | |
| WO2012102909A1 (en) | Transferring configuration data from a public cloud server and applying onto a mobile client | |
| JP2013118558A (en) | Multifunctional machine and screen provision server | |
| US20080307314A1 (en) | System connections and user interfaces | |
| WO2012102911A1 (en) | State-based provisioning of a client having a windows-based embedded image | |
| US8266323B2 (en) | System connections and user interfaces | |
| JP5423746B2 (en) | Image processing apparatus, access control method, and program | |
| US20080307504A1 (en) | System connections and user interfaces | |
| US9294359B2 (en) | System connections and user interfaces | |
| JP5561017B2 (en) | Image processing apparatus, editing program, and editing system | |
| JP2009049679A (en) | Image processor, image processor control program and image processing system | |
| JP6191634B2 (en) | Printer driver program, printing system, server, server program, client terminal, client program | |
| US20130139240A1 (en) | Network system, information processing apparatus, method for controlling the information processing apparatus, and computer-readable storage medium for computer program | |
| JP2016024730A (en) | Information processing apparatus, information processing apparatus control method, and program | |
| JP5630092B2 (en) | Information processing apparatus, program, and recording medium | |
| JP7566611B2 (en) | Image forming system, server, control method for image forming system, and control method for server | |
| JP2007328623A (en) | Access controller | |
| JP2023113458A (en) | Information processing device and program | |
| JP2012027520A (en) | Information processing system, information processor, information processing method, information processing program and recording medium recorded with information processing program | |
| US20060123411A1 (en) | Rendering device installation methods and systems | |
| JP6334865B2 (en) | Information processing apparatus, information processing method, and program | |
| JP2007306398A (en) | Data processing system |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20130404 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20140117 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20140304 |
|
| A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140424 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20140909 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140922 |
|
| R151 | Written notification of patent or utility model registration |
Ref document number: 5630092 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |
|
| LAPS | Cancellation because of no payment of annual fees |