adobe.pdfservices.operation.pdfjobs.params.autotag_pdf package
Submodules
adobe.pdfservices.operation.pdfjobs.params.autotag_pdf.autotag_pdf_params module
- class adobe.pdfservices.operation.pdfjobs.params.autotag_pdf.autotag_pdf_params.AutotagPDFParams(*, shift_headings: bool = False, generate_report: bool = False)
Bases:
PDFServicesJobParams
Parameters for creating a tagged PDF using
AutotagPDFJob
.Constructs a new instance of
AutotagPDFParams
.- Parameters:
generate_report (bool) – If true, generates an additional tagging report which contains the information about the tags that the tagged output PDF document contains.(Optional, use key-value)
shift_headings (bool) – If true, then the headings will be shifted in the output PDF document. (Optional, use key-value)
- Returns:
A new instance of AutotagPDFParams
- Return type:
- get_generate_report()
- Returns:
A boolean value specifying whether an additional tagging report needs to be generated.
- Return type:
bool
- get_shift_headings()
- Returns:
A boolean value specifying whether headings need to be shifted in the tagged PDF.
- Return type:
bool