Git Product home page Git Product logo

groupdocs.editor-for-java-spring's Introduction

GroupDocs.Editor

GroupDocs.Editor for Java Spring Example

version 1.0.6

Build Status Maintainability GitHub license

System Requirements

  • Java 8 (JDK 1.8)
  • Maven 3

Document Editor API for Java Spring

GroupDocs.Editor for Java is a library that allows you to edit DOCX, ODT, XLS and other supported formats in form of HTML and save it back to the original format. With GroupDocs.Editor you can easily edit documents on the web with your favorite WYSIWYG editor without external dependencies.

This web application demonstrates the powerful capabilities of GroupDocs.Editor with a built-in WYSIWYG document editor and can be used as a standalone application or can be easily integrated into your project.

Note: Without a license application will run in trial mode, purchase GroupDocs.Editor for Java license or request GroupDocs.Editor for Java temporary license.

Supported document Formats

Family Formats
Microsoft Word DOC, DOCM , DOCX, DOT, DOTM, DOTX
Microsoft Excel XLS, XLSB, XLSM, XLSX, XLT, XLTM, XLTX
OpenDocument Formats ODT, ODP, ODS, OTT
Plain Text File TXT
Comma-Separated Values CSV
HyperText Markup Language HTML, MHT, MHTML, SVG
Extensible Markup Language XML,XML, XPS

Demo Video

Features

  • Responsive design
  • Cross-browser support (Safari, Chrome, Opera, Firefox)
  • Cross-platform support (Windows, Linux, MacOS)
  • Clean, modern and intuitive design
  • Edit, format documents
  • Mobile support (open application on any mobile device)
  • Support over 50 documents and image formats including DOCX, ODT, XLS
  • Fully customizable navigation panel
  • Open password protected documents
  • Download documents
  • Upload documents
  • Print document

How to run

You can run this sample by one of following methods

Build from source

Download source code from github or clone this repository.

git clone https://github.com/groupdocs-editor/GroupDocs.Editor-for-Java-Spring
cd GroupDocs.Editor-for-Java-Spring
mvn clean spring-boot:run
## Open http://localhost:8080/editor/ in your favorite browser.

Build war from source

Download source code from github or clone this repository.

git clone https://github.com/groupdocs-editor/GroupDocs.Editor-for-Java-Spring
cd GroupDocs.Editor-for-Java-Spring
mvn package -P war
## Deploy this war on any server

Binary release (with all dependencies)

Download latest release from releases page.

Note: This method is recommended for running this sample behind firewall.

curl -J -L -o release.tar.gz https://github.com/groupdocs-editor/GroupDocs.Editor-for-Java-Spring/releases/download/1.14.18/release.tar.gz
tar -xvzf release.tar.gz
cd release
java -jar editor-spring-1.0.6.jar configuration.yaml
## Open http://localhost:8080/editor/ in your favorite browser.

Docker image

Use docker image.

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

Configuration

For all methods above you can adjust settings in configuration.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 setting licensePath value in configuration.yml.

Editor configuration options

Option Type Default value Description
filesDirectory String DocumentSamples Files directory path. Indicates where uploaded and predefined files are stored. It can be absolute or relative path
fontsDirectory String Path to custom fonts directory.
defaultDocument String Absolute path to default document that will be loaded automatically.
createNewFile String Enable / disable new document creation.

Note: you can also set the above options using environment variables. For example to set rendering to image mode set application.editor.htmlMode environment variable to false

License

The MIT License (MIT).

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

GroupDocs Document Editor on other platforms/frameworks

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

groupdocs.editor-for-java-spring's People

Contributors

koleslena avatar egorovpavel avatar babar-raza 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.