Installing Aspose Words Java for IntelliJ IDEA - Maven
Steps below demonstrate how to install Aspose.Words Java for IntelliJ IDEA (Maven) plugin.
The plugin is listed on IntelliJ IDEA’s CE official plugin website - plugin repository as Aspose Words Java for IntelliJ IDEA Maven, so you don’t need to download it manually and install it from disk, but this extra option still exists in IntelliJ IDEA.
Aspose.Words Java for IntelliJ IDEA (Maven) plugin can be easily installed (without manual downloading) from within IntelliJ IDEA. To do it:
Select Settings from the File menu.
Click Plugins, then browse the repositories in IntelliJ IDEA.
Aspose.Words Maven Project Wizard
Installing this plugin will introduce a new project type –
Aspose.Words Maven Project – into IntelliJ IDEA, which will enable you to create Aspose.Words Maven-based project for using Aspose.Words for Java API.
To create Aspose.Words Maven project for using Aspose.Words for Java API within IntelliJ IDEA, you need to have an internet connection.
Then follow the steps below:
Select New Project.
Select Aspose.Words Maven Project
Click Next.
Provide a GroupId, ArtifactId and Version for your maven project and click Next.
You can select “Also Download Examples Source Code” checkbox to download the sample usage examples of the API (as shown in above snapshot)
Provide a Project Name and Location just like when creating any Java application
Click Finish.
This will retrieve the Aspose.Words for Java API latest maven dependency reference from Aspose Cloud Maven Repository and configure it in pom.xml
If you have selected “Also Download Examples Source Code” checkbox. Downloading of the examples will also begin from the Aspose.Words for Java API GitHub Repository
Congratulations!
You have successfully created Aspose.Words Maven project for using Aspose.Words for Java API.
The created Aspose.Words for Java API Maven project is ready to be modified as per your project’s requirements.
If you have opted to download Examples Source Codes, you can use Aspose.Words Examples wizard to copy/create the downloaded examples into your project.
Select File => New - As shown below:
-OR- Right-Click (on project window) => New - As shown below:
Select Aspose.Words Example Option from Menu - As shown below:
The wizard will refresh/check for the latest available Aspose.Words for Java API Examples
Aspose.Words Examples wizard dialog will appear, where you can select any examples category to create/copy the examples into your project
Select any examples category and click Create:
This will create/copy the selected category examples into the project under com.aspose.words.examples package.
Also, any required resources for the execution of the examples will be copied to src/main/resources folder - As shown below:
Congratulations!
You have successfully done the following: