Skip to content

Commit e123d95

Browse files
committed
Listing Improvements
1 parent d5042e3 commit e123d95

3 files changed

Lines changed: 191 additions & 122 deletions

File tree

content/english/_index.md

Lines changed: 77 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,93 @@
11
---
2-
title: Merge and Split Documents Effortlessly with GroupDocs.Merger
3-
linktitle: GroupDocs.Merger Tutorials
4-
additionalTitle: GroupDocs API References
5-
description: Effortlessly merge, split, and compress documents across .NET and Java platforms with our expert tutorials on GroupDocs.Merger. Unlock seamless file management!
2+
title: "GroupDocs.Merger: Complete Document Merging & Splitting API Solution"
3+
linktitle: "GroupDocs.Merger Tutorials"
4+
additionalTitle: "GroupDocs API References"
5+
description: "Powerful document manipulation API to merge, split, swap & compress PDFs, Office documents, images & more across .NET & Java platforms. Comprehensive tutorials with code examples."
66
weight: 11
77
url: /
88
is_root: true
99
---
1010

11-
# Merge and Split Documents Effortlessly with GroupDocs.Merger
11+
# GroupDocs.Merger: Complete Document Merging & Splitting API Solution
1212

13+
## Transform How You Manage Documents Across Multiple Platforms
1314

14-
Welcome to the ultimate destination for GroupDocs.Merger tutorials, covering a spectrum of platforms including .NET and Java. Whether you're diving into document manipulation for the first time or seeking advanced techniques, our comprehensive guides offer step-by-step instructions to master merging and compressing files effortlessly. From images to documents, spreadsheets, presentations, and Visio files, our tutorials cater to diverse needs across various platforms. Explore the power of GroupDocs.Merger to streamline your workflow and elevate your file management capabilities across all supported platforms.
15+
GroupDocs.Merger provides a powerful, cross-platform solution for document manipulation that streamlines how developers work with files in their applications. Our comprehensive API enables you to merge multiple documents into one, split documents into smaller components, reorder pages, apply security options, and much more—all with minimal code and maximum efficiency.
16+
17+
Whether you're developing in .NET or Java environments, GroupDocs.Merger delivers consistent, high-performance document processing capabilities that work seamlessly with 50+ popular file formats including PDF, Office documents, images, and more.
18+
19+
## Key Features & Capabilities
20+
21+
- **Comprehensive Document Merging** - Combine entire documents or specific pages from multiple sources into a single cohesive file
22+
- **Cross-Format Support** - Merge different file formats into a unified document (e.g., DOC, XLSX, and images into a single PDF)
23+
- **Smart Document Splitting** - Divide documents by page numbers, ranges, or extract specific pages as separate files
24+
- **Advanced Page Operations** - Move, remove, rotate, swap, and extract pages with precise control
25+
- **Security Management** - Add, remove, or update document passwords and permissions
26+
- **OLE Object Support** - Insert documents as OLE objects within Word, Excel, PowerPoint, and Visio files
27+
- **No External Dependencies** - Process documents without requiring Microsoft Office or Adobe software
28+
- **High Performance** - Optimized for processing large documents and batch operations efficiently
29+
30+
## Supported File Formats
31+
32+
GroupDocs.Merger works with over 50 file formats across multiple categories:
33+
34+
- **Documents**: PDF, DOC, DOCX, RTF, ODT, XPS, EPUB, HTML
35+
- **Spreadsheets**: XLS, XLSX, XLSM, XLSB, ODS, CSV, TSV
36+
- **Presentations**: PPT, PPTX, PPS, PPSX, ODP
37+
- **Images**: JPG, PNG, BMP, GIF, TIFF, SVG
38+
- **Diagrams**: VSDX, VSDM, VSSX, VSTX, VDX, VSX, VTX
39+
- **Archives**: ZIP, TAR, 7Z
40+
- **And many more**
1541

1642
## GroupDocs.Merger for .NET Tutorials
17-
{{% alert color="primary" %}}
18-
GroupDocs.Merger for .NET revolutionizes the way you handle files, offering a comprehensive solution for merging and compressing a wide array of formats. Our tutorials provide step-by-step guidance, empowering you to seamlessly integrate GroupDocs.Merger into your .NET applications. With capabilities spanning images, documents, spreadsheets, presentations, and even Visio files, our platform streamlines file management tasks with unparalleled ease and efficiency. Whether you're a seasoned developer or new to the world of document manipulation, GroupDocs.Merger equips you with the tools you need to elevate your workflow and unlock new possibilities in file management.
19-
{{% /alert %}}
20-
21-
These are links to some useful resources:
22-
23-
- [Merge Compress Files](./net/merge-compress-files/)
24-
- [Image Merging](./net/image-merging/)
25-
- [Document Merging](./net/document-merging/)
26-
- [Spreadsheet Merging](./net/spreadsheet-merging/)
27-
- [Visio Merging](./net/visio-merging/)
28-
- [Presentation Merging](./net/presentation-merging/)
29-
- [Document Loading](./net/document-loading/)
30-
- [Document Information](./net/document-information/)
31-
- [Document Joining](./net/document-joining/)
32-
- [Format-Specific Merging](./net/format-specific-merging/)
33-
- [Advanced Joining Options](./net/advanced-joining-options/)
34-
- [Document Security](./net/document-security/)
35-
- [Page Operations](./net/page-operations/)
36-
- [Document Extraction](./net/document-extraction/)
37-
- [Document Import](./net/document-import/)
38-
- [Image Operations](./net/image-operations/)
39-
- [Document Splitting](./net/document-splitting/)
40-
- [Text Operations](./net/text-operations/)
41-
- [Licensing](./net/licensing/)
4243

43-
## GroupDocs.Merger for Java Tutorials
44-
{{% alert color="primary" %}}
45-
GroupDocs.Merger for Java revolutionizes the way you handle files, offering a comprehensive solution for merging and compressing a wide array of formats. Our tutorials provide step-by-step guidance, empowering you to seamlessly integrate GroupDocs.Merger into your Java applications. With capabilities spanning images, documents, spreadsheets, presentations, and even Visio files, our platform streamlines file management tasks with unparalleled ease and efficiency. Whether you're a seasoned developer or new to the world of document manipulation, GroupDocs.Merger equips you with the tools you need to elevate your workflow and unlock new possibilities in file management.
46-
{{% /alert %}}
44+
Discover how to integrate powerful document processing capabilities into your .NET applications. Our comprehensive .NET tutorials guide you through every aspect of the GroupDocs.Merger API, from basic operations to advanced implementation scenarios.
4745

48-
These are links to some useful resources:
46+
With GroupDocs.Merger for .NET, you can create robust document management solutions that work across various .NET frameworks including .NET Standard 2.0, .NET Framework 2.0+, .NET Core 2.0+, and Mono Framework 1.2+.
47+
48+
### Essential .NET Tutorials
49+
50+
- [Merge Compress Files](./net/merge-compress-files/) - Learn to combine and compress archive formats (7z, TAR, ZIP) efficiently
51+
- [Image Merging](./net/image-merging/) - Master techniques for merging various image formats (BMP, GIF, PNG, SVG, TIFF)
52+
- [Document Merging](./net/document-merging/) - Combine DOC, DOCX, PDF and other document formats seamlessly
53+
- [Spreadsheet Merging](./net/spreadsheet-merging/) - Merge Excel files while preserving data, formulas, and formatting
54+
- [Visio Merging](./net/visio-merging/) - Combine Visio diagrams and drawings with precision control
55+
- [Presentation Merging](./net/presentation-merging/) - Join PowerPoint presentations while maintaining slides and animations
56+
57+
### Advanced .NET Operations
58+
59+
- [Document Loading](./net/document-loading/) - Explore various techniques for loading documents from different sources
60+
- [Document Information](./net/document-information/) - Extract and analyze document metadata and properties
61+
- [Document Joining](./net/document-joining/) - Learn advanced document joining options and customizations
62+
- [Format-Specific Merging](./net/format-specific-merging/) - Discover optimized merging techniques for specific file formats
63+
- [Advanced Joining Options](./net/advanced-joining-options/) - Master complex document joining scenarios
64+
- [Document Security](./net/document-security/) - Implement robust document protection with password management
65+
- [Page Operations](./net/page-operations/) - Manipulate document pages with precision controls
66+
- [Document Extraction](./net/document-extraction/) - Extract specific content from larger documents
67+
- [Document Import](./net/document-import/) - Import external content into documents
68+
- [Image Operations](./net/image-operations/) - Process and manipulate image files effectively
69+
- [Document Splitting](./net/document-splitting/) - Divide documents using various splitting strategies
70+
- [Text Operations](./net/text-operations/) - Work with text-based documents efficiently
71+
- [Licensing](./net/licensing/) - Configure GroupDocs.Merger properly in your projects
72+
73+
## GroupDocs.Merger for Java Tutorials
4974

50-
- [Document Loading](./java/document-loading/)
51-
- [Document Information](./java/document-information/)
52-
- [Document Joining](./java/document-joining/)
53-
- [Format-Specific Merging](./java/format-specific-merging/)
54-
- [Advanced Joining Options](./java/advanced-joining-options/)
55-
- [Document Security](./java/document-security/)
56-
- [Page Operations](./java/page-operations/)
57-
- [Document Extraction](./java/document-extraction/)
58-
- [Document Import](./java/document-import/)
59-
- [Image Operations](./java/image-operations/)
60-
- [Document Splitting](./java/document-splitting/)
61-
- [Text Operations](./java/text-operations/)
62-
- [Licensing](./java/licensing/)
75+
Transform your Java applications with powerful document processing capabilities. Our Java tutorials provide detailed guidance for implementing GroupDocs.Merger in Java environments, with complete examples that work across major platforms including Windows, Linux, and macOS.
6376

77+
GroupDocs.Merger for Java supports J2SE 7.0 (1.7), J2SE 8.0 (1.8), and Java 10, making it compatible with virtually any Java-based development project.
6478

79+
### Essential Java Tutorials
6580

81+
- [Document Loading](./java/document-loading/) - Master techniques for loading documents from files, streams, and URLs
82+
- [Document Information](./java/document-information/) - Extract valuable document metadata and properties
83+
- [Document Joining](./java/document-joining/) - Combine multiple files into single documents with precision control
84+
- [Format-Specific Merging](./java/format-specific-merging/) - Learn optimized approaches for different file formats
85+
- [Advanced Joining Options](./java/advanced-joining-options/) - Explore complex joining scenarios and customizations
86+
- [Document Security](./java/document-security/) - Implement robust document protection and permission controls
87+
- [Page Operations](./java/page-operations/) - Manipulate individual pages within documents
88+
- [Document Extraction](./java/document-extraction/) - Extract specific content from documents
89+
- [Document Import](./java/document-import/) - Import external content into documents
90+
- [Image Operations](./java/image-operations/) - Work with image files and conversions
91+
- [Document Splitting](./java/document-splitting/) - Divide documents using various splitting strategies
92+
- [Text Operations](./java/text-operations/) - Process text-based documents effectively
93+
- [Licensing](./java/licensing/) - Configure GroupDocs.Merger in Java environments

content/english/java/_index.md

Lines changed: 62 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,94 @@
11
---
2-
title: Tutorials and Examples of GroupDocs.Merger for Java
3-
linktitle: GroupDocs.Merger for Java Tutorials
2+
title: "Comprehensive GroupDocs.Merger for Java Tutorials & Examples"
3+
linktitle: "GroupDocs.Merger for Java Tutorials"
44
weight: 10
55
url: /java/
6-
description: Effortlessly merge and compress various file formats using GroupDocs.Merger Java. Learn step-by-step tutorials on merging images, documents, and more!
6+
description: "Complete step-by-step tutorials for GroupDocs.Merger Java API - learn to merge PDFs, Word, Excel, PowerPoint documents, split files, manage pages, and secure documents easily."
77
is_root: true
88
---
9-
# Tutorials and Examples of GroupDocs.Merger for Java
10-
## Introduction
11-
Effortlessly manage your files with GroupDocs.Merger for Java! This comprehensive tutorial series provides step-by-step guidance on leveraging the power of GroupDocs.Merger to merge and compress various file formats seamlessly. Whether you're dealing with images, documents, spreadsheets, presentations, or even Visio files, we've got you covered.
129

13-
## GroupDocs.Merger for Java Tutorials
10+
# Comprehensive GroupDocs.Merger for Java Tutorials & Examples
11+
12+
## Master Document Manipulation with GroupDocs.Merger
13+
14+
GroupDocs.Merger for Java is a powerful API that enables Java developers to combine, split, and manipulate documents across over 50 popular file formats. Our comprehensive tutorial series provides detailed, step-by-step guidance on leveraging the full capabilities of GroupDocs.Merger to streamline your document management workflows.
15+
16+
Whether you need to merge multiple PDFs, combine Word documents, join spreadsheets, consolidate presentations, or work with images - these tutorials will help you implement robust document processing features in your Java applications with minimal code.
17+
18+
## What You Can Accomplish with GroupDocs.Merger
19+
20+
- **Merge multiple documents** into a single file while preserving formatting and content integrity
21+
- **Join specific pages or ranges** from different source documents
22+
- **Split large documents** into smaller, more manageable files
23+
- **Manipulate page order** through moving, removing, rotating, or swapping operations
24+
- **Protect documents** with password encryption and permissions management
25+
- **Extract content** from specific document sections
26+
- **Process documents** across numerous formats including PDF, Word, Excel, PowerPoint, and more
27+
28+
## GroupDocs.Merger for Java Tutorial Categories
1429

1530
### [Document Loading](./document-loading/)
16-
Our document loading tutorials provide comprehensive guidance for accessing and opening documents from different sources using GroupDocs.Merger in Java.
31+
Master the essential first step in document processing. Learn various techniques for loading documents from files, streams, and URLs with proper configuration for different formats.
1732

1833
### [Document Information](./document-information/)
19-
Learn how to extract and work with document metadata using our detailed GroupDocs.Merger tutorials for Java.
34+
Extract valuable metadata from your documents. These tutorials show you how to access document properties, page counts, and format details for better document management.
2035

2136
### [Document Joining](./document-joining/)
22-
Our document joining tutorials show you how to merge multiple files into a single document using GroupDocs.Merger in Java.
37+
Combine multiple documents seamlessly. Discover how to merge entire files or select specific pages from various sources into a single cohesive document.
2338

2439
### [Format-Specific Merging](./format-specific-merging/)
25-
Master format-specific document merging with our comprehensive GroupDocs.Merger tutorials for Java developers.
40+
Optimize merging operations for particular file types. Learn specialized techniques for joining PDFs, Word documents, Excel spreadsheets, PowerPoint presentations, and more.
2641

2742
### [Advanced Joining Options](./advanced-joining-options/)
28-
Explore advanced document merging capabilities with our detailed GroupDocs.Merger tutorials for Java.
43+
Take document merging to the next level. Explore complex joining scenarios with custom page selection, cross-format merging, and content preservation options.
2944

3045
### [Document Security](./document-security/)
31-
Our document security tutorials demonstrate how to protect documents using GroupDocs.Merger for Java.
46+
Implement robust protection for your documents. Learn to add, remove, or update passwords, manage permissions, and ensure document confidentiality.
3247

3348
### [Page Operations](./page-operations/)
34-
Learn how to manipulate individual pages within documents using our GroupDocs.Merger tutorials for Java developers.
49+
Gain precise control over document pages. Discover techniques for reordering, rotating, removing, and modifying individual pages within your documents.
3550

3651
### [Document Extraction](./document-extraction/)
37-
Our document extraction tutorials provide detailed guidance for selecting and extracting specific content from documents using GroupDocs.Merger in Java.
52+
Extract specific content from larger documents. Learn how to select and save particular pages or sections as separate files.
3853

3954
### [Document Import](./document-import/)
40-
Master document import capabilities with our detailed GroupDocs.Merger tutorials for Java.
55+
Enhance documents with external content. These tutorials demonstrate how to import content from various sources, including OLE objects and attachments.
4156

4257
### [Image Operations](./image-operations/)
43-
Our image operation tutorials show you how to manipulate image files using GroupDocs.Merger in Java.
58+
Process image files effectively. Explore methods for working with images, including merging, converting, and embedding within documents.
4459

4560
### [Document Splitting](./document-splitting/)
46-
Learn to divide documents into smaller components with our comprehensive GroupDocs.Merger splitting tutorials for Java developers.
61+
Divide documents strategically. Learn techniques for splitting files by page numbers, ranges, or specific criteria to create multiple output documents.
4762

4863
### [Text Operations](./text-operations/)
49-
Our text operations tutorials provide guidance for text-based document processing using GroupDocs.Merger in Java.
64+
Manipulate text-based documents efficiently. Discover approaches for processing text files, including merging, splitting by lines, and format conversion.
5065

5166
### [Licensing](./licensing/)
52-
Master licensing configuration with our detailed GroupDocs.Merger tutorials for Java developers.
67+
Set up GroupDocs.Merger properly in your projects. Learn about licensing options, configuration approaches, and deployment considerations.
68+
69+
## Supported File Formats
70+
71+
GroupDocs.Merger for Java supports a wide range of document formats, including:
72+
73+
- **Word Processing**: DOCX, DOC, RTF, ODT, DOTX, DOTM, DOT
74+
- **Spreadsheets**: XLSX, XLS, XLSM, XLSB, ODS, XLT, XLTX
75+
- **Presentations**: PPTX, PPT, PPSX, PPS, ODP, POT
76+
- **Portable Documents**: PDF, XPS
77+
- **Visio Diagrams**: VSDX, VSDM, VSTX, VSSX, VDX, VSX, VTX
78+
- **eBooks**: EPUB
79+
- **Images**: BMP, JPG, PNG, TIFF
80+
- **Web**: HTML, MHT, MHTML
81+
- **Text**: TXT, CSV, TSV
82+
- **And many more!**
83+
84+
## Getting Started
85+
86+
The tutorials in this section follow a practical, code-first approach with complete examples that you can implement directly in your applications. Each tutorial includes:
87+
88+
- Clear explanation of the feature and its use cases
89+
- Step-by-step implementation instructions
90+
- Complete code examples with comments
91+
- Configuration options and alternative approaches
92+
- Performance considerations and best practices
93+
94+
Start exploring our tutorials today to unlock the full potential of GroupDocs.Merger for Java in your document processing workflows!

0 commit comments

Comments
 (0)