Aspose for JetBrains
Aspose for JetBrains allows developers to create an Aspose Java project through plugin provided Aspose Project Wizard. The wizard enables the developers to select and download the latest Aspose libraries and samples / example codes of them.
This plugin helps you to explore Aspose Java APIs inside your favorite IntelliJ IDE.
- Aspose Project Wizard creates a new project by downloading and referencing libraries of Aspose Java APIs.
- Aspose Project wizard allows you to select API from Aspose Java product lines like Aspose.Cells for Java and Aspose.Words for Java.
- Once specific API is selected, its reference is automatically downloaded from Aspose servers and referenced in classpath of the project.
- Once project is created using New Project -> Aspose Application, user can then add Aspose samples using File Menu-> New -> Aspose Example.
- Available samples are displayed in tree format from where user can select one.
- Selected sample will be added to current project including source files and required data files.
- New created project is ready to debug/evaluate, all references are automatically added.
With this plugin, you never need to check for new releases of Aspose components. Whenever a new release is published, you will be notified while creating project and you can also check release notes to save your time.
How to use Aspose Project Wizard on JetBrains ...
Continue reading →
Latest Release - Ver 1.3
New Features
- Integration of Aspose APIs code and feature comparison examples with Apache POI framework
- Progress Monitors are implemented for long tasks i.e while downloading of examples and their framework dependencies.
- SourceCodes
a) OtherExamples API (framework) created for the futher future integrations of new examples and their dependencies.
b) New Packages: com.aspose.examples.otherexamples
Release 1.2
New Features
New! Aspose Java Product support is Added, in Aspose Project Wizard/Aspose API Examples for following products:
- Aspose.Diagram
- Aspose.Tasks
Release 1.1
New Features
Release v1.1 of Aspose Java plugin for JetBrains IDE, provides the support of getting Aspose Java API samples through Aspose Example option in New menu as following:
- First Create Java Project by using plugin provided Aspose Project Wizard
- Right Click on Project or Select File Menu
- Select New, You will come up with a New Menu options enlisting Aspose Example option on top.
- Select Aspose Example Option
- Aspose Example Dialog will appears, on selecting Aspose Java API from drop down list, numbers of available selected Aspose Java API samples will appears in tree like style list, by selecting any example (and clicking on Create), its sample code will be created along with the required data file for it within the project src folder.
Finally, the downloaded / created example is ready to be evaluated / enhanced as per your usage requirement.
For the complete detail please check the following step by step wiki documentation, click here
Below simple steps will smoothly lead to successful configuration of Aspose Project Wizard source code in IntelliJ IDE
- Download / Clone the source code.
- Choose File -> Open Project
- Browse to the project source that is just downloaded in above step and open the project.
- Aspose for IntelliJ plugin code is now ready to enhance.
Important Links