Skip to content

Commit dd6edb8

Browse files
Updated conversion tutorials
1 parent 8c01304 commit dd6edb8

File tree

148 files changed

+4352
-6270
lines changed
  • content/english
    • java/pdf-conversion/excel-to-pdf-groupdocs-conversion-java
    • net
      • cad-technical-drawing-formats
        • convert-cf2-to-tex-groupdocs-conversion-net-guide
        • convert-dwf-to-csv-groupdocs-conversion-net
        • convert-dwt-svg-groupdocs-conversion-net
        • convert-vdw-to-pdf-groupdocs-conversion-net
        • convert-vdw-to-xls-groupdocs-conversion-net
      • conversion-options-settings
        • convert-ott-to-tex-groupdocs-conversion-net
        • convert-pcl-to-latex-groupdocs-net
        • groupdocs-conversion-net-document-convert
        • groupdocs-net-define-document-paths
        • master-document-conversion-groupdocs-net
      • csv-structured-data-processing/convert-plt-to-csv-groupdocs-conversion-net
      • file-format-conversion-tutorials
      • html-conversion/convert-pot-to-html-groupdocs-conversion-net
      • image-conversion
        • convert-ai-to-psd-groupdocs-conversion-net
        • convert-ai-to-svg-groupdocs-dotnet
        • convert-cf2-to-svg-groupdocs-conversion-net
        • convert-cgm-to-jpg-groupdocs-net
        • convert-dotx-to-png-groupdocs-conversion-net
        • convert-fods-to-png-groupdocs-conversion-net
        • convert-fods-to-psd-groupdocs-conversion-net
        • convert-igs-to-psd-groupdocs-conversion-net
        • convert-jp2-to-jpg-groupdocs-conversion-dotnet
        • convert-markdown-to-jpg-groupdocs-conversion-dotnet
        • convert-mht-to-jpg-groupdocs-net
        • convert-mobi-to-png-groupdocs-dotnet
        • convert-otg-to-png-groupdocs-conversion-dotnet
        • convert-pcl-to-png-groupdocs-dotnet
        • convert-psd-svg-groupdocs-conversion-net
        • convert-svg-to-psd-groupdocs-dotnet
        • convert-svgz-to-png-groupdocs-net-guide
        • convert-tif-svg-groupdocs-conversion-net
        • convert-vcf-to-psd-groupdocs-conversion-net
        • convert-vssx-svg-groupdocs-conversion-net
        • groupdocs-conversion-net-rtf-psd-guide
        • guide-jpg-to-psd-conversion-groupdocs-net
        • pdf-to-png-conversion-groupdocs-net
      • image-formats-features/convert-dib-to-psd-groupdocs-net
      • loading-from-local-sources/load-epub-groupdocs-conversion-net
      • loading-from-remote-sources/convert-log-to-txt-groupdocs-conversion-dotnet
      • page-management-content-manipulation
      • pdf-conversion-features
      • pdf-conversion
        • convert-dotm-to-pdf-net-groupdocs-conversion
        • convert-epub-to-pdf-groupdocs-dotnet
        • convert-jpc-pdf-groupdocs-dotnet
        • convert-mpp-files-pdf-groupdocs-conversion-net
        • convert-potx-to-pdf-groupdocs-conversion-net
        • convert-visio-vsdx-files-to-pdf-groupdocs-net
        • convert-vsdx-pdf-groupdocs-conversion-dotnet
        • convert-webp-images-to-pdf-groupdocs-net
        • convert-xlam-to-pdf-groupdocs-net
        • groupdocs-conversion-net-jpx-to-pdf
        • html-to-pdf-conversion-groupdocs-dotnet
        • jpg-to-pdf-conversion-groupdocs-dotnet
        • wmf-to-pdf-conversion-groupdocs-net
      • presentation-conversion
      • presentation-formats-features
        • convert-jls-to-ppt-groupdocs-net
        • convert-odp-to-ppt-groupdocs-net-guide
        • convert-onenote-powerpoint-groupdocs-conversion-net
        • convert-ppsm-to-svg-groupdocs-net
        • convert-ppt-to-pptx-groupdocs-conversion-net
        • convert-xml-to-pptx-groupdocs-conversion-net
      • spreadsheet-conversion
        • convert-bmp-xlsx-groupdocs-net
        • convert-cgm-to-xls-groupdocs-conversion-net
        • convert-dng-to-excel-groupdocs-dotnet
        • convert-dot-to-xls-net-groupdocs-conversion
        • convert-emf-to-xls-groupdocs-net-guide
        • convert-emz-to-xlsx-groupdocs-conversion-dotnet
        • convert-ico-to-xls-groupdocs-net
        • convert-j2c-to-xls-groupdocs-conversion-net
        • convert-jpc-to-excel-groupdocs-net-guide
        • convert-jpeg-to-xlsx-groupdocs-net
        • convert-jpm-to-xlsx-groupdocs-conversion-dotnet
        • convert-mhtml-to-xlsx-groupdocs-net
        • convert-mpp-to-excel-groupdocs-conversion-dotnet
        • convert-png-to-xls-groupdocs-net
        • convert-vcf-to-xlsx-groupdocs-dotnet
        • convert-visio-to-excel-groupdocs-conversion-net
        • convert-vss-xls-groupdocs-net
        • convert-vsx-to-xls-groupdocs-net
        • convert-xltms-to-tex-groupdocs-conversion-net
        • groupdocs-conversion-net-dwt-to-xls
        • groupdocs-net-docx-to-xls-conversion-guide
        • master-dotnet-spreadsheet-conversion-groupdocs
        • mht-to-xlsx-conversion-groupdocs-net
        • net-ifc-to-xlsx-conversion-groupdocs
      • spreadsheet-formats-features/convert-xlsx-to-csv-groupdocs-conversion-net
      • text-file-processing/convert-dwt-txt-groupdocs-conversion-net
      • web-markup-formats
      • word-processing-conversion
      • word-processing-formats-features

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+4352
-6270
lines changed

content/english/java/pdf-conversion/excel-to-pdf-groupdocs-conversion-java/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this tutorial, we'll explore how you can leverage GroupDocs.Conversion Java t
2323
- Practical applications and performance considerations
2424
Let's dive in!
2525

26-
## Prerequisites (H2)
26+
## Prerequisites
2727
Before we begin, ensure you have the following ready:
2828
1. **Java Development Kit (JDK)**: Ensure JDK 8 or higher is installed on your system.
2929
2. **Maven**: Familiarity with Maven for managing project dependencies will be beneficial.
@@ -55,7 +55,7 @@ Ensure your environment is set up for Java development with Maven installed. You
5555
### Knowledge Prerequisites
5656
A basic understanding of Java programming and familiarity with Excel file structures is recommended.
5757

58-
## Setting Up GroupDocs.Conversion for Java (H2)
58+
## Setting Up GroupDocs.Conversion for Java
5959
Setting up GroupDocs.Conversion is straightforward. Here's how:
6060
1. **Add the Repository and Dependency**: Include the provided Maven code snippet in your project’s `pom.xml` to add GroupDocs.Conversion as a dependency.
6161

@@ -69,7 +69,7 @@ Setting up GroupDocs.Conversion is straightforward. Here's how:
6969
## Implementation Guide
7070
We'll now walk through converting an Excel spreadsheet into a PDF file using advanced options available in GroupDocs.Conversion Java.
7171

72-
### Convert Spreadsheet to PDF with Advanced Options (H2)
72+
### Convert Spreadsheet to PDF with Advanced Options
7373
This feature enables you to convert spreadsheets to PDFs while skipping empty rows and columns, ensuring your final document is concise and well-organized.
7474

7575
#### Step 1: Configure Load Options
@@ -125,7 +125,7 @@ converter.convert(outputFilePath, pdfConvertOptions);
125125
- Verify you have write permissions to the output directory.
126126
- Check for any exceptions thrown during initialization or conversion, as they often contain useful error messages.
127127

128-
## Practical Applications (H2)
128+
## Practical Applications
129129
GroupDocs.Conversion offers a wide range of practical applications:
130130
1. **Automated Report Generation**: Convert monthly sales data into clean PDF reports by skipping empty cells automatically.
131131

@@ -135,7 +135,7 @@ GroupDocs.Conversion offers a wide range of practical applications:
135135

136136
Integration with systems like CRMs or ERP solutions can enhance data management processes, making GroupDocs.Conversion a valuable asset in diverse IT infrastructures.
137137

138-
## Performance Considerations (H2)
138+
## Performance Considerations
139139
To optimize performance when using GroupDocs.Conversion:
140140
- **Memory Management**: Ensure your application has adequate memory allocation. This is crucial for handling large spreadsheets.
141141
- **Batch Processing**: Process documents in batches to prevent memory overflow and improve efficiency.
@@ -146,7 +146,7 @@ Congratulations! You've now mastered the art of using GroupDocs.Conversion Java
146146

147147
As next steps, explore more advanced features within GroupDocs.Conversion or integrate it into larger document management workflows. The possibilities are endless!
148148

149-
## FAQ Section (H2)
149+
## FAQ Section
150150
**Q1: Can I convert other types of documents using GroupDocs.Conversion Java?**
151151
A1: Yes! GroupDocs.Conversion supports a wide range of document formats beyond Excel and PDF.
152152

content/english/net/cad-technical-drawing-formats/convert-cf2-to-tex-groupdocs-conversion-net-guide/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ Are you looking to efficiently convert CAD files like CF2 into TEX format? This
2525

2626
Let's dive into the prerequisites before getting started.
2727

28-
## Prerequisites (H2)
28+
## Prerequisites
2929

3030
Before you begin, ensure that you have:
3131

3232
- **Required Libraries:** GroupDocs.Conversion for .NET version 25.3.0
3333
- **Environment Setup:** Visual Studio installed on your machine
3434
- **Knowledge Base:** Basic understanding of C# programming and file handling
3535

36-
## Setting Up GroupDocs.Conversion for .NET (H2)
36+
## Setting Up GroupDocs.Conversion for .NET
3737

3838
First, install the GroupDocs.Conversion library in your project.
3939

@@ -61,7 +61,7 @@ Here's how to initialize and set up GroupDocs.Conversion for .NET:
6161
using GroupDocs.Conversion;
6262
```
6363

64-
## Implementation Guide (H2)
64+
## Implementation Guide
6565

6666
Now that everything is in place, let’s walk through the conversion process.
6767

content/english/net/cad-technical-drawing-formats/convert-dwf-to-csv-groupdocs-conversion-net/_index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In the digital world, converting Design Web Format (DWF) files into more accessi
2626

2727
Let's begin by ensuring you have the necessary prerequisites.
2828

29-
## Prerequisites (H2)
29+
## Prerequisites
3030

3131
Before starting, make sure you have:
3232

@@ -43,7 +43,7 @@ Ensure your system runs on a compatible OS with the .NET Framework installed.
4343

4444
A basic understanding of C# programming and familiarity with file handling in .NET is beneficial.
4545

46-
## Setting Up GroupDocs.Conversion for .NET (H2)
46+
## Setting Up GroupDocs.Conversion for .NET
4747

4848
Begin by installing the GroupDocs.Conversion library:
4949

@@ -89,7 +89,7 @@ class Program
8989

9090
The conversion process involves loading a DWF file and converting it to CSV.
9191

92-
### Load DWF File (H2)
92+
### Load DWF File
9393

9494
#### Overview
9595

@@ -108,7 +108,7 @@ Ensure `sourceFilePath` points to a valid DWF file.
108108
var converter = new Converter(sourceFilePath);
109109
```
110110

111-
### Convert DWF to CSV (H2)
111+
### Convert DWF to CSV
112112

113113
#### Overview
114114

@@ -147,15 +147,15 @@ Console.WriteLine("Conversion completed successfully.");
147147
- Ensure `sourceFilePath` points to an actual file.
148148
- Verify that `outputFolder` exists or create it programmatically.
149149

150-
## Practical Applications (H2)
150+
## Practical Applications
151151

152152
Here are some real-world use cases:
153153

154154
1. **Architectural Data Analysis:** Export design data into CSV for analysis and reporting.
155155
2. **Cross-Platform Compatibility:** Convert complex files to simpler formats usable across platforms.
156156
3. **Data Migration Projects:** Facilitate migration of project data between systems.
157157

158-
## Performance Considerations (H2)
158+
## Performance Considerations
159159

160160
Optimize performance with GroupDocs.Conversion:
161161

@@ -184,7 +184,7 @@ You've learned how to convert DWF files to CSV using GroupDocs.Conversion for .N
184184

185185
**Call-to-Action:** Try implementing this solution in your projects today!
186186

187-
## FAQ Section (H2)
187+
## FAQ Section
188188

189189
1. **What is a DWF file?**
190190
- A Design Web Format (DWF) file is used by architects and engineers to share design data.

content/english/net/cad-technical-drawing-formats/convert-dwt-svg-groupdocs-conversion-net/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this tutorial, you will learn:
2525

2626
Let's start by preparing for our coding journey!
2727

28-
## Prerequisites (H2)
28+
## Prerequisites
2929

3030
Before beginning, ensure you have:
3131

@@ -116,7 +116,7 @@ GroupDocs.Conversion's capabilities extend beyond simple format changes. Here ar
116116
2. **Technical Documentation**: Streamline sharing of technical drawings by converting them to web-friendly SVG formats.
117117
3. **Automated Workflows**: Integrate with document management systems to automate batch conversions.
118118

119-
## Performance Considerations (H2)
119+
## Performance Considerations
120120

121121
When dealing with large files or multiple conversions, consider the following:
122122
- Optimize resource usage by ensuring your application has sufficient memory allocation.
@@ -133,7 +133,7 @@ This tutorial guided you through converting DWT files to SVG using GroupDocs.Con
133133

134134
**Call-to-Action**: Implement this solution in your project and see how it streamlines your file handling processes!
135135

136-
## FAQ Section (H2)
136+
## FAQ Section
137137

138138
1. **Can I convert multiple DWT files at once?**
139139
- Yes, loop through a directory of DWT files to apply the conversion process to each.

content/english/net/cad-technical-drawing-formats/convert-vdw-to-pdf-groupdocs-conversion-net/_index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ In this article, we'll cover how to set up and use GroupDocs.Conversion for .NET
2222
- Key configuration options and troubleshooting tips
2323

2424
Let's dive in!
25-
## Prerequisites (H2)
25+
## Prerequisites
2626
Before we begin, ensure you have covered the following prerequisites:
2727
- **Required Libraries and Versions**: You'll need the GroupDocs.Conversion for .NET library. Version 25.3.0 is recommended.
2828
- **Environment Setup Requirements**: This tutorial assumes a working C# development environment. Visual Studio or another compatible IDE will be necessary.
2929
- **Knowledge Prerequisites**: A basic understanding of C# programming and familiarity with handling file paths in your code are required.
30-
## Setting Up GroupDocs.Conversion for .NET (H2)
30+
## Setting Up GroupDocs.Conversion for .NET
3131
To start, install the GroupDocs.Conversion library in your project:
3232
### NuGet Package Manager Console
3333
```bash
@@ -41,7 +41,7 @@ using GroupDocs.Conversion;
4141
var converter = new Converter("path/to/your/sample.vdw");
4242
```
4343
## Implementation Guide
44-
### Feature 1: Convert VDW File to PDF (H2)
44+
### Feature 1: Convert VDW File to PDF
4545
This feature demonstrates converting a Visio Web Drawing file into Portable Document Format.
4646
#### Step 1: Define Directories and Load the Source VDW File (H3)
4747
Start by specifying your document directory and output directory. Ensure these paths are consistent and accessible from your application:
@@ -76,7 +76,7 @@ string outputFile = Path.Combine(outputDirectory, "vdw-converted-to.pdf");
7676
converter.Convert(outputFile, options);
7777
```
7878
**Troubleshooting Tips**: Ensure directories exist and have proper write permissions. Check for exceptions during conversion to handle specific errors.
79-
### Feature 2: File Path Configuration (H2)
79+
### Feature 2: File Path Configuration
8080
This feature sets up consistent paths for input documents and output files, crucial for maintaining organized code:
8181
```csharp
8282
using System.IO;
@@ -86,20 +86,20 @@ string documentDirectory = @"YOUR_DOCUMENT_DIRECTORY\";
8686
string outputDirectory = @"YOUR_OUTPUT_DIRECTORY\";
8787
```
8888
Ensure these paths are dynamically set based on your project's structure to avoid hardcoding issues.
89-
## Practical Applications (H2)
89+
## Practical Applications
9090
GroupDocs.Conversion can be used in various real-world scenarios:
9191
1. **Document Management Systems**: Automate the conversion of VDW files into PDF for standardized document archiving.
9292
2. **Web Portals**: Enable users to download Visio diagrams as PDFs directly from your website.
9393
3. **Integration with .NET Applications**: Seamlessly integrate conversion features within existing enterprise-level applications.
94-
## Performance Considerations (H2)
94+
## Performance Considerations
9595
For optimal performance, consider the following tips:
9696
- **Optimize Resource Usage**: Monitor memory usage and optimize file processing to handle larger documents efficiently.
9797
- **Best Practices for Memory Management**: Dispose of objects properly and manage streams effectively to prevent memory leaks in your application.
9898
## Conclusion
9999
In this tutorial, you've learned how to convert VDW files into PDFs using GroupDocs.Conversion for .NET. This guide provided detailed steps on setting up the library, configuring conversion options, and handling file paths efficiently.
100100
Next, consider exploring more advanced features of GroupDocs.Conversion or integrating it with other document processing tools within your .NET applications.
101101
**Call to Action**: Try implementing this solution in your project today and experience seamless VDW to PDF conversions!
102-
## FAQ Section (H2)
102+
## FAQ Section
103103
1. **What is the minimum .NET version required for GroupDocs.Conversion?**
104104
- GroupDocs.Conversion supports .NET Framework 4.6.1 and later.
105105
2. **Can I convert files other than VDW with GroupDocs.Conversion?**

content/english/net/cad-technical-drawing-formats/convert-vdw-to-xls-groupdocs-conversion-net/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Converting Visio Web Drawing (VDW) files into Microsoft Excel Binary Format (.xl
2525

2626
By the end, you will be able to implement this functionality in your projects. Let's get started!
2727

28-
## Prerequisites (H2)
28+
## Prerequisites
2929
Before we start, make sure you have:
3030

3131
### Required Libraries and Versions
@@ -38,7 +38,7 @@ Before we start, make sure you have:
3838
- Basic knowledge of C# programming.
3939
- Familiarity with file handling in .NET applications.
4040

41-
## Setting Up GroupDocs.Conversion for .NET (H2)
41+
## Setting Up GroupDocs.Conversion for .NET
4242

4343
First, install the GroupDocs.Conversion library using one of these methods:
4444

@@ -87,7 +87,7 @@ namespace VdwToXlsConverter
8787
This code sets up a basic conversion environment. The `Converter` class initializes with your VDW file path, and the conversion is executed using `SpreadsheetConvertOptions`.
8888

8989
## Implementation Guide
90-
### Understanding Conversion Features (H2)
90+
### Understanding Conversion Features
9191
The primary functionality of this feature is to seamlessly convert VDW files into XLS format.
9292

9393
#### Step 1: Set Up Paths
@@ -122,13 +122,13 @@ The conversion is executed by calling `converter.Convert(outputPath, options);`.
122122
- **Missing Dependencies**: Double-check that all necessary NuGet packages are installed.
123123
- **License Errors**: Verify your license setup if you encounter access issues.
124124

125-
## Practical Applications (H2)
125+
## Practical Applications
126126
GroupDocs.Conversion for .NET can be integrated into various workflows:
127127
1. **Business Reporting**: Convert VDW diagrams to XLS for detailed financial analysis.
128128
2. **Data Migration**: Facilitate data migration from Visio formats to Excel spreadsheets in corporate environments.
129129
3. **Educational Tools**: Use conversion features in educational software to enhance learning materials.
130130

131-
## Performance Considerations (H2)
131+
## Performance Considerations
132132
Optimize your .NET applications with these tips:
133133
- **Resource Management**: Ensure proper disposal of `Converter` objects to free up resources.
134134
- **Batch Processing**: Convert files in batches to reduce memory load and improve efficiency.
@@ -144,7 +144,7 @@ In this tutorial, we've covered how to convert VDW files to XLS using GroupDocs.
144144

145145
Ready to try it out? Start converting today!
146146

147-
## FAQ Section (H2)
147+
## FAQ Section
148148
1. **What other formats can I convert using GroupDocs.Conversion for .NET?**
149149
- You can convert between a wide range of document and image formats, including PDF, DOCX, PPTX, PNG, JPEG, and more.
150150

content/english/net/conversion-options-settings/convert-ott-to-tex-groupdocs-conversion-net/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ This line performs the actual conversion process using the specified options.
105105

106106
#### Troubleshooting Tips
107107
- **Error Handling**: Always wrap your conversion code in a `try-catch` block to handle potential exceptions.
108-
```csharp
108+
```csharp
109109
try
110110
{
111111
// Conversion logic here

0 commit comments

Comments
 (0)