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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,15 @@ This repository contains Aspose.Words Cloud SDK for Ruby source code. This SDK a
13
13
* Watermarks and protection
14
14
* Full read & write access to Document Object Model, including sections, paragraphs, text, images, tables, headers/footers and many others
15
15
16
+
## Enhancements in Version 22.10
17
+
18
+
- Added 'CacheHeaderFooterShapes' property for PdfSaveOptionsData class.
19
+
- FileReference structure has been added that allows to determine how the document will be accessed: from the remote storage, or loaded directly in the request.
20
+
- The 'AppendDocument' and 'AppendDocumentOnline' methods takes a 'FileReference' instead of an 'href' property.
21
+
- Added property 'StartingNumber' for 'PageNumbers' class.
22
+
- Added property 'GlobalCultureName' for 'FieldOptions' class.
23
+
24
+
16
25
## Enhancements in Version 22.9
17
26
18
27
- CompressDocument method now can handle images.
@@ -230,7 +239,7 @@ To use Aspose Words for Cloud Ruby SDK you need to register an account with [Asp
0 commit comments