Document editor to manipulate Microsoft Office, OpenOffice, PDF, HTML, and other document file formats.
Create new documents from scratch.
Easily manage form fields within documents.
API to edit, translate, and save various document formats seamlessly.
Seamlessly edit multiple PDF, Office, and many other supported formats.
Translate documents to HTML/CSS markup compatible with WYSIWYG editors.
Save edited HTML/CSS to source document format or export to PDF.
Extract information such as page count, size, and encryption status.
Some use cases of typical GroupDocs.Editor operations.
// Load document
Editor editor = new Editor("sample.docx");
// Edit document
EditableDocument editableDocument = editor.Edit();
// Save edited document
editor.Save(editableDocument, "edited_sample.docx");
// Load document
Editor editor = new Editor("sample.docx");
// Edit document
EditableDocument editableDocument = editor.edit();
// Save edited document
editor.save(editableDocument, "edited_sample.docx");
// Load document
const editor = new Editor("sample.docx");
// Edit document
const editableDocument = editor.edit();
// Save edited document
editor.save(editableDocument, "edited_sample.docx");
GroupDocs.Editor supports operations with a wide range of document formats.
Dive into a detailed breakdown of our key figures, providing comprehensive metrics and statistical insights into our achievements, impact, and growth.
Each library supports editing more than 60 of the most popular file and document formats.
GroupDocs.Editor for .NET has more than 274K downloads from the NuGet package manager.
GroupDocs.Editor for Java has more than 5.5K downloads from our Maven repository.
Our libraries are used by both small individual developers as well as by leading companies all over the world.
GroupDocs libraries are employed by globally renowned and distinguished brands across the world.
GroupDocs.Editor library supports the following operating systems and frameworks:
Answers to most commonly asked questions.
Accelerate document editing in any type of application with our cloud-based REST API.
Simple cURL commands for RESTful document editor Cloud API to edit and translate documents.
Cloud SDK for Microsoft .NET to implement quick document editing features in .NET based applications.
Edit and translate documents in your Java applications using our Cloud API.
Online application allowing you to edit 170+ popular file formats in browser.