Coder Social home page Coder Social logo

farizfadian / groupdocs.conversion-for-java Goto Github PK

View Code? Open in Web Editor NEW

This project forked from groupdocs-conversion/groupdocs.conversion-for-java

0.0 0.0 0.0 18.41 MB

GroupDocs.Conversion for Java examples, plugins and showcase projects

Home Page: https://products.groupdocs.com/conversion/java

License: MIT License

groupdocs.conversion-for-java's Introduction

GitHub release (latest by date) GitHub

Document Conversion Java Library

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.

Universal Document Converter

  • Convert whole document to desired target format.
  • Convert specific document page(s) or page ranges.
  • Auto-detect source document format on the fly without requiring the file extension.
  • Obtain a list of all supported conversion formats.
  • Replace missing fonts.
  • Add text or image watermarks to any page.
  • Extract document's basic information.
  • Load source document with extended options;

Get Started with 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.

Convert DOCX to HTML

Converter converter = new Converter("sample.docx");
MarkupConvertOptions options = new MarkupConvertOptions();
converter.convert("ConvertToHtml.html", options);

Convert PDF to DOCX

Converter converter = new Converter("sample.pdf");
WordProcessingConvertOptions options = new WordProcessingConvertOptions();
converter.convert("converted.docx", options);

Convert Word to Presentation

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

groupdocs.conversion-for-java's People

Contributors

amingroupdocs avatar atirtahirgroupdocs avatar babar-raza avatar dependabot[bot] avatar nikola-yankov avatar rizwanniazigroupdocs avatar samicheemagroupdocs avatar saqibmasood avatar vsevolodorefin avatar yevgen-nykytenko avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.