Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

GroupDocs.Conversion for Java examples, plugins and showcase projects

License

NotificationsYou must be signed in to change notification settings

groupdocs-conversion/GroupDocs.Conversion-for-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub release (latest by date)GitHub

Document Conversion Java Library

GroupDocs.Conversion for Java is aDocument Conversion Library designed to convert back and forth between over50 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.

DirectoryDescription
DocsProduct documentation containing the Developer's Guide, Release Notes and more.
ExamplesJava examples and sample documents for you to get started quickly.
DemosBuild 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 onGroupDocs Artifact Repository, so simplyconfigure your Maven project to fetch the dependencies automatically.

Convert DOCX to HTML

Converterconverter =newConverter("sample.docx");MarkupConvertOptionsoptions =newMarkupConvertOptions();converter.convert("ConvertToHtml.html",options);

Convert PDF to DOCX

Converterconverter =newConverter("sample.pdf");WordProcessingConvertOptionsoptions =newWordProcessingConvertOptions();converter.convert("converted.docx",options);

Convert Word to Presentation

Converterconverter =newConverter("sample.docx");PresentationConvertOptionsoptions =newPresentationConvertOptions();converter.convert("converted.pptx",options);

Home |Product Page |Documentation |Demos |API Reference |Examples |Blog |Free Support |Temporary License

About

GroupDocs.Conversion for Java examples, plugins and showcase projects

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors13


[8]ページ先頭

©2009-2025 Movatter.jp