Aspose Words Cloud 18.3 Release Notes

The page contains release notes for Aspose.Words for Cloud update 18.3 – API Reference.

Important Changes and New Features

PDF to Word converter now properly converts style and destination of hyperlinks, both to URLs and local files.

Cloud SDK Family

All currently supported cloud SDKs (.NET, PHP and Node.js) 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

Dropping

Some PDF save options that have been deprecated in Aspose.Words .NET are now not available in Aspose.Words Cloud REST API as well. 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

See Aspose.Words .NET 18.3 Release Notes for more details.