Skip to content

Commit 3ccefd3

Browse files
Merge pull request #21 from AdeelIlyas2014/master
Aspose.Words Java for NetBeans (Maven) - v1.0.0
2 parents 28290ed + f076dc6 commit 3ccefd3

31 files changed

+4199
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2001-2015 Aspose Pty Ltd
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
22+
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
2+
3+
# **Aspose.Word Java for NetBeans (Maven)**
4+
5+
The project is **NetBeans IDE plugin** which lets developers to use [Aspose.Words for Java](http://goo.gl/Eg359W) in their Maven based Java projects.
6+
7+
## Who is supposed to use this **Plugin?**
8+
9+
The Plugin intended for developers using Maven platform for Java developments and want to use [Aspose.Words for Java](http://goo.gl/Eg359W) in their projects.
10+
11+
**NOTE:** [Aspose.Words for Java](http://goo.gl/Eg359W) is Java API developed by [Aspose](http://aspose.com) that offers easy Microsoft Word document creation and manipulation right from within Java Projects. For the API detailed features list check the [link](http://goo.gl/Eg359W).
12+
13+
## **Features**
14+
15+
The plugin provides following features to work with [Aspose.Words for Java](http://goo.gl/Eg359W) API within **NetBeans IDE** comfortably:
16+
17+
![plugin title shot](http://i.imgur.com/ahtYw1V.png)
18+
19+
### Aspose.Words Maven Project (wizard)
20+
21+
* By using this wizard plugin creates Maven project for using [Aspose.Words for Java](http://goo.gl/Eg359W) from **New Project -> Maven-> Aspose.Words Maven Project**
22+
* The wizard will also give option for downloading latest available Code Examples for using the API.
23+
24+
### Aspose.Words Code Example (wizard)
25+
26+
* By using this wizard plugin lets you copy the downloaded Code Examples into your project for using [Aspose.Words for Java](http://goo.gl/Eg359W) from **New File -> Java -> Aspose.Words Code Example**
27+
* The wizard will also look for and updates for newly available Code Examples from [Aspose.Words for Java examples repository.](https://goo.gl/Qx9Hp9)
28+
**NOTE:** Selected Code Examples (category) source codes will be copied under **"com.aspose.words.examples"** package. Resources needed for running examples will be copied to the corresponding directory (package) within **"src/main/resources"**.
29+
30+
### Other Features
31+
32+
* Supports latest **NetBeans 8.1** version
33+
* Compatible with **Mac**, **Linux Flavors** and **Windows**
34+
* Native IDE user experience
35+
* Open Source
36+
37+
## What is Aspose.Words Java API?
38+
39+
**Aspose.Words for Java** is an advanced class library for Java that enables you to perform a great range of document processing tasks directly within your Java applications.
40+
41+
Aspose.Words for Java supports processing word (**DOC, DOCX, OOXML, RTF**) **HTML, OpenDocument, PDF, EPUB, XPS, SWF and all image formats**. With Aspose.Words you can **generate**, **modify**, and **convert** documents without using Microsoft Word.
42+
43+
For more info about the **Aspose.Words for Java API**, [please check the api documentation - click here](http://www.aspose.com/java/word-component.aspx)
44+
45+
## Plugin Documentation
46+
47+
For the most complete documentation, [Please check this WIKI](http://www.aspose.com/docs/display/wordsjava/8.+Aspose.Words+Java+for+NetBeans+%28Maven%29)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Aspose.Words Java for NetBeans (Maven) - Release Notes</title>
5+
</head>
6+
<body>
7+
8+
9+
<b>Aspose.Words Java for NetBeans (Maven) - v1.0.0</b>
10+
<p> This is new Plugin for NetBeans IDE by <a href="http://aspose.com">Aspose</a>. The Plugin intended for developers using Maven platform for Java developments and want to use <a href="http://goo.gl/Eg359W">Aspose.Words for Java</a> in their projects.</p>
11+
<p><b>NOTE:</b> <a href="http://goo.gl/Eg359W">Aspose.Words for Java</a> is Java API developed by <a href="http://aspose.com">Aspose</a> that offers easy Microsoft Word document creation and manipulation right from within Java Projects. For the API detailed features list check the <a href="http://goo.gl/Eg359W">link</a>.
12+
</p><p> The plugin provides following features to work with <a href="http://goo.gl/Eg359W">Aspose.Words for Java</a> API within <b>NetBeans IDE</b> comfortably:
13+
</p><ul><li><b>Aspose.Words Maven Project</b><br><ul><li>By using this wizard plugin creates Maven project for using <a href="http://goo.gl/Eg359W">Aspose.Words for Java</a> from <b>New Project -> Maven-> Aspose.Words Maven Project</b></li><li>The wizard will also give option for downloading latest available Code Examples for using the API.</li></ul></li>
14+
<li><b>Aspose.Words Code Example</b><ul><li>By using this wizard plugin lets you copy the downloaded Code Examples into your project for using <a href="http://goo.gl/Eg359W">Aspose.Words for Java</a> from <b>New File -> Java -> Aspose.Words Code Example</b></li><li>The wizard will also look for and updates for newly available Code Examples from <a href="https://goo.gl/Qx9Hp9">Aspose.Words for Java examples repository.</a></li></ul></li>
15+
<li><b>Other Features</b><ul><li>Supports latest <b>NetBeans 8.1</b> version</li><li>Compatible with <b>Mac</b>, <b>Linux Flavors</b> and <b>Windows</b></li><li>Native IDE user experience</li><li>Open Source</li></ul></li></ul>
16+
</body>
17+
</html>
Loading

0 commit comments

Comments
 (0)