Skip to content

Commit 9287773

Browse files
Updated links and main page
1 parent 017f500 commit 9287773

3 files changed

Lines changed: 97 additions & 7 deletions

File tree

content/english/_index.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,50 @@ is_root: true
1414
Welcome to the comprehensive tutorials hub for GroupDocs.Editor! Here, you'll find a treasure trove of resources covering document editing, CSS handling, HTML content retrieval, form field management, and more. Whether you're working with .NET or Java platforms, our tutorials provide step-by-step guidance to help you harness the full power of GroupDocs.Editor. Dive in and unlock the potential of document management across all platforms with ease.
1515

1616

17-
## GroupDocs.Editor for .NET Tutorials
17+
## [GroupDocs.Editor for .NET Tutorials](./net/)
1818
{{% alert color="primary" %}}
1919
GroupDocs.Editor for .NET offers a comprehensive suite of tools for effortless document management and editing. From handling CSS content to retrieving HTML content and mastering form field management, our tutorials cover it all. Whether you're a novice or an expert developer, streamline your workflow and boost productivity with GroupDocs.Editor for .NET.
2020
{{% /alert %}}
2121

2222
These are links to some useful resources:
2323

24-
- [Document Editing](./net/document-editing/)
2524
- [CSS Handling](./net/css-handling/)
2625
- [HTML Content Retrieval](./net/html-content-retrieval/)
2726
- [Form Field Management](./net/form-field-management/)
2827
- [Document Processing](./net/document-processing/)
2928
- [Quick Start Guide](./net/quick-start-guide/)
29+
- [Document Loading](./net/document-loading/)
30+
- [Document Editing](./net/document-editing/)
31+
- [HTML Manipulation](./net/html-manipulation/)
32+
- [Word Processing Documents](./net/word-processing-documents/)
33+
- [Spreadsheet Documents](./net/spreadsheet-documents/)
34+
- [Presentation Documents](./net/presentation-documents/)
35+
- [PDF Documents](./net/pdf-documents/)
36+
- [XML Documents](./net/xml-documents/)
37+
- [Form Fields](./net/form-fields/)
38+
- [Advanced Features](./net/advanced-features/)
39+
- [Licensing & Configuration](./net/licensing-configuration/)
40+
- [Document Saving and Export Tutorials for GroupDocs.Editor .NET](./net/document-saving/)
41+
- [HTML Document Editing Tutorials for GroupDocs.Editor .NET](./net/html-web-documents/)
42+
- [Plain Text and DSV Document Editing Tutorials](./net/plain-text-dsv-documents/)
43+
44+
## [GroupDocs.Editor for Java Tutorials](./java/)
45+
{{% alert color="primary" %}}
46+
GroupDocs.Editor for Java offers a robust set of features to manipulate documents programmatically. You can convert documents to HTML for editing in any WYSIWYG editor, then convert them back to their original format while preserving formatting and structure. The API supports password protection, resource extraction, and numerous customization options to enhance your document management workflows.
47+
48+
Whether you're developing document automation solutions, content management systems, or collaborative editing platforms, GroupDocs.Editor for Java provides the tools you need to efficiently process documents in your applications.
49+
{{% /alert %}}
50+
51+
These are links to some useful resources:
52+
53+
- [Document Loading Tutorials](./java/document-loading/)
54+
- [Document Editing Tutorials](./java/document-editing/)
55+
- [Document Saving and Export Tutorials](./java/document-saving/)
56+
- [Word Processing Document Editing Tutorials](./java/word-processing-documents/)
57+
- [Spreadsheet Document Editing Tutorials](./java/spreadsheet-documents/)
58+
- [Presentation Document Editing Tutorials](./java/presentation-documents/)
59+
- [Plain Text and DSV Document Editing Tutorials](./java/plain-text-dsv-documents/)
60+
- [XML Document Editing Tutorials](./java/xml-documents/)
61+
- [Form Fields Editing Tutorials](./java/form-fields/)
62+
- [Advanced GroupDocs.Editor Features Tutorials](./java/advanced-features/)
63+
- [GroupDocs.Editor Licensing and Configuration Tutorials](./java/licensing-configuration/)

content/english/java/_index.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: Java Document Editing Tutorial & Processing API
3+
description: Build document automation solutions to load, edit, and save different document formats with GroupDocs.Editor for Java. Seamlessly integrate editing capabilities into your Java applications.
4+
weight: 2
5+
url: /java/
6+
---
7+
8+
# Document Editing for Java
9+
10+
GroupDocs.Editor for Java is a powerful document editing API that enables developers to seamlessly integrate document editing capabilities into their Java applications. With this comprehensive library, you can load, edit, and save various document formats including Word, Excel, PowerPoint, PDF, and more without requiring external applications.
11+
12+
## Introduction to GroupDocs.Editor for Java
13+
14+
GroupDocs.Editor for Java offers a robust set of features to manipulate documents programmatically. You can convert documents to HTML for editing in any WYSIWYG editor, then convert them back to their original format while preserving formatting and structure. The API supports password protection, resource extraction, and numerous customization options to enhance your document management workflows.
15+
16+
Whether you're developing document automation solutions, content management systems, or collaborative editing platforms, GroupDocs.Editor for Java provides the tools you need to efficiently process documents in your applications.
17+
18+
## GroupDocs.Editor for Java Tutorials
19+
20+
### [Document Loading Tutorials with GroupDocs.Editor for Java](./document-loading/)
21+
Learn how to load documents from various sources in different formats with these GroupDocs.Editor for Java tutorials.
22+
23+
### [Document Editing Tutorials for GroupDocs.Editor Java](./document-editing/)
24+
Complete tutorials for editing documents, modifying content, and implementing document editing capabilities using GroupDocs.Editor for Java.
25+
26+
### [Document Saving and Export Tutorials for GroupDocs.Editor Java](./document-saving/)
27+
Step-by-step tutorials for saving edited documents to various formats and implementing export capabilities using GroupDocs.Editor for Java.
28+
29+
### [Word Processing Document Editing Tutorials with GroupDocs.Editor for Java](./word-processing-documents/)
30+
Learn to edit Word documents, DOC, DOCX, RTF, and other word processing formats with these GroupDocs.Editor Java tutorials.
31+
32+
### [Spreadsheet Document Editing Tutorials for GroupDocs.Editor Java](./spreadsheet-documents/)
33+
Complete tutorials for editing Excel workbooks, worksheets, formulas, and spreadsheet content using GroupDocs.Editor for Java.
34+
35+
### [Presentation Document Editing Tutorials for GroupDocs.Editor Java](./presentation-documents/)
36+
Step-by-step tutorials for editing PowerPoint presentations, slides, and presentation elements using GroupDocs.Editor for Java.
37+
38+
### [Plain Text and DSV Document Editing Tutorials for GroupDocs.Editor Java](./plain-text-dsv-documents/)
39+
Complete tutorials for editing plain text documents, CSV, TSV, and delimited text files using GroupDocs.Editor for Java.
40+
41+
### [XML Document Editing Tutorials for GroupDocs.Editor Java](./xml-documents/)
42+
Step-by-step tutorials for editing XML documents, structure, and content using GroupDocs.Editor for Java.
43+
44+
### [Form Fields Editing Tutorials with GroupDocs.Editor for Java](./form-fields/)
45+
Complete tutorials for working with document form fields, interactive forms, and form content using GroupDocs.Editor for Java.
46+
47+
### [Advanced GroupDocs.Editor Features Tutorials for Java](./advanced-features/)
48+
Step-by-step tutorials for implementing advanced document editing features, optimizations, and specialized capabilities using GroupDocs.Editor for Java.
49+
50+
### [GroupDocs.Editor Licensing and Configuration Tutorials for Java](./licensing-configuration/)
51+
Complete tutorials for setting up licensing, configuring GroupDocs.Editor, and implementing deployment options in Java applications.

content/english/net/_index.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ New to GroupDocs.Editor for .NET? Dive into our quick start guide and learn how
3838

3939
Ready to enhance your document management workflow? Explore our tutorials and examples of GroupDocs.Editor for .NET and unlock the full potential of document editing capabilities. Whether you're a beginner or an experienced developer, these resources provide comprehensive guidance to streamline your processes and boost productivity. Say goodbye to manual tasks and hello to efficient document management with GroupDocs.Editor for .NET.
4040
## GroupDocs.Editor for .NET Tutorials
41-
### [Document Editing](./document-editing/)
42-
Manage and edit documents with GroupDocs.Editor .NET. Learn how to create, edit, and save documents with ease. Enhance your document management workflow today!
43-
### [CSS Handling](./css-handling/)
44-
Learn how to handle CSS content effectively with GroupDocs.Editor for .NET. Extract external CSS content and handle CSS content with prefixes effortlessly.
4541
### [HTML Content Retrieval](./html-content-retrieval/)
4642
Discover how to retrieve HTML content using GroupDocs.Editor for .NET. Step-by-step guides for retrieving body content and custom prefixes included.
4743
### [Form Field Management](./form-field-management/)
@@ -86,4 +82,13 @@ Master form field manipulation with GroupDocs.Editor. These tutorials cover edit
8682
Discover powerful capabilities for implementing complex document editing workflows, optimizations, and specialized features in GroupDocs.Editor for .NET.
8783

8884
### [Licensing & Configuration](./licensing-configuration/)
89-
Configure GroupDocs.Editor properly in your projects with these licensing tutorials covering various deployment scenarios and environments.
85+
Configure GroupDocs.Editor properly in your projects with these licensing tutorials covering various deployment scenarios and environments.
86+
87+
### [Document Saving and Export Tutorials for GroupDocs.Editor .NET](./document-saving/)
88+
Step-by-step tutorials for saving edited documents to various formats and implementing export capabilities using GroupDocs.Editor for .NET.
89+
90+
### [HTML Document Editing Tutorials for GroupDocs.Editor .NET](./html-web-documents/)
91+
Learn to work with HTML content, web documents, and HTML resources using GroupDocs.Editor for .NET tutorials.
92+
93+
### [Plain Text and DSV Document Editing Tutorials](./plain-text-dsv-documents/)
94+
Complete tutorials for editing plain text documents, CSV, TSV, and delimited text files using GroupDocs.Editor for .NET.

0 commit comments

Comments
 (0)