Skip to content

Commit 37457d0

Browse files
Aspose.Pdf Java for IntelliJ (Maven) - Plugin v1.0.0.0
The plugin allows developers using IntelliJ IDEA to comfortably work with Aspose.Pdf for Java API. The API offers an incredible wealth of features (read, create and manipulate), these include: PDF compression options, table creation and manipulation, graph support, image functions, extensive hyperlink functionality, extended security controls and custom font handling from within Java projects. Signed-off-by: AdeelIlyas2014 <adeel.ilyas@aspose.com>
1 parent 20200fe commit 37457d0

File tree

1 file changed

+24
-14
lines changed
  • Plugins/Aspose_Pdf_Java_for_IntelliJ(Maven)

1 file changed

+24
-14
lines changed
Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,41 @@
1-
## Aspose.Barcode Java for IntelliJ IDEA (Maven)
1+
## Aspose.Pdf Java for IntelliJ IDEA (Maven)
22

3-
The project is **Intellij IDEA (JetBrains IDE) plugin** that lets you work the robust and reliable barcode generation and recognition API - **Aspose.Barcode for Java**.
3+
The project is **Intellij IDEA (JetBrains IDE) plugin** that lets you work the robust PDF document creation API -**Aspose.Pdf for Java** that enables your to read, write and manipulate PDF documents from Java code.
44

5-
The plugins is for those who wants to utilize / use **Aspose.Barcode for Java API**. A robust and reliable barcode generation and recognition component, written in Java, which allows developers to quickly and easily add barcode generation and recognition functionality to their Java applications.
5+
The plugins is for those who wants to utilize / use **Aspose.Pdf for Java API**. A robust PDF document creation API, written in Java, which allows developers to quickly and easily read, write and manipulate PDF documents without using Adobe Acrobat from their Java applications.
66

77
The plugin contains two wizards:
88

9-
1. **Aspose-Barcode Maven Project** Wizard - To create **Aspose.Barcode for Java API** Maven project
10-
2. **Aspose.Barcode Examples** - To create / download **Aspose.Barcode for Java API** Examples Source Codes (Which is meant to demonstrate the usages of the API)
9+
1. **Aspose-Pdf Maven Project** Wizard - To create **Aspose.Pdf for Java API** Maven project
10+
2. **Aspose.Pdf Examples** - To create / download **Aspose.Pdf for Java API** Examples Source Codes (Which is meant to demonstrate the usages of the API)
1111

1212
**Wizards Detail:**
1313

14-
1. **Aspose.Barcode Maven Project** wizard, after installing the plugin, can be run from **File->New Project->Aspose.Barcode Maven Project** option. You will have to follow the wizard steps asking for the project information i.e **Project Name, Artifact ID** for your maven project or whether you want to download the Examples Source Codes (for later addition into the project).
15-
2. **Aspose.Barcode Examples** wizard lets you create /copy downloaded Source Code Examples into your project. All the examples withn the selected category will be copied/ created inside "**com.aspose.barcode.examples**" package and also the corresponding directory structure for the package will be created within "src/main/resources" folder which is needed to run the examples.
14+
1. **Aspose.Pdf Maven Project** wizard, after installing the plugin, can be run from **File->New Project->Aspose.Pdf Maven Project** option. You will have to follow the wizard steps asking for the project information i.e **Project Name, Artifact ID** for your maven project or whether you want to download the Examples Source Codes (for later addition into the project).
15+
2. **Aspose.Pdf Examples** wizard lets you create /copy downloaded Source Code Examples into your project. All the examples withn the selected category will be copied/ created inside "**com.aspose.pdf.examples**" package and also the corresponding directory structure for the package will be created within "src/main/resources" folder which is needed to run the examples.
1616

17-
## What is Aspose.Barcode Java API?
17+
## What is Aspose.Pdf Java API?
1818

19-
**Aspose.Barcode for Java** is a robust and reliable barcode generation and recognition component, written in Java, it allows developers to quickly and easily add barcode generation and recognition functionality to their Java applications. It is available for the Java SE, Java EE and Java ME platforms.
19+
**Aspose.Pdf for Java** is a robust PDF document creation API that enables your Java applications to read, write and manipulate PDF documents without using Adobe Acrobat.
2020

21-
Aspose.BarCode for Java supports most established barcode standards and barcode specifications. It has the ability to export to multiple image formats including: BMP, EMF, GIF, JPEG, PNG, TIFF and WMF.
21+
**Aspose.Pdf for Java** offers an incredible wealth of features, these include: PDF compression options, table creation and manipulation, graph support, image functions, extensive hyperlink functionality, extended security controls and custom font handling.
2222

23-
For more info about the **Aspose.Barcode for Java API**, [please check the api documentation - click here](http://goo.gl/19r8Tz)
23+
For more info about the **Aspose.Pdf for Java API**, [please check the api documentation - click here](http://goo.gl/bfok4I)
2424

2525
## Plugin Documentation
2626

27-
For the complete documentation of this Intellij IDEA plugin, [please go through this wiki - click here](http://www.aspose.com/docs/display/barcodejava/4.+Aspose.Barcode+Java+for+IntelliJ+IDEA+%28Maven%29)
27+
For the complete documentation of this Intellij IDEA plugin, [please go through this wiki - click here](http://goo.gl/cae4NH)
2828

29-
## Looking for Aspose.Barcode plugins for some other platform?
29+
## Download Latest Versions?
3030

31-
Please check the following URL of "Aspose.Barcode for Java" API GitHub repository, [Aspose.Barcode for Java on GitHub - click here](https://github.com/asposebarcode/Aspose_BarCode_Java/tree/master/Plugins)
31+
32+
* [Latest Releases on Codeplex](https://asposebarcodejavaintellij.codeplex.com/releases/view/617769)
33+
34+
35+
## Clone Plugin SourceCodes?
36+
37+
38+
This project is also hosted and maintained at CodePlex. To clone navigate to:
39+
40+
41+
* [Aspose.Barcode Java for IntelliJ Maven on CodePlex - click here](https://asposebarcodejavaintellij.codeplex.com/SourceControl/latest)

0 commit comments

Comments
 (0)