adobe.pdfservices.operation.pdfjobs.params.create_pdf.excel package
Submodules
adobe.pdfservices.operation.pdfjobs.params.create_pdf.excel.create_pdf_from_excel_params module
- class adobe.pdfservices.operation.pdfjobs.params.create_pdf.excel.create_pdf_from_excel_params.CreatePDFFromExcelParams(*, document_language: DocumentLanguage = DocumentLanguage.EN_US, create_tagged_pdf: bool = False)
Bases:
CreatePDFParams
Constructs a new instance of
CreatePDFFromExcelParams
.- Parameters:
document_language (DocumentLanguage) – Sets office preferred editing language to be used for conversion; can not be None.
create_tagged_pdf (bool) – Whether to create a tagged PDF. The default value is false. (Optional, use key-value)
- get_create_tagged_pdf()
Used internally by this SDK, not intended to be called by clients.
- get_document_language()
- Returns:
Language of the input document.
- Return type:
adobe.pdfservices.operation.pdfjobs.params.create_pdf.excel.document_language module
- class adobe.pdfservices.operation.pdfjobs.params.create_pdf.excel.document_language.DocumentLanguage(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None)
Bases:
Enum
Supported locales for Excel to PDF.
- BG_BG = 'bg-BG'
Represents “Bulgarian (Bulgaria)” locale
- CA_CA = 'ca-CA'
Represents “Catalan (Canada)” locale
- CS_CZ = 'cs-CZ'
Represents “Czech (Czech Republic)” locale
- DA_DK = 'da-DK'
Represents “Danish (Denmark)” locale
- DE_CH = 'de-CH'
Represents “German (Switzerland)” locale
- DE_DE = 'de-DE'
Represents “German (Germany)” locale
- EL_GR = 'el-GR'
Represents “Greek (Greece)” locale
- EN_GB = 'en-GB'
Represents “English (United Kingdom)” locale
- EN_US = 'en-US'
Represents “English (United States)” locale
- ES_ES = 'es-ES'
Represents “Spanish (Spain)” locale
- ET_EE = 'et-EE'
Represents “Estonian (Estonia)” locale
- FI_FI = 'fi-FI'
Represents “Finnish (Finland)” locale
- FR_FR = 'fr-FR'
Represents “French (France)” locale
- HR_HR = 'hr-HR'
Represents “Croatian (Croatia)” locale
- HU_HU = 'hu-HU'
Represents “Hungarian (Hungary)” locale
- IT_IT = 'it-IT'
Represents “Italian (Italy)” locale
- IW_IL = 'iw-IL'
Represents “Hebrew (Israel)” locale
- JA_JP = 'ja-JP'
Represents “Japanese (Japan)” locale.
Please note that this locale is only supported for US(default) region.
- KO_KR = 'ko-KR'
Represents “Korean (Korea)” locale
- LT_LT = 'lt-LT'
Represents “Lithuanian (Lithuania)” locale
- LV_LV = 'lv-LV'
Represents “Latvian (Latvia)” locale
- MK_MK = 'mk-MK'
Represents “Macedonian (Macedonia)” locale
- MT_MT = 'mt-MT'
Represents “Maltese (Malta)” locale
- NB_NO = 'nb-NO'
Represents “Norwegian (Norway)” locale
- NL_NL = 'nl-NL'
Represents “Dutch (Netherlands)” locale
- NO_NO = 'no-NO'
Represents “Norwegian (Norway)” locale
- PL_PL = 'pl-PL'
Represents “Polish (Poland)” locale
- PT_BR = 'pt-BR'
Represents “Portuguese (Brazil)” locale
- RO_RO = 'ro-RO'
Represents “Romanian (Romania)” locale
- RU_RU = 'ru-RU'
Represents “Russian (Russia)” locale
- SK_SK = 'sk-SK'
Represents “Slovak (Slovakia)” locale
- SL_SI = 'sl-SI'
Represents “Slovenian (Slovenia)” locale
- SR_SR = 'sr-SR'
Represents “Serbian (Serbia)” locale
- SV_SE = 'sv-SE'
Represents “Swedish (Sweden)” locale
- TR_TR = 'tr-TR'
Represents “Turkish (Turkey)” locale
- UK_UA = 'uk-UA'
Represents “Ukrainian (Ukraine)” locale
- ZH_CN = 'zh-CN'
Represents “Chinese (China)” locale
- ZH_HK = 'zh-HK'
Represents “Chinese (Hong Kong)” locale
- get_document_language()