Here we are with another release of GroupDocs.Conversion for .NET 19.4. We’ve implemented automatic naming when saving a converted document to file. Do you want to convert a CMX (Corel Metafile eXchange) file to PDF or any other supported file format? Then you must try out this release.
We also improved the process of getting page orientation for a specific page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// For complete examples and data files, please go to https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-.NET | |
DocumentInfo docInfo = conversionHandler.GetDocumentInfo("input file"); | |
//pass page number to GetPageOrientation | |
docInfo.GetPageOrientation(1); |
Obsolete Methods
- CellsLoadOptions is marked as obsolete and is replaced by SpreadsheetLoadOptions
- CellsSaveOptions is replaced by SpreadsheetSaveOptions
- HtmlSaveOptions is replaced by MarkupSaveOptions
See more details here.
Bug Fixes
In this release, we fixed some major bugs. Let’s have a overview.
- You might be facing issue in opening resultant/converted HTML file in Microsoft Edge? However, this issue is now fixed
- There was another issue with ODP output file. Arrows in the file star pointing in wrong direction. This bug is fixed
- Diagrams to image conversion issue is fixed
Have a glance at API documentation here.