aspose_slides_cloud 24.12.0 → 25.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +20 -18
  3. data/README.md +15 -71
  4. data/TestData/video.pptx +0 -0
  5. data/lib/aspose_slides_cloud/api/slides_api.rb +370 -121
  6. data/lib/aspose_slides_cloud/api/slides_async_api.rb +12 -12
  7. data/lib/aspose_slides_cloud/models/audio_frame.rb +51 -1
  8. data/lib/aspose_slides_cloud/models/caption_track.rb +116 -0
  9. data/lib/aspose_slides_cloud/models/caption_tracks.rb +93 -0
  10. data/lib/aspose_slides_cloud/models/export_format.rb +1 -0
  11. data/lib/aspose_slides_cloud/models/export_options.rb +11 -1
  12. data/lib/aspose_slides_cloud/models/gif_export_options.rb +2 -1
  13. data/lib/aspose_slides_cloud/models/html5_export_options.rb +19 -8
  14. data/lib/aspose_slides_cloud/models/html_export_options.rb +13 -2
  15. data/lib/aspose_slides_cloud/models/image_export_options.rb +2 -1
  16. data/lib/aspose_slides_cloud/models/image_export_options_base.rb +2 -1
  17. data/lib/aspose_slides_cloud/models/markdown_export_options.rb +45 -2
  18. data/lib/aspose_slides_cloud/models/pdf_export_options.rb +2 -1
  19. data/lib/aspose_slides_cloud/models/picture_fill.rb +21 -1
  20. data/lib/aspose_slides_cloud/models/pptx_export_options.rb +13 -2
  21. data/lib/aspose_slides_cloud/models/save.rb +2 -2
  22. data/lib/aspose_slides_cloud/models/save_shape.rb +2 -2
  23. data/lib/aspose_slides_cloud/models/save_slide.rb +2 -2
  24. data/lib/aspose_slides_cloud/models/shape_export_format.rb +1 -0
  25. data/lib/aspose_slides_cloud/models/slide_export_format.rb +1 -0
  26. data/lib/aspose_slides_cloud/models/svg_export_options.rb +13 -2
  27. data/lib/aspose_slides_cloud/models/swf_export_options.rb +9 -72
  28. data/lib/aspose_slides_cloud/models/tiff_export_options.rb +2 -1
  29. data/lib/aspose_slides_cloud/models/video_export_options.rb +2 -1
  30. data/lib/aspose_slides_cloud/models/xaml_export_options.rb +2 -1
  31. data/lib/aspose_slides_cloud/models/xps_export_options.rb +2 -1
  32. data/lib/aspose_slides_cloud/type_registry.rb +4 -0
  33. data/lib/aspose_slides_cloud/version.rb +1 -1
  34. data/lib/aspose_slides_cloud.rb +2 -0
  35. data/spec/api/slides_api_spec.rb +1107 -252
  36. data/spec/use_cases/merge_spec.rb +1 -1
  37. data/testRules.json +7 -1
  38. metadata +5 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 906ac4d7354457db181c2555c518f68c072ee1cf876addac7542ff8a38291414
4
- data.tar.gz: f84e649f544b604408b7aa16d4a447664bb1a964232262ae43fe3aeed25478f5
3
+ metadata.gz: 823917bb3d887ae8665000a52be8270e26466b014907eddfc026be49aa0fda53
4
+ data.tar.gz: 933273b7cbefb60df58c3cd357893599fd3659d9b9355ae9f09c7252b8a98861
5
5
  SHA512:
6
- metadata.gz: c61237f55714bb39d0a15892ffd48faa733932ddf91dfc27c6038a6931d879abb3c9ac6d9a15346a204073193cc451540d260ba12608d5b0bc2e99cfd4d59c62
7
- data.tar.gz: f485293566a91b1e562b7320aea610b09ff0d21053a1a00be4ac1c4e387c1d82622141954c853133f5d92c390a76baf6cb6422012d352dc7036fae4c88610792
6
+ metadata.gz: 4c8de0ff4ad623fd545dee1bffaec348d546cefb06c157155641b0358b9fdfcc9f290539267ba7bd6be8f7f09b8f88511695f8fda264e5b1d935a0f6a2ef2d2d
7
+ data.tar.gz: df3c09f2901ec47c42303c83ba5998d26821c5a0c0aca41ee29a37a33d82ca19a9e50b63bd03c4216823247a53163d9e97cd60761c2ae9f694a4ca35c4ae6fbf
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- aspose_slides_cloud (24.12.0)
4
+ aspose_slides_cloud (25.6.0)
5
5
  faraday (~> 1.0, >= 1.0.0)
6
6
  faraday-httpclient (~> 1.0, >= 1.0.0)
7
7
  httpclient (~> 2.2, >= 2.2.0)
@@ -18,11 +18,11 @@ GEM
18
18
  ZenTest (>= 4.4.1)
19
19
  autotest-growl (0.2.16)
20
20
  autotest-rails-pure (4.1.2)
21
- bigdecimal (3.1.8)
21
+ bigdecimal (3.2.2)
22
22
  crack (1.0.0)
23
23
  bigdecimal
24
24
  rexml
25
- diff-lcs (1.5.1)
25
+ diff-lcs (1.6.2)
26
26
  faraday (1.10.4)
27
27
  faraday-em_http (~> 1.0)
28
28
  faraday-em_synchrony (~> 1.0)
@@ -36,42 +36,44 @@ GEM
36
36
  faraday-retry (~> 1.0)
37
37
  ruby2_keywords (>= 0.0.4)
38
38
  faraday-em_http (1.0.0)
39
- faraday-em_synchrony (1.0.0)
39
+ faraday-em_synchrony (1.0.1)
40
40
  faraday-excon (1.1.0)
41
41
  faraday-httpclient (1.0.1)
42
- faraday-multipart (1.0.4)
43
- multipart-post (~> 2)
42
+ faraday-multipart (1.1.1)
43
+ multipart-post (~> 2.0)
44
44
  faraday-net_http (1.0.2)
45
45
  faraday-net_http_persistent (1.2.0)
46
46
  faraday-patron (1.0.0)
47
47
  faraday-rack (1.0.0)
48
48
  faraday-retry (1.0.3)
49
- hashdiff (1.1.2)
50
- httpclient (2.8.3)
51
- json (2.9.0)
49
+ hashdiff (1.2.0)
50
+ httpclient (2.9.0)
51
+ mutex_m
52
+ json (2.12.2)
52
53
  multipart-post (2.4.1)
53
- public_suffix (6.0.1)
54
+ mutex_m (0.3.0)
55
+ public_suffix (6.0.2)
54
56
  rake (12.3.3)
55
- rexml (3.3.9)
56
- rspec (3.13.0)
57
+ rexml (3.4.1)
58
+ rspec (3.13.1)
57
59
  rspec-core (~> 3.13.0)
58
60
  rspec-expectations (~> 3.13.0)
59
61
  rspec-mocks (~> 3.13.0)
60
- rspec-core (3.13.2)
62
+ rspec-core (3.13.4)
61
63
  rspec-support (~> 3.13.0)
62
- rspec-expectations (3.13.3)
64
+ rspec-expectations (3.13.5)
63
65
  diff-lcs (>= 1.2.0, < 2.0)
64
66
  rspec-support (~> 3.13.0)
65
- rspec-mocks (3.13.2)
67
+ rspec-mocks (3.13.5)
66
68
  diff-lcs (>= 1.2.0, < 2.0)
67
69
  rspec-support (~> 3.13.0)
68
- rspec-support (3.13.2)
70
+ rspec-support (3.13.4)
69
71
  rspec_junit_formatter (0.6.0)
70
72
  rspec-core (>= 2, < 4, != 2.12.0)
71
73
  ruby2_keywords (0.0.5)
72
- rubyzip (2.3.2)
74
+ rubyzip (2.4.1)
73
75
  vcr (3.0.3)
74
- warning (1.4.0)
76
+ warning (1.5.0)
75
77
  webmock (1.24.6)
76
78
  addressable (>= 2.3.6)
77
79
  crack (>= 0.3.2)
data/README.md CHANGED
@@ -27,77 +27,21 @@ You may want to check out Aspose free [Powerpoint to PDF](https://products.aspos
27
27
  **Web:** HTML/HTML5
28
28
  **Other:** MPEG4, SWF (export whole presentations)
29
29
 
30
- ## Enhancements in Version 24.12
31
-
32
- * Added **CompressImage** method. **DeletePictureCroppedAreas** method is deprecated and will be removed after 25.2 release.
33
- * The **Paragraphs** property of **Shape** class is now a list of **Paragraph** objects instead of ResourceURIs.
34
- * Added **TileScaleX**, **TileScaleY**, **TileOffsetX**, **TileOffsetY**, **TileAlignment** and **TileFlip** properties to **PictureFill** class.
35
- * Added **DrawingGuides** property to **CommonSlideViewProperty** class.
36
- * Added **DeleteEmbeddedBinaryObjects** boolean property to **ExportOptions** class.
37
- * Added **IncludeOleData** boolean property to **PdfExportOptions** class.
38
- * Added **GridSpacing** property to **ViewProperties** class.
39
-
40
- ## Enhancements in Version 24.9
41
-
42
- * Added **Upload** and **Download** methods to async API. They are identical to **UploadFile** and **DownloadFile** methods of the regular API, but file size is not restricted for them.
43
-
44
- ## Enhancements in Version 24.8
45
-
46
- * Added **StartSplit** and **StartUploadAndSplit** methods to async API.
47
- * Added **ReplacePresentationRegex** and **ReplacePresentationRegexOnline** methods.
48
- * Added **HighlightPresentationText** and **HighlightPresentationRegex** methods.
49
- * Added **OperationError** class; changed **Operation**.**Error** property type from string to **OperationError**.
50
- * Removed **wholeWordsOnly** parameter from **ReplaceShapeRegex** method.
51
-
52
- ## Enhancements in Version 24.7
53
-
54
- * Added **TemplatesPath** property to **Html5ExportOptions** class. It enables using custom templates in conversion to Html5 format.
55
- * Added **GetHtml5Templates** method to retrieve the list of default Html5 templates.
56
- * Added **Xml** to the list of available export formats.
57
- * Added **wholeWordsOnly** parameter to **ReplacePresentationText** and **ReplacePresentationTextOnline** methods.
58
- * Added **GradientStyle** property to **ExportOptions** class.
59
- * Added **ResterizeUnsupportedFontStyles** property to **PdfExportOptions** class.
60
- * Added **Zip64Mode** property to **PptxExportOptions** class.
61
- * Added **Transparency** property to **Table** and **TableCell** class.
62
- * Removed obsolete **DownloadPortionsAsMathML**, **SavePortionsAsMathML** methods. Use **DownloadMathPortion** and **SaveMathPortion** methods to convert portions to math formats.
63
-
64
- ## Enhancements in Version 24.6
65
-
66
- * Added **HideInk** and **InterpretMaskOpAsOpacity** properties to **PdfExportOptions** class.
67
- * Removed **Enqueued** from the list of allowed values for **Operation.Status** property.
68
-
69
- ## Enhancements in Version 24.5
70
-
71
- * Added **options** parameter to **ImportFromPdf** method. You can specify **options.DetectTables** property to control import behavior.
72
- * Added **Title** property to **Axis** class for charts.
73
- * Added **X**, **Y**, **Width**, **Height**, **Overlay**, **FillFormat**, **EffectFormat** and **LineFormat** properties to **ChartTitle** class.
74
- * Added **HasTitle** property to **Chart** class; removed **HasTitle** property from **ChartTitle** class.
75
-
76
- ## Enhancements in Version 24.4
77
-
78
- * Added **DownloadMathPortion** and **SaveMathPortion** methods to convert math portions to math markup formats (MathML or LaTeX). See [documentation](https://docs.aspose.cloud/slides/export-a-math-formula/) for more info. **DownloadPortionAsMathML** and **SavePortionAsMathML** methods are deprecated and will be removed after 24.6.
79
- * Added **Marker** property to **DataPoint** class.
80
-
81
- ## Enhancements in Version 24.3
82
-
83
- * Added Markdown (**Md**) to the list of allowed export formats.
84
- * Added **DeletePictureCroppedAreas** method to delete cropped areas of pictures.
85
- * Added **SlidesLayoutOptions** property to **PdfExportOptions**, **HtmlExportOptions**, **TiffExportOptions** and **ImageExportOptions** classes. You can use it to specify handout or notes/comments layouting options.
86
- * Added **AnimateTextType** enum property to **Effect** class.
87
- * Added **NotesCommentsLayouting** property to **Html5ExportOptions** class.
88
- * Added **BwConversionMode** property to **TiffExportOptions** class.
89
- * Added **EmbedImages** boolean property to **Html5ExportOptions** class.
90
- * Added **ShowMediaControls** boolean property to **SlideShowProperties** class.
91
- * Added **IsDecorative** boolean property to **ShapeBase** class.
92
-
93
-
94
- ## Enhancements in Version 24.2
95
-
96
- * Added **GetCommentAuthors** method to get list of comment authors.
97
-
98
- ## Enhancements in Version 24.1
99
-
100
- * Added **GetAvailableFonts** method to get list of installed system & custom fonts.
30
+ ## Enhancements in Version 25.6
31
+
32
+ * Added **GetVideoCaptionTracks**, **CreateVideoCaptionTrack**, **DeleteVideoCaptionTracks**, **DeleteVideoCaptionTracks** method.
33
+ * Removed deprecated **DeletePictureCroppedAreas** method.
34
+ * Added an optional **quality** parameter to **DownloadImage**, **DownloadImageOnline**, **DownloadImages**, **DownloadImagesOnline** method. It applies to jpeg fromat.
35
+ * Added **RemoveEmptyLines**, **SlideNumberFormat** and **HandleRepeatedSpaces** properties to **MarkdownExportOptions** class.
36
+ * Added **DeletePictureCroppedAreas** and **Resolution** parameters to **PictureFill** class that allow to compress and/or delete cropped aread of picture fill formats.
37
+ * Added **Emf** to the list of allowed values for **ExportFormat**, **SlideExportFormat** and **ShapeExportFormat** enumerations. You can now export presentations, slides and shapes to EMF format.
38
+ * Added **VolumeValue**, **FadeInDuration**, **FadeOutDuration**, **TrimFromStart** and **TrimFromEnd** properties to **AudioFrame** class.
39
+ * Added **SkipJavaScriptLinks** boolean property to **ExportOptions** class.
40
+ * Added **DisableFontLigatures** boolean property to **HtmlExportOptions**, **Html5ExportOptions** and **SvgExportOptions** class.
41
+ * Added **SlidesLayoutOptions** property and removed **NotesCommentsLayouting** property from **Html5ExportOptions** class.
42
+ * Added **RemoveEmptyLines**, **SlideNumberFormat** and **HandleRepeatedSpaces** properties to **MarkdownExportOptions** class.
43
+ * Added **SlidesLayoutOptions** property and removed **CommentsPosition**, **CommentsAreaColor**, **CommentsAreaWidth**, **NotesPosition** and **ShowCommentsByNoAuthor** properties from **SwfExportOptions** class.
44
+ * Added **RefreshThumbnail** boolean property to **PptxExportOptions** class.
101
45
 
102
46
  ## Licensing
103
47
  All Aspose.Slides Cloud SDKs are licensed under MIT License.
Binary file