groupdocs-conversion-cloud 24.1__py3-none-any.whl → 24.4__py3-none-any.whl
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.
- groupdocs_conversion_cloud/__init__.py +4 -4
- groupdocs_conversion_cloud/api_client.py +2 -2
- groupdocs_conversion_cloud/configuration.py +2 -2
- groupdocs_conversion_cloud/models/__init__.py +3 -0
- groupdocs_conversion_cloud/models/cad_load_options.py +62 -56
- groupdocs_conversion_cloud/models/cf2_load_options.py +103 -0
- groupdocs_conversion_cloud/models/dwfx_load_options.py +103 -0
- groupdocs_conversion_cloud/models/dwt_load_options.py +103 -0
- groupdocs_conversion_cloud/models/pdf_convert_options.py +84 -6
- groupdocs_conversion_cloud/models/word_processing_convert_options.py +3 -3
- {groupdocs_conversion_cloud-24.1.dist-info → groupdocs_conversion_cloud-24.4.dist-info}/METADATA +1 -1
- {groupdocs_conversion_cloud-24.1.dist-info → groupdocs_conversion_cloud-24.4.dist-info}/RECORD +15 -12
- {groupdocs_conversion_cloud-24.1.dist-info → groupdocs_conversion_cloud-24.4.dist-info}/WHEEL +1 -1
- {groupdocs_conversion_cloud-24.1.dist-info → groupdocs_conversion_cloud-24.4.dist-info}/LICENSE +0 -0
- {groupdocs_conversion_cloud-24.1.dist-info → groupdocs_conversion_cloud-24.4.dist-info}/top_level.txt +0 -0
@@ -48,7 +48,6 @@ from groupdocs_conversion_cloud.models.stored_converted_result import StoredConv
|
|
48
48
|
from groupdocs_conversion_cloud.models.supported_format import SupportedFormat
|
49
49
|
from groupdocs_conversion_cloud.models.watermark_options import WatermarkOptions
|
50
50
|
from groupdocs_conversion_cloud.models.cad_load_options import CadLoadOptions
|
51
|
-
from groupdocs_conversion_cloud.models.csv_load_options import CsvLoadOptions
|
52
51
|
from groupdocs_conversion_cloud.models.diagram_load_options import DiagramLoadOptions
|
53
52
|
from groupdocs_conversion_cloud.models.e_book_convert_options import EBookConvertOptions
|
54
53
|
from groupdocs_conversion_cloud.models.email_load_options import EmailLoadOptions
|
@@ -73,6 +72,8 @@ from groupdocs_conversion_cloud.models.word_processing_load_options import WordP
|
|
73
72
|
from groupdocs_conversion_cloud.models.xml_load_options import XmlLoadOptions
|
74
73
|
from groupdocs_conversion_cloud.models.bmp_convert_options import BmpConvertOptions
|
75
74
|
from groupdocs_conversion_cloud.models.bmp_load_options import BmpLoadOptions
|
75
|
+
from groupdocs_conversion_cloud.models.cf2_load_options import Cf2LoadOptions
|
76
|
+
from groupdocs_conversion_cloud.models.csv_load_options import CsvLoadOptions
|
76
77
|
from groupdocs_conversion_cloud.models.dcm_convert_options import DcmConvertOptions
|
77
78
|
from groupdocs_conversion_cloud.models.dcm_load_options import DcmLoadOptions
|
78
79
|
from groupdocs_conversion_cloud.models.dgn_load_options import DgnLoadOptions
|
@@ -92,7 +93,9 @@ from groupdocs_conversion_cloud.models.dotm_load_options import DotmLoadOptions
|
|
92
93
|
from groupdocs_conversion_cloud.models.dotx_convert_options import DotxConvertOptions
|
93
94
|
from groupdocs_conversion_cloud.models.dotx_load_options import DotxLoadOptions
|
94
95
|
from groupdocs_conversion_cloud.models.dwf_load_options import DwfLoadOptions
|
96
|
+
from groupdocs_conversion_cloud.models.dwfx_load_options import DwfxLoadOptions
|
95
97
|
from groupdocs_conversion_cloud.models.dwg_load_options import DwgLoadOptions
|
98
|
+
from groupdocs_conversion_cloud.models.dwt_load_options import DwtLoadOptions
|
96
99
|
from groupdocs_conversion_cloud.models.dxf_load_options import DxfLoadOptions
|
97
100
|
from groupdocs_conversion_cloud.models.emf_convert_options import EmfConvertOptions
|
98
101
|
from groupdocs_conversion_cloud.models.emf_load_options import EmfLoadOptions
|
@@ -199,6 +202,3 @@ from groupdocs_conversion_cloud.models.jpf_convert_options import JpfConvertOpti
|
|
199
202
|
from groupdocs_conversion_cloud.models.jpm_convert_options import JpmConvertOptions
|
200
203
|
from groupdocs_conversion_cloud.models.jpx_convert_options import JpxConvertOptions
|
201
204
|
from groupdocs_conversion_cloud.models.tif_convert_options import TifConvertOptions
|
202
|
-
|
203
|
-
|
204
|
-
|
@@ -74,12 +74,12 @@ class ApiClient(object):
|
|
74
74
|
self.configuration = configuration
|
75
75
|
self.pool = None
|
76
76
|
self.rest_client = rest.RESTClientObject(configuration)
|
77
|
-
self.default_headers = {'x-groupdocs-client': 'python sdk', 'x-groupdocs-version': '24.
|
77
|
+
self.default_headers = {'x-groupdocs-client': 'python sdk', 'x-groupdocs-version': '24.4'}
|
78
78
|
if header_name is not None:
|
79
79
|
self.default_headers[header_name] = header_value
|
80
80
|
self.cookie = cookie
|
81
81
|
# Set default User-Agent.
|
82
|
-
self.user_agent = 'python sdk 24.
|
82
|
+
self.user_agent = 'python sdk 24.4'
|
83
83
|
|
84
84
|
def __del__(self):
|
85
85
|
if self.pool is not None:
|
@@ -202,6 +202,6 @@ class Configuration(object):
|
|
202
202
|
return "Python SDK Debug Report:\n"\
|
203
203
|
"OS: {env}\n"\
|
204
204
|
"Python Version: {pyversion}\n"\
|
205
|
-
"Version of the API: 24.
|
206
|
-
"SDK Package Version: 24.
|
205
|
+
"Version of the API: 24.4\n"\
|
206
|
+
"SDK Package Version: 24.4".\
|
207
207
|
format(env=sys.platform, pyversion=sys.version)
|
@@ -50,6 +50,7 @@ from groupdocs_conversion_cloud.models.word_processing_load_options import WordP
|
|
50
50
|
from groupdocs_conversion_cloud.models.xml_load_options import XmlLoadOptions
|
51
51
|
from groupdocs_conversion_cloud.models.bmp_convert_options import BmpConvertOptions
|
52
52
|
from groupdocs_conversion_cloud.models.bmp_load_options import BmpLoadOptions
|
53
|
+
from groupdocs_conversion_cloud.models.cf2_load_options import Cf2LoadOptions
|
53
54
|
from groupdocs_conversion_cloud.models.csv_load_options import CsvLoadOptions
|
54
55
|
from groupdocs_conversion_cloud.models.dcm_convert_options import DcmConvertOptions
|
55
56
|
from groupdocs_conversion_cloud.models.dcm_load_options import DcmLoadOptions
|
@@ -70,7 +71,9 @@ from groupdocs_conversion_cloud.models.dotm_load_options import DotmLoadOptions
|
|
70
71
|
from groupdocs_conversion_cloud.models.dotx_convert_options import DotxConvertOptions
|
71
72
|
from groupdocs_conversion_cloud.models.dotx_load_options import DotxLoadOptions
|
72
73
|
from groupdocs_conversion_cloud.models.dwf_load_options import DwfLoadOptions
|
74
|
+
from groupdocs_conversion_cloud.models.dwfx_load_options import DwfxLoadOptions
|
73
75
|
from groupdocs_conversion_cloud.models.dwg_load_options import DwgLoadOptions
|
76
|
+
from groupdocs_conversion_cloud.models.dwt_load_options import DwtLoadOptions
|
74
77
|
from groupdocs_conversion_cloud.models.dxf_load_options import DxfLoadOptions
|
75
78
|
from groupdocs_conversion_cloud.models.emf_convert_options import EmfConvertOptions
|
76
79
|
from groupdocs_conversion_cloud.models.emf_load_options import EmfLoadOptions
|
@@ -45,30 +45,30 @@ class CadLoadOptions(LoadOptions):
|
|
45
45
|
and the value is json key in definition.
|
46
46
|
"""
|
47
47
|
swagger_types = {
|
48
|
-
'
|
49
|
-
'
|
50
|
-
'
|
48
|
+
'layout_names': 'list[str]',
|
49
|
+
'background_color': 'str',
|
50
|
+
'draw_type': 'str'
|
51
51
|
}
|
52
52
|
|
53
53
|
attribute_map = {
|
54
|
-
'
|
55
|
-
'
|
56
|
-
'
|
54
|
+
'layout_names': 'LayoutNames',
|
55
|
+
'background_color': 'BackgroundColor',
|
56
|
+
'draw_type': 'DrawType'
|
57
57
|
}
|
58
58
|
|
59
|
-
def __init__(self,
|
59
|
+
def __init__(self, layout_names=None, background_color=None, draw_type=None, **kwargs): # noqa: E501
|
60
60
|
"""Initializes new instance of CadLoadOptions""" # noqa: E501
|
61
61
|
|
62
|
-
self._width = None
|
63
|
-
self._height = None
|
64
62
|
self._layout_names = None
|
63
|
+
self._background_color = None
|
64
|
+
self._draw_type = None
|
65
65
|
|
66
|
-
if width is not None:
|
67
|
-
self.width = width
|
68
|
-
if height is not None:
|
69
|
-
self.height = height
|
70
66
|
if layout_names is not None:
|
71
67
|
self.layout_names = layout_names
|
68
|
+
if background_color is not None:
|
69
|
+
self.background_color = background_color
|
70
|
+
if draw_type is not None:
|
71
|
+
self.draw_type = draw_type
|
72
72
|
|
73
73
|
base = super(CadLoadOptions, self)
|
74
74
|
base.__init__(**kwargs)
|
@@ -77,80 +77,86 @@ class CadLoadOptions(LoadOptions):
|
|
77
77
|
self.attribute_map.update(base.attribute_map)
|
78
78
|
|
79
79
|
@property
|
80
|
-
def
|
80
|
+
def layout_names(self):
|
81
81
|
"""
|
82
|
-
Gets the
|
82
|
+
Gets the layout_names. # noqa: E501
|
83
83
|
|
84
|
-
|
84
|
+
Render specific CAD layouts # noqa: E501
|
85
85
|
|
86
|
-
:return: The
|
87
|
-
:rtype:
|
86
|
+
:return: The layout_names. # noqa: E501
|
87
|
+
:rtype: list[str]
|
88
88
|
"""
|
89
|
-
return self.
|
89
|
+
return self._layout_names
|
90
90
|
|
91
|
-
@
|
92
|
-
def
|
91
|
+
@layout_names.setter
|
92
|
+
def layout_names(self, layout_names):
|
93
93
|
"""
|
94
|
-
Sets the
|
94
|
+
Sets the layout_names.
|
95
95
|
|
96
|
-
|
96
|
+
Render specific CAD layouts # noqa: E501
|
97
97
|
|
98
|
-
:param
|
99
|
-
:type:
|
98
|
+
:param layout_names: The layout_names. # noqa: E501
|
99
|
+
:type: list[str]
|
100
100
|
"""
|
101
|
-
|
102
|
-
raise ValueError("Invalid value for `width`, must not be `None`") # noqa: E501
|
103
|
-
self._width = width
|
101
|
+
self._layout_names = layout_names
|
104
102
|
|
105
103
|
@property
|
106
|
-
def
|
104
|
+
def background_color(self):
|
107
105
|
"""
|
108
|
-
Gets the
|
106
|
+
Gets the background_color. # noqa: E501
|
109
107
|
|
110
|
-
|
108
|
+
Gets or sets a background color. # noqa: E501
|
111
109
|
|
112
|
-
:return: The
|
113
|
-
:rtype:
|
110
|
+
:return: The background_color. # noqa: E501
|
111
|
+
:rtype: str
|
114
112
|
"""
|
115
|
-
return self.
|
113
|
+
return self._background_color
|
116
114
|
|
117
|
-
@
|
118
|
-
def
|
115
|
+
@background_color.setter
|
116
|
+
def background_color(self, background_color):
|
119
117
|
"""
|
120
|
-
Sets the
|
118
|
+
Sets the background_color.
|
121
119
|
|
122
|
-
|
120
|
+
Gets or sets a background color. # noqa: E501
|
123
121
|
|
124
|
-
:param
|
125
|
-
:type:
|
122
|
+
:param background_color: The background_color. # noqa: E501
|
123
|
+
:type: str
|
126
124
|
"""
|
127
|
-
|
128
|
-
raise ValueError("Invalid value for `height`, must not be `None`") # noqa: E501
|
129
|
-
self._height = height
|
125
|
+
self._background_color = background_color
|
130
126
|
|
131
127
|
@property
|
132
|
-
def
|
128
|
+
def draw_type(self):
|
133
129
|
"""
|
134
|
-
Gets the
|
130
|
+
Gets the draw_type. # noqa: E501
|
135
131
|
|
136
|
-
|
132
|
+
Gets or sets type of drawing. # noqa: E501
|
137
133
|
|
138
|
-
:return: The
|
139
|
-
:rtype:
|
134
|
+
:return: The draw_type. # noqa: E501
|
135
|
+
:rtype: str
|
140
136
|
"""
|
141
|
-
return self.
|
137
|
+
return self._draw_type
|
142
138
|
|
143
|
-
@
|
144
|
-
def
|
139
|
+
@draw_type.setter
|
140
|
+
def draw_type(self, draw_type):
|
145
141
|
"""
|
146
|
-
Sets the
|
142
|
+
Sets the draw_type.
|
147
143
|
|
148
|
-
|
144
|
+
Gets or sets type of drawing. # noqa: E501
|
149
145
|
|
150
|
-
:param
|
151
|
-
:type:
|
146
|
+
:param draw_type: The draw_type. # noqa: E501
|
147
|
+
:type: str
|
152
148
|
"""
|
153
|
-
|
149
|
+
if draw_type is None:
|
150
|
+
raise ValueError("Invalid value for `draw_type`, must not be `None`") # noqa: E501
|
151
|
+
allowed_values = ["UseDrawColor", "UseObjectColor"] # noqa: E501
|
152
|
+
if not draw_type.isdigit():
|
153
|
+
if draw_type not in allowed_values:
|
154
|
+
raise ValueError(
|
155
|
+
"Invalid value for `draw_type` ({0}), must be one of {1}" # noqa: E501
|
156
|
+
.format(draw_type, allowed_values))
|
157
|
+
self._draw_type = draw_type
|
158
|
+
else:
|
159
|
+
self._draw_type = allowed_values[int(draw_type) if six.PY3 else long(draw_type)]
|
154
160
|
|
155
161
|
def to_dict(self):
|
156
162
|
"""Returns the model properties as a dict"""
|
@@ -0,0 +1,103 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
# -----------------------------------------------------------------------------------
|
4
|
+
# <copyright company="Aspose Pty Ltd" file="Cf2LoadOptions.py">
|
5
|
+
# Copyright (c) 2003-2024 Aspose Pty Ltd
|
6
|
+
# </copyright>
|
7
|
+
# <summary>
|
8
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
9
|
+
# of this software and associated documentation files (the "Software"), to deal
|
10
|
+
# in the Software without restriction, including without limitation the rights
|
11
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
12
|
+
# copies of the Software, and to permit persons to whom the Software is
|
13
|
+
# furnished to do so, subject to the following conditions:
|
14
|
+
#
|
15
|
+
# The above copyright notice and this permission notice shall be included in all
|
16
|
+
# copies or substantial portions of the Software.
|
17
|
+
#
|
18
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
19
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
20
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
21
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
22
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
23
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
24
|
+
# SOFTWARE.
|
25
|
+
# </summary>
|
26
|
+
# -----------------------------------------------------------------------------------
|
27
|
+
|
28
|
+
import pprint
|
29
|
+
import re # noqa: F401
|
30
|
+
|
31
|
+
import six
|
32
|
+
|
33
|
+
from groupdocs_conversion_cloud.models import CadLoadOptions
|
34
|
+
|
35
|
+
class Cf2LoadOptions(CadLoadOptions):
|
36
|
+
"""
|
37
|
+
Cf2 load options
|
38
|
+
"""
|
39
|
+
|
40
|
+
"""
|
41
|
+
Attributes:
|
42
|
+
swagger_types (dict): The key is attribute name
|
43
|
+
and the value is attribute type.
|
44
|
+
attribute_map (dict): The key is attribute name
|
45
|
+
and the value is json key in definition.
|
46
|
+
"""
|
47
|
+
swagger_types = {
|
48
|
+
}
|
49
|
+
|
50
|
+
attribute_map = {
|
51
|
+
}
|
52
|
+
|
53
|
+
def __init__(self, **kwargs): # noqa: E501
|
54
|
+
"""Initializes new instance of Cf2LoadOptions""" # noqa: E501
|
55
|
+
|
56
|
+
base = super(Cf2LoadOptions, self)
|
57
|
+
base.__init__(**kwargs)
|
58
|
+
|
59
|
+
self.swagger_types.update(base.swagger_types)
|
60
|
+
self.attribute_map.update(base.attribute_map)
|
61
|
+
|
62
|
+
def to_dict(self):
|
63
|
+
"""Returns the model properties as a dict"""
|
64
|
+
result = {}
|
65
|
+
|
66
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
67
|
+
value = getattr(self, attr)
|
68
|
+
if isinstance(value, list):
|
69
|
+
result[attr] = list(map(
|
70
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
71
|
+
value
|
72
|
+
))
|
73
|
+
elif hasattr(value, "to_dict"):
|
74
|
+
result[attr] = value.to_dict()
|
75
|
+
elif isinstance(value, dict):
|
76
|
+
result[attr] = dict(map(
|
77
|
+
lambda item: (item[0], item[1].to_dict())
|
78
|
+
if hasattr(item[1], "to_dict") else item,
|
79
|
+
value.items()
|
80
|
+
))
|
81
|
+
else:
|
82
|
+
result[attr] = value
|
83
|
+
|
84
|
+
return result
|
85
|
+
|
86
|
+
def to_str(self):
|
87
|
+
"""Returns the string representation of the model"""
|
88
|
+
return pprint.pformat(self.to_dict())
|
89
|
+
|
90
|
+
def __repr__(self):
|
91
|
+
"""For `print` and `pprint`"""
|
92
|
+
return self.to_str()
|
93
|
+
|
94
|
+
def __eq__(self, other):
|
95
|
+
"""Returns true if both objects are equal"""
|
96
|
+
if not isinstance(other, Cf2LoadOptions):
|
97
|
+
return False
|
98
|
+
|
99
|
+
return self.__dict__ == other.__dict__
|
100
|
+
|
101
|
+
def __ne__(self, other):
|
102
|
+
"""Returns true if both objects are not equal"""
|
103
|
+
return not self == other
|
@@ -0,0 +1,103 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
# -----------------------------------------------------------------------------------
|
4
|
+
# <copyright company="Aspose Pty Ltd" file="DwfxLoadOptions.py">
|
5
|
+
# Copyright (c) 2003-2024 Aspose Pty Ltd
|
6
|
+
# </copyright>
|
7
|
+
# <summary>
|
8
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
9
|
+
# of this software and associated documentation files (the "Software"), to deal
|
10
|
+
# in the Software without restriction, including without limitation the rights
|
11
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
12
|
+
# copies of the Software, and to permit persons to whom the Software is
|
13
|
+
# furnished to do so, subject to the following conditions:
|
14
|
+
#
|
15
|
+
# The above copyright notice and this permission notice shall be included in all
|
16
|
+
# copies or substantial portions of the Software.
|
17
|
+
#
|
18
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
19
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
20
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
21
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
22
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
23
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
24
|
+
# SOFTWARE.
|
25
|
+
# </summary>
|
26
|
+
# -----------------------------------------------------------------------------------
|
27
|
+
|
28
|
+
import pprint
|
29
|
+
import re # noqa: F401
|
30
|
+
|
31
|
+
import six
|
32
|
+
|
33
|
+
from groupdocs_conversion_cloud.models import CadLoadOptions
|
34
|
+
|
35
|
+
class DwfxLoadOptions(CadLoadOptions):
|
36
|
+
"""
|
37
|
+
Dwfx load options
|
38
|
+
"""
|
39
|
+
|
40
|
+
"""
|
41
|
+
Attributes:
|
42
|
+
swagger_types (dict): The key is attribute name
|
43
|
+
and the value is attribute type.
|
44
|
+
attribute_map (dict): The key is attribute name
|
45
|
+
and the value is json key in definition.
|
46
|
+
"""
|
47
|
+
swagger_types = {
|
48
|
+
}
|
49
|
+
|
50
|
+
attribute_map = {
|
51
|
+
}
|
52
|
+
|
53
|
+
def __init__(self, **kwargs): # noqa: E501
|
54
|
+
"""Initializes new instance of DwfxLoadOptions""" # noqa: E501
|
55
|
+
|
56
|
+
base = super(DwfxLoadOptions, self)
|
57
|
+
base.__init__(**kwargs)
|
58
|
+
|
59
|
+
self.swagger_types.update(base.swagger_types)
|
60
|
+
self.attribute_map.update(base.attribute_map)
|
61
|
+
|
62
|
+
def to_dict(self):
|
63
|
+
"""Returns the model properties as a dict"""
|
64
|
+
result = {}
|
65
|
+
|
66
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
67
|
+
value = getattr(self, attr)
|
68
|
+
if isinstance(value, list):
|
69
|
+
result[attr] = list(map(
|
70
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
71
|
+
value
|
72
|
+
))
|
73
|
+
elif hasattr(value, "to_dict"):
|
74
|
+
result[attr] = value.to_dict()
|
75
|
+
elif isinstance(value, dict):
|
76
|
+
result[attr] = dict(map(
|
77
|
+
lambda item: (item[0], item[1].to_dict())
|
78
|
+
if hasattr(item[1], "to_dict") else item,
|
79
|
+
value.items()
|
80
|
+
))
|
81
|
+
else:
|
82
|
+
result[attr] = value
|
83
|
+
|
84
|
+
return result
|
85
|
+
|
86
|
+
def to_str(self):
|
87
|
+
"""Returns the string representation of the model"""
|
88
|
+
return pprint.pformat(self.to_dict())
|
89
|
+
|
90
|
+
def __repr__(self):
|
91
|
+
"""For `print` and `pprint`"""
|
92
|
+
return self.to_str()
|
93
|
+
|
94
|
+
def __eq__(self, other):
|
95
|
+
"""Returns true if both objects are equal"""
|
96
|
+
if not isinstance(other, DwfxLoadOptions):
|
97
|
+
return False
|
98
|
+
|
99
|
+
return self.__dict__ == other.__dict__
|
100
|
+
|
101
|
+
def __ne__(self, other):
|
102
|
+
"""Returns true if both objects are not equal"""
|
103
|
+
return not self == other
|
@@ -0,0 +1,103 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
# -----------------------------------------------------------------------------------
|
4
|
+
# <copyright company="Aspose Pty Ltd" file="DwtLoadOptions.py">
|
5
|
+
# Copyright (c) 2003-2024 Aspose Pty Ltd
|
6
|
+
# </copyright>
|
7
|
+
# <summary>
|
8
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
9
|
+
# of this software and associated documentation files (the "Software"), to deal
|
10
|
+
# in the Software without restriction, including without limitation the rights
|
11
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
12
|
+
# copies of the Software, and to permit persons to whom the Software is
|
13
|
+
# furnished to do so, subject to the following conditions:
|
14
|
+
#
|
15
|
+
# The above copyright notice and this permission notice shall be included in all
|
16
|
+
# copies or substantial portions of the Software.
|
17
|
+
#
|
18
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
19
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
20
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
21
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
22
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
23
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
24
|
+
# SOFTWARE.
|
25
|
+
# </summary>
|
26
|
+
# -----------------------------------------------------------------------------------
|
27
|
+
|
28
|
+
import pprint
|
29
|
+
import re # noqa: F401
|
30
|
+
|
31
|
+
import six
|
32
|
+
|
33
|
+
from groupdocs_conversion_cloud.models import CadLoadOptions
|
34
|
+
|
35
|
+
class DwtLoadOptions(CadLoadOptions):
|
36
|
+
"""
|
37
|
+
Dwt load options
|
38
|
+
"""
|
39
|
+
|
40
|
+
"""
|
41
|
+
Attributes:
|
42
|
+
swagger_types (dict): The key is attribute name
|
43
|
+
and the value is attribute type.
|
44
|
+
attribute_map (dict): The key is attribute name
|
45
|
+
and the value is json key in definition.
|
46
|
+
"""
|
47
|
+
swagger_types = {
|
48
|
+
}
|
49
|
+
|
50
|
+
attribute_map = {
|
51
|
+
}
|
52
|
+
|
53
|
+
def __init__(self, **kwargs): # noqa: E501
|
54
|
+
"""Initializes new instance of DwtLoadOptions""" # noqa: E501
|
55
|
+
|
56
|
+
base = super(DwtLoadOptions, self)
|
57
|
+
base.__init__(**kwargs)
|
58
|
+
|
59
|
+
self.swagger_types.update(base.swagger_types)
|
60
|
+
self.attribute_map.update(base.attribute_map)
|
61
|
+
|
62
|
+
def to_dict(self):
|
63
|
+
"""Returns the model properties as a dict"""
|
64
|
+
result = {}
|
65
|
+
|
66
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
67
|
+
value = getattr(self, attr)
|
68
|
+
if isinstance(value, list):
|
69
|
+
result[attr] = list(map(
|
70
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
71
|
+
value
|
72
|
+
))
|
73
|
+
elif hasattr(value, "to_dict"):
|
74
|
+
result[attr] = value.to_dict()
|
75
|
+
elif isinstance(value, dict):
|
76
|
+
result[attr] = dict(map(
|
77
|
+
lambda item: (item[0], item[1].to_dict())
|
78
|
+
if hasattr(item[1], "to_dict") else item,
|
79
|
+
value.items()
|
80
|
+
))
|
81
|
+
else:
|
82
|
+
result[attr] = value
|
83
|
+
|
84
|
+
return result
|
85
|
+
|
86
|
+
def to_str(self):
|
87
|
+
"""Returns the string representation of the model"""
|
88
|
+
return pprint.pformat(self.to_dict())
|
89
|
+
|
90
|
+
def __repr__(self):
|
91
|
+
"""For `print` and `pprint`"""
|
92
|
+
return self.to_str()
|
93
|
+
|
94
|
+
def __eq__(self, other):
|
95
|
+
"""Returns true if both objects are equal"""
|
96
|
+
if not isinstance(other, DwtLoadOptions):
|
97
|
+
return False
|
98
|
+
|
99
|
+
return self.__dict__ == other.__dict__
|
100
|
+
|
101
|
+
def __ne__(self, other):
|
102
|
+
"""Returns true if both objects are not equal"""
|
103
|
+
return not self == other
|
@@ -47,7 +47,7 @@ class PdfConvertOptions(ConvertOptions):
|
|
47
47
|
swagger_types = {
|
48
48
|
'width': 'int',
|
49
49
|
'height': 'int',
|
50
|
-
'dpi': '
|
50
|
+
'dpi': 'int',
|
51
51
|
'password': 'str',
|
52
52
|
'margin_top': 'int',
|
53
53
|
'margin_bottom': 'int',
|
@@ -74,7 +74,9 @@ class PdfConvertOptions(ConvertOptions):
|
|
74
74
|
'non_full_screen_page_mode': 'str',
|
75
75
|
'page_layout': 'str',
|
76
76
|
'page_mode': 'str',
|
77
|
-
'rotate': 'str'
|
77
|
+
'rotate': 'str',
|
78
|
+
'page_size': 'str',
|
79
|
+
'page_orientation': 'str'
|
78
80
|
}
|
79
81
|
|
80
82
|
attribute_map = {
|
@@ -107,10 +109,12 @@ class PdfConvertOptions(ConvertOptions):
|
|
107
109
|
'non_full_screen_page_mode': 'NonFullScreenPageMode',
|
108
110
|
'page_layout': 'PageLayout',
|
109
111
|
'page_mode': 'PageMode',
|
110
|
-
'rotate': 'Rotate'
|
112
|
+
'rotate': 'Rotate',
|
113
|
+
'page_size': 'PageSize',
|
114
|
+
'page_orientation': 'PageOrientation'
|
111
115
|
}
|
112
116
|
|
113
|
-
def __init__(self, width=None, height=None, dpi=None, password=None, margin_top=None, margin_bottom=None, margin_left=None, margin_right=None, pdf_format=None, remove_pdfa_compliance=None, zoom=None, linearize=None, link_duplicate_streams=None, remove_unused_objects=None, remove_unused_streams=None, compress_images=None, image_quality=None, unembed_fonts=None, grayscale=None, center_window=None, direction=None, display_doc_title=None, fit_window=None, hide_menu_bar=None, hide_tool_bar=None, hide_window_ui=None, non_full_screen_page_mode=None, page_layout=None, page_mode=None, rotate=None, **kwargs): # noqa: E501
|
117
|
+
def __init__(self, width=None, height=None, dpi=None, password=None, margin_top=None, margin_bottom=None, margin_left=None, margin_right=None, pdf_format=None, remove_pdfa_compliance=None, zoom=None, linearize=None, link_duplicate_streams=None, remove_unused_objects=None, remove_unused_streams=None, compress_images=None, image_quality=None, unembed_fonts=None, grayscale=None, center_window=None, direction=None, display_doc_title=None, fit_window=None, hide_menu_bar=None, hide_tool_bar=None, hide_window_ui=None, non_full_screen_page_mode=None, page_layout=None, page_mode=None, rotate=None, page_size=None, page_orientation=None, **kwargs): # noqa: E501
|
114
118
|
"""Initializes new instance of PdfConvertOptions""" # noqa: E501
|
115
119
|
|
116
120
|
self._width = None
|
@@ -143,6 +147,8 @@ class PdfConvertOptions(ConvertOptions):
|
|
143
147
|
self._page_layout = None
|
144
148
|
self._page_mode = None
|
145
149
|
self._rotate = None
|
150
|
+
self._page_size = None
|
151
|
+
self._page_orientation = None
|
146
152
|
|
147
153
|
if width is not None:
|
148
154
|
self.width = width
|
@@ -204,6 +210,10 @@ class PdfConvertOptions(ConvertOptions):
|
|
204
210
|
self.page_mode = page_mode
|
205
211
|
if rotate is not None:
|
206
212
|
self.rotate = rotate
|
213
|
+
if page_size is not None:
|
214
|
+
self.page_size = page_size
|
215
|
+
if page_orientation is not None:
|
216
|
+
self.page_orientation = page_orientation
|
207
217
|
|
208
218
|
base = super(PdfConvertOptions, self)
|
209
219
|
base.__init__(**kwargs)
|
@@ -271,7 +281,7 @@ class PdfConvertOptions(ConvertOptions):
|
|
271
281
|
Desired page DPI after conversion. The default resolution is: 96dpi # noqa: E501
|
272
282
|
|
273
283
|
:return: The dpi. # noqa: E501
|
274
|
-
:rtype:
|
284
|
+
:rtype: int
|
275
285
|
"""
|
276
286
|
return self._dpi
|
277
287
|
|
@@ -283,7 +293,7 @@ class PdfConvertOptions(ConvertOptions):
|
|
283
293
|
Desired page DPI after conversion. The default resolution is: 96dpi # noqa: E501
|
284
294
|
|
285
295
|
:param dpi: The dpi. # noqa: E501
|
286
|
-
:type:
|
296
|
+
:type: int
|
287
297
|
"""
|
288
298
|
if dpi is None:
|
289
299
|
raise ValueError("Invalid value for `dpi`, must not be `None`") # noqa: E501
|
@@ -1036,6 +1046,74 @@ class PdfConvertOptions(ConvertOptions):
|
|
1036
1046
|
self._rotate = rotate
|
1037
1047
|
else:
|
1038
1048
|
self._rotate = allowed_values[int(rotate) if six.PY3 else long(rotate)]
|
1049
|
+
|
1050
|
+
@property
|
1051
|
+
def page_size(self):
|
1052
|
+
"""
|
1053
|
+
Gets the page_size. # noqa: E501
|
1054
|
+
|
1055
|
+
Specifies page size # noqa: E501
|
1056
|
+
|
1057
|
+
:return: The page_size. # noqa: E501
|
1058
|
+
:rtype: str
|
1059
|
+
"""
|
1060
|
+
return self._page_size
|
1061
|
+
|
1062
|
+
@page_size.setter
|
1063
|
+
def page_size(self, page_size):
|
1064
|
+
"""
|
1065
|
+
Sets the page_size.
|
1066
|
+
|
1067
|
+
Specifies page size # noqa: E501
|
1068
|
+
|
1069
|
+
:param page_size: The page_size. # noqa: E501
|
1070
|
+
:type: str
|
1071
|
+
"""
|
1072
|
+
if page_size is None:
|
1073
|
+
raise ValueError("Invalid value for `page_size`, must not be `None`") # noqa: E501
|
1074
|
+
allowed_values = ["Default", "A3", "Statement", "Quarto", "Paper11x17", "Paper10x14", "Letter", "Legal", "Ledger", "Folio", "Executive", "EnvelopeDL", "Custom", "B5", "B4", "A5", "A4", "Tabloid"] # noqa: E501
|
1075
|
+
if not page_size.isdigit():
|
1076
|
+
if page_size not in allowed_values:
|
1077
|
+
raise ValueError(
|
1078
|
+
"Invalid value for `page_size` ({0}), must be one of {1}" # noqa: E501
|
1079
|
+
.format(page_size, allowed_values))
|
1080
|
+
self._page_size = page_size
|
1081
|
+
else:
|
1082
|
+
self._page_size = allowed_values[int(page_size) if six.PY3 else long(page_size)]
|
1083
|
+
|
1084
|
+
@property
|
1085
|
+
def page_orientation(self):
|
1086
|
+
"""
|
1087
|
+
Gets the page_orientation. # noqa: E501
|
1088
|
+
|
1089
|
+
Specifies page orientation # noqa: E501
|
1090
|
+
|
1091
|
+
:return: The page_orientation. # noqa: E501
|
1092
|
+
:rtype: str
|
1093
|
+
"""
|
1094
|
+
return self._page_orientation
|
1095
|
+
|
1096
|
+
@page_orientation.setter
|
1097
|
+
def page_orientation(self, page_orientation):
|
1098
|
+
"""
|
1099
|
+
Sets the page_orientation.
|
1100
|
+
|
1101
|
+
Specifies page orientation # noqa: E501
|
1102
|
+
|
1103
|
+
:param page_orientation: The page_orientation. # noqa: E501
|
1104
|
+
:type: str
|
1105
|
+
"""
|
1106
|
+
if page_orientation is None:
|
1107
|
+
raise ValueError("Invalid value for `page_orientation`, must not be `None`") # noqa: E501
|
1108
|
+
allowed_values = ["Default", "Landscape", "Portrait"] # noqa: E501
|
1109
|
+
if not page_orientation.isdigit():
|
1110
|
+
if page_orientation not in allowed_values:
|
1111
|
+
raise ValueError(
|
1112
|
+
"Invalid value for `page_orientation` ({0}), must be one of {1}" # noqa: E501
|
1113
|
+
.format(page_orientation, allowed_values))
|
1114
|
+
self._page_orientation = page_orientation
|
1115
|
+
else:
|
1116
|
+
self._page_orientation = allowed_values[int(page_orientation) if six.PY3 else long(page_orientation)]
|
1039
1117
|
|
1040
1118
|
def to_dict(self):
|
1041
1119
|
"""Returns the model properties as a dict"""
|
@@ -47,7 +47,7 @@ class WordProcessingConvertOptions(ConvertOptions):
|
|
47
47
|
swagger_types = {
|
48
48
|
'width': 'int',
|
49
49
|
'height': 'int',
|
50
|
-
'dpi': '
|
50
|
+
'dpi': 'int',
|
51
51
|
'password': 'str',
|
52
52
|
'zoom': 'int',
|
53
53
|
'pdf_recognition_mode': 'str',
|
@@ -161,7 +161,7 @@ class WordProcessingConvertOptions(ConvertOptions):
|
|
161
161
|
Desired page DPI after conversion. The default resolution is: 96dpi # noqa: E501
|
162
162
|
|
163
163
|
:return: The dpi. # noqa: E501
|
164
|
-
:rtype:
|
164
|
+
:rtype: int
|
165
165
|
"""
|
166
166
|
return self._dpi
|
167
167
|
|
@@ -173,7 +173,7 @@ class WordProcessingConvertOptions(ConvertOptions):
|
|
173
173
|
Desired page DPI after conversion. The default resolution is: 96dpi # noqa: E501
|
174
174
|
|
175
175
|
:param dpi: The dpi. # noqa: E501
|
176
|
-
:type:
|
176
|
+
:type: int
|
177
177
|
"""
|
178
178
|
if dpi is None:
|
179
179
|
raise ValueError("Invalid value for `dpi`, must not be `None`") # noqa: E501
|
{groupdocs_conversion_cloud-24.1.dist-info → groupdocs_conversion_cloud-24.4.dist-info}/RECORD
RENAMED
@@ -1,8 +1,8 @@
|
|
1
|
-
groupdocs_conversion_cloud/__init__.py,sha256=
|
2
|
-
groupdocs_conversion_cloud/api_client.py,sha256=
|
1
|
+
groupdocs_conversion_cloud/__init__.py,sha256=JkDSjDrwo8WuvVzkXR7D4kcN7OhfM3gK0_aBrbftDYg,15931
|
2
|
+
groupdocs_conversion_cloud/api_client.py,sha256=Yly68inqq0mNpQXFQhzGSkrZDuAc8sQ2d532yp7GaQA,26255
|
3
3
|
groupdocs_conversion_cloud/api_exception.py,sha256=T6GNNC35Vtagbu5LdD37pRZbMzCrEgb0_lqhdAmT7yE,2674
|
4
4
|
groupdocs_conversion_cloud/auth.py,sha256=aQszQ0RPOx3-8Osx5XGZU5PkQYiL5snZHDyyfF_EiGs,3307
|
5
|
-
groupdocs_conversion_cloud/configuration.py,sha256=
|
5
|
+
groupdocs_conversion_cloud/configuration.py,sha256=SIODIT1wGL5JMycKzEIquoP1B3wDJ1oYyNpHYxLcslA,7681
|
6
6
|
groupdocs_conversion_cloud/rest.py,sha256=EVIuZpi0F2-ZYF3O1omyJr5-B4bNKh_Jx9I49VvN4GQ,13739
|
7
7
|
groupdocs_conversion_cloud/apis/__init__.py,sha256=YxH6zhZVDMfqBjLNxC438yKnDaletGdQbXn8yMg80sA,469
|
8
8
|
groupdocs_conversion_cloud/apis/convert_api.py,sha256=8tZijRMgwkb8yU_hXBkOFIfT9CKXhzP55ukGq2z0_B8,20840
|
@@ -11,12 +11,13 @@ groupdocs_conversion_cloud/apis/folder_api.py,sha256=VI6MpUzVYQmzaue_1immR_9nfJ8
|
|
11
11
|
groupdocs_conversion_cloud/apis/info_api.py,sha256=l1P7-lIK7Z_hcT0vrvhSUlpoytYAccE9u3Zf-Ar2Xh8,16416
|
12
12
|
groupdocs_conversion_cloud/apis/license_api.py,sha256=4aUxqtU1x1unHoCT-MkjC2Ghi9aqe5R3NhqGf8kvNFs,9724
|
13
13
|
groupdocs_conversion_cloud/apis/storage_api.py,sha256=8ROD_WUpePNfneRINCuo8dWfkgvA9ssOHAUdw7x9WvU,26598
|
14
|
-
groupdocs_conversion_cloud/models/__init__.py,sha256=
|
14
|
+
groupdocs_conversion_cloud/models/__init__.py,sha256=NF7BVQSUNAR_n6UNqJL8XEDjyMBPjoNYEQKBlFNCgdA,14552
|
15
15
|
groupdocs_conversion_cloud/models/api_error.py,sha256=Z3uetF8zEht1JeMaIxQHiXieqjcO2RUubfBODhaxezA,6579
|
16
16
|
groupdocs_conversion_cloud/models/api_error_response.py,sha256=TXrGA9LmkulW_7mOAJlJsMDFp3gJW7ahFsKKt_Y0nvg,4674
|
17
17
|
groupdocs_conversion_cloud/models/bmp_convert_options.py,sha256=8ckZtSU_ngDsBZOApyRiyvF7nWUprCurNMWQjBKd6pU,3735
|
18
18
|
groupdocs_conversion_cloud/models/bmp_load_options.py,sha256=wPN53_PmHd3JlCENNcXr1IWrQRbjyhaO-owSEAvGszc,3711
|
19
|
-
groupdocs_conversion_cloud/models/cad_load_options.py,sha256=
|
19
|
+
groupdocs_conversion_cloud/models/cad_load_options.py,sha256=oStsq3tOuKaXVGbFaSUuEphr9XC75p40cfcKZPBu5Bw,6766
|
20
|
+
groupdocs_conversion_cloud/models/cf2_load_options.py,sha256=-7bJwS5dcSvQiB_1YkJSSAZeYPD0SqhaU_P15Al7orU,3707
|
20
21
|
groupdocs_conversion_cloud/models/consumption_result.py,sha256=AR6AL2GAqeavANVZUCmR7ZbWIaTvizj8_URUE6DqOA0,5129
|
21
22
|
groupdocs_conversion_cloud/models/convert_options.py,sha256=PjCGnTRXJHRR7UPEzdTQ2Vxo86UzFmftwaYu-Hyqltk,6987
|
22
23
|
groupdocs_conversion_cloud/models/convert_settings.py,sha256=NAziNgrFWUxjh7s-pPvaHbrBI34M51-wYt3DaNIKk8E,9847
|
@@ -43,7 +44,9 @@ groupdocs_conversion_cloud/models/dotm_load_options.py,sha256=BL34VJln48uaru7ouQ
|
|
43
44
|
groupdocs_conversion_cloud/models/dotx_convert_options.py,sha256=PHOYYwavlxPShNt6B3FbQaZaygQdki6JUpRxGNWcwlE,3759
|
44
45
|
groupdocs_conversion_cloud/models/dotx_load_options.py,sha256=5Yh-jhGBO31e25G3UpUuPuxhX7bVpl-zx6UpEq0S4Fw,3735
|
45
46
|
groupdocs_conversion_cloud/models/dwf_load_options.py,sha256=bmaaAskGhhsAKQCa6xa8DOsk6yQ7oAmAaCAHN3AZmRs,3707
|
47
|
+
groupdocs_conversion_cloud/models/dwfx_load_options.py,sha256=bhlsrlEs6S4wuDd_gsamdEQLsvfVvyYwZakEkZuyCSk,3713
|
46
48
|
groupdocs_conversion_cloud/models/dwg_load_options.py,sha256=tTuMQQnlHaJ8bA6OnQF4Lkim3vtNBcIsyutMLQayHfw,3707
|
49
|
+
groupdocs_conversion_cloud/models/dwt_load_options.py,sha256=ipDUXvqT4uRiCF2FbfKwpjcwaoBOIjKmYKKzFN4kJEk,3707
|
47
50
|
groupdocs_conversion_cloud/models/dxf_load_options.py,sha256=33AA8Rj8lB7qPMgI1HWr44VZcU1aF0AgROmPe6K4o9o,3707
|
48
51
|
groupdocs_conversion_cloud/models/e_book_convert_options.py,sha256=MMOQvml5EnfPRpe3dMqGz4fKfHN69guzIks6yjLaWu0,6730
|
49
52
|
groupdocs_conversion_cloud/models/email_load_options.py,sha256=oISw_0cSdvDpLNyh7F2GG4PbWrtfKQf136CT9HFkPlU,15696
|
@@ -104,7 +107,7 @@ groupdocs_conversion_cloud/models/ots_convert_options.py,sha256=4xyeRmH6ME5I_Wvn
|
|
104
107
|
groupdocs_conversion_cloud/models/ots_load_options.py,sha256=uBHFrCpRV23a9Yb5PFPD-g5RQZZmGgaZ5Pxq3imBLXQ,3723
|
105
108
|
groupdocs_conversion_cloud/models/ott_convert_options.py,sha256=VvhK87zNRXq9WPteW5S03pc-9Br7qYEQYdRRhMzRfOU,3753
|
106
109
|
groupdocs_conversion_cloud/models/ott_load_options.py,sha256=AWQkG1xXTeYivwPYixrYBOEidnvyr0DoNtJQjk_EbxY,3729
|
107
|
-
groupdocs_conversion_cloud/models/pdf_convert_options.py,sha256=
|
110
|
+
groupdocs_conversion_cloud/models/pdf_convert_options.py,sha256=VdUZGZeup8X_7ss9DLP5q1yH2j7ULErddAElBXaM-YA,40157
|
108
111
|
groupdocs_conversion_cloud/models/pdf_load_options.py,sha256=oiH5Ld2w4oL4Q2lYZRO5gURSj0mv4cLVzmB1bzg1sZI,7811
|
109
112
|
groupdocs_conversion_cloud/models/pdl_convert_options.py,sha256=efaBR736mSnJCKL_8iDaBONMMREzHnyH5Ngk6TF5GzA,3747
|
110
113
|
groupdocs_conversion_cloud/models/personal_storage_load_options.py,sha256=s9Qswt4JkrUU400o1bST3lddvWWbd2L-C2tzUfC8sy8,5352
|
@@ -168,7 +171,7 @@ groupdocs_conversion_cloud/models/webp_convert_options.py,sha256=aJfGTACqHblGdnu
|
|
168
171
|
groupdocs_conversion_cloud/models/webp_load_options.py,sha256=rFh5VJKT_4qe1LT0b345FewpEdCp7jF0ylpyOe2Cz0A,3717
|
169
172
|
groupdocs_conversion_cloud/models/wmf_convert_options.py,sha256=tZlw7Dx1eFVqD0yscG6c-gP7qiOOlFCAVhywrgQMg9c,3735
|
170
173
|
groupdocs_conversion_cloud/models/wmf_load_options.py,sha256=jJ5jn8d7tZbXE9rVL2VRb82puczHz1dcUCfVXzkVoGI,3711
|
171
|
-
groupdocs_conversion_cloud/models/word_processing_convert_options.py,sha256=
|
174
|
+
groupdocs_conversion_cloud/models/word_processing_convert_options.py,sha256=k0hPc308cpKc2DIABj2P0Zg32kCpaO2MJ7SGDsIW3bQ,12939
|
172
175
|
groupdocs_conversion_cloud/models/word_processing_load_options.py,sha256=s10ZeUlFdj98zxvXfhcrDp0xIDrbGPsKW3INOwR1RbY,15011
|
173
176
|
groupdocs_conversion_cloud/models/xls2003_convert_options.py,sha256=naVnJ8roHY7zVGBICQjk4QSPDITC3-1wiPwOeeL6pIk,3771
|
174
177
|
groupdocs_conversion_cloud/models/xls2003_load_options.py,sha256=Tc26CYAeXB-CWN76i9il2JY9gx0hrkMsYWdxcsRbGRo,3747
|
@@ -196,8 +199,8 @@ test/apis/test_file_api.py,sha256=r_dk6swFFsNL1gUXmDQP4bN7NzpjdvAke4lvuhiF8qQ,38
|
|
196
199
|
test/apis/test_folder_api.py,sha256=MBFNyHFZGPD6e316JGe8zaFT5ArZQvrc95SW1z3OIB0,3150
|
197
200
|
test/apis/test_info_api.py,sha256=LpdHt7IpXngfeKzQW4SFJIT_JVV19svwwiibKQgq7XE,2972
|
198
201
|
test/apis/test_storage_api.py,sha256=GpKoJIpv_Sq7j8jPPSXr2DnCJzxPwU8m4PlUkrKrJdo,2735
|
199
|
-
groupdocs_conversion_cloud-24.
|
200
|
-
groupdocs_conversion_cloud-24.
|
201
|
-
groupdocs_conversion_cloud-24.
|
202
|
-
groupdocs_conversion_cloud-24.
|
203
|
-
groupdocs_conversion_cloud-24.
|
202
|
+
groupdocs_conversion_cloud-24.4.dist-info/LICENSE,sha256=Q7-vrpo6A1xjL5SlSuhiE88PxHSP9tF_RA9s5IlfznE,1105
|
203
|
+
groupdocs_conversion_cloud-24.4.dist-info/METADATA,sha256=2__3Y7FmOcARKUOowcIGfYIQLRfOfJzAl5QYq8DYCB0,3149
|
204
|
+
groupdocs_conversion_cloud-24.4.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
205
|
+
groupdocs_conversion_cloud-24.4.dist-info/top_level.txt,sha256=QSw6h5GXn7SFkzZ5fIiGyHwma3Buwqb32LfNpDAu1rI,32
|
206
|
+
groupdocs_conversion_cloud-24.4.dist-info/RECORD,,
|
{groupdocs_conversion_cloud-24.1.dist-info → groupdocs_conversion_cloud-24.4.dist-info}/LICENSE
RENAMED
File without changes
|
File without changes
|