MVN

com.groupdocs : groupdocs-editor

Maven & Gradle

Jan 10, 2018

GroupDocs.Editor for Java · GroupDocs.Editor for Java is a powerful document editing API using HTML. API can be used with any external, opensource or paid HTML editor. Editor API will process to load documents, convert it to HTML, provide HTML to external UI and then save HTML to original document after manipulation. It can also be used to generate different PDF files, Microsoft Word (DOC, DOCX), Excel spreadsheets (XLS, XSLSX), PowerPoint presentations (PPT, PPTX) and TXT documents. Manipulate Using HTML: Load Document Edit content using HTML Edit styles Perform Editor operations Convert back to supported file Document Editor is a computer program for editing HTML, the markup of a webpage. Although the HTML markup of a web page can be written with any text editor, specialized HTML editors can offer convenience and added functionality. For example, many HTML editors handle not only HTML, but also related technologies such as CSS, XML and JavaScript or ECMAScript. In some cases they also manage communication with remote web servers via FTP and WebDAV, and version control systems such as Subversion or Git. Many word processing, graphic design and page layout programs that are not dedicated to web design, such as Microsoft Word or Quark XPress, also have the ability to function as HTML editors.

<dependency>
    <groupId>com.groupdocs</groupId>
    <artifactId>groupdocs-editor</artifactId>
    <version>17.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.groupdocs : groupdocs-editor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 17.9

All Versions

Choose a version of com.groupdocs : groupdocs-editor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
17.9
groupdocs-editor-17.9

How to add a dependency to Maven

Add the following com.groupdocs : groupdocs-editor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.groupdocs</groupId>
    <artifactId>groupdocs-editor</artifactId>
    <version>17.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.groupdocs : groupdocs-editor gradle dependency to your build.gradle file:

implementation 'com.groupdocs:groupdocs-editor:17.9'

Gradle Kotlin DSL: Add the following com.groupdocs : groupdocs-editor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.groupdocs:groupdocs-editor:17.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.groupdocs : groupdocs-editor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.groupdocs" % "groupdocs-editor" % "17.9"

Advertisement

Dependencies from Group

Discover Dependencies

Jan 10, 2018
195 stars
Jan 10, 2018
195 stars
Jan 10, 2018
11 usages
195 stars
Feb 25, 2018
1 stars
Aug 06, 2022
4 usages
69 stars
Oct 17, 2018
1 usages
10 stars
Jan 10, 2018
45 stars
Jan 10, 2018
1 usages
45 stars