Installing and Using Aspose.Total Project Wizard for IntelliJ IDEA

Installing

Installing Aspose.Total Java for IntelliJ IDEA

The Aspose Project Wizard plugin is listed on IntelliJ IDEA’s official plugin website, so you don’t need to download it manually and install it from disk although this additional option also available inside the IDE.

Aspose.Total Java for IntelliJ IDEA plugin can be easily installed from within IntelliJ IDEA:

  1. Select Settings from the File menu.
  2. Click Plugins, then browse the repositories in IntelliJ IDEA.
  3. Select Aspose Project Wizard plugin to install.

todo:image_alt_text

Aspose Project Wizard

Installing this plugin will introduce a new project type –

todo:image_alt_text

Aspose Application – into IntelliJ IDEA, which will enable you to create Aspose’s Java Project for using Aspose Java APIs (Aspose.Total for Java).

todo:image_alt_text

Using

Creating Aspose Java Project using plugin’s Aspose project wizard: “Aspose Application”

The desired Aspose APIs (Aspose.Total for Java) can be selected to be included in your Java application when creating a new project.

  1. Goto File menu
  2. Select New Project.
  3. Select Aspose Application 
  4. Click Next
  5. Select Aspose API(s) from the list and click Next.

todo:image_alt_text

  1. Provide a Project Name and Location just like when creating any Java application.
  2. Click Finish. This downloads the selected libraries. 

An Aspose’s Java project is created and the downloaded Aspose Java APIs JARs are added to the classpath.

You can now start building your own application with Aspose Java APIs (Aspose.Total for Java)

Creating Aspose.Total for Java Example Code using plugin’s “Aspose Example” wizard

To get Aspose.Total for Java Examples code into your project in IntelliJ IDEA.

Follow the below steps to get the Aspose for Java API examples into the IntelliJ Java project:

  1. Select New from the File menu, OR right-click the new project and select New.
  2. Click Aspose Example.

todo:image_alt_text

The Aspose Example dialog appears.

  1. Select the Aspose for Java API from the list. The selected Java API examples are shown in a tree format.
  2. Select the example code you want.

todo:image_alt_text

The selected example source code is inserted into the src folder within a newly created package in the project as shown below:

todo:image_alt_text

Congratulations! the newly created Aspose code example is ready to be evaluated or enhanced.