Skip to main content

Identify invoices from PDF

Retrieves the first and last page of each invoice in a provided PDF.

This Wrk Action divides. For more information on divides please visit our article explaining Divides.

Application

  • PDF

Inputs (what you have)

NameDescriptionData TypeRequired?Example
PDF fileDocument to identify invoices inFileYesInvoice_1.pdf
Document file nameThe name of the fileText(Short)YesInvoice_1.pdf

Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data library section. These variables in the Data library section are the outputs of previous Wrk Actions in the Wrkflow.

Outputs (what you get)

NameDescriptionData TypeRequired?Example
First pageThe first page of the invoice being identifiedIntegerYes1
Last pageThe last page of the invoice being identified. If the invoice is a single page then the last page should be the same as the first page.IntegerYes2

Outcomes

NameDescription
SuccessThis status is selected if the invoices were successfully identified.
No resultThis status is selected in the event of the following scenarios:The document contains no invoices
Impossible to CompleteThis status is selected in the event of the following scenarios:Unable to open the document

Requirements

  • N/A

Version# 1.0