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
Hyperlinks
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 property | Property to use instead |
---|---|
PdfSaveOptions.HeadingsOutlineLevels | PdfSaveOptions.OutlineOptions.HeadingsOutlineLevels |
PdfSaveOptions.ExpandedOutlineLevels | PdfSaveOptions.OutlineOptions.ExpandedOutlineLevels |
PdfSaveOptions.BookmarksOutlineLevel | PdfSaveOptions.OutlineOptions.DefaultBookmarksOutlineLevel |
PdfSaveOptions.EmbedStandardWindowsFonts | PdfSaveOptions.FontEmbeddingMode |
PdfSaveOptions.ExportCustomPropertiesAsMetadata | PdfSaveOptions.CustomPropertiesExport |
PdfSaveOptions.MetafileRenderingMode | PdfSaveOptions.MetafileRenderingOptions.RenderingMode |
PdfSaveOptions.DownsampleImages | PdfSaveOptions.DownsampleOptions.DownsampleImages |
PdfSaveOptions.DownsampleResolution | PdfSaveOptions.DownsampleOptions.Resolution |
See Aspose.Words .NET 18.3 Release Notes for more details.