Frequently Asked Questions

Windows:
Pentium 1.3GHz or higher Pentium processor
At least 1 GB RAM
USB 2.0
OS: Windows 7, 8.1, 10

Macintosh:
Intel-based Macintosh
At least 1 GB RAM
USB 2.0
OS: Mac OS X 10.9 – 10.11

All older versions of the ED-SDK are available to users who apply for the ED-SDK and are approved.

The Canon Developer Support Web Site provides information about, and access to, development tools available for Canon Office and Production Imaging products.

There are no fees for Essential membership. Essential support is intended for developers who would like access to publicly available materials such as escape codes, code samples and freely available documentation. Acceptance as an Essential member is automatic upon registration.

Premium membership is designed to provide support for developers directly involved in the creation of custom solutions for Canon products. Developers who need access to more in-depth information, such as SDKs, will need to request Premium level support.
Premium membership is granted at Canon's sole discretion.

There is a $500.00 annual charge for Premium membership.

Device Drivers can NOT be downloaded from the Developer Support website.

To download drivers for Canon Devices, please go to http://www.usa.canon.com/html/download/index.html and select your equipment from the drop down fields that are there. For Linux and Unix drivers please go to http://canon.codehost.com/.

SAP Device Type Extensions can not be downloaded from the Developer Support website.

To download SAP R/3 Device Type Extensions for these machines, please go to http://usa.canon.com/cusa/office/products/software/network_device_manage.... Under "DRIVERS & SOFTWARE" is where you will find the downloads that you need.

You should also check the SAP website for the latest released Extensions http://www.service.sap.com/.

The Command Reference Guides provide simple commands that can be embedded within a print job to control page and job features.
PCL Commands (Paper Selection, Cassette Selection, Font, Font Size, etc.), PJL Commands (Sorting, Stapling, Duplexing, Number of Copies, etc.) and Postscript Commands are supported by these guides.
These commands can be used on a number of operating systems to modify a print job that is destined for a Canon print device.

The Printer and Fax Driver SDKs are high-level programming instructions that can be used in applications running on a Windows OS. The SDKs allow the application to make settings that are otherwise available through the device driver User Interface. Using the SDKs requires programming skills and knowledge of certain software technologies, as described in the "Development Tools" sub-menus under the "Products" menu Tab.

Canon SDKs include:
Printer Driver SDK Lite
Printer Driver SDK
Fax PCL Driver SDK
MEAP SDK
ScanFront SDK and User Interface Customization Tool

A description for each SDK can be found under the PRODUCTS menu at the top of the page, select DEVELOPMENT TOOLS.

imageFORMULA CR-xxx Check Scanner Series and imagePROGRAF SDKs can be requested by registered members using the web forms in the "Request Forms" menu links.

Premium membership in the Canon USA Developer Support Program is a prerequisite for access to most SDKs.
Additional licensing agreements and fees may apply to individual SDKs.
Use the "Products" drop down menu at the top of the web page. Details about individual SDKs can be found under the"Development Tools" sub-menu.

Terms and conditions will be provided in the various agreements required for any individual SDK. Please use the Ask a Question link on this site for specific questions or requests.

Please write us at:

      Canon U.S.A., Inc.
      Developer Relations
      One Canon Park
      Melville, NY 11747

Be sure to provide a daytime phone number and e-mail address.
Include a description of the scope and nature of your Business.
Please do not provide any proprietary information.

Developers who are actively involved in a development project utilizing Canon SDKs will automatically receive updates to the SDKs that they are licensed for.

You will receive access to the latest development technology for Canon products and notification of new tools and technologies.

If you are a Premium Member, you will receive priority support from our engineering staff. In most cases Premium members will receive a response within 24 hours. Canon U.S.A., Inc. will work closely with your technical organization to ensure your goals are reached. Essential members have access to our engineering staff through the "Ask A Question" Link. Though no response time can be guaranteed, all questions will be answered to the best of our ability based on the constraints of our then current workload.

As a part of Premium membership benefits, Canon U.S.A. may, based on workload and scheduling constraints, provide access to the Canon Norcross Development Center which contains a broad range of Canon products for development and testing.

Canon U.S.A has created the Norcross Development Center (NDC) in Norcross, Georgia.
The NDC provides a full range of Canon Office imaging devices in a secure environment This facility is available for use by Premium members for development and testing, based upon acceptance of individual requests and scheduling requirements.
Premium Members can request access to the center by submitting an "NDC Access Request". This request form can be found in the Request Forms Menu on this site.

Please use the ASK A QUESTION link to submit your request.

MEAP stands for Multifunctional Embedded Application Platform. It is an application development platform that allows the creation of customized applications for Canon multifunctional peripheral devices. Customer applications can be installed and executed on Canon devices to add to the functionality of a device.

A multifunctional peripheral device (MFP) is a networked device that prints, copies, scans, and faxes. In addition, Canon MFPs have “mailboxes” on the device in which users can store document images for later retrieval and printing.

This link will show you a complete list of MEAP enabled devices.

MEAP applications can do very many things, such as:

  • Customize workflow to utilize print, scan, copy, and mailbox functions on the device.
  • Control the access privilege to the device functions based on user roles.
  • Monitor and manage device usage.
  • Control device local console for UI display and hard keys on the device panel.
  • Display a user interface on a Web browser.
  • Communicate using network functions.

The MEAP SDK contains documentation (manuals and JavaDocs), Sample Applications, Use Cases, and an emulator for testing MEAP applications on a PC. Additionally, the SDK includes tools to assist the development and verification processes.

The MEAP SDK costs $5,000. If required, the associated Login SDK costs $1,800. The fees include one year of technical support. Support for subsequent years can be purchased for $2,500 per year. Additionally, there may be a royalty for each Canon device on which the MEAP application is installed.

  1. A MEAP developer has to get the Canon MEAP SDK
  2. Develops the application jar file with MEAP SDK using any Java development tool and IDE
  3. Installs the application jar file on a device using SMS provided by MEAP platform
  4. Tests and QAs the application
  5. Submits the application to Canon for verification
  6. Distributes the application to customers

There are two types of SDK, Login SDK and MEAP SDK. Login SDK along with the MEAP SDK are used for developing a MEAP Login Application and MEAP SDK is used for developing a regular MEAP Application.

There are two types of MEAP applications, MEAP Login application (Login App) and regular MEAP application (MEAP App)
MEAP Login Application

  • Used to authenticate the user before access the device functions including Native and MEAP applications
  • Use Login SDK along with MEAP SDK to develop
  • Install with a license file using SMS

MEAP supports the standard J2ME/CDC (Java 2 Micro Edition with Connected Device Configuration) libraries found in the Foundation Profile and Personal Profile. In addition, MEAP has proprietary libraries that enable additional functionality. One such library is the CPCA Class Library, which can be used to control native device functions. Another library is the Common Toolkit (CTK) and Applet Tool Kit (ATK), a package of GUI components designed for peripheral devices. In addition, MEAP provides libraries for image format conversions, image display, a USB interface, MIB access, Storage, XML, encryption, and security.

CPCA is the abbreviation for Common Peripheral Controlling Architecture, an architecture that establishes control procedures and operations for functions of Canon peripheral devices. The CPCA Class Library is the Java-language interface for CPCA, allowing Java MEAP applications to utilize CPCA.

The CPCA Class Library encapsulates CPCA functionality in Java. It allows a MEAP application to control and monitor all device functionality including printing, copying, scanning, and mailboxes.

  1. Register with the Developer Support Program as an Essential member. Essential membership is automatically granted upon registration and is free of charge.
  2. Download and familiarize yourself with the MEAP materials available on this site.
  3. You can use the link for the MEAP Questionnaire Request that you will find under the SUPPORT drop down at the top of this page, or click on this link.
  4. You will be notified via email on approval of your request for the Questionnaire.
  5. Upon being granted access, you will find the link to the MEAP Application Questionnaire under the SUPPORT drop down at the top of this page.
  6. Complete the On-Line form.

Upon receipt of the completed questionnaire Canon will determine the technical feasibility of, and review your business case for your project.

MEAP applications are written in Java. MEAP is based on the J2ME (Java 2 Micro Edition) environment using the Connected Device Configuration (CDC), Foundation Profile (FP), Personal Profile (PP), and Personal Basis Profile (PBF).

The MEAP platform contains Java Runtime Environment which includes Java bytecode execution environment including JavaVM (Virtual Machine), CDC (Connected Device Configuration), Foundation Profile, Personal Basis Profile, and Personal Profile. MEAP platform provides the Service Management Service (SMS) to manages the life cycle of MEAP application using OSGi (Open Services Gateway Initiative) Framework. The application jar file is installed on the MEAP device via SMS.

A service is an application. MEAP has System Services and custom services. Custom services are also called custom applications.

MEAP services may be classified into three types from the standpoint of user interfaces:

  • Applet – displays a user interface on the device console.
  • Servlet – displays a user interface on a remote Web browser.
  • Esplet – has no user interface.

A MEAP application can contain one or more of these three types of service.

System services are software modules that provide functionality that enables MEAP applications to be installed and executed on a MEAP device. The MEAP platform comes with system services installed on the device. These include the Service Management Service (SMS), Local and Remote Login Services, the Applet Viewer Service, License Management Service, and an HTTP Service.

MEAP provides a Local Login Service (LLS) and a Remote Login Service (RLS). The LLS enables login at the device console using a User ID and Password or other authentication methods, such as card or biometric. The RLS enables login through a remote Web browser.

SMS is a System Service that allows MEAP applications to be managed on a MEAP device using a remote Web Browser. SMS can be used to install/uninstall and start/stop MEAP applications. It can also be used to obtain information about MEAP applications installed on a device and license information updates.

The Applet Viewer Service (AVS) manages the display of a MEAP applications user interface on the device LCD console.

The HTTP server provides the interface to servlet-type services. The HTTP server supports HTTP (port number: 8000). A Servlet-type service has a relative URL associated with it. The service name is defined when the service is developed, and an end user cannot change the URL. The HTTP server manages the service name and makes a request to the URL that is forwarded to the service.

No. MEAP devices have an HTTP Server that serves up web pages that can be viewed on a remote browser. However, there is no Web browser for MEAP devices that would allow the viewing of Web pages as part of a MEAP application.

Applications must be code-signed by Canon in order to be installed on end-user devices. An application is digitally signed after it passes Canon verification, assuring that the guidelines described in the MEAP SDK are followed. Additionally, the applications are encrypted to protect intellectual property.