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
This repository was archived by the owner on Jul 21, 2021. It is now read-only.

groupdocs-conversion/GroupDocs.Conversion-for-Java-Spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert pdf to doc or doc to pdf

GroupDocs.Conversion for Java Spring Example

GroupDocs.Conversion for Java Spring UI Example

version 0.0.9

GitHub license

⚠️This repository has moved tohttps://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Java/tree/master/Demos/Spring

System Requirements

  • Java 8 (JDK 1.8)
  • Maven 3

Document converter with Java API

GroupDocs.Conversion for Java API is a library that allows you toconvert word to PDF, PNG, JPG and to many other document or image formats supported by the library. Using powerful and flexible GroupDocs.Conversion API you will be able to convert multitude document formats with a wide set of different options.

This web application allows you to convert documents between different formats using simple modern UI. While it can be used as a standalone application it also can be integrated as part of your project.

Note: without a license application will run in trial mode, purchaseGroupDocs.Conversion for Java license or requestGroupDocs.Conversion for Java temporary license.

Document familySupported formatsSupported conversions
Microsoft WordDoc,Docm,Docx,Dot,Dotm,Dotx,Rtf,Txt,Odt,OttWord to Rtf,Word to Txt,Word to Html,Word to Odt,Word to Ott,Word to Epub,Word to Pdf,Word to Image,Word to Cells,Word to Slides
Microsoft ExcelXls,Xls2003,Xlsb,Xlsm,XlsxExcel to Word,Excel to Pdf,Excel to Epub,Excel to Html,Excel to Image,Excel to Slides
Portable Document FormatPdfPdf to Word,Pdf to Epub,Pdf to Html,Pdf to Image,Pdf to Cells,Pdf to Slides
Microsoft PowerPointPpt,Pps,Pptx,Ppsx,OdpSlides to Word,Slides to Pdf,Slides to Epub,Slides to Html,Slides to Image,Slides to Excel
Microsoft VisioVsd,Vsdx,Vss,Vst,Vsx,Vtx,Vdw,Vdx,SvgVisio to Word,Visio to Pdf,Visio to Epub,Visio to Html,Visio to Image,Visio to Excel,Visio to Slides
Microsoft ProjectMpt,MppTasks to Word,Tasks to Pdf,Tasks to Epub,Tasks to Html,Tasks to Image,Tasks to Excel,Tasks to Slides
HTMLHtmlHtml to Word,Html to Pdf,Html to Epub,Html to Cells,Html to Slides
ImagesXps,Tiff,Tif,Jpeg,Jpg,Png,Gif,Bmp,Ico,Dxf,Dwg,PsdImage to Word,Image to Pdf,Image to Epub,Image to Html,Image to Image,Image to Cells,Image to Slides

Demo Video

Features

  • Clean, modern and intuitive design
  • Easily switchable colour theme (create your own colour theme in 5 minutes)
  • Responsive design
  • Convert individual documents
  • Batch convert multiple files
  • Mobile support (open application on any mobile device)
  • HTML and image modes
  • Drag and Drop support
  • Upload documents
  • Cross-browser support (Safari, Chrome, Opera, Firefox)
  • Cross-platform support (Windows, Linux, MacOS)

How to run

You can run this sample by one of following methods

Build from source

Downloadsource code from github or clone this repository.

git clone https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Java-Springcd GroupDocs.Conversion-for-Java-Springmvn clean spring-boot:run## Open http://localhost:8080/conversion/ in your favorite browser.

Build war from source

Downloadsource code from github or clone this repository.

git clone https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Java-Springcd GroupDocs.Conversion-for-Java-Springmvn package -P war## Deploy this war on any server

Binary release (with all dependencies)

Downloadlatest release fromreleases page.

Note: This method isrecommended for running this sample behind firewall.

curl -J -L -o release.tar.gz https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Java-Spring/releases/download/0.0.9/release.tar.gztar -xvzf release.tar.gzcd releasejava -jar conversion-spring-0.0.9.jar configuration.yaml## Open http://localhost:8080/Conversion/ in your favorite browser.

Docker image

Usedocker image.

mkdir DocumentSamplesmkdir Licensesdocker run -p 80.0.9080 --env application.hostAddress=localhost -v`pwd`/DocumentSamples:/home/groupdocs/app/DocumentSamples -v`pwd`/Licenses:/home/groupdocs/app/Licenses groupdocs/conversion## Open http://localhost:8080/Conversion/ in your favorite browser.

Configuration

For all methods above you can adjust settings inconfiguration.yml. By default in this sample will lookup for license file in./Licenses folder, so you can simply put your license file in that folder or specify relative/absolute path by settinglicensePath value inconfiguration.yml.

Conversion configuration options

OptionTypeDefault valueDescription
filesDirectoryStringDocumentSamplesFiles directory path. Indicates where uploaded and predefined files are stored. It can be absolute or relative path
resultDirectoryStringAbsolute path to result files directory

License

The MIT License (MIT).

Please have a look at the LICENSE.md for more details

GroupDocs Conversion on other platforms & frameworks

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


[8]ページ先頭

©2009-2025 Movatter.jp