You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,15 @@ Python Cloud SDK wraps Aspose.Words Cloud API so you could seamlessly integrate
16
16
-[Convert a document to desired file format](https://docs.aspose.cloud/display/wordscloud/Convert+Document+to+Destination+Format+with+Detailed+Settings+and+Save+Result+to+Storage) along with detailed settings.
17
17
- Convert an encrypted PDF document into Word document format.
18
18
19
+
## Enhancements in Version 24.9
20
+
21
+
- Added digital signature methds for DOC, DOCX, XPS, or ODT documents.
22
+
- Added ReplaceBackslashWithYenSign property for XpsSaveOptions and HtmlSaveOptions.
23
+
- Added DigitalSignature property for XpsSaveOptions.
24
+
- Added UseSdtTagAsFormFieldName property for PdfSaveOptions.
25
+
- Added MergeWholeDocument parameter to the MailMerge operations to update fields in whole document after executing of a mail merge with regions.
26
+
27
+
19
28
## Enhancements in Version 24.8
20
29
21
30
- Added the support of OpenType standard. It is usefull for languages required advanced typography.
"""Gets the replace_backslash_with_yen_sign of this Azw3SaveOptionsData. # noqa: E501
1401
+
1402
+
Gets or sets the flag that indicates whether backslash characters should be replaced with yen signs. Default value is false. By default, Aspose.Words mimics MS Word's behavior and doesn't replace backslash characters with yen signs in generated HTML documents. However, previous versions of Aspose.Words performed such replacements in certain scenarios. This flag enables backward compatibility with previous versions of Aspose.Words. # noqa: E501
1403
+
1404
+
:return: The replace_backslash_with_yen_sign of this Azw3SaveOptionsData. # noqa: E501
"""Sets the replace_backslash_with_yen_sign of this Azw3SaveOptionsData.
1412
+
1413
+
Gets or sets the flag that indicates whether backslash characters should be replaced with yen signs. Default value is false. By default, Aspose.Words mimics MS Word's behavior and doesn't replace backslash characters with yen signs in generated HTML documents. However, previous versions of Aspose.Words performed such replacements in certain scenarios. This flag enables backward compatibility with previous versions of Aspose.Words. # noqa: E501
1414
+
1415
+
:param replace_backslash_with_yen_sign: The replace_backslash_with_yen_sign of this Azw3SaveOptionsData. # noqa: E501
0 commit comments