Hyperlinks Support for PDF to Word Conversion and Versioning Support in SDKs with Aspose.Words Cloud 18.3

We are pleased to announce the new monthly release of Aspose.Words Cloud 18.3. This release provide Hyperlinks support for PDF to Word conversion, versioning support in SDKs and have dropped support of deprecated PDF save option properties. Please go through the Aspose.Words Cloud 18.3 Release Notes for a full set of changes to the APIs.

New Features and Enhancements

1. Hyperlinks support for PDF to Word Conversion

PDF to Word converter now properly converts style and destination of hyperlinks, both to URLs and local files. Please check Convert PDF Document to Word article for more details.

2. Versioining support in SDKs

Aspose.Words Cloud SDKs now have Version property for API Configuration classes. The attribute allows to target specific version. Supported versions are:

  • v1 (default) – updated on monthly basis or more frequent
  • v2 (stable) – updated once a quater
  • v3 (frozen) – previous version of “stable”, updated once a quater

3. Dropping support for deprecated PDF save option properties

Some PDF save options that have been deprecated in Aspose.Words .NET are now not available in Aspose.Words Cloud REST API as well. A full list of properties is as follows:

Removed PropertyProperty to use instead
PDFSaveOptions.HeadingsOutlineLevelsPDFSaveOptions.OutlineOptions.HeadingsOutlineLevels
PDFSaveOptions.ExpandedOutlineLevelsPDFSaveOptions.OutlineOptions.ExpandedOutlineLevels
PDFSaveOptions.BookmarksOutlineLevelPDFSaveOptions.OutlineOptions.DefaultBookmarksOutlineLevel
PDFSaveOptions.EmbedStandardWindowsFontsPDFSaveOptions.FontEmbeddingMode
PDFSaveOptions.ExportCustomPropertiesAsMetadataPDFSaveOptions.CustomPropertiesExport
PDFSaveOptions.MetafileRenderingModePDFSaveOptions.MetafileRenderingOptions.RenderingMode
PDFSaveOptions.DownsampleImagesPDFSaveOptions.DownsampleOptions.DownsampleImages
PDFSaveOptions.DownsampleResolutionPDFSaveOptions.DownsampleOptions.Resolution

Please see Aspose.Words .NET 18.3 Release Notes for more details.

Aspose Cloud Resources

You may visit the following API resources for getting started and working with the API.

  • Product Documentation – Detailed API documentation with code examples and details about API functional areas
  • API Reference Guide – Quickly browse through all Aspose.Words Cloud APIs and test them in the browser