aspose_slides_cloud 24.12.0 → 25.10.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.
- checksums.yaml +4 -4
 - data/Gemfile.lock +21 -19
 - data/README.md +15 -71
 - data/TestData/video.pptx +0 -0
 - data/lib/aspose_slides_cloud/api/slides_api.rb +448 -195
 - data/lib/aspose_slides_cloud/api/slides_async_api.rb +12 -12
 - data/lib/aspose_slides_cloud/models/audio_frame.rb +51 -1
 - data/lib/aspose_slides_cloud/models/caption_track.rb +116 -0
 - data/lib/aspose_slides_cloud/models/caption_tracks.rb +93 -0
 - data/lib/aspose_slides_cloud/models/export_format.rb +1 -0
 - data/lib/aspose_slides_cloud/models/export_options.rb +11 -1
 - data/lib/aspose_slides_cloud/models/gif_export_options.rb +2 -1
 - data/lib/aspose_slides_cloud/models/html5_export_options.rb +19 -8
 - data/lib/aspose_slides_cloud/models/html_export_options.rb +13 -2
 - data/lib/aspose_slides_cloud/models/image_export_options.rb +2 -1
 - data/lib/aspose_slides_cloud/models/image_export_options_base.rb +2 -1
 - data/lib/aspose_slides_cloud/models/markdown_export_options.rb +45 -2
 - data/lib/aspose_slides_cloud/models/pdf_export_options.rb +2 -1
 - data/lib/aspose_slides_cloud/models/picture_fill.rb +21 -1
 - data/lib/aspose_slides_cloud/models/pptx_export_options.rb +13 -2
 - data/lib/aspose_slides_cloud/models/save.rb +2 -2
 - data/lib/aspose_slides_cloud/models/save_shape.rb +2 -2
 - data/lib/aspose_slides_cloud/models/save_slide.rb +2 -2
 - data/lib/aspose_slides_cloud/models/shape_export_format.rb +1 -0
 - data/lib/aspose_slides_cloud/models/slide_export_format.rb +1 -0
 - data/lib/aspose_slides_cloud/models/svg_export_options.rb +13 -2
 - data/lib/aspose_slides_cloud/models/swf_export_options.rb +9 -72
 - data/lib/aspose_slides_cloud/models/tiff_export_options.rb +2 -1
 - data/lib/aspose_slides_cloud/models/video_export_options.rb +2 -1
 - data/lib/aspose_slides_cloud/models/xaml_export_options.rb +2 -1
 - data/lib/aspose_slides_cloud/models/xps_export_options.rb +2 -1
 - data/lib/aspose_slides_cloud/type_registry.rb +4 -0
 - data/lib/aspose_slides_cloud/version.rb +1 -1
 - data/lib/aspose_slides_cloud.rb +2 -0
 - data/spec/api/slides_api_spec.rb +1424 -439
 - data/spec/use_cases/font_spec.rb +22 -4
 - data/spec/use_cases/image_spec.rb +5 -1
 - data/spec/use_cases/merge_spec.rb +1 -1
 - data/testRules.json +12 -1
 - metadata +5 -2
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 2fc267ca879f9009ff4605f048febe0f6353cefa7db6020ea23f5a2a6b570903
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: b7f057d6bdb38db829f9837cbd12d67abeb547cb54fb42ef010d73704ed5f1bd
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: a495342160d717eee93f020a5a3f208d6fc9f67464b252bf7e0a7e1fd5dcdf37fa762e9655db6eddf2305dc7d4c17e60508599353573f61df48bd2eeeb3a4932
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 9e87daecf74984e4eaedf4c32b3b6e6ae0334b95a2658f7bb688e214cbee844ff93a0588e295401762dd1279d219e75199b9c8163f29a46776e63323074e1767
         
     | 
    
        data/Gemfile.lock
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            PATH
         
     | 
| 
       2 
2 
     | 
    
         
             
              remote: .
         
     | 
| 
       3 
3 
     | 
    
         
             
              specs:
         
     | 
| 
       4 
     | 
    
         
            -
                aspose_slides_cloud ( 
     | 
| 
      
 4 
     | 
    
         
            +
                aspose_slides_cloud (25.10.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 
     | 
| 
       22 
     | 
    
         
            -
                crack (1.0. 
     | 
| 
      
 21 
     | 
    
         
            +
                bigdecimal (3.3.1)
         
     | 
| 
      
 22 
     | 
    
         
            +
                crack (1.0.1)
         
     | 
| 
       23 
23 
     | 
    
         
             
                  bigdecimal
         
     | 
| 
       24 
24 
     | 
    
         
             
                  rexml
         
     | 
| 
       25 
     | 
    
         
            -
                diff-lcs (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. 
     | 
| 
      
 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. 
     | 
| 
       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 
     | 
| 
       50 
     | 
    
         
            -
                httpclient (2. 
     | 
| 
       51 
     | 
    
         
            -
             
     | 
| 
      
 49 
     | 
    
         
            +
                hashdiff (1.2.1)
         
     | 
| 
      
 50 
     | 
    
         
            +
                httpclient (2.9.0)
         
     | 
| 
      
 51 
     | 
    
         
            +
                  mutex_m
         
     | 
| 
      
 52 
     | 
    
         
            +
                json (2.15.2)
         
     | 
| 
       52 
53 
     | 
    
         
             
                multipart-post (2.4.1)
         
     | 
| 
       53 
     | 
    
         
            -
                 
     | 
| 
      
 54 
     | 
    
         
            +
                mutex_m (0.3.0)
         
     | 
| 
      
 55 
     | 
    
         
            +
                public_suffix (6.0.2)
         
     | 
| 
       54 
56 
     | 
    
         
             
                rake (12.3.3)
         
     | 
| 
       55 
     | 
    
         
            -
                rexml (3. 
     | 
| 
       56 
     | 
    
         
            -
                rspec (3.13. 
     | 
| 
      
 57 
     | 
    
         
            +
                rexml (3.4.4)
         
     | 
| 
      
 58 
     | 
    
         
            +
                rspec (3.13.2)
         
     | 
| 
       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. 
     | 
| 
      
 62 
     | 
    
         
            +
                rspec-core (3.13.6)
         
     | 
| 
       61 
63 
     | 
    
         
             
                  rspec-support (~> 3.13.0)
         
     | 
| 
       62 
     | 
    
         
            -
                rspec-expectations (3.13. 
     | 
| 
      
 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. 
     | 
| 
      
 67 
     | 
    
         
            +
                rspec-mocks (3.13.6)
         
     | 
| 
       66 
68 
     | 
    
         
             
                  diff-lcs (>= 1.2.0, < 2.0)
         
     | 
| 
       67 
69 
     | 
    
         
             
                  rspec-support (~> 3.13.0)
         
     | 
| 
       68 
     | 
    
         
            -
                rspec-support (3.13. 
     | 
| 
      
 70 
     | 
    
         
            +
                rspec-support (3.13.6)
         
     | 
| 
       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. 
     | 
| 
      
 74 
     | 
    
         
            +
                rubyzip (2.4.1)
         
     | 
| 
       73 
75 
     | 
    
         
             
                vcr (3.0.3)
         
     | 
| 
       74 
     | 
    
         
            -
                warning (1. 
     | 
| 
      
 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  
     | 
| 
       31 
     | 
    
         
            -
             
     | 
| 
       32 
     | 
    
         
            -
            * Added ** 
     | 
| 
       33 
     | 
    
         
            -
            *  
     | 
| 
       34 
     | 
    
         
            -
            * Added ** 
     | 
| 
       35 
     | 
    
         
            -
            * Added ** 
     | 
| 
       36 
     | 
    
         
            -
            * Added ** 
     | 
| 
       37 
     | 
    
         
            -
            * Added ** 
     | 
| 
       38 
     | 
    
         
            -
            * Added ** 
     | 
| 
       39 
     | 
    
         
            -
             
     | 
| 
       40 
     | 
    
         
            -
             
     | 
| 
       41 
     | 
    
         
            -
             
     | 
| 
       42 
     | 
    
         
            -
            * Added ** 
     | 
| 
       43 
     | 
    
         
            -
             
     | 
| 
       44 
     | 
    
         
            -
             
     | 
| 
       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.
         
     | 
    
        data/TestData/video.pptx
    ADDED
    
    | 
         Binary file 
     |