Category Archive: GroupDocs.Conversion Product Family

Official blog with announcements of newly supported features, hot fixes, technical articles, tips and videos of GroupDocs.Conversion – A document Conversion API for .NET, Java and Cloud.

Measure Document Conversion Time using GroupDocs.Conversion for .NET 18.11

GroupDocs.Conversion

GroupDocs.Conversion for .NET 18.11 comes with a lot of new features and some improvements. Conversion from EPS, TSV and PCL formats is introduced. Furthermore, API provides an option for page rotation when converting to PDF. Please check GroupDocs.Conversion for .NET 18.11 release notes for further reference.

Improvements

  • Move HideWordTrackedChanges option to WordsLoadOptions class
  • HidePdfAnnotations option to PdfLoadOptions class
  • HideComments option to CellsLoadOptions, Slides CellsLoadOptions and WordsLoadOptions class

Features

Setting Default Font and Font Substitution Options

When Converting OneNote Document

const 
Continue Reading
Posted in GroupDocs.Conversion Product Family | Tagged

Remove Embedded Files in PDF in GroupDocs.Conversion for .NET 18.10

GroupDocs.Conversion

GroupDocs.Conversion for .NET 18.10 comes with some bug fixes and a improvement. Border missing issue in ODS output is now resolved. Please refer to GroupDocs.Conversion for .NET 18.10 release notes for further reference.

Improvements

  • Implement option for removing embedded files in Pdf

Bug Fixes

  • The image inside presentation isn’t the same in ODP output
  • Missing border in ODS Excel output
  • XLSX file eats almost 2 GB RAM while converting and the process never completes

API Resources

Here are a few… Continue Reading
Posted in GroupDocs.Conversion Product Family | Tagged

Conversion from PLT Format is Introduced in GroupDocs.Conversion for .NET 18.9

GroupDocs.Conversion

GroupDocs.Conversion for .NET 18.9 covers some new features, improvements and major bug fixes. Conversion from PLT and LGS formats is introduced. Aside this, Word, Image and HTML conversion options are improved. Excel to SVG conversion issue is fixed. Please refer to GroupDocs.Conversion for .NET 18.9 release notes for further reference. We’d recommend you to integrate latest version of the API in your applications and share your feedback.

Features

  • Implement conversion from PLT, LGS and CGM
  • Password protection when converting to
Continue Reading
Posted in GroupDocs.Conversion Product Family | Tagged

PDF Conversion is Improved in GroupDocs.Conversion for .NET 18.8

GroupDocs.Conversion

GroupDocs.Conversion for .NET 18.8 comes with some new features, improvements and a bug fix. PdfFormattingOptions class is introduced when converting to PDF format. Some of the obsolete constructors and properties are removed. Moreover, there’s also a security improvement. Please refer to GroupDocs.Conversion for .NET 18.8 release notes for further reference. We’d recommend you to integrate latest version of the API in your applications and share your feedback.

Features

PdfFormattingOptions when converting to PDF

var saveOptions = new PdfSaveOptions();
saveOptions.PdfOptions.FormatingOptions.PageMode = 
Continue Reading
Posted in GroupDocs.Conversion Product Family | Tagged

EmailOptions Class is Introduced in GroupDocs.Conversion for Java 18.7

GroupDocs.Conversion

GroupDocs.Conversion for Java 18.7 covers a new feature and a bug fix. MSG to PDF conversion issue is now resolved. Please take a look over the release notes to get an idea about the changes introduced.

MailOption to control conversions from email

A new class EmailOptions is implemented in SaveOptions. Using that email options can be managed.
PdfSaveOptions options = new PdfSaveOptions();
EmailOptions emailOptions = options.getEmailOptions();
emailOptions.setDisplayHeader(true);
emailOptions.setDisplayEmailAddress(true);        
emailOptions.setDisplayFromEmailAddress(true);
emailOptions.setDisplayToEmailAddress(true);
emailOptions.setDisplayCcEmailAddress(true);
emailOptions.setDisplayBccEmailAddress(true);

Bug Fixes

  • MSG to PDF conversion displays
Continue Reading
Posted in GroupDocs.Conversion Product Family | Tagged

Explicit Font Substitution is Supported in GroupDocs.Conversion for .NET 18.7

GroupDocs.Conversion

GroupDocs.Conversion for .NET 18.7 comes with some new features and a bug fix. EmailOptions can be defined in any SaveOptions class such as PdfSaveOptions or CellsSaveOptions. Moreover, API supports explicit font substitution when converting from Word, Cell and Presentation documents. Please refer to GroupDocs.Conversion for .NET 18.7 release notes for further reference. We’d recommend you to integrate latest version of the API in your application and share your feedback.

Features

Following features are introduced in this month’s release:

Explicit Font

Continue Reading
Posted in GroupDocs.Conversion Product Family | Tagged

Announcing Hotfix Release of GroupDocs.Conversion for Java 18.6.1

GroupDocs.Conversion

This hotfix release of GroupDocs.Conversion for Java 18.6.1 resolves missing properties issue in some LoadOptions classes that was raised in previous version of the API. Such as setShowGridLines() or setShowHiddenSheets(). Aside this, one improvement is introduced. Please take a look over the release notes.

Improvements

  • Hide mail header when converted MSG to PDF

Bug Fixs

  • Missing properties in some options classes

API Resources

Here are a few channels and resources for you to download, learn, try and get… Continue Reading
Posted in GroupDocs.Conversion Product Family | Tagged

Set PageOrientation using GroupDocs.Conversion for Java 18.6

GroupDocs.Conversion

This month’s release of GroupDocs.Conversion for Java 18.6 comes with some bug fixes, improvements and new features. Issue such as printing complete spreadsheet instead of just printable area is fixed. A new property PageOrientation is introduced in DocumentInfo class. Please take a look over the release notes to get an idea about the new features, improvements and bug fixes.

Features Introduced

  • Implement conversion from DWF
  • Convert specific range when converting cells document
  • Conversion from PostScript
  • specific options for converting CSV
Continue Reading
Posted in GroupDocs.Conversion Product Family | Tagged

ITempDataHandler is Introduced in GroupDocs.Conversion for .NET 18.6

GroupDocs.Conversion

A new release of GroupDocs.Conversion for .NET 18.6 is on-board. This release covers few improvements. Such as ConversionHandler constructors are reduced to one. Please visit the release notes. We’d recommend you to integrate latest version of the API in your application and share your feedback.

Improvements

  • Reducing ConversionHandler constructors to one
  • ITempDataHandler for handling temp operations stream
  • Introducing new properties in ConversionConfig for different handler types

API Resources

Here are a few channels and resources for you to download,… Continue Reading
Posted in GroupDocs.Conversion Product Family | Tagged

EML to TIFF Conversion is Fixed in GroupDocs.Conversion for .NET 18.5

GroupDocs.Conversion

This month’s release of GroupDocs.Conversion for .NET 18.5 covers some bug fixes and improvements. Docx to Tiff G3 conversion with shading option and code coverage is improved. For further details included in this month’s release, please visit the release notes. We’d recommend you to integrate latest version of the API in your application and share your feedback.

Improvements

  • Docx to Tiff G3 conversion with shading option
  • Improved code coverage

Bug Fixes

  • Eml to tiff conversion issue with stream parameters
Continue Reading
Posted in GroupDocs.Conversion Product Family | Tagged