Skip to content

Releases: aspose-words-cloud/aspose-words-cloud-python

24.10

15 Oct 09:14
Compare
Choose a tag to compare

24.9

15 Oct 09:14
Compare
Choose a tag to compare
  • Added digital signature methods for DOC, DOCX, XPS, or ODT documents.
  • Added ReplaceBackslashWithYenSign property for XpsSaveOptions and HtmlSaveOptions.
  • Added DigitalSignature property for XpsSaveOptions.
  • Added UseSdtTagAsFormFieldName property for PdfSaveOptions.
  • Added MergeWholeDocument parameter to the MailMerge operations to update fields in the whole document after executing a mail merge with regions.

24.8

15 Oct 09:14
Compare
Choose a tag to compare
  • Added the support of OpenType standard. It is helpful for languages that require advanced typography.

24.7

15 Oct 09:13
Compare
Choose a tag to compare
  • Added support for azw3 (Amazon Kindle Format) documents.
  • Added 'MaxImageResolution' property for SvgSaveOptionsData class.

24.6

15 Oct 09:13
Compare
Choose a tag to compare
  • Added the 'TranslateNodeId' method to translate a node id to a node path.

24.5

15 Oct 09:13
Compare
Choose a tag to compare
  • Added the support of multistorage operations. Saving a file as a result of an operation can be performed in a specific storage when the file path is in the next format, '@storage:path/to/file.doc'.

24.4

18 Apr 15:15
Compare
Choose a tag to compare
  • Added the 'MergeWithNext' method to merge a section with the next one.
  • Added the 'LockAspectRatio' property for DrawingObjectInsert and DrawingObjectUpdate methods.

24.3

18 Apr 15:13
Compare
Choose a tag to compare
  • Added support for the 'RemoveEmptyCells' option for the 'Cleanup' parameter in the insert 'MailMerge' API method.

23.12

18 Apr 15:11
Compare
Choose a tag to compare
  • Properties Name, Text, StartRange, and EndRange marked as required for InsertBookmark operation.
  • Implemented DeleteOfficeMathObjects operation to delete all office math objects from the document.
  • Parameter ProtectionRequest was removed from the UnprotectDocument operation. Now, removing protection from a document does not require a password.
  • Since the Model ProtectionRequest is marked as deprecated, please use ProtectionRequestV2 instead to perform the ProtectDocument operation. The old password is no longer required to change the password or protection type of a protected document.
  • Added fields Password and EncryptedPassword to FileReference for documents encrypted by password.
  • Removed parameter encryptedPassword2 from CompareDocument method. Please use the FileReference password instead.
  • Rename aspose-client header.

23.11

18 Apr 15:09
Compare
Choose a tag to compare
  • Support of required properties in models.
  • Property StyleName marked as required for InsertStyle operation.
  • Property StyleName marked as required for CopyStyle operation.
  • Property StyleName marked as required for ApplyStyleToDocumentElement operation.
  • Properties SdtType and Level marked as required for InsertStructuredDocumentTag operation.
  • Property Text marked as required for InsertParagraphoperation.
  • Property Value marked as required for CreateOrUpdateDocumentProperty operation.
  • Property NewValue marked as required for ReplaceText operation.
  • Property Text marked as required for ReplaceWithText operation.