GroupDocs.Conversion for Java is a Document Conversion Library designed to convert back and forth between over 50 types of documents and images, including all Microsoft Office and OpenDocument file formats, PDF documents, HTML, CAD, raster images (TIFF, JPEG, GIF, PNG, BMP) and more.
Directory | Description |
---|---|
Docs | Product documentation containing the Developer's Guide, Release Notes and more. |
Examples | Java examples and sample documents for you to get started quickly. |
Demos | Build Document Conversion applications using GroupDocs.Conversion for Java. |
GroupDocs.Conversion for Java requires J2SE 7.0 (1.7), J2SE 8.0 (1.8) or above. Please install Java first if you do not have it already.
GroupDocs hosts all Java APIs on GroupDocs Artifact Repository, so simply configure your Maven project to fetch the dependencies automatically.
Converter converter = new Converter("sample.docx");
MarkupConvertOptions options = new MarkupConvertOptions();
converter.convert("ConvertToHtml.html", options);
Converter converter = new Converter("sample.pdf");
WordProcessingConvertOptions options = new WordProcessingConvertOptions();
converter.convert("converted.docx", options);
Converter converter = new Converter("sample.docx");
PresentationConvertOptions options = new PresentationConvertOptions();
converter.convert("converted.pptx", options);
Home | Product Page | Documentation | Demos | API Reference | Examples | Blog | Free Support | Temporary License