Skip to content

Commit fd8b8ba

Browse files
committed
Updated sources
1 parent 030dd0e commit fd8b8ba

24 files changed

Lines changed: 3596 additions & 376 deletions

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
groupdocs_conversion_cloud (25.5)
4+
groupdocs_conversion_cloud (25.6)
55
addressable (~> 2.8.0, >= 2.8.0)
66
faraday (~> 0.14.0)
77

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem install groupdocs_conversion_cloud
1212
To add dependency to your app copy following into your Gemfile and run `bundle install`:
1313

1414
```
15-
gem "groupdocs_conversion_cloud", "~> 25.5"
15+
gem "groupdocs_conversion_cloud", "~> 25.6"
1616
```
1717

1818
## Getting Started

lib/groupdocs_conversion_cloud/models/doc_load_options.rb

Lines changed: 356 additions & 34 deletions
Large diffs are not rendered by default.

lib/groupdocs_conversion_cloud/models/docm_load_options.rb

Lines changed: 356 additions & 34 deletions
Large diffs are not rendered by default.

lib/groupdocs_conversion_cloud/models/docx_load_options.rb

Lines changed: 356 additions & 34 deletions
Large diffs are not rendered by default.

lib/groupdocs_conversion_cloud/models/dot_load_options.rb

Lines changed: 356 additions & 34 deletions
Large diffs are not rendered by default.

lib/groupdocs_conversion_cloud/models/dotm_load_options.rb

Lines changed: 356 additions & 34 deletions
Large diffs are not rendered by default.

lib/groupdocs_conversion_cloud/models/dotx_load_options.rb

Lines changed: 356 additions & 34 deletions
Large diffs are not rendered by default.

lib/groupdocs_conversion_cloud/models/mobi_load_options.rb

Lines changed: 356 additions & 34 deletions
Large diffs are not rendered by default.

lib/groupdocs_conversion_cloud/models/odp_load_options.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ class OdpLoadOptions
4343
# Value indicating whether built in document properties should be cleared.
4444
attr_accessor :clear_built_in_document_properties
4545

46-
# Implements GroupDocs.Conversion.Contracts.IDocumentsContainerLoadOptions.Depth Default: 1
46+
# Option to control how many levels in depth to perform conversion Default: 1
4747
attr_accessor :depth
4848

49-
# Implements GroupDocs.Conversion.Contracts.IDocumentsContainerLoadOptions.ConvertOwned Default is false
49+
# Option to control whether the owned documents in the documents container must be converted
5050
attr_accessor :convert_owned
5151

52-
# Implements GroupDocs.Conversion.Contracts.IDocumentsContainerLoadOptions.ConvertOwner Default is true
52+
# Option to control whether the documents container itself must be converted If this property is true the documents container will be the first converted document Default is true
5353
attr_accessor :convert_owner
5454

5555
# Show hidden slides.

0 commit comments

Comments
 (0)