Aspose has created a plugin for the JetBrains IDE that lets Java developers download and install Aspose APIs from within IntelliJ IDEA. By using the plugin's Aspose Project Wizard feature and selecting the required Aspose APIs in this step by step wizard, the plugin creates a Java project where you can just start using the Aspose APIs powerful file processing features. A cool thing about this plugin is that it integrates with IntelliJ IDEA in the native flow.
The Aspose Project Wizard plugin is listed on IntelliJ IDEA's official website, so you don't need to download it manually and install it from disk, but an option still exists in IntelliJ IDEA.
Aspose Plugin can be easily installed from the IntelliJ IDEA Plugins Repository enlisting the Aspose Project Wizard plugin. To open it:
This plugin will introduce a new project type – Aspose Application – into IntelliJ IDEA, which will enable you to create Aspose Java API projects.
The desired Aspose APIs can be selected to be included in your Java application when creating a new project.
An Aspose API Java project is created and the downloaded Aspose API JARs are added to the classpath.
You can now start building your own application with Aspose APIs