En

Convert EML or MSG file to PDF in C#

For sharing and referencing the email content, you may need to convert your email message to PDF format. In this article, you will learn the conversion of email message files like EML and MSG into PDF using C#. In one of the other blog posts, we have already discussed the [conversion of emails to PDF using Java][1]. This will help to automate the email conversions within your desktop or web-based applications.
May 26, 2021 · 3 min · Shoaib Khan

Convert Documents to Excel XLS, XLSX in C#

If you have tabular data in PDF or Word documents format, you definitely need to convert it to Excel spreadsheets. This scenario becomes complex when there are many spreadsheets or multiple workbooks. You surely need to automate this procedure. In this article, we will see how to convert PDF to Excel and also how to convert Word documents to Excel spreadsheet programmatically in C# using .NET API.
April 13, 2021 · 3 min · Shoaib Khan

Monitor Document Conversion Status and Progress in C#

With the release of GroupDocs.Conversion for .NET v19.11 you can now monitor document conversion progress and status using C#. There are way many conversions supported by the API, that are listed in the documentation. A new property Listener is added. The document converter listener implementation is used for monitoring conversion status and progress. Have a look at ConverterListener class that implements IConverterListenerinterface [gist id=“a6cfd341a0c31ed4a4032930ca924cd0” name=“converterlistener.cs”] Below is the usage [gist id=“00650b814d3f850f96d0e2a497a52864” name = “listener.
December 4, 2019 · 1 min · Atir Tahir

Convert a JPEG file to PSD programmatically in C#

You can convert an image file (e.g. JPEG, JPG, PNG) to PSD format and redesign it as per your requirements using GroupDocs.Conversion for .NET. All you have to do is to integrate this DLL in your web, desktop or console application. Implementation Pass source document path as a constructor parameter to the instance of Converter class Instantiate ImageConvertOptions Specify resultant image format using Format property of ImageConvertOptions class Declare SavePageStream delegate, which should proved a stream where each document page will be stored Call Convert method of Converter class instance and pass the declared SavePageStream delegate and the instance of ImageConvertOptions from the previous two steps [gist id=“27d0573878a8342d2a30b0c9ac04a8d9” name=“jpegtopsd.
November 26, 2019 · 1 min · Atir Tahir

Convert a PDF document to HTML using C#

Using GroupDocs.Conversion for .NET, it is possible to convert any PDF document to HTML file in C#. Conversion process or feature is not limited to PDF files only. You can convert any supported file format to HTML. GroupDocs.Conversion for .NET is a back-end API that can be integrated in any (new or existing) .NET application. C# Example: How to Convert a PDF to HTML This API can convert any source document to a markup format which in general is an HTML conformable format.
November 19, 2019 · 1 min · Atir Tahir

Convert Spreadsheets using GroupDocs.Conversion for .NET and Java

Reason to use a Document Conversion API The world is becoming a global village and businesses running all over the world interacting and collaborating with hundreds of institutions across the globe, the data gathered from different sources come in a number of different formats. Even the data arranged within an organization could be compiled in different formats depending upon the person or department gathering and maintaining it. You may also find yourself in a situation where the older files being used within the company may no longer be compatible with the company’s needs due to certain changes in company policies and software being used by it.
October 13, 2019 · 2 min · Samicheema

Convert Specific Document Pages using - GroupDocs.Conversion for .NET v17.8.0

GroupDocs team is glad to announce regular release of Document Conversion API for .NET v17.8.0. In this monthly release new document conversion features like Convert Specif Pages from source Document and Hide Comments for Cells documents are introduced. This release is also including major fixes and improvements. We recommend our users to download the new release and use the new exciting features to enhance their application. Document Conversion API - Major Changes This monthly release of GroupDocs.
August 27, 2017 · 2 min · Muhammad Rizwan

Releasing GroupDocs.Editor for .NET API- Performs Various Document Editing Operations

We are pleased to announce the release of GroupDocs.Editor for .NET API which makes it easier to perform document editing operations and conversion of edited document with simple line of code with various supported document formats. Document Editing API allows user to convert supported document format into HTML and apply changes in any WYSIWYG HTML Editor, it also provide facility to convert back HTML document in same format or in other supported document format with changes made.
July 18, 2017 · 2 min · Muhammad Rizwan

Convert XML-FO, XSL, VSDM, VSSM, VSTM and LATEX file formats using in GroupDocs.Conversion for .NET v17.5.0

GroupDocs team is glad to announce another release of GroupDocs.Conversion for .NET v17.5.0 API. In this monthly release new file formats like XML-FO/ XSL , VSDM, VSSM, VSTM and LATEX support introduced along with new feature “Option to set Zoom when Converting to HTML and Improved Memory Usage” . This release is also including major fixes and improvements. We recommend our users to download the new release and use the new exciting features to enhance their application.
June 17, 2017 · 2 min · Muhammad Rizwan

Convert Mobi & PDF/A file formats Using GroupDocs.Conversion for .NET v17.2.0

We are is glad to announce another release of GroupDocs.Conversion for .NET v17.2.0. In this monthly release new file formats “Mobi and PDF/A” are added in supported file format list. This monthly release of Document Conversion API is introducing new features like " Settings for different horizontal and vertical resolution when converting to image formats" and “conversion to PDF with setting for PDF file format” along with other five fixes.
March 27, 2017 · 2 min · Muhammad Rizwan