JP2020047295A - Program, information processing apparatus, and control method - Google Patents

Program, information processing apparatus, and control method Download PDF

Info

Publication number
JP2020047295A
JP2020047295A JP2019218902A JP2019218902A JP2020047295A JP 2020047295 A JP2020047295 A JP 2020047295A JP 2019218902 A JP2019218902 A JP 2019218902A JP 2019218902 A JP2019218902 A JP 2019218902A JP 2020047295 A JP2020047295 A JP 2020047295A
Authority
JP
Japan
Prior art keywords
data
print
printing
file format
application
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
JP2019218902A
Other languages
Japanese (ja)
Other versions
JP6776435B2 (en
Inventor
長谷川 新
Arata Hasegawa
新 長谷川
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 JP2019218902A priority Critical patent/JP6776435B2/en
Publication of JP2020047295A publication Critical patent/JP2020047295A/en
Priority to JP2020170178A priority patent/JP6950066B2/en
Application granted granted Critical
Publication of JP6776435B2 publication Critical patent/JP6776435B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Facsimiles In General (AREA)

Abstract

To simplify a process of PDL conversion corresponding to multiple formats.SOLUTION: A program which can be run as a printing plug-in 215 that provides a printing function of a printer to a printing system of an information processing apparatus, causes a processor of the information processing apparatus to function so as to: receive first data to be printed, by a sharing function, from an application; issue an instruction to the printing system to convert the received first data into a predetermined file format; receive from the printing system second data of the predetermined file format converted from the first data on the basis of the instruction in the printing system; and execute print processing that uses the received second data of the predetermined file format to be printed on the printer.SELECTED DRAWING: Figure 9

Description

本発明は、プログラム、情報処理装置及び制御方法に関する。   The present invention relates to a program, an information processing device, and a control method.

モバイルOS(Operating System)において、印刷データをプリンタに送信する技術がある。例えば、Android(登録商標)といったモバイル端末に搭載されるOSには、各アプリケーション(以下、アプリと称する)に共通の印刷機能を提供する「印刷システム」がある。印刷システムには、「印刷プラグイン」といわれる各プリンタベンダーが各自の印刷処理装置に適応させるための依存処理をプラグイン形式でアドインできる仕組みがある。例えば、Canon Print Service(登録商標)は、Androidの「印刷プラグイン」として提供されており、Google Play(登録商標)からダウンロードしてインストールすることができる。   There is a technique for transmitting print data to a printer in a mobile OS (Operating System). For example, an OS installed in a mobile terminal such as Android (registered trademark) includes a “print system” that provides a print function common to each application (hereinafter, referred to as an application). In a printing system, there is a mechanism called "print plug-in" in which each printer vendor can add-in dependent processing for adapting to its own print processing apparatus in a plug-in format. For example, Canon Print Service (registered trademark) is provided as a "print plug-in" of Android, and can be downloaded and installed from Google Play (registered trademark).

ユーザがアプリから印刷を行う手段としては、印刷システムを使用する方法と、Intentという仕組みを使う方法がある。Intentとは、Android上でアプリから他のアプリ対してファイルを渡す(共有する)ことができるアプリ関連の仕組みのことである。ユーザはアプリが印刷システムに対応していない場合でも、Intentで印刷アプリを指定することで印刷を行うことができる。特許文献1は、印刷データを生成する印刷アプリが、データ出力元のアプリからIntentで受け渡されたデータがテキストデータであるかURLを含むかなどに応じて印刷データを生成する技術を開示している。   As means for the user to print from the application, there are a method using a printing system and a method using a mechanism called Intent. Intent is an application-related mechanism that allows an application to transfer (share) a file to another application on Android. Even when the application does not support the printing system, the user can perform printing by designating the printing application in Intent. Patent Literature 1 discloses a technique in which a print application that generates print data generates print data according to whether data passed as Intent from a data output source application is text data or includes a URL. ing.

特開2012−48633号公報JP 2012-48633 A

しかしながら、特許文献1では印刷アプリにおいて印刷データを生成しなければならず、印刷アプリが対応しているファイルフォーマットからしか印刷データに変換できない。また、印刷アプリをインストールしていない場合には特許文献1の印刷方法を使うことができない。そこで、アプリが印刷システムに対応しておらず、かつ、Intentで利用できる印刷アプリがない場合でも、画像、HTML、PDF、Officeファイル等幅広いファイルフォーマットを印刷データであるPDLに変換し、印刷することが求められる。   However, in Patent Literature 1, print data must be generated in a print application, and can be converted into print data only from a file format supported by the print application. Further, when the printing application is not installed, the printing method of Patent Document 1 cannot be used. Therefore, even if the application does not support the printing system and there is no printing application that can be used in Intent, a wide range of file formats such as images, HTML, PDF, and Office files are converted into PDL as print data and printed. Is required.

本発明は、複数フォーマットに対応したPDL変換のプロセスを簡略化することを目的とする。   An object of the present invention is to simplify the process of PDL conversion corresponding to a plurality of formats.

上記課題を解決するために、本発明のプログラムは、情報処理装置の印刷システムに対してプリンタの印刷機能を提供するプラグインとして動作可能なプログラムであって、アプリケーションから共有機能により印刷対象の第1のデータを受け取り、当該受け取った第1のデータを所定のファイル形式に変換させるための指示を、前記印刷システムに対して行い、前記印刷システムにおいて前記指示に基づき前記第1のデータから変換された前記所定のファイル形式の第2のデータを、前記印刷システムから受け取り、当該受け取った前記所定のファイル形式の前記第2のデータを用いて、前記プリンタで印刷するための印刷処理を実行するように、前記情報処理装置のプロセッサを機能させる。   In order to solve the above-mentioned problem, a program of the present invention is a program operable as a plug-in that provides a printing function of a printer to a printing system of an information processing apparatus. And receiving an instruction to convert the received first data into a predetermined file format to the printing system. The printing system converts the first data based on the instruction from the first data. Receiving the second data of the predetermined file format from the printing system, and using the received second data of the predetermined file format, executing a print process for printing on the printer. Then, the processor of the information processing apparatus is caused to function.

本発明によれば、複数フォーマットに対応したPDL変換のプロセスを簡略化することができる。   According to the present invention, it is possible to simplify the process of PDL conversion corresponding to a plurality of formats.

印刷システムの全体構成図である。FIG. 1 is an overall configuration diagram of a printing system. 情報処理端末、プリンタのハードウェア構成図である。FIG. 2 is a hardware configuration diagram of an information processing terminal and a printer. 情報処理端末、プリンタのソフトウェア構成図である。FIG. 2 is a software configuration diagram of an information processing terminal and a printer. Intentフィルタの一例を示す図である。FIG. 3 is a diagram illustrating an example of an Intent filter. 印刷パスとその他の印刷パスを示した遷移図である。FIG. 6 is a transition diagram showing a print path and other print paths. 情報処理端末のアプリケーションのUI画面を示す図である。It is a figure showing the UI screen of the application of the information processing terminal. 情報処理端末の印刷システムのUI画面を示す図である。FIG. 3 is a diagram illustrating a UI screen of a printing system of the information processing terminal. 情報処理端末からIntentを使う際のUI画面を示す図である。FIG. 9 is a diagram illustrating a UI screen when using Intent from an information processing terminal. 印刷プラグインの処理を示すフローチャートである。5 is a flowchart illustrating processing of a print plug-in. 実施例1におけるUI画面である。6 is a UI screen according to the first embodiment. 実施例2における印刷プラグインの処理を示すフローチャートである。9 is a flowchart illustrating processing of a print plug-in according to the second exemplary embodiment. 実施例3における印刷プラグインの処理を示すフローチャートである。13 is a flowchart illustrating processing of a print plug-in according to the third exemplary embodiment. 実施例4における印刷プラグインの処理を示すフローチャートである。15 is a flowchart illustrating processing of a print plug-in according to the fourth exemplary embodiment. 情報処理端末の印刷プラグインが無効の場合のUI画面を示す図である。FIG. 11 is a diagram illustrating a UI screen when a print plug-in of the information processing terminal is invalid. 印刷プラグインの処理を示すフローチャートである。5 is a flowchart illustrating processing of a print plug-in.

(実施例1)
まず、本実施例におけるシステムの全体構成について説明する。
図1は、本実施例におけるハードウェアの全体構成の一例を示したものである。本システムは、情報処理端末110とプリンタA120とが、ネットワーク100で接続されている。このとき、情報処理端末およびプリンタはネットワーク上に複数台あってもよい。
ネットワーク100は標準的なネットワーク接続であり、インターネット、イントラネットのどちらの形態であってもよい。接続方法は、情報処理端末110とプリンタA120が互いにネットワークに接続されていればどのような接続形態でも構わない。例えば、Wi−Fiルータを介してネットワークを形成する方法や、Wi−Fiダイレクトで情報処理端末110とプリンタA120を直接接続する方法などがある。
(Example 1)
First, the overall configuration of the system according to the present embodiment will be described.
FIG. 1 shows an example of the overall configuration of hardware in the present embodiment. In this system, an information processing terminal 110 and a printer A 120 are connected via a network 100. At this time, there may be a plurality of information processing terminals and printers on the network.
Network 100 is a standard network connection and may be in the form of the Internet or an intranet. The connection method may be any connection form as long as the information processing terminal 110 and the printer A 120 are mutually connected to the network. For example, there are a method of forming a network via a Wi-Fi router and a method of directly connecting the information processing terminal 110 and the printer A 120 by Wi-Fi Direct.

次に、本実施例における情報処理端末110及びプリンタA120の構成を、図2を用いて説明する。
情報処理端末110は、PDA(Personal Data Assistant)やスマートフォンなど通常のモバイル端末であり、小型端末用のオペレーティングシステムや、通話、データ通信を制御するプログラムが動作している情報処理装置である。情報処理端末110は、ネットワークコントローラ114を使用して無線通信または有線での通信が可能である。情報処理端末110におけるハードウェアの各構成要素は、システムバス119に接続されている。
Next, the configurations of the information processing terminal 110 and the printer A 120 according to the present embodiment will be described with reference to FIG.
The information processing terminal 110 is a normal mobile terminal such as a PDA (Personal Data Assistant) or a smart phone, and is an information processing device in which an operating system for a small terminal and a program for controlling a telephone call and data communication are running. The information processing terminal 110 can perform wireless communication or wired communication using the network controller 114. Each component of the hardware in the information processing terminal 110 is connected to the system bus 119.

ROM112は、不揮発性の記憶装置であり、情報処理端末110におけるOSや、通話、データ通信を制御するアプリ、情報処理端末110の再起動後も保持しておく必要のある各種動作モード設定、稼働ログなどが記憶される。ROM112に格納されたデータ通信を制御するアプリとしては、MailソフトやWebブラウザなどが挙げられる。これらのROM112に記憶された情報は、CPU111で処理される。また、CPU111がROM112に記憶されているプログラムに基づき処理を実行することによって、図3に示されるような情報処理端末110のソフトウェア構成及び後述するフローチャートの各ステップの処理が実現される。
RAM113は、プログラムを実行するためのワークメモリエリアである。また、印刷時にアプリが生成する画像情報などを一時記憶するためのメモリでもある。
The ROM 112 is a non-volatile storage device. The OS in the information processing terminal 110, an application for controlling calls and data communication, various operation mode settings that need to be retained even after the information processing terminal 110 is restarted, and an operation mode. A log and the like are stored. Examples of an application that controls data communication stored in the ROM 112 include Mail software and a Web browser. The information stored in the ROM 112 is processed by the CPU 111. When the CPU 111 executes processing based on the program stored in the ROM 112, the software configuration of the information processing terminal 110 as shown in FIG. 3 and the processing of each step of the flowchart described below are realized.
The RAM 113 is a work memory area for executing a program. It is also a memory for temporarily storing image information generated by the application at the time of printing.

ネットワークコントローラ114はネットワーク通信を制御するためのものであり、通信にWi−Fi、Wi−Fiダイレクト、公衆回線3G/4G、有線LAN接続などが使用される。
表示制御部115は、情報処理端末110のディスプレイ117にて出力する情報の制御を行っている。入力制御部116は、情報処理端末110の入力部118においてボタンやタッチパネルなどを介してユーザが指示した情報を制御している。情報処理端末110のアプリは、表示制御部115、入力制御部116を利用して、ネットワーク通信情報や情報処理端末110のさまざまな情報をユーザに提供する。
The network controller 114 controls network communication, and uses Wi-Fi, Wi-Fi Direct, public line 3G / 4G, wired LAN connection, and the like for communication.
The display control unit 115 controls information output on the display 117 of the information processing terminal 110. The input control unit 116 controls information specified by a user via a button or a touch panel in the input unit 118 of the information processing terminal 110. The application of the information processing terminal 110 uses the display control unit 115 and the input control unit 116 to provide network communication information and various information of the information processing terminal 110 to the user.

プリンタA120は、画像処理装置の一例である。ネットワークI/F121は、ネットワーク100を介して情報処理端末110との接続に使用される。プリンタA120はネットワークI/F121を介して情報処理端末110との通信処理が可能となっており、プリンタA120内の情報を情報処理端末110に通知可能に構成されている。
CPU122は、ROM124に記憶された制御プログラムに基づいてシステムバス126に接続されるプリンタエンジン125に出力情報としての画像信号を出力する。さらにCPU122は、ROM124に記憶されたアプリプログラム等に基づいて処理を実行する。RAM123は、CPU122の主メモリ、ワークエリア等として機能する。なお、RAM123は、制御プログラムの実行、出力情報展開領域、環境データ格納領域、NVRAM等に用いられる。ROM124には、CPU122の制御プログラムや上記出力情報を生成する際に使用するフォントデータ、プリンタA120上で利用される情報等が記憶される。
プリンタエンジン125は、出力情報としての画像信号を出力する。システムバス126は、各デバイスを接続する。
The printer A 120 is an example of an image processing device. The network I / F 121 is used to connect to the information processing terminal 110 via the network 100. The printer A 120 can perform communication processing with the information processing terminal 110 via the network I / F 121, and is configured to be able to notify information in the printer A 120 to the information processing terminal 110.
The CPU 122 outputs an image signal as output information to the printer engine 125 connected to the system bus 126 based on a control program stored in the ROM 124. Further, the CPU 122 executes processing based on an application program or the like stored in the ROM 124. The RAM 123 functions as a main memory, a work area, and the like for the CPU 122. The RAM 123 is used for execution of a control program, an output information development area, an environment data storage area, an NVRAM, and the like. The ROM 124 stores a control program for the CPU 122, font data used when generating the output information, information used on the printer A 120, and the like.
The printer engine 125 outputs an image signal as output information. The system bus 126 connects each device.

図3は、本実施例における情報処理端末110及びプリンタA120のソフトウェア構成を説明するブロック図である。
まず、情報処理端末110のソフトウェア構成について説明する。なお、情報処理端末110を構成する各モジュールはそれぞれROM112に保存されたファイルとして存在するプログラムモジュールである。そして、実行時にOSやそのモジュールを利用するモジュールによってRAM113にロードされ実行される。また、本実施例に記載されている処理は、ROM112に記憶されているアプリ、及び各モジュール(ソフトウェア)のプログラムを、必要に応じてRAM113に読み出してCPU111により実行することによって実現される。
FIG. 3 is a block diagram illustrating a software configuration of the information processing terminal 110 and the printer A 120 according to the present embodiment.
First, a software configuration of the information processing terminal 110 will be described. Each module constituting the information processing terminal 110 is a program module that exists as a file stored in the ROM 112. Then, at the time of execution, it is loaded into the RAM 113 and executed by the OS or a module using the module. Further, the processing described in the present embodiment is realized by reading the application stored in the ROM 112 and the program of each module (software) into the RAM 113 as necessary, and executing the program by the CPU 111.

印刷システム210は、App A211などの各アプリに共通の印刷インターフェースを提供する。アプリは印刷システムで定義されたインターフェースを実装することにより、Plugin D214や印刷プラグイン215などが提供する印刷機能を実行することができる。このとき印刷システムはPlugin D214や印刷プラグイン215などの印刷プラグインに印刷や探索の命令を行う。
App A211、App B212、App C213は情報処理端末110のOS上で動作する一般的なアプリであり、Webブラウザ、PDFビューワー、Officeビューワー、写真アプリ、メールアプリ等のアプリがある。App A211、App B212は印刷システム210で定義された印刷インターフェースを実装しており、各印刷プラグインを使って印刷機能を利用できる。また、App B212、App C213はIntentで他のアプリとデータを受け渡す(共有する)ことができる。Intentは、アプリケーションと他のアプリケーションの間でデータの共有(受け渡し)を行うための共有機能である。例えば、App Bが写真アプリである場合は、Intentにより他のアプリと写真データの受け渡しをすることができる。
The printing system 210 provides a common printing interface for each application such as App A211. The application can execute a printing function provided by the Plugin D214, the printing plug-in 215, or the like by implementing an interface defined by the printing system. At this time, the printing system issues a print or search command to a print plug-in such as Plugin D 214 or print plug-in 215.
App A 211, App B 212, and App C 213 are general applications that operate on the OS of the information processing terminal 110, and include applications such as a Web browser, a PDF viewer, an Office viewer, a photo application, and a mail application. App A211 and App B212 implement a print interface defined by the print system 210, and can use a print function using each print plug-in. Further, the App B 212 and the App C 213 can transfer (share) data with another application in Intent. Intent is a sharing function for sharing (transferring) data between an application and another application. For example, when App B is a photo application, Intent can exchange photo data with another application.

Plugin D214、印刷プラグイン215は印刷プラグインであり、印刷システムに対して印刷および探索等の機能を提供するためのサービスとして存在する。印刷プラグインは、各プリンタベンダーが各自の印刷処理装置に適応させるための依存処理をプラグイン形式でアドインできる仕組みである。Plugin D214や印刷プラグイン215が印刷システム210に提供する機能は、ネットワーク上のプリンタ探索機能、印刷機能、印刷設定機能、ステータス通知機能などがあり、印刷プラグインは複数インストールされている場合もある。   A Plugin D 214 and a print plug-in 215 are print plug-ins, and exist as services for providing a printing system with functions such as printing and searching. The print plug-in is a mechanism in which each printer vendor can add-in a dependent process for adapting to its own print processing device in a plug-in format. The functions provided by the Plugin D 214 and the print plug-in 215 to the print system 210 include a printer search function on the network, a print function, a print setting function, a status notification function, and the like, and a plurality of print plug-ins may be installed. .

印刷プラグイン215はアプリとしても動作し、他のアプリとIntentによる情報の共有をすることができる。印刷プラグイン215は本実施例において、一時的にアプリとして振る舞い、印刷アプリから印刷データを一時的に受け取り、印刷システムを起動して印刷データを渡す処理を行う。その後、印刷プラグイン215は、印刷システムからPDFに変換された印刷データを受け取り、ドライバーとして振る舞い印刷を実行する。印刷プラグイン215は、印刷ジョブ生成モジュール216からネットワークモジュール219までの各種モジュールと、マニフェストファイル220を備える。   The print plug-in 215 also operates as an application, and can share information with another application by Intent. In this embodiment, the print plug-in 215 behaves as an application temporarily, receives print data from the print application temporarily, activates the printing system, and passes the print data. After that, the print plug-in 215 receives the print data converted into PDF from the print system, and executes the behavior printing as a driver. The print plug-in 215 includes various modules from a print job generation module 216 to a network module 219, and a manifest file 220.

印刷ジョブ生成モジュール216は、印刷システム210からPDF形式のデータをうけて、ROM112およびRAM113の情報からプリンタA120で印刷可能なPDLデータを生成する。PDLデータは、プリンタA120で印刷を行えるファイル形式の一例である。UI表示用モジュール217は、印刷プラグイン215固有の設定画面を表示させるものである。例えばEULAを表示する画面や、拡張設定を行う画面、ダイアログを表示する機能を持つ。通信監理モジュール218は、印刷プラグイン215とプリンタA120の通信を制御するモジュールであり、プリンタの能力取得や状態取得、プリンタ探索、印刷ジョブ生成モジュール216で生成したPDLデータの送信を管理する。ネットワークモジュール219は、印刷プラグイン215とプリンタA120などのプリンタを接続するモジュールであり、HTTP、SNMP等のプロトコルを使用して外部の機器と通信する機能を提供する。   The print job generation module 216 receives PDF format data from the print system 210 and generates PDL data that can be printed by the printer A 120 from information in the ROM 112 and the RAM 113. PDL data is an example of a file format that can be printed by the printer A120. The UI display module 217 displays a setting screen unique to the print plug-in 215. For example, it has a function of displaying a screen for displaying EULA, a screen for performing extension setting, and a dialog. The communication management module 218 is a module that controls communication between the print plug-in 215 and the printer A 120, and manages acquisition of printer capability and status, search for printers, and transmission of PDL data generated by the print job generation module 216. The network module 219 connects the print plug-in 215 to a printer such as the printer A 120, and provides a function of communicating with an external device using a protocol such as HTTP or SNMP.

マニフェストファイル220(共有ファイル)は印刷プラグインが保持する静的ファイルであり、そのなかにはIntentフィルタと呼ばれる宣言がある。IntentフィルタとはIntentを使ってアプリとデータを共有する際に、どのファイルフォーマットをサポートするかを宣言するためのものである。
図4はIntentフィルタの一例であり、XMLで記載されている。Intentフィルタ401は、印刷プラグイン215内に保持されている。また、本実施例においてはIntentフィルタには、印刷システム210が処理可能なファイルフォーマットを記載している。ファイルフォーマットの一例としては、PDFファイル、HTMLファイル、画像ファイルがある。この処理可能なファイルフォーマットの記載により、App B212等のアプリがファイル形式を指定してIntentによるデータ共有を行った場合に、図8のアプリ選択画面801に示されるように印刷プラグイン215が連携の候補として挙がる。図8の詳細については後述する。
The manifest file 220 (shared file) is a static file held by the print plug-in, and includes a declaration called an Intent filter. The Intent filter is for declaring which file format is supported when sharing data with an application using Intent.
FIG. 4 shows an example of the Intent filter, which is described in XML. The Intent filter 401 is held in the print plug-in 215. Further, in this embodiment, a file format that can be processed by the printing system 210 is described in the Intent filter. Examples of the file format include a PDF file, an HTML file, and an image file. According to the description of the file format that can be processed, when the application such as App B212 specifies the file format and performs data sharing by Intent, the print plug-in 215 cooperates as shown in the application selection screen 801 in FIG. Nominated as a candidate. The details of FIG. 8 will be described later.

印刷アプリ221はAndroid上で単独で動作する印刷用アプリケーションであり、App B212、App C213からIntentの指示を受けて印刷を行うことができる。印刷アプリ221はサポートするファイルフォーマットからPDLへの変換処理をすべて自アプリ内で行う。例えばスライドや帳票のオフィスファイル、画像、Webページなどを印刷可能である。   The print application 221 is a print application that operates independently on Android, and can perform printing in response to an Intent instruction from the App B 212 and App C 213. The print application 221 performs all conversion processing from a supported file format to PDL in its own application. For example, it is possible to print office files of slides and forms, images, Web pages, and the like.

次に、プリンタA120のソフトウェア構成について説明する。
ネットワークモジュール200は、プリンタA120と情報処理端末110間の通信を行うモジュールであり、HTTP、SNMP等のプロトコルを使用して外部の機器と通信する機能を提供する。
印刷処理モジュール201は、印刷を実行するためにPDLから画像データを生成してプリンタエンジン125に描画データを送るためのモジュールである。
Next, a software configuration of the printer A 120 will be described.
The network module 200 is a module that performs communication between the printer A 120 and the information processing terminal 110, and provides a function of communicating with an external device using a protocol such as HTTP or SNMP.
The print processing module 201 is a module for generating image data from PDL to execute printing and sending drawing data to the printer engine 125.

次に、アプリから印刷する手順について図5を用いて説明する。図5は、アプリから印刷を行う方法を示した遷移図である。アプリから印刷する基本の方法には2種類あり、図5(A)に示す印刷システムを使用する方法と、図5(B)に示すIntentを使用して印刷アプリを呼び出す方法とがある。印刷システムを使用する場合は、図6に示されるように、アプリのメニューボタン601を選択し、表示されるメニューの中で印刷ボタン603を選択する。一方、Intentを使用して印刷アプリを呼び出す場合は、表示されるメニューの中で共有ボタン602を選択する。図6は、App A211等のアプリから印刷を行う場合のUIの一例である。   Next, a procedure for printing from the application will be described with reference to FIG. FIG. 5 is a transition diagram illustrating a method of performing printing from an application. There are two basic methods of printing from an application, including a method using a printing system shown in FIG. 5A and a method of calling a printing application using Intent shown in FIG. 5B. When using the printing system, as shown in FIG. 6, the menu button 601 of the application is selected, and the print button 603 is selected from the displayed menu. On the other hand, when the print application is called using Intent, the share button 602 is selected from the displayed menu. FIG. 6 is an example of a UI when printing is performed from an application such as App A211.

まず、印刷システムを使用する図5(A)の方法について説明する。図5(A)のように、アプリから印刷システムを呼び出して印刷を行う場合は、メニューボタン601を押下して表示されるメニューから印刷ボタン603を押下して、図7に示すような印刷システムの印刷設定画面を呼び出して印刷を行う。図7は、印刷システムの印刷設定UIの一例である。図7のプリンタ表示領域701に表示されているプリンタは、ネットワーク上で印刷プラグイン215により探索されたプリンタである。なお、複数のプリンタが利用可能であるときはプリンタの切り替えが可能である。また、設定ボタン702に示すボタン等から標準的な印刷設定を変更することができる。印刷ボタン703をタップすると、印刷システム210から印刷プラグイン215に対して印刷命令が送られる。
印刷ボタン703が押下されると、図5(A)の遷移に従って印刷処理が行われる。まず、App B212は、印刷システム210に対して印刷システムが処理可能なファイルを渡して印刷指示を行う。印刷システムは、印刷システムの印刷設定UIを表示し、また、App Bから受け取った印刷データをPDFデータに変換する。そして、印刷システムは、印刷プラグイン215に印刷命令とPDFデータを送る。PDFデータを受け取った印刷プラグインは、PDFデータをPDLデータに変換する。そして、プリンタにPDLデータを送信し、印刷処理を実行させる。印刷プラグインは、印刷処理のステータスを印刷システムに返却し、印刷システムはその結果をUIに反映させる。
First, the method of FIG. 5A using the printing system will be described. As shown in FIG. 5A, when printing is performed by calling a print system from an application, a print button 603 is pressed from a menu displayed by pressing a menu button 601, and a print system as shown in FIG. Call the print setting screen for printing. FIG. 7 is an example of a print setting UI of the printing system. The printer displayed in the printer display area 701 in FIG. 7 is a printer searched by the print plug-in 215 on the network. Note that when a plurality of printers are available, the printers can be switched. Further, standard print settings can be changed by using a button or the like shown as a setting button 702. When a print button 703 is tapped, a print command is sent from the print system 210 to the print plug-in 215.
When the print button 703 is pressed, a printing process is performed according to the transition in FIG. First, the App B 212 sends a file that can be processed by the printing system to the printing system 210 and issues a print instruction. The printing system displays a print setting UI of the printing system, and converts print data received from App B into PDF data. Then, the printing system sends a print command and PDF data to the print plug-in 215. The print plug-in that has received the PDF data converts the PDF data into PDL data. Then, the PDL data is transmitted to the printer to execute the printing process. The print plug-in returns the status of the printing process to the printing system, and the printing system reflects the result on the UI.

次に、Intentを使用して印刷アプリを呼び出す図5(B)の方法について説明する。図5(B)のように、アプリからIntentを使用して印刷アプリを呼び出す場合は、図6のメニューから共有ボタン602を押下して、図8に示すようなアプリ選択画面801を表示させ、印刷アプリを選択させて印刷を行う。
図8は、アプリからIntentを使って印刷する場合に、アプリケーションを選択する画面である。アプリにおいてIntentを行う際にファイルフォーマットを指定した場合、指定したファイルフォーマットを共有できるアプリが、アプリ選択画面801に表示される。例えば、指定したファイルフォーマットがPDFであった場合、印刷プラグイン215であるアプリのIntentフィルタ401に処理可能なファイルフォーマットとしてPDFが記載されている。そのため、印刷プラグイン215であるアプリもアプリ選択画面801に表示される。
アプリ選択画面801において印刷アプリ221が選択されたとすると、図5(B)の遷移に従って印刷処理が行われる。まず、App B212は印刷アプリ221にIntentを使って印刷データを渡す(共有する)。印刷アプリ221は、受け取った印刷データをプリンタが解釈できるPDLに変換してプリンタA120に送信し、印刷処理を実行させる。このとき、印刷アプリ221がPDLに変換できるデータは、印刷アプリ221がサポートするファイルフォーマットに限られる。
Next, the method of FIG. 5B for calling a print application using Intent will be described. As shown in FIG. 5B, when calling a print application from the application using Intent, the user presses the share button 602 from the menu in FIG. 6 to display an application selection screen 801 as shown in FIG. Select a print application and print.
FIG. 8 shows a screen for selecting an application when printing from the application using Intent. When a file format is specified when performing Intent in the application, an application that can share the specified file format is displayed on the application selection screen 801. For example, if the designated file format is PDF, PDF is described as a file format that can be processed by the Intent filter 401 of the application that is the print plug-in 215. Therefore, the application that is the print plug-in 215 is also displayed on the application selection screen 801.
Assuming that the print application 221 is selected on the application selection screen 801, print processing is performed according to the transition in FIG. First, the App B 212 transfers (shares) print data to the print application 221 using Intent. The print application 221 converts the received print data into PDL that can be interpreted by the printer, transmits the PDL to the printer A120, and causes the printer A120 to execute a print process. At this time, data that can be converted into PDL by the print application 221 is limited to a file format supported by the print application 221.

アプリのメニューから直接印刷システムが利用できる場合は、図5(A)の方法を選択すればよいが、アプリが印刷システムに対応していない場合はIntentを利用する図5(B)の方法で印刷を行うことになる。しかし、情報処理端末に印刷アプリをダウンロードしていない場合には図5(B)の方法で印刷を行うこともできない。したがって、アプリが印刷システムに対応しておらず、さらに、Intentで利用できる印刷アプリをインストールしていない場合はいずれの方法でも印刷を行うことはできない。そこで、アプリが印刷システムに対応していない場合でも印刷システムを利用して印刷を行う本実施例の印刷方法について、図5(C)及び図9を用いて説明する。   If the printing system can be used directly from the menu of the application, the method of FIG. 5A may be selected, but if the application does not support the printing system, the method of FIG. Printing will be performed. However, when the printing application has not been downloaded to the information processing terminal, printing cannot be performed by the method of FIG. 5B. Therefore, if the application does not support the printing system and the printing application that can be used in Intent is not installed, printing cannot be performed by any method. Therefore, a printing method according to the present embodiment in which printing is performed using the printing system even when the application does not support the printing system will be described with reference to FIGS.

図5(C)は、本実施例におけるアプリと印刷プラグイン215、印刷システム210の処理の遷移を示した図である。
ステップS501では、App B212からIntentの指示を受け、印刷プラグイン215が起動する。また、起動した印刷プラグイン215は、App B212から印刷データを受け取り、App B212と印刷データを共有する。このとき図9に示すフローが開始される。
ステップS502では、印刷プラグイン215が印刷システム210に印刷指示を行い、印刷システム210を起動して、印刷データを渡す。印刷データを受け取った印刷システム210は、印刷データをPDFに変換する。詳細は図9を用いて後述する。
ステップS503では、印刷システム210がPDFを印刷プラグイン215に渡して印刷の指示を送る。PDFを受け取った印刷プラグイン215は、PDFをPDLに変換する。そして、印刷プラグイン215は、プリンタA120にPDLと印刷の指示を送り、印刷が実行される。
ステップS504では、印刷プラグイン215から印刷システム210に対して印刷ステータスが送られ、ステップS505で印刷システム210は印刷結果に関するUIを更新する。
FIG. 5C is a diagram illustrating a transition of processing of the application, the print plug-in 215, and the print system 210 in the present embodiment.
In step S501, the print plug-in 215 is activated upon receiving an instruction of Intent from App B212. The activated print plug-in 215 receives the print data from the App B 212 and shares the print data with the App B 212. At this time, the flow shown in FIG. 9 is started.
In step S502, the print plug-in 215 issues a print instruction to the print system 210, activates the print system 210, and passes the print data. Upon receiving the print data, the printing system 210 converts the print data into PDF. Details will be described later with reference to FIG.
In step S503, the printing system 210 sends the PDF to the print plug-in 215 and sends a print instruction. Upon receiving the PDF, the print plug-in 215 converts the PDF to PDL. Then, the print plug-in 215 sends a PDL and a print instruction to the printer A 120, and the printing is executed.
In step S504, the print status is sent from the print plug-in 215 to the print system 210, and in step S505, the print system 210 updates the UI related to the print result.

次にS501、S502の詳細について説明する。図9は、印刷プラグイン及び印刷システムの処理を示すフローチャートである。図9のフローチャートは、情報処理端末110上で実行される。図9の処理は、S501において、App B212等のアプリからIntentによって印刷プラグイン215が呼び出され、起動することによって開始される。
ステップS901では、印刷プラグイン215が印刷データを一時的にアプリ領域(ROM112またはRAM113)に保存しておく。印刷データは、印刷プラグイン215がアプリからIntentを経由してApp B212等のアプリから受け取った(受信した)、画像データ、PDFデータ、HTMLデータ等のデータである。このとき、印刷プラグイン215のマニフェストファイル220には印刷システムで変換処理が可能なファイルフォーマットのみを記載しているため、印刷システムで処理できないデータを受け取ることはない。
Next, details of S501 and S502 will be described. FIG. 9 is a flowchart illustrating processing of the print plug-in and the print system. The flowchart of FIG. 9 is executed on the information processing terminal 110. The process in FIG. 9 is started when the print plug-in 215 is called from the application such as App B212 by Intent in S501 and activated.
In step S901, the print plug-in 215 temporarily stores the print data in the application area (ROM 112 or RAM 113). The print data is data such as image data, PDF data, and HTML data that the print plug-in 215 has received (received) from the application such as the App B212 via the Intent from the application. At this time, since only the file format that can be converted by the printing system is described in the manifest file 220 of the printing plug-in 215, data that cannot be processed by the printing system is not received.

ステップS902では、印刷プラグイン215がアプリからIntentで受け取った印刷データのファイルのファイル形式を判定する。ファイル形式がテキスト形式の場合は、ステップS903において印刷プラグイン215内でプレーンテキストにHTML用のタグを付加し、HTML形式への変換を行い、S904に進む。ファイル形式がPDF形式の場合はS905に進む。ファイル形式が画像やHTMLファイル等、テキスト形式もしくはPDF形式以外の場合は、S904に進む。   In step S902, the print plug-in 215 determines the file format of the print data file received as Intent from the application. If the file format is the text format, an HTML tag is added to the plain text in the print plug-in 215 in step S903, and the plain text is converted into the HTML format, and the process proceeds to S904. If the file format is the PDF format, the process proceeds to S905. If the file format is other than the text format or the PDF format such as an image or an HTML file, the process proceeds to S904.

ステップS904で、印刷プラグイン215は印刷データを印刷システムAPI(Application Programming Interface)に渡して(送信して)、PDFへの変換と印刷を指示する。印刷データと変換指示を受けた印刷システムは、印刷データをPDF(PDFデータ)に変換する。この処理により、印刷システムが印刷データをPDFに変換させるため、印刷プラグイン215はPDFファイルのみをPDLに変換すれば良いという利点がある。
S905では、印刷システム210は、図7に示すような印刷システムのUIを表示する。このとき、印刷システム210の起動時にデフォルトで選択されているプリンタを指定することができない場合がある。例えば、ユーザはアプリから印刷プラグイン215をIntentで起動したにもかかわらず、印刷システムが起動するとデフォルトのプリンタがPlugin D214になっていることもあり得る。このような誤解をユーザに与えないために、印刷プラグイン215はUI表示用モジュール217を使って図10のような画面を表示してから印刷システムを起動し、ユーザへ注意を促すことも考えられる。なお、S502において、印刷プラグイン215から印刷指示と印刷データを受け取った印刷システム210は、S904及びS905の処理を同時に行ってもよいし、順序を逆にして行ってもよい。その後、ユーザは起動した印刷システムのUI画面から印刷プラグイン215を使用して、プリンタの探索、印刷設定の変更、印刷を行うことができる。
In step S904, the print plug-in 215 passes (transmits) the print data to a print system API (Application Programming Interface), and instructs conversion to PDF and printing. Upon receiving the print data and the conversion instruction, the printing system converts the print data into PDF (PDF data). By this processing, the print system converts the print data into PDF, so that the print plug-in 215 has the advantage that only the PDF file needs to be converted into PDL.
In step S905, the printing system 210 displays a printing system UI as illustrated in FIG. At this time, the printer selected by default when the printing system 210 is started may not be able to be specified. For example, even though the user has started the print plug-in 215 from the application as Intent, the default printer may be Plugin D214 when the print system starts. In order not to give the user such a misunderstanding, the print plug-in 215 may use the UI display module 217 to display a screen as shown in FIG. 10 and then activate the print system to call the user's attention. Can be In step S502, the printing system 210 that has received the print instruction and the print data from the print plug-in 215 may perform the processing in steps S904 and S905 simultaneously or may perform the processing in the reverse order. Thereafter, the user can search for a printer, change print settings, and print using the print plug-in 215 from the UI screen of the activated printing system.

本実施例では、アプリとして動作する印刷プラグイン215がビューワーアプリからIntentで印刷データを受け取った際に能動的に印刷システムを起動して印刷データを渡すことで、印刷システム210が印刷データをPDFに変換する。印刷プラグイン215はPDFファイルのみをPDLに変換すればよい。以上の処理により、ビューワーアプリが印刷システムに対応しておらず、さらに、ビューワーアプリから使用できる印刷アプリがない場合でも、印刷を行うことが可能となる。   In the present embodiment, when the print plug-in 215 operating as an application receives print data in Intent from the viewer application, the print system 210 activates the print system and passes the print data. Convert to The print plug-in 215 may convert only the PDF file to PDL. With the above processing, printing can be performed even when the viewer application does not support the printing system and there is no print application that can be used from the viewer application.

(実施例2)
実施例1では、印刷システム210がPDFに変換することができるファイルフォーマットをあらかじめ印刷プラグイン215のマニフェストファイル220に記載していた。そして、印刷プラグインがアプリからIntentを受け取った後で能動的に印刷システムを起動し、印刷システムにファイルを変換させるという処理を行った。この処理を行うと、印刷プラグイン215は、印刷システム210が変換処理できるファイルだけしかIntentで受け取ることができない。しかし、Intentを使って共有可能であるにもかかわらず、印刷システムでは変換処理できないファイルフォーマットは数多く存在する。例えばスライドや帳票等のオフィスファイルがある。
また、印刷アプリ221では印刷システムで変換処理できないデータを変換することができる場合が多い。しかし、印刷プラグイン215の方が印刷アプリ221と比べて圧倒的に認知度が高いため、印刷プラグイン215は情報処理端末110にインストールされているが、印刷アプリ221はインストールされていないという状況のユーザは多い。これは、例えばAndroid OSの場合、印刷メニューから印刷プラグインのインストールができるページに容易にジャンプできるのに対し、印刷アプリはユーザが自分でGoogle Playから探さなければならないなどの理由が考えられる。
実施例2では、印刷システム210で処理することができないファイルフォーマットに対して、Intentで印刷プラグイン215が呼ばれた場合に印刷を可能にする。なお、実施例2に記載されている処理は、ROM112に記憶されているアプリケーション、及び各モジュール(ソフトウェア)のプログラムを、必要に応じてRAM113に読み出してCPU111により実行することによって実現される。
(Example 2)
In the first embodiment, the file format that the printing system 210 can convert to PDF is described in the manifest file 220 of the print plug-in 215 in advance. Then, after the printing plug-in receives the Intent from the application, the printing system actively starts the printing system and performs a process of causing the printing system to convert the file. When this processing is performed, the print plug-in 215 can receive only files that can be converted by the printing system 210 in Intent. However, although there are many file formats that can be shared using Intent but cannot be converted by the printing system, there are many file formats. For example, there are office files such as slides and forms.
In many cases, the print application 221 can convert data that cannot be converted by the print system. However, since the print plug-in 215 is overwhelmingly more recognizable than the print application 221, the print plug-in 215 is installed in the information processing terminal 110, but the print application 221 is not installed. Are many users. This may be because, for example, in the case of the Android OS, the user can easily jump from the print menu to a page where the print plug-in can be installed, while the print application must be searched by the user himself from Google Play.
In the second embodiment, for a file format that cannot be processed by the printing system 210, printing is enabled when the print plug-in 215 is called in Intent. The processing described in the second embodiment is realized by reading out the application stored in the ROM 112 and the program of each module (software) into the RAM 113 as necessary, and executing the program by the CPU 111.

実施例2のシステム構成は実施例1と同じであるが、マニフェストファイル220(共有ファイル)の記載が異なる。実施例1ではマニフェストファイル220のIntentフィルタ401に印刷システムがサポートしているファイル形式を記載していたが、実施例2では印刷アプリ221がIntentでサポートしているファイル形式と同等のものを記載する。なお、実施例2においては、印刷システムがサポートしているファイル形式は、印刷アプリ221がIntentでサポートしているファイル形式に含まれている。すなわち、印刷アプリ221がIntentでサポートしているファイル形式を記載すれば、印刷アプリと印刷システムのいずれかがファイル形式を記載していることになる。これは、印刷システムに対して、一般に印刷アプリの方がサポートしているファイル形式の種類が多いため、より多くのIntentの指示を印刷プラグイン215で受け取ることができるという効果がある。   The system configuration of the second embodiment is the same as that of the first embodiment, but the description of the manifest file 220 (shared file) is different. In the first embodiment, the file format supported by the printing system is described in the Intent filter 401 of the manifest file 220. In the second embodiment, the file format supported by the print application 221 in the Intent is described. I do. In the second embodiment, the file formats supported by the printing system are included in the file formats supported by the print application 221 in Intent. That is, if the file format supported by the print application 221 in Intent is described, either the print application or the print system describes the file format. This has an effect that the print plug-in 215 can receive more Intent instructions because the print application generally supports more types of file formats than the print system.

実施例2における印刷処理の流れを、図11を用いて説明する。図11は、実施例2における印刷プラグインの処理を示すフローチャートである。図11のフローチャートは、情報処理端末110上で実行され、App B212等のアプリからIntentによって印刷プラグイン215が呼ばれた際の印刷プラグイン215の処理を示している。
ステップS1101は、実施例1のステップS901と同様である。
ステップS1102で、受け取ったファイルフォーマットが印刷システムで変換することができるファイルフォーマットであるか否かを判断する。印刷システムで変換可能なファイルフォーマットは、印刷システムの仕様で決定されている。受け取ったファイルフォーマットが印刷システムで変換することができるファイルフォーマットである場合はステップS1116に、変換できないファイルフォーマットである場合はステップS1103に進む。
The flow of a printing process according to the second embodiment will be described with reference to FIG. FIG. 11 is a flowchart illustrating processing of a print plug-in according to the second embodiment. The flowchart of FIG. 11 is executed on the information processing terminal 110, and illustrates the processing of the print plug-in 215 when the print plug-in 215 is called by Intent from an application such as the App B212.
Step S1101 is the same as step S901 of the first embodiment.
In step S1102, it is determined whether the received file format is a file format that can be converted by the printing system. The file format that can be converted by the printing system is determined by the specifications of the printing system. If the received file format is a file format that can be converted by the printing system, the process proceeds to step S1116, and if it is a file format that cannot be converted, the process proceeds to step S1103.

ステップS1103で、印刷アプリ221が情報処理端末110に既にインストールされているかどうかを判断する(アプリ判断)。印刷アプリが既にインストール済みかどうかは、例えばOSから取得することができるインストール済アプリのアプリID一覧から、印刷アプリ221のアプリIDを検索することで判定可能である。印刷アプリがインストールされていないと判断された場合はステップS1104に進み、既にインストールされていると判断された場合はステップS1105に進む。
ステップS1104では、印刷アプリ221のインストールを誘導する。例えば、リンク機能によりGoogle Play上の、印刷アプリ221を公開しているページを表示したり、アプリ配信サーバへ接続したりすることが考えられる。
ステップS1105で、印刷プラグイン215は印刷アプリ221をIntentによって起動する。Intentによって起動する際は、ステップS1101で一時的にコピーしている印刷データを印刷アプリに渡す処理を行う。印刷データを受け取った印刷アプリは、印刷データをPDLデータに変換し、印刷処理を行う。また、カスタムURLスキームを使用して、印刷アプリ221を指定したり、画面を指定したりしてファイルを送ることが考えられる。
また、ステップS1105を行う処理フローの遷移は図5(D)に示すものであり、アプリから印刷プラグイン215がIntentによる印刷データ共有の指示を受け、印刷プラグインは印刷アプリ221をIntentで呼び出すという処理を行う。
In step S1103, it is determined whether the print application 221 is already installed on the information processing terminal 110 (application determination). Whether the print application has already been installed can be determined, for example, by searching for the application ID of the print application 221 from the application ID list of the installed applications that can be obtained from the OS. If it is determined that the print application is not installed, the process proceeds to step S1104, and if it is determined that the print application is already installed, the process proceeds to step S1105.
In step S1104, installation of the print application 221 is guided. For example, the link function may display a page on the Google Play that discloses the print application 221 or connect to the application distribution server.
In step S1105, the print plug-in 215 activates the print application 221 by Intent. When activated by Intent, a process of passing the temporarily copied print data to the print application is performed in step S1101. The print application that has received the print data converts the print data into PDL data and performs print processing. Further, it is conceivable that the file is sent by specifying the print application 221 or the screen by using the custom URL scheme.
The transition of the processing flow for performing step S1105 is shown in FIG. 5D. The print plug-in 215 receives an instruction to share print data by Intent from the application, and the print plug-in calls the print application 221 by Intent. Is performed.

ステップS1106からステップS1009までは、実施例1のステップS902からステップS905までと同様の処理を行う。
以上の処理により、印刷システムで処理することができないファイルフォーマットの場合は、印刷アプリを使用することでユーザに印刷させることができ、印刷アプリがインストールされていない場合は、印刷アプリのインストールを促すことができる。
In steps S1106 to S1009, the same processing as in steps S902 to S905 of the first embodiment is performed.
With the above processing, in the case of a file format that cannot be processed by the printing system, the user can print by using the print application. If the print application is not installed, the user is prompted to install the print application. be able to.

(実施例3)
実施例2では、印刷システム210が変換処理できないファイルの場合は印刷アプリ221にデータを渡して印刷処理を行わせたが、印刷プラグイン215が印刷アプリ221と同等の変換および印刷機能を保持していることが考えられる。その場合は、印刷プラグイン215が印刷システムで変換処理できないファイルを受け取った場合、印刷プラグイン内でUI画面を表示して印刷までの処理を行う。そのためには、マニフェストファイル220(共有ファイル)のIntentフィルタに、印刷システム210が変換処理できるファイルフォーマットの他に、印刷プラグイン215が自ら変換処理できるファイルのフォーマットも記載しておく。なお、実施例3に記載されている処理は、ROM112に記憶されているアプリケーション、及び各モジュール(ソフトウェア)のプログラムを、必要に応じてRAM113に読み出してCPU111により実行することによって実現される。
(Example 3)
In the second embodiment, in the case of a file that cannot be converted by the print system 210, the data is passed to the print application 221 to perform the print process. However, the print plug-in 215 holds the conversion and print functions equivalent to those of the print application 221. It is thought that it is. In this case, if the print plug-in 215 receives a file that cannot be converted by the print system, the print plug-in displays a UI screen and performs processing up to printing. For this purpose, in addition to a file format that can be converted by the printing system 210, a file format that can be converted by the print plug-in 215 by itself is described in the Intent filter of the manifest file 220 (shared file). The processing described in the third embodiment is realized by reading out the application stored in the ROM 112 and the program of each module (software) into the RAM 113 as necessary, and executing the program by the CPU 111.

実施例3における印刷処理の流れを、図12を用いて説明する。図12は、実施例3における印刷プラグインの処理を示すフローチャートである。図12のフローチャートは、情報処理端末110上で実行され、App B212等のアプリからIntentによって印刷プラグイン215が呼ばれた際の印刷プラグイン215の処理を示している。
ステップS1201は、実施例1のステップS901と同様の処理である。
ステップS1202では、受け取ったファイルのファイルフォーマットが印刷システムで処理可能かどうかを判断する。印刷システムで処理ができない場合はステップS1203に進み、印刷システムで処理可能な場合はステップS1205に進む。
ステップS1203では、ステップS1201でコピーしたデータを印刷プラグインで処理して印刷するために、プリンタの探索画面、印刷設定画面、等のUIを表示させる。プリンタ探索では通信監理モジュール218からSNMPをブロードキャストして、応答するネットワーク上のプリンタを探索する。
ステップS1204では印刷プラグイン215内で印刷処理を行う。例えばS1201でコピーしたデータを、印刷ジョブ生成モジュール216を使ってプリンタA120で解釈可能なPDLに変換し、プリンタA120に対して送信する。
The flow of the printing process according to the third embodiment will be described with reference to FIG. FIG. 12 is a flowchart illustrating processing of a print plug-in according to the third embodiment. The flowchart of FIG. 12 is executed on the information processing terminal 110, and illustrates the processing of the print plug-in 215 when the print plug-in 215 is called from the application such as App B212 by Intent.
Step S1201 is a process similar to step S901 of the first embodiment.
In step S1202, it is determined whether the file format of the received file can be processed by the printing system. If the processing cannot be performed by the printing system, the process proceeds to step S1203. If the processing can be performed by the printing system, the process proceeds to step S1205.
In step S1203, a UI for a printer search screen, a print setting screen, and the like are displayed so that the data copied in step S1201 can be processed and printed by the print plug-in. In the printer search, the communication management module 218 broadcasts SNMP to search for a printer on the network that responds.
In step S1204, print processing is performed in the print plug-in 215. For example, the data copied in step S1201 is converted into a PDL that can be interpreted by the printer A 120 using the print job generation module 216, and transmitted to the printer A 120.

ステップS1205からステップS1208の処理は、実施例1のステップS902からステップS905の処理と同様である。
以上の処理により、印刷プラグインが印刷システムで変換処理できないファイルをIntentによって受け取った場合、印刷プラグイン内で変換処理を行い、プリンタの探索、印刷までを行うことができる。
Steps S1205 to S1208 are the same as steps S902 to S905 in the first embodiment.
With the above processing, when the print plug-in receives a file that cannot be converted by the printing system by Intent, the print plug-in performs the conversion process, and can search for a printer and perform printing.

(実施例4)
Androidでは、印刷システム210に対してデフォルトで選択されているプリンタを指定することはできないが、印刷システム210に対してプリンタを指定して起動する機能が実装される可能性がある。そのような場合、以降に示すフローを実施する。なお、本実施例に記載されている処理は、ROM112に記憶されているアプリケーション、及び各モジュール(ソフトウェア)のプログラムを、必要に応じてRAM113に読み出してCPU111により実行することによって実現される。
(Example 4)
In Android, it is not possible to specify the printer selected by default for the printing system 210, but there is a possibility that a function for specifying and starting the printer for the printing system 210 may be implemented. In such a case, the following flow is implemented. Note that the processing described in the present embodiment is realized by reading out an application stored in the ROM 112 and a program of each module (software) into the RAM 113 as necessary, and executing the program by the CPU 111.

まず、印刷プラグイン215で行われる処理を説明する。図13は、実施例4における印刷プラグインの処理を示すフローチャートである。図13のフローチャートは、情報処理端末110上で実行され、App B212等のアプリからIntentによって印刷プラグイン215が呼ばれた際の印刷プラグイン215の処理を示している。
ステップS1301からステップS1304までは実施例1のステップS901からステップS904と同様である。
First, processing performed by the print plug-in 215 will be described. FIG. 13 is a flowchart illustrating processing of a print plug-in according to the fourth embodiment. The flowchart of FIG. 13 is executed on the information processing terminal 110, and illustrates the processing of the print plug-in 215 when the print plug-in 215 is called by Intent from an application such as the App B212.
Steps S1301 to S1304 are the same as steps S901 to S904 of the first embodiment.

ステップS1305では、印刷システムに対してデフォルト(既定)で選択されているプリンタを指定可能かどうか判断する。判断方法としては、AndroidのAPIレベルによって判断する方法、Androidの印刷関連のAPIから判断する方法などが考えられる。デフォルトでプリンタを指定可能な場合はステップS1306に進み、指定できない場合はステップS1308に進む。
ステップS1306では、印刷プラグイン215内で前回印刷に使用されたプリンタ識別子を取得する。印刷プラグイン215および印刷システム210内では、プリンタを一意に識別できるプリンタIDというパラメータを管理しており、例えばプリンタのMacアドレスやMacアドレスと接頭語、接尾語の組み合わせにより表現される。ステップS1306では、印刷プラグイン215内で印刷終了時に保存しているプリンタIDを取得する処理を行う。
ステップS1307では、印刷システムに対してステップS1306で取得したプリンタIDおよびプリンタの情報と、ステップS1301でコピーした印刷ファイルと併せて印刷システムに渡し、印刷システムを起動する。ステップS1306及びステップS1307によって、前回印刷に使用されたプリンタがデフォルトのプリンタに指定される。
In step S1305, it is determined whether the printer selected by default (default) can be specified for the printing system. As a determination method, a method of determining based on an API level of Android, a method of determining from an API related to printing of Android, and the like are conceivable. If a printer can be specified by default, the process advances to step S1306; otherwise, the process advances to step S1308.
In step S1306, the printer plug-in 215 acquires the printer identifier used for the previous printing. In the print plug-in 215 and the print system 210, a parameter called a printer ID for uniquely identifying a printer is managed, and is expressed by, for example, a Mac address of the printer or a combination of the Mac address, a prefix, and a suffix. In step S1306, a process for acquiring the printer ID stored at the end of printing in the print plug-in 215 is performed.
In step S1307, the printing system transfers the printer ID and the printer information acquired in step S1306 to the printing system together with the print file copied in step S1301, and starts the printing system. In steps S1306 and S1307, the printer used for the previous printing is designated as the default printer.

ステップS1308は、印刷システム210に対してデフォルトのプリンタを指定することができない場合であり、図10に示すようにデフォルトで選択されているプリンタが他プラグインのものである可能性があることをユーザに伝える。
ステップS1309では、実施例1のステップS905と同様に印刷システムを起動する。
Step S1308 is a case where a default printer cannot be designated for the printing system 210, and it is determined that the printer selected by default may be another plug-in as shown in FIG. Tell the user.
In step S1309, the printing system is activated in the same manner as in step S905 of the first embodiment.

次に、印刷システム210側の処理について説明する。この処理はステップS1307において、印刷プラグイン215が印刷システム210に対してデフォルトで選択されているプリンタを指定して起動を行った後の処理である。
ステップS1310で、印刷システムは印刷プラグイン215からプリンタの識別子であるプリンタIDおよびプリンタの情報を受け取る。
ステップS1311で、プリンタIDおよびプリンタの情報に従い、受け取ったプリンタの情報をデフォルトのプリンタとして表示する。
ステップS1311で、印刷システムは標準の印刷処理を行う。
以上の処理により、印刷システムに対してデフォルト選択されているプリンタを印刷プラグインが指定できる場合に、プリンタを指定して印刷システムを起動することができる。
Next, processing on the printing system 210 side will be described. This process is a process after the print plug-in 215 designates the printer selected by default for the printing system 210 and starts up in the step S1307.
In step S1310, the printing system receives a printer ID, which is an identifier of the printer, and printer information from the print plug-in 215.
In step S1311, the received printer information is displayed as a default printer according to the printer ID and the printer information.
In step S1311, the printing system performs a standard print process.
By the above processing, when the print plug-in can designate the printer which is selected as the default for the printing system, the printing system can be started by designating the printer.

(実施例5)
実施例1では、印刷プラグインがアプリからIntentを受け取った後で能動的に印刷システムを起動し、印刷システムにファイルを変換させるという処理を行った。
このとき、ユーザによって印刷プラグイン215が無効に設定されていた場合は、プリンタの探索を行うことができず、ユーザ操作によって図7の画面に遷移した際に、印刷プラグイン215がサポートするプリンタを表示することができない。具体的には、例えばAndroid OSの場合は、印刷プラグイン215の有効または無効を切り替える画面がOSの標準設定に用意されていてユーザがいつでも変更可能である。一方で、印刷プラグイン215の有効または無効にかかわらずにユーザは図8の共有画面において印刷プラグイン215を選択できる。ここで、印刷プラグイン215が無効の場合は、印刷プラグイン215は図7の画面に遷移した際に探索処理を行うことができず、印刷プラグイン215がサポートするプリンタを表示することができない。
(Example 5)
In the first embodiment, a process is performed in which the printing system actively starts the printing system after the printing plug-in receives the Intent from the application, and causes the printing system to convert the file.
At this time, if the print plug-in 215 is disabled by the user, the printer cannot be searched for, and when the screen changes to the screen of FIG. Cannot be displayed. Specifically, for example, in the case of the Android OS, a screen for switching between enabling and disabling the print plug-in 215 is prepared in the standard setting of the OS, and the user can change the screen at any time. On the other hand, regardless of whether the print plug-in 215 is enabled or disabled, the user can select the print plug-in 215 on the shared screen in FIG. Here, when the print plug-in 215 is invalid, the print plug-in 215 cannot perform a search process when the screen transitions to the screen in FIG. 7 and cannot display a printer supported by the print plug-in 215. .

そのような場合、図14に示すダイアログを表示可能な図15に示すフローを実施する。なお、本実施例に記載されている処理は、ROM112に記憶されているアプリケーション、及び各モジュール(ソフトウェア)のプログラムを、必要に応じてRAM113に読み出してCPU111により実行することによって実現される。
実施例5における印刷処理の流れを、図15を用いて説明する。図15は、実施例5における印刷プラグイン215の処理を示すフローチャートである。図15のフローチャートは、情報処理端末110上で実行され、App B212等のアプリからIntentによって印刷プラグイン215が呼ばれた際の印刷プラグイン215の処理を示している。
In such a case, the flow shown in FIG. 15 that can display the dialog shown in FIG. 14 is performed. Note that the processing described in the present embodiment is realized by reading out an application stored in the ROM 112 and a program of each module (software) into the RAM 113 as necessary, and executing the program by the CPU 111.
The flow of a printing process according to the fifth embodiment will be described with reference to FIG. FIG. 15 is a flowchart illustrating the processing of the print plug-in 215 according to the fifth embodiment. The flowchart of FIG. 15 is executed on the information processing terminal 110, and illustrates the processing of the print plug-in 215 when the print plug-in 215 is called by the application such as App B212 by Intent.

ステップS1501は、実施例1のステップS901と同様である。
ステップS1502では、印刷プラグイン215が有効状態か無効状態かを判断する。無効状態であった場合は、ステップS1503に遷移する。
ステップS1503では、図14に示すダイアログを表示し、ユーザが印刷プラグインを有効にする選択をしたか、無効のままにする選択をしたかを判断する。図14は、情報処理端末に表示されるUIの一例であり、印刷プラグイン215を有効にするか否かの選択画面をユーザに示している。ユーザが印刷プラグイン215を有効にするためにOKボタン1402を押下した際は、ステップS1504に遷移する。ユーザがキャンセルボタン1401を押下した際は、ステップS1505に遷移する。
Step S1501 is the same as step S901 of the first embodiment.
In step S1502, it is determined whether the print plug-in 215 is valid or invalid. If the state is invalid, the process transits to step S1503.
In step S1503, the dialog illustrated in FIG. 14 is displayed, and it is determined whether the user has selected to enable the print plug-in or to disable the print plug-in. FIG. 14 is an example of a UI displayed on the information processing terminal, and shows a user with a selection screen for determining whether to enable the print plug-in 215. If the user presses the OK button 1402 to enable the print plug-in 215, the process advances to step S1504. If the user presses the cancel button 1401, the process transitions to step S1505.

ステップS1504では、印刷プラグイン215はOSが提供する印刷プラグイン215の設定画面(on/off画面)を表示させる。この設定画面で、ユーザは印刷プラグインを無効から有効に切り替えることができる。印刷プラグインを有効に設定した後、ユーザはApp B212から再び印刷を行うことで、ステップS1502において印刷プラグインが有効になっていると判定された場合の処理を行うことができる。   In step S1504, the print plug-in 215 displays a setting screen (on / off screen) of the print plug-in 215 provided by the OS. On this setting screen, the user can switch the print plug-in from invalid to valid. After setting the print plug-in to be valid, the user performs printing again from App B212, so that it is possible to perform processing when it is determined in step S1502 that the print plug-in is valid.

ステップS1503においてユーザがキャンセルボタンを押下し、印刷プラグイン215が無効のままステップS1505に進んだ場合でも、ステップS1506からステップS1508の処理は行える。ステップS1505からステップS1508までは、実施例1のステップS902からステップS905までと同様の処理を行う。しかし、印刷プラグイン215によるプリンタの探索が行えない状態なので、ステップS1508において表示する図7の印刷設定画面のUI表示において印刷プラグインがサポートするプリンタが表示されない。
以上の処理により、ユーザがIntentを使って印刷プラグイン215を起動した際に、印刷プラグイン215が無効状態だった場合は、印刷プラグイン215の有効または無効を切り替えることができる設定画面へユーザを誘導させることができる。
Even if the user presses the cancel button in step S1503 and proceeds to step S1505 with the print plug-in 215 disabled, the processing from step S1506 to step S1508 can be performed. In steps S1505 to S1508, the same processing as in steps S902 to S905 of the first embodiment is performed. However, since the printer cannot be searched for by the print plug-in 215, the printer supported by the print plug-in is not displayed in the UI display of the print setting screen of FIG. 7 displayed in step S1508.
According to the above processing, when the user activates the print plug-in 215 using Intent and the print plug-in 215 is in an invalid state, the user is brought to a setting screen where the user can switch between enabling and disabling the print plug-in 215. Can be induced.

(その他の実施例)
本発明は、上述の実施例の1以上の機能を実現するプログラムを、ネットワーク又は記憶媒体を介してシステム又は装置に供給し、そのシステム又は装置のコンピュータにおける1つ以上のプロセッサーがプログラムを読出し実行する処理でも実現可能である。また、1以上の機能を実現する回路(例えば、ASIC)によっても実現可能である。
(Other Examples)
The present invention supplies a program that realizes one or more functions of the above-described embodiments to a system or an apparatus via a network or a storage medium, and one or more processors in a computer of the system or the apparatus read and execute the program. This processing can be realized. Further, it can also be realized by a circuit (for example, an ASIC) that realizes one or more functions.

以上、本発明の好ましい実施例について説明したが、本発明は、これらの実施例に限定されず、その要旨の範囲内で種々の変形および変更が可能である。   Although the preferred embodiments of the present invention have been described above, the present invention is not limited to these embodiments, and various modifications and changes can be made within the scope of the invention.

Claims (12)

情報処理装置の印刷システムに対してプリンタの印刷機能を提供するプラグインとして動作可能なプログラムであって、
アプリケーションから共有機能により印刷対象の第1のデータを受け取り、
当該受け取った第1のデータを所定のファイル形式に変換させるための指示を、前記印刷システムに対して行い、
前記印刷システムにおいて前記指示に基づき前記第1のデータから変換された前記所定のファイル形式の第2のデータを、前記印刷システムから受け取り、
当該受け取った前記所定のファイル形式の前記第2のデータを用いて、前記プリンタで印刷するための印刷処理を実行するように、
前記情報処理装置のプロセッサを機能させるためのプログラム。
A program operable as a plug-in that provides a printing function of a printer to a printing system of an information processing apparatus,
Receiving the first data to be printed from the application by the sharing function,
Instruct the printing system to convert the received first data into a predetermined file format,
Receiving, from the printing system, second data in the predetermined file format converted from the first data based on the instruction in the printing system;
Using the received second data in the predetermined file format, to execute a print process for printing on the printer,
A program for causing a processor of the information processing device to function.
前記プログラムは、さらに、
前記アプリケーションから前記共有機能により受け取った前記第1のデータが第1のファイル形式である場合は、前記第1のデータを用いて、前記プリンタで印刷するための印刷処理を実行し、
前記アプリケーションから前記共有機能により受け取った前記第1のデータが第2のファイル形式である場合に、前記第1のデータを前記所定のファイル形式に変換させるための前記指示を、前記印刷システムに対して行って、前記印刷システムにおいて前記指示に基づき前記第1のデータから変換された前記所定のファイル形式の第2のデータを、前記印刷システムから受け取り、かつ、前記印刷システムから受け取った前記所定のファイル形式の前記第2のデータを用いて、前記プリンタで印刷するための印刷処理を実行するように、
前記情報処理装置のプロセッサを機能させることを特徴とする請求項1に記載のプログラム。
The program further comprises:
When the first data received by the sharing function from the application is in a first file format, using the first data, executes a printing process for printing on the printer;
When the first data received by the sharing function from the application is in a second file format, the instruction to convert the first data to the predetermined file format is sent to the printing system. Receiving the second data of the predetermined file format converted from the first data based on the instruction in the printing system from the printing system, and receiving the predetermined data received from the printing system. Using the second data in a file format to execute a printing process for printing on the printer,
The program according to claim 1, wherein the program causes a processor of the information processing apparatus to function.
前記プログラムは、さらに、
前記アプリケーションから前記共有機能により受け取った前記第1のデータが第1のファイル形式である場合は、前記第1のデータを用いて、前記プリンタで印刷するための印刷処理を実行し、
前記アプリケーションから前記共有機能により受け取った前記第1のデータが第2のファイル形式である場合に、前記第1のデータを前記所定のファイル形式に変換させるための前記指示を、前記印刷システムに対して行って、前記印刷システムにおいて前記指示に基づき前記第1のデータから変換された前記所定のファイル形式の第2のデータを、前記印刷システムから受け取り、かつ、前記印刷システムから受け取った前記所定のファイル形式の前記第2のデータを用いて、前記プリンタで印刷するための印刷処理を実行し、
さらに、前記アプリケーションから前記共有機能により受け取った前記第1のデータが第3のファイル形式である場合は、前記第3のファイル形式のデータを処理可能な印刷アプリケーションに、共有機能により前記第1のデータを渡すように、
前記情報処理装置のプロセッサを機能させることを特徴とする請求項2に記載のプログラム。
The program further comprises:
When the first data received by the sharing function from the application is in a first file format, using the first data, executes a printing process for printing on the printer;
When the first data received by the sharing function from the application is in a second file format, the instruction to convert the first data to the predetermined file format is sent to the printing system. Receiving the second data of the predetermined file format converted from the first data based on the instruction in the printing system from the printing system, and receiving the predetermined data received from the printing system. Using the second data in a file format, execute print processing for printing on the printer,
Further, when the first data received from the application by the sharing function is in a third file format, the first function is sent to a printing application capable of processing the data in the third file format by the sharing function. Like passing data,
The program according to claim 2, wherein the program causes a processor of the information processing apparatus to function.
前記第1のファイル形式は、PDF形式であることを特徴とする請求項2または3に記載のプログラム。   4. The program according to claim 2, wherein the first file format is a PDF format. 前記印刷システムにより変換される前記第2のデータのファイル形式は、PDF形式であることを特徴とする請求項1乃至3のいずれか1項に記載のプログラム。   4. The program according to claim 1, wherein a file format of the second data converted by the printing system is a PDF format. 前記プリンタで印刷するための印刷処理は、前記プリンタで印刷可能なPDLデータを生成する処理であることを特徴とする請求項1乃至5のいずれか1項に記載のプログラム。   The program according to any one of claims 1 to 5, wherein the printing process for printing by the printer is a process of generating PDL data printable by the printer. 前記プログラムは、
前記共有機能により受け取った前記第1のデータが前記第3のファイル形式であり、かつ、前記印刷アプリケーションが前記情報処理装置にインストールされている場合に、共有機能により前記印刷アプリケーションに前記第1のデータを渡し、
さらに、前記共有機能により受け取った前記第1のデータが前記第3のファイル形式であり、かつ、前記印刷アプリケーションがインストールされていない場合は、前記印刷アプリケーションのインストールをユーザに促す画面を表示するように、
前記情報処理装置のプロセッサを機能させることを特徴とする請求項3に記載のプログラム。
The program is
When the first data received by the sharing function is in the third file format, and the printing application is installed in the information processing apparatus, the first function is transmitted to the printing application by the sharing function. Pass the data,
Further, when the first data received by the sharing function is in the third file format and the print application is not installed, a screen for prompting a user to install the print application is displayed. To
The program according to claim 3, wherein the program causes a processor of the information processing apparatus to function.
前記プログラムは、ネットワーク上で前記プリンタを探索する機能を更に有することを特徴とする請求項1乃至7のいずれか1項に記載のプログラム。   The program according to claim 1, wherein the program further has a function of searching for the printer on a network. 前記プログラムは、さらに、
前記情報処理装置のOSにより前記プログラムが印刷プラグインとして有効に設定されているか無効に設定されているか判断し、
前記印刷プラグインが無効に設定されていると判断した場合は、前記印刷プラグインを有効にするか否か選択する画面を表示するように、
前記情報処理装置のプロセッサを機能させることを特徴とする請求項1に記載のプログラム。
The program further comprises:
The OS of the information processing device determines whether the program is enabled or disabled as a print plug-in,
If it is determined that the print plug-in is set to be disabled, so as to display a screen for selecting whether to enable the print plug-in,
The program according to claim 1, wherein the program causes a processor of the information processing apparatus to function.
前記共有機能は、Android(商標)のOSにより提供されるIntentの機能である、ことを特徴とする請求項1乃至9のいずれか1項に記載のプログラム。   The program according to any one of claims 1 to 9, wherein the sharing function is an Intent function provided by an OS of Android (trademark). 情報処理装置の印刷システムに対してプリンタの印刷機能を提供するプラグインとして動作可能なプログラムがインストールされた前記情報処理装置であって、
前記情報処理装置のプロセッサは、前記プログラムを実行することにより、
アプリケーションから共有機能により印刷対象の第1のデータを受け取る第1受信手段と、
当該受け取った第1のデータを所定のファイル形式に変換させるための指示を、前記印刷システムに対して行う指示手段と、
前記印刷システムにおいて前記指示に基づき前記第1のデータから変換された前記所定のファイル形式の第2のデータを、前記印刷システムから受け取る第2受信手段と、
当該受け取った前記所定のファイル形式の前記第2のデータを用いて、前記プリンタで印刷するための印刷処理を実行する印刷処理手段、
として機能することを特徴とする情報処理装置。
The information processing apparatus in which a program operable as a plug-in that provides a printing function of a printer to a printing system of the information processing apparatus is installed,
The processor of the information processing device executes the program,
First receiving means for receiving first data to be printed from the application by a sharing function;
Instructing means for instructing the printing system to convert the received first data into a predetermined file format;
Second receiving means for receiving, from the printing system, second data of the predetermined file format converted from the first data based on the instruction in the printing system;
Using the received second data in the predetermined file format, print processing means for executing print processing for printing on the printer;
An information processing device characterized by functioning as a computer.
情報処理装置の印刷システムに対してプリンタの印刷機能を提供するプラグインとして動作可能なプログラムを、前記情報処理装置のプロセッサが実行することによって、前記情報処理装置を制御するための制御方法であって、
前記プログラムを実行したプロセッサが、アプリケーションから共有機能により印刷対象の第1のデータを受け取る工程と、
前記プログラムを実行したプロセッサが、当該受け取った第1のデータを所定のファイル形式に変換させるための指示を、前記印刷システムに対して行う工程と、
前記プログラムを実行したプロセッサが、前記印刷システムにおいて前記指示に基づき前記第1のデータから変換された前記所定のファイル形式の第2のデータを、前記印刷システムから受け取る工程と
前記プログラムを実行したプロセッサが、当該受け取った前記所定のファイル形式の前記第2のデータを用いて、前記プリンタで印刷するための印刷処理を実行する工程と、
を含むことを特徴とする制御方法。
A control method for controlling the information processing apparatus by causing a processor of the information processing apparatus to execute a program operable as a plug-in that provides a printing function of a printer to a printing system of the information processing apparatus. hand,
A step in which the processor executing the program receives the first data to be printed from the application by a sharing function;
A step in which the processor that has executed the program instructs the printing system to convert the received first data into a predetermined file format,
A step in which the processor that executes the program receives, from the printing system, the second data in the predetermined file format converted from the first data based on the instruction in the printing system; and a processor that executes the program. Executing a print process for printing on the printer using the received second data in the predetermined file format;
A control method comprising:
JP2019218902A 2019-12-03 2019-12-03 Programs, information processing devices and control methods Active JP6776435B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2019218902A JP6776435B2 (en) 2019-12-03 2019-12-03 Programs, information processing devices and control methods
JP2020170178A JP6950066B2 (en) 2019-12-03 2020-10-07 Programs, information processing devices and control methods

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019218902A JP6776435B2 (en) 2019-12-03 2019-12-03 Programs, information processing devices and control methods

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2016055001A Division JP6628654B2 (en) 2016-03-18 2016-03-18 Information processing apparatus, print plug-in, print system, and control method

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2020170178A Division JP6950066B2 (en) 2019-12-03 2020-10-07 Programs, information processing devices and control methods

Publications (2)

Publication Number Publication Date
JP2020047295A true JP2020047295A (en) 2020-03-26
JP6776435B2 JP6776435B2 (en) 2020-10-28

Family

ID=69899844

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019218902A Active JP6776435B2 (en) 2019-12-03 2019-12-03 Programs, information processing devices and control methods

Country Status (1)

Country Link
JP (1) JP6776435B2 (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004291494A (en) * 2003-03-27 2004-10-21 Seiko Epson Corp Printer
JP2011165010A (en) * 2010-02-10 2011-08-25 Canon Inc Information processing method, information processing apparatus, and program
JP2012048633A (en) * 2010-08-30 2012-03-08 Brother Ind Ltd Print data generating program, terminal device, and method of controlling terminal device
JP2012113569A (en) * 2010-11-25 2012-06-14 Canon Inc Document processor, document processing method, and program
JP2012212348A (en) * 2011-03-31 2012-11-01 Brother Ind Ltd Image processing program, information processing terminal device and control method for information processing terminal device
JP2013186573A (en) * 2012-03-06 2013-09-19 Sharp Corp Information processing device
US20140104643A1 (en) * 2012-10-12 2014-04-17 Samsung Electronics Co., Ltd. Method of printing content shared between applications and computing apparatus to perform the method
JP2015187837A (en) * 2014-03-10 2015-10-29 株式会社リコー Information distribution system, information processor, information distribution method and program
JP2016024789A (en) * 2014-07-24 2016-02-08 キヤノン株式会社 Information processing device, program, and control method
JP2016110520A (en) * 2014-12-09 2016-06-20 キヤノン株式会社 Information processor, control method and program

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004291494A (en) * 2003-03-27 2004-10-21 Seiko Epson Corp Printer
JP2011165010A (en) * 2010-02-10 2011-08-25 Canon Inc Information processing method, information processing apparatus, and program
JP2012048633A (en) * 2010-08-30 2012-03-08 Brother Ind Ltd Print data generating program, terminal device, and method of controlling terminal device
JP2012113569A (en) * 2010-11-25 2012-06-14 Canon Inc Document processor, document processing method, and program
JP2012212348A (en) * 2011-03-31 2012-11-01 Brother Ind Ltd Image processing program, information processing terminal device and control method for information processing terminal device
JP2013186573A (en) * 2012-03-06 2013-09-19 Sharp Corp Information processing device
US20140104643A1 (en) * 2012-10-12 2014-04-17 Samsung Electronics Co., Ltd. Method of printing content shared between applications and computing apparatus to perform the method
JP2015187837A (en) * 2014-03-10 2015-10-29 株式会社リコー Information distribution system, information processor, information distribution method and program
JP2016024789A (en) * 2014-07-24 2016-02-08 キヤノン株式会社 Information processing device, program, and control method
JP2016110520A (en) * 2014-12-09 2016-06-20 キヤノン株式会社 Information processor, control method and program

Also Published As

Publication number Publication date
JP6776435B2 (en) 2020-10-28

Similar Documents

Publication Publication Date Title
JP7494334B2 (en) Information processing device, control method, and program
JP6628654B2 (en) Information processing apparatus, print plug-in, print system, and control method
KR101536957B1 (en) Information processing apparatus, information processing method, and computer-readable medium
JP6015499B2 (en) Program and mobile device
JP6238711B2 (en) Printing apparatus, printing control method, and program
KR20110010574A (en) Information processing apparatus, information processing method and storage medium
JP6341785B2 (en) Printing apparatus, printing apparatus control method, and program
JP2018180747A (en) Information processing apparatus, print plug-in, printing system, and control method
WO2015151527A1 (en) Printer list generator, mobile terminal, and printer list generation method
JP7301503B2 (en) Information processing device, control method for information processing device, program and application
JP2023153147A (en) Print setting application, control method, and information processing apparatus
US9606753B2 (en) Data processing apparatus for transmitting print data, method for controlling date processing apparatus, and storage medium
JP2017151927A (en) Information processing apparatus, control method, and program
JP2016172370A (en) Image forming apparatus, image forming method, and image forming program
JP2021117696A (en) Information processing device, program, and control method
JP6950066B2 (en) Programs, information processing devices and control methods
JP6776435B2 (en) Programs, information processing devices and control methods
JP7094762B2 (en) Programs, information processing equipment, and control methods
JP7171775B2 (en) Information processing device, control method and program
JP7210621B2 (en) Information processing device, control method, and program
JP2018024258A (en) Image forming apparatus and control method of image forming apparatus
JP2018041246A (en) Information processing device, and control method and program thereof
JP6821761B2 (en) Information processing equipment, control methods and programs
JP6598946B2 (en) Information processing apparatus, control method, and program
JP2017027321A (en) Information processing terminal, program, and control method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20191203

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200728

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20201007

R151 Written notification of patent or utility model registration

Ref document number: 6776435

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151