Get Text and Links from Page#

Read text and links from the specified page of a PDF document.

File Name[Text] The name of the PDF file from which the text will be extracted. You can enter the full file name including the path.
Page Number[Number] The page number from which the text will be extracted. Numbering starts from 1.
Alternative MethodWhen enabled, an alternative method will be used to extract the text.
Extract LinksWhen enabled, links will also be extracted from the page.
Extract Form ValuesWhen enabled, form values will be extracted from the page.
Result[Text] The extracted text from the page is returned.
Links

[Dictionary] A dictionary of links.

Key - link text, value - link address.

Form Values

[Dictionary] A dictionary of values.

Key - field name, value - 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 from 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 from 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.