Skip to content

Releases: aspose-words-cloud/aspose-words-cloud-dotnet

19.8

03 Sep 10:07
Compare
Choose a tag to compare

API changes

  • Made Range API more friendly
  • Added a handful of interfaces to make requests more descriptive

Other changes

  • Removed an obsolete Aspose.Storage-Cloud dependency.

19.7

09 Aug 14:19
Compare
Choose a tag to compare

API changes

  • Support for Range API features was added.

  • Added "Storage" endpoints, for details of the API see here.

  • ExecuteTemplate and ExecuteTemplateOnline methods are removed. They are overloaded by ExecuteMailMerge and ExecuteMailMergeOnline methods now.

  • Order of parameters has been changed in constructors of CopyFileRequest, MoveFileRequest, CopyFolderRequest, MoveFolderRequest.

  • All elements of the same type can be enumerated in the document, therefore it is enough to pass an index of any element as a parameter to select it inside the document. Names for the methods that support the new feature have the WithoutNodePath suffix.

  • Added new SaveOptions properties. HtmlSaveOptions.ResolveFontNames and MetafileRenderingOptions.ScaleWmfFontsToMetafileSize.

  • Removed public property TxtSaveOptions.ExportHeadersFooters.

  • "destFileName" parameter now contains absolute (instead of relative) path to save a result file.

  • Method naming has been improved. HTTP method prefix is removed from all method names.

  • Fixed serialization of "SourceFormat" property in "Document" response.

  • "nodepath" parameter is always "path" type now.

  • Added support of images with relative path in html to doc conversion.

PDF to Word conversion improvements

  • Handled "font not found" issue (a default font will be used as a replacement).

  • Fixed incorrect header detection on pages with tables.

  • Improved section detection logic: now it scans recognized colontitles and adds page breaks only when necessary.

  • Added table detection and recognition of tables with merged cells.

  • Fixed an error while several documents are processing in parallel.

  • Fixed duplicated text issues for searchable PDFs.

  • Improved recognition for tables that have no visible borders.

  • More fixes related to tables without visible borders.

  • Corrected left margin for lists after images.

  • Increased accuracy of processing documents with different headers/footers.

  • Reduced processing time for documents with multiple fonts per page.

  • Corrected a few errors related to document processing.

  • Fixed spacing between words in some paragraphs.

  • Improved recognition for multi-line headers and footers.

  • Images in front or behind text now placed properly.

  • Accuracy of table recognition was improved. From now on, vector graphics remains vector after conversion, raster graphics is not more used for this purpose.

  • Image list markers don't disappear after processing anymore.