What's New in GroupDocs.Conversion for .NET v19.3.0?
```html
What's New in GroupDocs.Conversion for .NET v19.3.0?
GroupDocs.Conversion for .NET is a powerful document conversion API that allows you to convert files of different formats from within any .NET application. It supports over 10 000 conversion combinations for various document and image formats, including PDF, Word, Excel, PowerPoint, HTML, images, audio and more.
In this article, we will explore some of the new features and improvements introduced in the latest version of GroupDocs.Conversion for .NET v19.3.0.
GroupDocs.Conversion for .NET v19.3.0
Improved PDF Conversion
One of the major enhancements in this release is the improved PDF conversion quality and performance. You can now convert PDF files to other formats with better accuracy and speed, thanks to the following improvements:
Fixed issues with text extraction and rendering from PDF files.
Improved support for PDF encryption and compression.
Added support for PDF/A compliance and validation.
Added support for PDF forms and annotations.
New Image Conversion Options
Another notable feature in this release is the ability to customize the image conversion options. You can now specify various parameters for the output image format, such as:
Image resolution and quality.
Image size and orientation.
Image watermarking and cropping.
Image color mode and compression.
Other Improvements
Besides the above-mentioned features, GroupDocs.Conversion for .NET v19.3.0 also brings some other improvements and bug fixes, such as:
Added support for converting audio files to MP3 format.
Added support for converting HTML files to SVG format.
Fixed issues with converting Excel files to PDF format.
Fixed issues with converting PowerPoint files to image formats.
Conclusion
In this article, we have seen some of the new features and improvements introduced in GroupDocs.Conversion for .NET v19.3.0. If you want to try out this library, you can download it from here. You can also check out the documentation, examples, and online demos to learn more about its capabilities and usage scenarios.
```
```html
How to Use GroupDocs.Conversion for .NET
Using GroupDocs.Conversion for .NET is very easy and straightforward. You just need to create an instance of the Converter class and pass the source file path or stream as a parameter. Then, you can use the Convert method to convert the file to the desired format and save the output file to a specified location or stream. You can also specify various conversion options to customize the output file according to your requirements.
Here is a simple example of how to convert a Word document to PDF format using GroupDocs.Conversion for .NET:
using GroupDocs.Conversion;
using GroupDocs.Conversion.Options.Convert;
namespace ConversionExample
class Program
static void Main(string[] args)
// Create an instance of the Converter class
using (Converter converter = new Converter("sample.docx"))
// Set the conversion options
PdfConvertOptions options = new PdfConvertOptions();
options.PageNumber = 1;
options.PagesCount = 2;
options.Zoom = 1.5f;
// Convert and save the output file
converter.Convert("output.pdf", options);
Why Choose GroupDocs.Conversion for .NET
GroupDocs.Conversion for .NET is a reliable and robust document conversion API that offers many benefits over other similar solutions. Here are some of the reasons why you should choose GroupDocs.Conversion for .NET for your document conversion needs:
It supports a wide range of document and image formats, including popular office formats, web formats, vector graphics, raster images, audio files and more.
It provides high-quality and accurate conversion results with minimal loss of data and formatting.
It offers various conversion options to customize the output file according to your preferences and needs.
It supports converting files from different sources, such as local files, streams, URLs, cloud storage and more.
It supports converting files in batch mode to improve performance and efficiency.
It supports converting files asynchronously using callbacks or events.
It supports converting files on any platform that supports .NET or Mono framework, such as Windows, Linux, Mac OS, Android, iOS and more.
It provides a comprehensive documentation and a rich set of examples and demos to help you get started quickly and easily.
It provides a free support forum and a paid support helpdesk to assist you with any issues or queries you may have.
0efd9a6b88