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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,14 @@ 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 21.8
20
+
21
+
- Added new api methods to get, insert, update or delete custom xml parts from documents.
22
+
- Added parameter 'ResultDocumentFormat' to Compare API
23
+
- Added 'ExportLanguageToSpanTag' pdf save option
24
+
- Added 'FlatOpcXmlMappingOnly' save option
25
+
26
+
19
27
## Enhancements in Version 21.7
20
28
21
29
- ImlRenderingMode option introduced witch is used to determine how ink (InkML) objects are rendered
"""Gets the flat_opc_xml_mapping_only of this BmpSaveOptionsData. # noqa: E501
375
+
376
+
Gets or sets value determining which document formats are allowed to be mapped by Aspose.Words.Markup.StructuredDocumentTag.XmlMapping. By default only Aspose.Words.LoadFormat.FlatOpc document format is allowed to be mapped. # noqa: E501
377
+
378
+
:return: The flat_opc_xml_mapping_only of this BmpSaveOptionsData. # noqa: E501
"""Sets the flat_opc_xml_mapping_only of this BmpSaveOptionsData.
386
+
387
+
Gets or sets value determining which document formats are allowed to be mapped by Aspose.Words.Markup.StructuredDocumentTag.XmlMapping. By default only Aspose.Words.LoadFormat.FlatOpc document format is allowed to be mapped. # noqa: E501
388
+
389
+
:param flat_opc_xml_mapping_only: The flat_opc_xml_mapping_only of this BmpSaveOptionsData. # noqa: E501
0 commit comments