Extract Form Values#

The block extracts form values from a PDF document.

File Name[Text] The name of the PDF file from which to extract form values. You can enter the full file name including the path.
Field Name[Text] If necessary, you can specify a specific field name for extraction. If the value is left empty, all values will be extracted.
Field Names File[Text] A template file from which field names will be imported. This file can be created for this document using the Template Creator.
Result[Dictionary/Text] If the "Field Name" property is filled, the value of that field will be returned. Otherwise, a dictionary with all values will be returned, where the key is the field name and the dictionary value is the field value.
Error Handling Level

Select the error handling level. Possible values:

  • "Default" - default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value of the "Start" block of this diagram will be used.

Message Level

Select the message level that blocks will output during operation. Possible values:

  • "Default" - default;
  • "Release" - output is disabled;
  • "Debug" - main information output;
  • "Detailed" - detailed information output.

If "Default" is selected, the value of the "Start" block of this diagram will be used.

Error Text[Text] Returns detailed information about the error in case of incorrect execution of the block's work.