adobe.pdfservices.operation.pdfjobs.params.import_pdf_form_data package

Submodules

adobe.pdfservices.operation.pdfjobs.params.import_pdf_form_data.import_pdf_form_data_params module

class adobe.pdfservices.operation.pdfjobs.params.import_pdf_form_data.import_pdf_form_data_params.ImportPDFFormDataParams(json_form_fields_data: dict)

Bases: PDFServicesJobParams

Parameters for importing form data into PDF using ImportPDFFormDataJob

Constructs a new ImportPDFFormDataParams instance.

Parameters:

json_form_fields_data (dict) – Dictionary containing form field data to import into the PDF. Keys should match the form field names in the target PDF, and values should be the data to fill.

get_json_form_fields_data() Dict[str, Any]
Returns:

Returns the form field data dictionary that will be imported into the PDF.

Return type:

Dict[str, Any]

get_json_form_fields_data_string() str
Returns:

Returns the form field data as a JSON string.

Return type:

str

Module contents