|
| 1 | +## Aspose.Slides Java for Pptx4j |
| 2 | + |
| 3 | +Aspose.Slides Java for Pptx4j is a project to provide comparative source code examples to do the same file processing tasks using Aspose.Slides for Java API and Pptx4j. Additionally, this project provides source code examples for advanced features offered by Aspose.Slides for Java which are missing in Pptx4j. |
| 4 | + |
| 5 | +Below are some code comparisons and features of Aspose.Slides for Java that are not available in Pptx4j. |
| 6 | + |
| 7 | +* [Code Comparison for common features in **Aspose.Slides** and **Pptx4j**](http://www.aspose.com/docs/display/slidesjava/2.2+Code+Comparison+for+Common+Features+in+Aspose.Slides+and+pptx4j) |
| 8 | +* [Missing Features of **Pptx4j** available in **Aspose.Slides**](http://www.aspose.com/docs/display/slidesjava/2.3+Missing+Features+of+pptx4j+in+Aspose.Slides) |
| 9 | + |
| 10 | +These examples are helpful for developers who want to compare Pptx4j with Aspose.Slides OR migrate from Pptx4j to Aspose. |
| 11 | + |
| 12 | +### Feedback and Suggestions |
| 13 | + |
| 14 | +* Many more examples are yet to come. [Keep visiting us](http://www.aspose.com/java/total-component.aspx). |
| 15 | +* Raise your queries and suggest more examples via [Aspose Forums](http://www.aspose.com/community/forums/default.aspx) or via this social coding site. |
| 16 | + |
| 17 | +## Why Aspose for Pptx4j ? |
| 18 | + |
| 19 | +The developers looking for file format libraries may need to walk through the features provided by the libraries available on the market. Mainly, two factors are considered when choosing an option: |
| 20 | + |
| 21 | +* Features |
| 22 | +* Efforts required to use the library |
| 23 | + |
| 24 | +If you are a Java developer looking to choose a file format library to process files, you may want to compare Pptx4j library with Aspose. In this case, this project will help you to compare features and code in both libraries. Please visit project documentation for a comprehensive comparison. |
| 25 | + |
| 26 | +## What is Doc4j ? |
| 27 | + |
| 28 | +docx4j is an open source (ASLv2) Java library for creating and manipulating Microsoft Open XML (Word docx, Powerpoint pptx, and Excel xlsx) files. |
| 29 | + |
| 30 | +It is similar to Microsoft's OpenXML SDK, but for Java. docx4j uses JAXB to create the in-memory object representation. |
| 31 | + |
| 32 | +Its emphasis is on power: if the file format supports it, you can do it with docx4j. But first, you'll need to take the time to understand JAXB, and the Open XML file structure |
| 33 | + |
| 34 | +docx4j was created by Plutext Pty Ltd in 2008 - using OpenXML4J for the OPC piece. Plutext still drives the project, but since then docx4j has benefited from contributions from many individuals. The contributors are listed in docx4j's pom.xml. |
| 35 | + |
| 36 | +Read More at [docx4java.org](http://www.docx4java.org/) |
| 37 | + |
| 38 | +## What is the use of Aspose Java Products? |
| 39 | + |
| 40 | +Aspose are file format experts and provide APIs and components for various file formats including MS Office, OpenOffice, PDF and Image formats. |
| 41 | + |
| 42 | +These APIs are available on a number of development platforms including Java. If you are a Java developer, you can use Aspose native Java APIs in your Java applications to process various file formats in just a few lines of codes. |
| 43 | + |
| 44 | +All the Aspose APIs don’t have any dependency over any other engine. For example, you don’t need to have MS Office installed on the server to process MS Office files. Below you can read mor about Aspose.Slides for Java: |
| 45 | + |
| 46 | +### Aspose.Slides for Java |
| 47 | + |
| 48 | +[](http://www.aspose.com/java/powerpoint-component.aspx) |
| 49 | + |
| 50 | +Aspose.Slides for Java is a unique PowerPoint management component that enables Java based applications to read, write and manipulate PowerPoint documents without using Microsoft PowerPoint. |
| 51 | + |
| 52 | +One can generate, modify, copy, convert, render and print presentations without installing Microsoft PowerPoint. |
| 53 | + |
| 54 | +Aspose.Slides for Java supports presentation file formats including PPT, PPS, POT, PresentationML (OOXML, PPTX) and Open Document Presentations (ODP). |
| 55 | + |
| 56 | +[Learn More](http://www.aspose.com/java/powerpoint-component.aspx) |
| 57 | + |
| 58 | +## Download Latest Versions? |
| 59 | + |
| 60 | +* [Latest Releases on Codeplex](https://asposeslidesjavapptx4j.codeplex.com/releases/view/618978) |
| 61 | + |
| 62 | +## Clone Plugin SourceCodes? |
| 63 | + |
| 64 | +This project is also hosted and maintained at CodePlex. To clone navigate to: |
| 65 | + |
| 66 | +* [Aspose.Slides Java for Pptx4j on CodePlex - click here](https://asposeslidesjavapptx4j.codeplex.com/SourceControl/latest) |
| 67 | + |
0 commit comments