groupdocs-conversion-cloud 24.11__py3-none-any.whl → 25.3__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.
Files changed (204) hide show
  1. groupdocs_conversion_cloud/api_client.py +3 -3
  2. groupdocs_conversion_cloud/api_exception.py +1 -1
  3. groupdocs_conversion_cloud/apis/async_api.py +5 -5
  4. groupdocs_conversion_cloud/apis/convert_api.py +3 -3
  5. groupdocs_conversion_cloud/apis/file_api.py +6 -6
  6. groupdocs_conversion_cloud/apis/folder_api.py +6 -6
  7. groupdocs_conversion_cloud/apis/info_api.py +3 -3
  8. groupdocs_conversion_cloud/apis/license_api.py +1 -1
  9. groupdocs_conversion_cloud/apis/storage_api.py +5 -5
  10. groupdocs_conversion_cloud/auth.py +1 -1
  11. groupdocs_conversion_cloud/configuration.py +3 -3
  12. groupdocs_conversion_cloud/models/api_error.py +1 -1
  13. groupdocs_conversion_cloud/models/api_error_response.py +1 -1
  14. groupdocs_conversion_cloud/models/bmp_convert_options.py +1 -1
  15. groupdocs_conversion_cloud/models/bmp_load_options.py +1 -1
  16. groupdocs_conversion_cloud/models/cad_load_options.py +1 -1
  17. groupdocs_conversion_cloud/models/cf2_load_options.py +1 -1
  18. groupdocs_conversion_cloud/models/consumption_result.py +1 -1
  19. groupdocs_conversion_cloud/models/convert_options.py +1 -1
  20. groupdocs_conversion_cloud/models/convert_settings.py +1 -1
  21. groupdocs_conversion_cloud/models/csv_load_options.py +1 -1
  22. groupdocs_conversion_cloud/models/dcm_convert_options.py +1 -1
  23. groupdocs_conversion_cloud/models/dcm_load_options.py +1 -1
  24. groupdocs_conversion_cloud/models/dgn_load_options.py +1 -1
  25. groupdocs_conversion_cloud/models/diagram_load_options.py +1 -1
  26. groupdocs_conversion_cloud/models/disc_usage.py +1 -1
  27. groupdocs_conversion_cloud/models/djvu_convert_options.py +1 -1
  28. groupdocs_conversion_cloud/models/dng_convert_options.py +1 -1
  29. groupdocs_conversion_cloud/models/dng_load_options.py +1 -1
  30. groupdocs_conversion_cloud/models/doc_convert_options.py +1 -1
  31. groupdocs_conversion_cloud/models/doc_load_options.py +1 -1
  32. groupdocs_conversion_cloud/models/docm_convert_options.py +1 -1
  33. groupdocs_conversion_cloud/models/docm_load_options.py +1 -1
  34. groupdocs_conversion_cloud/models/document_metadata.py +1 -1
  35. groupdocs_conversion_cloud/models/docx_convert_options.py +1 -1
  36. groupdocs_conversion_cloud/models/docx_load_options.py +1 -1
  37. groupdocs_conversion_cloud/models/dot_convert_options.py +1 -1
  38. groupdocs_conversion_cloud/models/dot_load_options.py +1 -1
  39. groupdocs_conversion_cloud/models/dotm_convert_options.py +1 -1
  40. groupdocs_conversion_cloud/models/dotm_load_options.py +1 -1
  41. groupdocs_conversion_cloud/models/dotx_convert_options.py +1 -1
  42. groupdocs_conversion_cloud/models/dotx_load_options.py +1 -1
  43. groupdocs_conversion_cloud/models/dwf_load_options.py +1 -1
  44. groupdocs_conversion_cloud/models/dwfx_load_options.py +1 -1
  45. groupdocs_conversion_cloud/models/dwg_load_options.py +1 -1
  46. groupdocs_conversion_cloud/models/dwt_load_options.py +1 -1
  47. groupdocs_conversion_cloud/models/dxf_load_options.py +1 -1
  48. groupdocs_conversion_cloud/models/e_book_convert_options.py +1 -1
  49. groupdocs_conversion_cloud/models/email_load_options.py +1 -1
  50. groupdocs_conversion_cloud/models/emf_convert_options.py +1 -1
  51. groupdocs_conversion_cloud/models/emf_load_options.py +1 -1
  52. groupdocs_conversion_cloud/models/eml_load_options.py +1 -1
  53. groupdocs_conversion_cloud/models/emlx_load_options.py +1 -1
  54. groupdocs_conversion_cloud/models/error.py +1 -1
  55. groupdocs_conversion_cloud/models/error_details.py +1 -1
  56. groupdocs_conversion_cloud/models/field_label.py +1 -1
  57. groupdocs_conversion_cloud/models/file_version.py +1 -1
  58. groupdocs_conversion_cloud/models/file_versions.py +1 -1
  59. groupdocs_conversion_cloud/models/files_list.py +1 -1
  60. groupdocs_conversion_cloud/models/files_upload_result.py +1 -1
  61. groupdocs_conversion_cloud/models/gif_convert_options.py +1 -1
  62. groupdocs_conversion_cloud/models/gif_load_options.py +1 -1
  63. groupdocs_conversion_cloud/models/ico_convert_options.py +1 -1
  64. groupdocs_conversion_cloud/models/ico_load_options.py +1 -1
  65. groupdocs_conversion_cloud/models/ifc_load_options.py +1 -1
  66. groupdocs_conversion_cloud/models/igs_load_options.py +1 -1
  67. groupdocs_conversion_cloud/models/image_convert_options.py +33 -4
  68. groupdocs_conversion_cloud/models/image_load_options.py +1 -1
  69. groupdocs_conversion_cloud/models/j2c_convert_options.py +1 -1
  70. groupdocs_conversion_cloud/models/j2c_load_options.py +1 -1
  71. groupdocs_conversion_cloud/models/j2k_convert_options.py +1 -1
  72. groupdocs_conversion_cloud/models/j2k_load_options.py +1 -1
  73. groupdocs_conversion_cloud/models/jp2_convert_options.py +1 -1
  74. groupdocs_conversion_cloud/models/jp2_load_options.py +1 -1
  75. groupdocs_conversion_cloud/models/jpeg_convert_options.py +1 -1
  76. groupdocs_conversion_cloud/models/jpeg_load_options.py +1 -1
  77. groupdocs_conversion_cloud/models/jpf_convert_options.py +1 -1
  78. groupdocs_conversion_cloud/models/jpf_load_options.py +1 -1
  79. groupdocs_conversion_cloud/models/jpg_convert_options.py +1 -1
  80. groupdocs_conversion_cloud/models/jpg_load_options.py +1 -1
  81. groupdocs_conversion_cloud/models/jpm_convert_options.py +1 -1
  82. groupdocs_conversion_cloud/models/jpm_load_options.py +1 -1
  83. groupdocs_conversion_cloud/models/jpx_convert_options.py +1 -1
  84. groupdocs_conversion_cloud/models/jpx_load_options.py +1 -1
  85. groupdocs_conversion_cloud/models/license_info.py +1 -1
  86. groupdocs_conversion_cloud/models/load_options.py +1 -1
  87. groupdocs_conversion_cloud/models/mht_load_options.py +1 -1
  88. groupdocs_conversion_cloud/models/mobi_load_options.py +1 -1
  89. groupdocs_conversion_cloud/models/msg_load_options.py +1 -1
  90. groupdocs_conversion_cloud/models/object_exist.py +1 -1
  91. groupdocs_conversion_cloud/models/odg_convert_options.py +1 -1
  92. groupdocs_conversion_cloud/models/odg_load_options.py +1 -1
  93. groupdocs_conversion_cloud/models/odp_convert_options.py +1 -1
  94. groupdocs_conversion_cloud/models/odp_load_options.py +1 -1
  95. groupdocs_conversion_cloud/models/ods_convert_options.py +1 -1
  96. groupdocs_conversion_cloud/models/ods_load_options.py +1 -1
  97. groupdocs_conversion_cloud/models/odt_convert_options.py +1 -1
  98. groupdocs_conversion_cloud/models/odt_load_options.py +1 -1
  99. groupdocs_conversion_cloud/models/one_load_options.py +1 -1
  100. groupdocs_conversion_cloud/models/operation_result.py +1 -1
  101. groupdocs_conversion_cloud/models/ost_load_options.py +1 -1
  102. groupdocs_conversion_cloud/models/otp_convert_options.py +1 -1
  103. groupdocs_conversion_cloud/models/otp_load_options.py +1 -1
  104. groupdocs_conversion_cloud/models/ots_convert_options.py +1 -1
  105. groupdocs_conversion_cloud/models/ots_load_options.py +1 -1
  106. groupdocs_conversion_cloud/models/ott_convert_options.py +1 -1
  107. groupdocs_conversion_cloud/models/ott_load_options.py +1 -1
  108. groupdocs_conversion_cloud/models/pdf_convert_options.py +1 -1
  109. groupdocs_conversion_cloud/models/pdf_load_options.py +1 -1
  110. groupdocs_conversion_cloud/models/pdl_convert_options.py +1 -1
  111. groupdocs_conversion_cloud/models/personal_storage_load_options.py +1 -1
  112. groupdocs_conversion_cloud/models/plt_load_options.py +1 -1
  113. groupdocs_conversion_cloud/models/png_convert_options.py +1 -1
  114. groupdocs_conversion_cloud/models/png_load_options.py +1 -1
  115. groupdocs_conversion_cloud/models/potm_convert_options.py +1 -1
  116. groupdocs_conversion_cloud/models/potm_load_options.py +1 -1
  117. groupdocs_conversion_cloud/models/potx_convert_options.py +1 -1
  118. groupdocs_conversion_cloud/models/potx_load_options.py +1 -1
  119. groupdocs_conversion_cloud/models/pps_convert_options.py +1 -1
  120. groupdocs_conversion_cloud/models/pps_load_options.py +1 -1
  121. groupdocs_conversion_cloud/models/ppsm_convert_options.py +1 -1
  122. groupdocs_conversion_cloud/models/ppsm_load_options.py +1 -1
  123. groupdocs_conversion_cloud/models/ppsx_convert_options.py +1 -1
  124. groupdocs_conversion_cloud/models/ppsx_load_options.py +1 -1
  125. groupdocs_conversion_cloud/models/ppt_convert_options.py +1 -1
  126. groupdocs_conversion_cloud/models/ppt_load_options.py +1 -1
  127. groupdocs_conversion_cloud/models/pptm_convert_options.py +1 -1
  128. groupdocs_conversion_cloud/models/pptm_load_options.py +1 -1
  129. groupdocs_conversion_cloud/models/pptx_convert_options.py +1 -1
  130. groupdocs_conversion_cloud/models/pptx_load_options.py +1 -1
  131. groupdocs_conversion_cloud/models/presentation_convert_options.py +1 -1
  132. groupdocs_conversion_cloud/models/presentation_load_options.py +1 -1
  133. groupdocs_conversion_cloud/models/psd_convert_options.py +1 -1
  134. groupdocs_conversion_cloud/models/psd_load_options.py +1 -1
  135. groupdocs_conversion_cloud/models/pst_load_options.py +1 -1
  136. groupdocs_conversion_cloud/models/rtf_convert_options.py +1 -1
  137. groupdocs_conversion_cloud/models/spreadsheet_convert_options.py +1 -1
  138. groupdocs_conversion_cloud/models/spreadsheet_load_options.py +1 -1
  139. groupdocs_conversion_cloud/models/stl_load_options.py +1 -1
  140. groupdocs_conversion_cloud/models/storage_exist.py +1 -1
  141. groupdocs_conversion_cloud/models/storage_file.py +1 -1
  142. groupdocs_conversion_cloud/models/stored_converted_result.py +1 -1
  143. groupdocs_conversion_cloud/models/supported_format.py +1 -1
  144. groupdocs_conversion_cloud/models/tif_convert_options.py +1 -1
  145. groupdocs_conversion_cloud/models/tif_load_options.py +1 -1
  146. groupdocs_conversion_cloud/models/tiff_convert_options.py +1 -1
  147. groupdocs_conversion_cloud/models/tiff_load_options.py +1 -1
  148. groupdocs_conversion_cloud/models/tsv_convert_options.py +1 -1
  149. groupdocs_conversion_cloud/models/tsv_load_options.py +1 -1
  150. groupdocs_conversion_cloud/models/txt_convert_options.py +1 -1
  151. groupdocs_conversion_cloud/models/txt_load_options.py +1 -1
  152. groupdocs_conversion_cloud/models/vdw_load_options.py +1 -1
  153. groupdocs_conversion_cloud/models/vdx_load_options.py +1 -1
  154. groupdocs_conversion_cloud/models/vsd_load_options.py +1 -1
  155. groupdocs_conversion_cloud/models/vsdm_load_options.py +1 -1
  156. groupdocs_conversion_cloud/models/vsdx_load_options.py +1 -1
  157. groupdocs_conversion_cloud/models/vss_load_options.py +1 -1
  158. groupdocs_conversion_cloud/models/vssm_load_options.py +1 -1
  159. groupdocs_conversion_cloud/models/vssx_load_options.py +1 -1
  160. groupdocs_conversion_cloud/models/vst_load_options.py +1 -1
  161. groupdocs_conversion_cloud/models/vstm_load_options.py +1 -1
  162. groupdocs_conversion_cloud/models/vstx_load_options.py +1 -1
  163. groupdocs_conversion_cloud/models/vsx_load_options.py +1 -1
  164. groupdocs_conversion_cloud/models/vtx_load_options.py +1 -1
  165. groupdocs_conversion_cloud/models/watermark_options.py +1 -1
  166. groupdocs_conversion_cloud/models/web_convert_options.py +1 -1
  167. groupdocs_conversion_cloud/models/web_load_options.py +1 -1
  168. groupdocs_conversion_cloud/models/webp_convert_options.py +1 -1
  169. groupdocs_conversion_cloud/models/webp_load_options.py +1 -1
  170. groupdocs_conversion_cloud/models/wmf_convert_options.py +1 -1
  171. groupdocs_conversion_cloud/models/wmf_load_options.py +1 -1
  172. groupdocs_conversion_cloud/models/word_processing_convert_options.py +1 -1
  173. groupdocs_conversion_cloud/models/word_processing_load_options.py +1 -1
  174. groupdocs_conversion_cloud/models/xls2003_convert_options.py +1 -1
  175. groupdocs_conversion_cloud/models/xls2003_load_options.py +1 -1
  176. groupdocs_conversion_cloud/models/xls_convert_options.py +1 -1
  177. groupdocs_conversion_cloud/models/xls_load_options.py +1 -1
  178. groupdocs_conversion_cloud/models/xlsb_convert_options.py +1 -1
  179. groupdocs_conversion_cloud/models/xlsb_load_options.py +1 -1
  180. groupdocs_conversion_cloud/models/xlsm_convert_options.py +1 -1
  181. groupdocs_conversion_cloud/models/xlsm_load_options.py +1 -1
  182. groupdocs_conversion_cloud/models/xlsx_convert_options.py +1 -1
  183. groupdocs_conversion_cloud/models/xlsx_load_options.py +1 -1
  184. groupdocs_conversion_cloud/models/xltm_convert_options.py +1 -1
  185. groupdocs_conversion_cloud/models/xltm_load_options.py +1 -1
  186. groupdocs_conversion_cloud/models/xltx_convert_options.py +1 -1
  187. groupdocs_conversion_cloud/models/xltx_load_options.py +1 -1
  188. groupdocs_conversion_cloud/models/xml_load_options.py +1 -1
  189. groupdocs_conversion_cloud/rest.py +1 -1
  190. {groupdocs_conversion_cloud-24.11.dist-info → groupdocs_conversion_cloud-25.3.dist-info}/METADATA +11 -2
  191. groupdocs_conversion_cloud-25.3.dist-info/RECORD +208 -0
  192. {groupdocs_conversion_cloud-24.11.dist-info → groupdocs_conversion_cloud-25.3.dist-info}/WHEEL +1 -1
  193. test/apis/test_auth_api.py +1 -1
  194. test/apis/test_convert_api.py +1 -1
  195. test/apis/test_file_api.py +1 -1
  196. test/apis/test_folder_api.py +1 -1
  197. test/apis/test_info_api.py +1 -1
  198. test/apis/test_storage_api.py +1 -1
  199. test/test_context.py +1 -1
  200. test/test_file.py +1 -1
  201. test/test_settings.py +1 -1
  202. groupdocs_conversion_cloud-24.11.dist-info/RECORD +0 -208
  203. {groupdocs_conversion_cloud-24.11.dist-info → groupdocs_conversion_cloud-25.3.dist-info}/LICENSE +0 -0
  204. {groupdocs_conversion_cloud-24.11.dist-info → groupdocs_conversion_cloud-25.3.dist-info}/top_level.txt +0 -0
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="api_client.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -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.11'}
77
+ self.default_headers = {'x-groupdocs-client': 'python sdk', 'x-groupdocs-version': '25.3'}
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.11'
82
+ self.user_agent = 'python sdk 25.3'
83
83
 
84
84
  def __del__(self):
85
85
  if self.pool is not None:
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  # -----------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="api_exception.py">
4
- # Copyright (c) 2003-2024 Aspose Pty Ltd
4
+ # Copyright (c) Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -485,7 +485,7 @@ class AsyncApi(object):
485
485
 
486
486
  # --------------------------------------------------------------------------------
487
487
  # <copyright company="Aspose Pty Ltd" file="get_operation_result_request.py">
488
- # Copyright (c) 2003-2024 Aspose Pty Ltd
488
+ # Copyright (c) Aspose Pty Ltd
489
489
  # </copyright>
490
490
  # <summary>
491
491
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -521,7 +521,7 @@ class GetOperationResultRequest(object):
521
521
 
522
522
  # --------------------------------------------------------------------------------
523
523
  # <copyright company="Aspose Pty Ltd" file="get_operation_status_request.py">
524
- # Copyright (c) 2003-2024 Aspose Pty Ltd
524
+ # Copyright (c) Aspose Pty Ltd
525
525
  # </copyright>
526
526
  # <summary>
527
527
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -557,7 +557,7 @@ class GetOperationStatusRequest(object):
557
557
 
558
558
  # --------------------------------------------------------------------------------
559
559
  # <copyright company="Aspose Pty Ltd" file="start_convert_request.py">
560
- # Copyright (c) 2003-2024 Aspose Pty Ltd
560
+ # Copyright (c) Aspose Pty Ltd
561
561
  # </copyright>
562
562
  # <summary>
563
563
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -599,7 +599,7 @@ class StartConvertRequest(object):
599
599
 
600
600
  # --------------------------------------------------------------------------------
601
601
  # <copyright company="Aspose Pty Ltd" file="start_convert_and_save_request.py">
602
- # Copyright (c) 2003-2024 Aspose Pty Ltd
602
+ # Copyright (c) Aspose Pty Ltd
603
603
  # </copyright>
604
604
  # <summary>
605
605
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -394,7 +394,7 @@ class ConvertApi(object):
394
394
 
395
395
  # --------------------------------------------------------------------------------
396
396
  # <copyright company="Aspose Pty Ltd" file="convert_document_request.py">
397
- # Copyright (c) 2003-2024 Aspose Pty Ltd
397
+ # Copyright (c) Aspose Pty Ltd
398
398
  # </copyright>
399
399
  # <summary>
400
400
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -430,7 +430,7 @@ class ConvertDocumentRequest(object):
430
430
 
431
431
  # --------------------------------------------------------------------------------
432
432
  # <copyright company="Aspose Pty Ltd" file="convert_document_direct_request.py">
433
- # Copyright (c) 2003-2024 Aspose Pty Ltd
433
+ # Copyright (c) Aspose Pty Ltd
434
434
  # </copyright>
435
435
  # <summary>
436
436
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -639,7 +639,7 @@ class FileApi(object):
639
639
 
640
640
  # --------------------------------------------------------------------------------
641
641
  # <copyright company="Aspose Pty Ltd" file="copy_file_request.py">
642
- # Copyright (c) 2003-2024 Aspose Pty Ltd
642
+ # Copyright (c) Aspose Pty Ltd
643
643
  # </copyright>
644
644
  # <summary>
645
645
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -683,7 +683,7 @@ class CopyFileRequest(object):
683
683
 
684
684
  # --------------------------------------------------------------------------------
685
685
  # <copyright company="Aspose Pty Ltd" file="delete_file_request.py">
686
- # Copyright (c) 2003-2024 Aspose Pty Ltd
686
+ # Copyright (c) Aspose Pty Ltd
687
687
  # </copyright>
688
688
  # <summary>
689
689
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -723,7 +723,7 @@ class DeleteFileRequest(object):
723
723
 
724
724
  # --------------------------------------------------------------------------------
725
725
  # <copyright company="Aspose Pty Ltd" file="download_file_request.py">
726
- # Copyright (c) 2003-2024 Aspose Pty Ltd
726
+ # Copyright (c) Aspose Pty Ltd
727
727
  # </copyright>
728
728
  # <summary>
729
729
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -763,7 +763,7 @@ class DownloadFileRequest(object):
763
763
 
764
764
  # --------------------------------------------------------------------------------
765
765
  # <copyright company="Aspose Pty Ltd" file="move_file_request.py">
766
- # Copyright (c) 2003-2024 Aspose Pty Ltd
766
+ # Copyright (c) Aspose Pty Ltd
767
767
  # </copyright>
768
768
  # <summary>
769
769
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -807,7 +807,7 @@ class MoveFileRequest(object):
807
807
 
808
808
  # --------------------------------------------------------------------------------
809
809
  # <copyright company="Aspose Pty Ltd" file="upload_file_request.py">
810
- # Copyright (c) 2003-2024 Aspose Pty Ltd
810
+ # Copyright (c) Aspose Pty Ltd
811
811
  # </copyright>
812
812
  # <summary>
813
813
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -615,7 +615,7 @@ class FolderApi(object):
615
615
 
616
616
  # --------------------------------------------------------------------------------
617
617
  # <copyright company="Aspose Pty Ltd" file="copy_folder_request.py">
618
- # Copyright (c) 2003-2024 Aspose Pty Ltd
618
+ # Copyright (c) Aspose Pty Ltd
619
619
  # </copyright>
620
620
  # <summary>
621
621
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -657,7 +657,7 @@ class CopyFolderRequest(object):
657
657
 
658
658
  # --------------------------------------------------------------------------------
659
659
  # <copyright company="Aspose Pty Ltd" file="create_folder_request.py">
660
- # Copyright (c) 2003-2024 Aspose Pty Ltd
660
+ # Copyright (c) Aspose Pty Ltd
661
661
  # </copyright>
662
662
  # <summary>
663
663
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -695,7 +695,7 @@ class CreateFolderRequest(object):
695
695
 
696
696
  # --------------------------------------------------------------------------------
697
697
  # <copyright company="Aspose Pty Ltd" file="delete_folder_request.py">
698
- # Copyright (c) 2003-2024 Aspose Pty Ltd
698
+ # Copyright (c) Aspose Pty Ltd
699
699
  # </copyright>
700
700
  # <summary>
701
701
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -735,7 +735,7 @@ class DeleteFolderRequest(object):
735
735
 
736
736
  # --------------------------------------------------------------------------------
737
737
  # <copyright company="Aspose Pty Ltd" file="get_files_list_request.py">
738
- # Copyright (c) 2003-2024 Aspose Pty Ltd
738
+ # Copyright (c) Aspose Pty Ltd
739
739
  # </copyright>
740
740
  # <summary>
741
741
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -773,7 +773,7 @@ class GetFilesListRequest(object):
773
773
 
774
774
  # --------------------------------------------------------------------------------
775
775
  # <copyright company="Aspose Pty Ltd" file="move_folder_request.py">
776
- # Copyright (c) 2003-2024 Aspose Pty Ltd
776
+ # Copyright (c) Aspose Pty Ltd
777
777
  # </copyright>
778
778
  # <summary>
779
779
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -294,7 +294,7 @@ class InfoApi(object):
294
294
 
295
295
  # --------------------------------------------------------------------------------
296
296
  # <copyright company="Aspose Pty Ltd" file="get_document_metadata_request.py">
297
- # Copyright (c) 2003-2024 Aspose Pty Ltd
297
+ # Copyright (c) Aspose Pty Ltd
298
298
  # </copyright>
299
299
  # <summary>
300
300
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -332,7 +332,7 @@ class GetDocumentMetadataRequest(object):
332
332
 
333
333
  # --------------------------------------------------------------------------------
334
334
  # <copyright company="Aspose Pty Ltd" file="get_supported_conversion_types_request.py">
335
- # Copyright (c) 2003-2024 Aspose Pty Ltd
335
+ # Copyright (c) Aspose Pty Ltd
336
336
  # </copyright>
337
337
  # <summary>
338
338
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -476,7 +476,7 @@ class StorageApi(object):
476
476
 
477
477
  # --------------------------------------------------------------------------------
478
478
  # <copyright company="Aspose Pty Ltd" file="get_disc_usage_request.py">
479
- # Copyright (c) 2003-2024 Aspose Pty Ltd
479
+ # Copyright (c) Aspose Pty Ltd
480
480
  # </copyright>
481
481
  # <summary>
482
482
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -512,7 +512,7 @@ class GetDiscUsageRequest(object):
512
512
 
513
513
  # --------------------------------------------------------------------------------
514
514
  # <copyright company="Aspose Pty Ltd" file="get_file_versions_request.py">
515
- # Copyright (c) 2003-2024 Aspose Pty Ltd
515
+ # Copyright (c) Aspose Pty Ltd
516
516
  # </copyright>
517
517
  # <summary>
518
518
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -550,7 +550,7 @@ class GetFileVersionsRequest(object):
550
550
 
551
551
  # --------------------------------------------------------------------------------
552
552
  # <copyright company="Aspose Pty Ltd" file="object_exists_request.py">
553
- # Copyright (c) 2003-2024 Aspose Pty Ltd
553
+ # Copyright (c) Aspose Pty Ltd
554
554
  # </copyright>
555
555
  # <summary>
556
556
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -590,7 +590,7 @@ class ObjectExistsRequest(object):
590
590
 
591
591
  # --------------------------------------------------------------------------------
592
592
  # <copyright company="Aspose Pty Ltd" file="storage_exists_request.py">
593
- # Copyright (c) 2003-2024 Aspose Pty Ltd
593
+ # Copyright (c) Aspose Pty Ltd
594
594
  # </copyright>
595
595
  # <summary>
596
596
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  # -----------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="auth.py">
4
- # Copyright (c) 2003-2024 Aspose Pty Ltd
4
+ # Copyright (c) Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="configuration.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -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.11\n"\
206
- "SDK Package Version: 24.11".\
205
+ "Version of the API: 25.3\n"\
206
+ "SDK Package Version: 25.3".\
207
207
  format(env=sys.platform, pyversion=sys.version)
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="ApiError.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="ApiErrorResponse.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="BmpConvertOptions.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="BmpLoadOptions.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="CadLoadOptions.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="Cf2LoadOptions.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="ConsumptionResult.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="ConvertOptions.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="ConvertSettings.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="CsvLoadOptions.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="DcmConvertOptions.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="DcmLoadOptions.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="DgnLoadOptions.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="DiagramLoadOptions.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="DiscUsage.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="DjvuConvertOptions.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="DngConvertOptions.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="DngLoadOptions.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="DocConvertOptions.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="DocLoadOptions.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="DocmConvertOptions.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="DocmLoadOptions.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="DocumentMetadata.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="DocxConvertOptions.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="DocxLoadOptions.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="DotConvertOptions.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="DotLoadOptions.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="DotmConvertOptions.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="DotmLoadOptions.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="DotxConvertOptions.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------------
4
4
  # <copyright company="Aspose Pty Ltd" file="DotxLoadOptions.py">
5
- # Copyright (c) 2003-2024 Aspose Pty Ltd
5
+ # Copyright (c) Aspose Pty Ltd
6
6
  # </copyright>
7
7
  # <summary>
8
8
  # Permission is hereby granted, free of charge, to any person obtaining a copy