Skip to content

Releases: aspose-words-cloud/aspose-words-cloud-node

20.9

06 Sep 23:41
Compare
Choose a tag to compare
asposewordscloud-20.9.0

version asposewordscloud-20.9.0

20.8

07 Aug 08:58
Compare
Choose a tag to compare

Enhancements in Version 20.8

  • Added new api method (PUT '/words/{name}/compatibility/optimize') which is allows to optimize the document contents as well as default Aspose.Words behavior to a particular versions of MS Word
  • Added 'ApplyBaseDocumentHeadersAndFootersToAppendingDocuments' option to 'DocumentEntryList' for AppendDocument API
  • WithoutNodePath methods have been removed, pass null values instead

20.7

06 Jul 09:56
Compare
Choose a tag to compare

API changes

  1. Added "Markdown" save format
  2. Added endpoint to update paragraph format without node path (PUT "/words/{name}/paragraphs/{index}/format")

20.6

05 Jun 09:28
Compare
Choose a tag to compare
  • Added new methods:
    • deleteAllParagraphTabStopsWithoutNodePath
    • deleteParagraphTabStopWithoutNodePath
    • getParagraphTabStopsWithoutNodePath
    • insertOrUpdateParagraphTabStopWithoutNodePath
    • insertParagraphWithoutNodePath
    • updateParagraphFormatWithoutNodePath
    • updateParagraphListFormatWithoutNodePath
    • deleteParagraphListFormatWithoutNodePath
  • DrawingObject related methods have been changed body content. Special request classes are introduced instead of strings.
  • insertOrUpdateParagraphTabStop, deleteParagraphTabStop methods have been changed parameter order
  • OoxmlSaveOptionsData.CompressionLevel property has been added

20.5

13 May 09:27
Compare
Choose a tag to compare

API changes

  • Added methods to work with Word document lists
    • getLists
    • getList
    • insertList
    • updateList
    • updateListLevel
  • Added methods to work with styles
    • getStyles
    • updateStyle
    • insertStyle
    • copyStyle
    • getStyleFromDocumentElement
    • applyStyleToDocumentElement
  • Added methods to work with paragraph list format
    • getParagraphListFormat
    • getParagraphListFormatWithoutNodePath
    • updateParagraphListFormat
    • deleteParagraphListFormat
  • Added methods to work with paragraph tab stops
    • g1etParagraphTabStops
    • insertOrUpdateParagraphTabStop
    • deleteAllParagraphTabStops
    • deleteParagraphTabStop
  • Added methods to build reports
    • buildReport
    • buildReportOnline
  • Added Shading property to ParagraphFormat

20.4

10 Apr 11:13
Compare
Choose a tag to compare

API changes

  • Added CompareOptions property to CompareData class
  • Added Password property to OdtSaveOptions class
  • Added Dml3DEffectsRenderingMode property to SaveOptions class
  • Added UpdateLastPrintedProperty property to SaveOptions class
  • Added InterpolateImages property to PdfSaveOptions class
  • Added UseTargetMachineFonts property to HtmlFixedSaveOptions class
  • Added some request data classes:
    • RunUpdate and RunInsert
    • FootnoteUpdate and FootnoteInsert
    • FieldUpdate and FieldInsert
    • CommentUpdate and CommentInsert
    • DocumentPropertyCreateOrUpdate

20.3

19 Mar 10:20
Compare
Choose a tag to compare

API change

  • XmlColor.Alpha isn't a required property
  • RtfSaveOptionsData.SaveImageAsWmf property is added

20.1

22 Jan 09:01
Compare
Choose a tag to compare

API changes

  1. ColorMode property has moved from SaveOptionsData to FixedPageSaveOptionsData

19.10

08 Nov 09:35
Compare
Choose a tag to compare

API changes

  • Added new method DeleteSection
  • All border-related methods accept nodePath to paragraphs. It allows adding / editing / deleting paragraph borders.
  • Added ChildNodes property to HederFooter class
  • Added TextType property to ReplaceRange class
  • Added AlwaysCompressMetafiles property to DocSaveOptionsData class
  • Added IsListItem property to ParagraphFormat class
  • Added NodeId property to SectionLink type

19.9

07 Oct 05:17
Compare
Choose a tag to compare

API changes

  • Moved to Words Cloud API ver 4.0
    • Made all methods respond in unified way
    • Made all methods that don't respond return 204 code instead of 200
    • Made all mandatory parameters be checked before API calls
    • Moved all storage operations to Words Cloud API
    • Made method names simpler
    • Improved method documentation
    • Replaced oauth2 token to JWT token for all API methods
  • Added a version without nodePath parameter for a lot of methods
  • Added methods to implement Words Range API
  • Added TiffSaveOptionsData.ThresholdForFloydSteinbergDithering
  • Added MetafileRenderingOptionsData.ScaleWmfFontsToMetafileSize
  • Added DocSaveOptionsData.SavePictureBullet
  • Added HtmlSaveOptionsData.ResolveFontNames
  • Changed type of TextSaveOptions.ExportHeadersFootersMode property from int to enum
  • Made TextSaveOptionsData.ExportHeadersFootersMode optional
  • Fixed issue with nodeId, when node is in header/footer
  • Deleted DestFileName property from SaveAsRequest and SaveAsTiffRequest