groupdocs-conversion-cloud 25.9__tar.gz → 25.10__tar.gz
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-25.9 → groupdocs_conversion_cloud-25.10}/PKG-INFO +1 -1
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/__init__.py +13 -1
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/api_client.py +2 -2
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/configuration.py +2 -2
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/__init__.py +13 -1
- groupdocs_conversion_cloud-25.10/groupdocs_conversion_cloud/models/compression_load_options.py +134 -0
- groupdocs_conversion_cloud-25.10/groupdocs_conversion_cloud/models/database_load_options.py +103 -0
- groupdocs_conversion_cloud-25.10/groupdocs_conversion_cloud/models/e_book_load_options.py +103 -0
- groupdocs_conversion_cloud-25.10/groupdocs_conversion_cloud/models/finance_load_options.py +103 -0
- groupdocs_conversion_cloud-25.10/groupdocs_conversion_cloud/models/font_load_options.py +103 -0
- groupdocs_conversion_cloud-25.10/groupdocs_conversion_cloud/models/gis_load_options.py +167 -0
- groupdocs_conversion_cloud-25.10/groupdocs_conversion_cloud/models/mbox_load_options.py +103 -0
- groupdocs_conversion_cloud-25.9/groupdocs_conversion_cloud/models/one_load_options.py → groupdocs_conversion_cloud-25.10/groupdocs_conversion_cloud/models/note_load_options.py +5 -5
- groupdocs_conversion_cloud-25.10/groupdocs_conversion_cloud/models/olm_load_options.py +134 -0
- groupdocs_conversion_cloud-25.10/groupdocs_conversion_cloud/models/pdl_load_options.py +103 -0
- groupdocs_conversion_cloud-25.10/groupdocs_conversion_cloud/models/pub_load_options.py +103 -0
- groupdocs_conversion_cloud-25.10/groupdocs_conversion_cloud/models/three_d_load_options.py +103 -0
- groupdocs_conversion_cloud-25.10/groupdocs_conversion_cloud/models/vcf_load_options.py +134 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud.egg-info/PKG-INFO +1 -1
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud.egg-info/SOURCES.txt +13 -1
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/setup.py +1 -1
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/LICENSE +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/README.md +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/api_exception.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/apis/__init__.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/apis/async_api.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/apis/convert_api.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/apis/file_api.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/apis/folder_api.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/apis/info_api.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/apis/license_api.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/apis/storage_api.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/auth.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/api_error.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/api_error_response.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/bmp_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/cad_load_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/consumption_result.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/convert_settings.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/csv_load_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/dcm_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/diagram_load_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/disc_usage.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/djvu_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/dng_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/doc_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/docm_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/document_metadata.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/docx_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/dot_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/dotm_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/dotx_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/e_book_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/email_load_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/emf_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/error.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/error_details.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/field_label.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/file_version.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/file_versions.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/files_list.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/files_upload_result.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/gif_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/ico_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/image_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/image_load_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/j2c_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/j2k_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/jp2_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/jpeg_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/jpf_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/jpg_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/jpm_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/jpx_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/license_info.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/load_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/object_exist.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/odg_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/odp_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/ods_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/odt_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/operation_result.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/otp_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/ots_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/ott_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/pdf_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/pdf_load_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/pdl_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/personal_storage_load_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/png_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/potm_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/potx_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/pps_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/ppsm_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/ppsx_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/ppt_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/pptm_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/pptx_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/presentation_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/presentation_load_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/psd_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/rtf_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/spreadsheet_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/spreadsheet_load_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/storage_exist.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/storage_file.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/stored_converted_result.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/supported_format.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/tif_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/tiff_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/tsv_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/tsv_load_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/txt_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/txt_load_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/watermark_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/web_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/web_load_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/webp_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/wmf_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/word_processing_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/word_processing_load_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/xls2003_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/xls_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/xlsb_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/xlsm_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/xlsx_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/xltm_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/xltx_convert_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/models/xml_load_options.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud/rest.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud.egg-info/dependency_links.txt +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud.egg-info/requires.txt +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/groupdocs_conversion_cloud.egg-info/top_level.txt +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/setup.cfg +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/test/__init__.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/test/apis/__init__.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/test/apis/test_auth_api.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/test/apis/test_convert_api.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/test/apis/test_file_api.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/test/apis/test_folder_api.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/test/apis/test_info_api.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/test/apis/test_storage_api.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/test/test_context.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/test/test_file.py +0 -0
- {groupdocs_conversion_cloud-25.9 → groupdocs_conversion_cloud-25.10}/test/test_settings.py +0 -0
@@ -51,23 +51,35 @@ from groupdocs_conversion_cloud.models.stored_converted_result import StoredConv
|
|
51
51
|
from groupdocs_conversion_cloud.models.supported_format import SupportedFormat
|
52
52
|
from groupdocs_conversion_cloud.models.watermark_options import WatermarkOptions
|
53
53
|
from groupdocs_conversion_cloud.models.cad_load_options import CadLoadOptions
|
54
|
+
from groupdocs_conversion_cloud.models.compression_load_options import CompressionLoadOptions
|
55
|
+
from groupdocs_conversion_cloud.models.database_load_options import DatabaseLoadOptions
|
54
56
|
from groupdocs_conversion_cloud.models.diagram_load_options import DiagramLoadOptions
|
55
57
|
from groupdocs_conversion_cloud.models.e_book_convert_options import EBookConvertOptions
|
58
|
+
from groupdocs_conversion_cloud.models.e_book_load_options import EBookLoadOptions
|
56
59
|
from groupdocs_conversion_cloud.models.email_load_options import EmailLoadOptions
|
57
60
|
from groupdocs_conversion_cloud.models.file_version import FileVersion
|
61
|
+
from groupdocs_conversion_cloud.models.finance_load_options import FinanceLoadOptions
|
62
|
+
from groupdocs_conversion_cloud.models.font_load_options import FontLoadOptions
|
63
|
+
from groupdocs_conversion_cloud.models.gis_load_options import GisLoadOptions
|
58
64
|
from groupdocs_conversion_cloud.models.image_convert_options import ImageConvertOptions
|
59
65
|
from groupdocs_conversion_cloud.models.image_load_options import ImageLoadOptions
|
60
|
-
from groupdocs_conversion_cloud.models.
|
66
|
+
from groupdocs_conversion_cloud.models.mbox_load_options import MboxLoadOptions
|
67
|
+
from groupdocs_conversion_cloud.models.note_load_options import NoteLoadOptions
|
68
|
+
from groupdocs_conversion_cloud.models.olm_load_options import OlmLoadOptions
|
61
69
|
from groupdocs_conversion_cloud.models.pdl_convert_options import PDLConvertOptions
|
62
70
|
from groupdocs_conversion_cloud.models.pdf_convert_options import PdfConvertOptions
|
63
71
|
from groupdocs_conversion_cloud.models.pdf_load_options import PdfLoadOptions
|
72
|
+
from groupdocs_conversion_cloud.models.pdl_load_options import PdlLoadOptions
|
64
73
|
from groupdocs_conversion_cloud.models.personal_storage_load_options import PersonalStorageLoadOptions
|
65
74
|
from groupdocs_conversion_cloud.models.presentation_convert_options import PresentationConvertOptions
|
66
75
|
from groupdocs_conversion_cloud.models.presentation_load_options import PresentationLoadOptions
|
76
|
+
from groupdocs_conversion_cloud.models.pub_load_options import PubLoadOptions
|
67
77
|
from groupdocs_conversion_cloud.models.spreadsheet_convert_options import SpreadsheetConvertOptions
|
68
78
|
from groupdocs_conversion_cloud.models.spreadsheet_load_options import SpreadsheetLoadOptions
|
79
|
+
from groupdocs_conversion_cloud.models.three_d_load_options import ThreeDLoadOptions
|
69
80
|
from groupdocs_conversion_cloud.models.txt_convert_options import TxtConvertOptions
|
70
81
|
from groupdocs_conversion_cloud.models.txt_load_options import TxtLoadOptions
|
82
|
+
from groupdocs_conversion_cloud.models.vcf_load_options import VcfLoadOptions
|
71
83
|
from groupdocs_conversion_cloud.models.web_convert_options import WebConvertOptions
|
72
84
|
from groupdocs_conversion_cloud.models.web_load_options import WebLoadOptions
|
73
85
|
from groupdocs_conversion_cloud.models.word_processing_convert_options import WordProcessingConvertOptions
|
@@ -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': '25.
|
77
|
+
self.default_headers = {'x-groupdocs-client': 'python sdk', 'x-groupdocs-version': '25.10'}
|
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 25.
|
82
|
+
self.user_agent = 'python sdk 25.10'
|
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: 25.
|
206
|
-
"SDK Package Version: 25.
|
205
|
+
"Version of the API: 25.10\n"\
|
206
|
+
"SDK Package Version: 25.10".\
|
207
207
|
format(env=sys.platform, pyversion=sys.version)
|
@@ -27,23 +27,35 @@ from groupdocs_conversion_cloud.models.stored_converted_result import StoredConv
|
|
27
27
|
from groupdocs_conversion_cloud.models.supported_format import SupportedFormat
|
28
28
|
from groupdocs_conversion_cloud.models.watermark_options import WatermarkOptions
|
29
29
|
from groupdocs_conversion_cloud.models.cad_load_options import CadLoadOptions
|
30
|
+
from groupdocs_conversion_cloud.models.compression_load_options import CompressionLoadOptions
|
31
|
+
from groupdocs_conversion_cloud.models.database_load_options import DatabaseLoadOptions
|
30
32
|
from groupdocs_conversion_cloud.models.diagram_load_options import DiagramLoadOptions
|
31
33
|
from groupdocs_conversion_cloud.models.e_book_convert_options import EBookConvertOptions
|
34
|
+
from groupdocs_conversion_cloud.models.e_book_load_options import EBookLoadOptions
|
32
35
|
from groupdocs_conversion_cloud.models.email_load_options import EmailLoadOptions
|
33
36
|
from groupdocs_conversion_cloud.models.file_version import FileVersion
|
37
|
+
from groupdocs_conversion_cloud.models.finance_load_options import FinanceLoadOptions
|
38
|
+
from groupdocs_conversion_cloud.models.font_load_options import FontLoadOptions
|
39
|
+
from groupdocs_conversion_cloud.models.gis_load_options import GisLoadOptions
|
34
40
|
from groupdocs_conversion_cloud.models.image_convert_options import ImageConvertOptions
|
35
41
|
from groupdocs_conversion_cloud.models.image_load_options import ImageLoadOptions
|
36
|
-
from groupdocs_conversion_cloud.models.
|
42
|
+
from groupdocs_conversion_cloud.models.mbox_load_options import MboxLoadOptions
|
43
|
+
from groupdocs_conversion_cloud.models.note_load_options import NoteLoadOptions
|
44
|
+
from groupdocs_conversion_cloud.models.olm_load_options import OlmLoadOptions
|
37
45
|
from groupdocs_conversion_cloud.models.pdl_convert_options import PDLConvertOptions
|
38
46
|
from groupdocs_conversion_cloud.models.pdf_convert_options import PdfConvertOptions
|
39
47
|
from groupdocs_conversion_cloud.models.pdf_load_options import PdfLoadOptions
|
48
|
+
from groupdocs_conversion_cloud.models.pdl_load_options import PdlLoadOptions
|
40
49
|
from groupdocs_conversion_cloud.models.personal_storage_load_options import PersonalStorageLoadOptions
|
41
50
|
from groupdocs_conversion_cloud.models.presentation_convert_options import PresentationConvertOptions
|
42
51
|
from groupdocs_conversion_cloud.models.presentation_load_options import PresentationLoadOptions
|
52
|
+
from groupdocs_conversion_cloud.models.pub_load_options import PubLoadOptions
|
43
53
|
from groupdocs_conversion_cloud.models.spreadsheet_convert_options import SpreadsheetConvertOptions
|
44
54
|
from groupdocs_conversion_cloud.models.spreadsheet_load_options import SpreadsheetLoadOptions
|
55
|
+
from groupdocs_conversion_cloud.models.three_d_load_options import ThreeDLoadOptions
|
45
56
|
from groupdocs_conversion_cloud.models.txt_convert_options import TxtConvertOptions
|
46
57
|
from groupdocs_conversion_cloud.models.txt_load_options import TxtLoadOptions
|
58
|
+
from groupdocs_conversion_cloud.models.vcf_load_options import VcfLoadOptions
|
47
59
|
from groupdocs_conversion_cloud.models.web_convert_options import WebConvertOptions
|
48
60
|
from groupdocs_conversion_cloud.models.web_load_options import WebLoadOptions
|
49
61
|
from groupdocs_conversion_cloud.models.word_processing_convert_options import WordProcessingConvertOptions
|
groupdocs_conversion_cloud-25.10/groupdocs_conversion_cloud/models/compression_load_options.py
ADDED
@@ -0,0 +1,134 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
# -----------------------------------------------------------------------------------
|
4
|
+
# <copyright company="Aspose Pty Ltd" file="CompressionLoadOptions.py">
|
5
|
+
# Copyright (c) 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 LoadOptions
|
34
|
+
|
35
|
+
class CompressionLoadOptions(LoadOptions):
|
36
|
+
"""
|
37
|
+
Options for loading compression documents
|
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
|
+
'password': 'str'
|
49
|
+
}
|
50
|
+
|
51
|
+
attribute_map = {
|
52
|
+
'password': 'Password'
|
53
|
+
}
|
54
|
+
|
55
|
+
def __init__(self, password=None, **kwargs): # noqa: E501
|
56
|
+
"""Initializes new instance of CompressionLoadOptions""" # noqa: E501
|
57
|
+
|
58
|
+
self._password = None
|
59
|
+
|
60
|
+
if password is not None:
|
61
|
+
self.password = password
|
62
|
+
|
63
|
+
base = super(CompressionLoadOptions, self)
|
64
|
+
base.__init__(**kwargs)
|
65
|
+
|
66
|
+
self.swagger_types.update(base.swagger_types)
|
67
|
+
self.attribute_map.update(base.attribute_map)
|
68
|
+
|
69
|
+
@property
|
70
|
+
def password(self):
|
71
|
+
"""
|
72
|
+
Gets the password. # noqa: E501
|
73
|
+
|
74
|
+
Set password to load protected document. # noqa: E501
|
75
|
+
|
76
|
+
:return: The password. # noqa: E501
|
77
|
+
:rtype: str
|
78
|
+
"""
|
79
|
+
return self._password
|
80
|
+
|
81
|
+
@password.setter
|
82
|
+
def password(self, password):
|
83
|
+
"""
|
84
|
+
Sets the password.
|
85
|
+
|
86
|
+
Set password to load protected document. # noqa: E501
|
87
|
+
|
88
|
+
:param password: The password. # noqa: E501
|
89
|
+
:type: str
|
90
|
+
"""
|
91
|
+
self._password = password
|
92
|
+
|
93
|
+
def to_dict(self):
|
94
|
+
"""Returns the model properties as a dict"""
|
95
|
+
result = {}
|
96
|
+
|
97
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
98
|
+
value = getattr(self, attr)
|
99
|
+
if isinstance(value, list):
|
100
|
+
result[attr] = list(map(
|
101
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
102
|
+
value
|
103
|
+
))
|
104
|
+
elif hasattr(value, "to_dict"):
|
105
|
+
result[attr] = value.to_dict()
|
106
|
+
elif isinstance(value, dict):
|
107
|
+
result[attr] = dict(map(
|
108
|
+
lambda item: (item[0], item[1].to_dict())
|
109
|
+
if hasattr(item[1], "to_dict") else item,
|
110
|
+
value.items()
|
111
|
+
))
|
112
|
+
else:
|
113
|
+
result[attr] = value
|
114
|
+
|
115
|
+
return result
|
116
|
+
|
117
|
+
def to_str(self):
|
118
|
+
"""Returns the string representation of the model"""
|
119
|
+
return pprint.pformat(self.to_dict())
|
120
|
+
|
121
|
+
def __repr__(self):
|
122
|
+
"""For `print` and `pprint`"""
|
123
|
+
return self.to_str()
|
124
|
+
|
125
|
+
def __eq__(self, other):
|
126
|
+
"""Returns true if both objects are equal"""
|
127
|
+
if not isinstance(other, CompressionLoadOptions):
|
128
|
+
return False
|
129
|
+
|
130
|
+
return self.__dict__ == other.__dict__
|
131
|
+
|
132
|
+
def __ne__(self, other):
|
133
|
+
"""Returns true if both objects are not equal"""
|
134
|
+
return not self == other
|
@@ -0,0 +1,103 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
# -----------------------------------------------------------------------------------
|
4
|
+
# <copyright company="Aspose Pty Ltd" file="DatabaseLoadOptions.py">
|
5
|
+
# Copyright (c) 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 LoadOptions
|
34
|
+
|
35
|
+
class DatabaseLoadOptions(LoadOptions):
|
36
|
+
"""
|
37
|
+
Options for loading Database documents
|
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 DatabaseLoadOptions""" # noqa: E501
|
55
|
+
|
56
|
+
base = super(DatabaseLoadOptions, 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, DatabaseLoadOptions):
|
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="EBookLoadOptions.py">
|
5
|
+
# Copyright (c) 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 LoadOptions
|
34
|
+
|
35
|
+
class EBookLoadOptions(LoadOptions):
|
36
|
+
"""
|
37
|
+
Options for loading e-book documents
|
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 EBookLoadOptions""" # noqa: E501
|
55
|
+
|
56
|
+
base = super(EBookLoadOptions, 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, EBookLoadOptions):
|
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="FinanceLoadOptions.py">
|
5
|
+
# Copyright (c) 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 LoadOptions
|
34
|
+
|
35
|
+
class FinanceLoadOptions(LoadOptions):
|
36
|
+
"""
|
37
|
+
Options for loading Finance documents
|
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 FinanceLoadOptions""" # noqa: E501
|
55
|
+
|
56
|
+
base = super(FinanceLoadOptions, 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, FinanceLoadOptions):
|
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="FontLoadOptions.py">
|
5
|
+
# Copyright (c) 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 LoadOptions
|
34
|
+
|
35
|
+
class FontLoadOptions(LoadOptions):
|
36
|
+
"""
|
37
|
+
Options for loading Font documents
|
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 FontLoadOptions""" # noqa: E501
|
55
|
+
|
56
|
+
base = super(FontLoadOptions, 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, FontLoadOptions):
|
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
|