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
Inputs (what you have)
| Name | Description | Data Type | Required? | Example |
|---|---|---|---|---|
| PDF file | Document to identify invoices in | File | Yes | Invoice_1.pdf |
| Document file name | The name of the file | Text(Short) | Yes | Invoice_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)
| Name | Description | Data Type | Required? | Example |
|---|---|---|---|---|
| First page | The first page of the invoice being identified | Integer | Yes | 1 |
| Last page | The 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. | Integer | Yes | 2 |
Outcomes
| Name | Description |
|---|---|
| Success | This status is selected if the invoices were successfully identified. |
| No result | This status is selected in the event of the following scenarios:The document contains no invoices |
| Impossible to Complete | This status is selected in the event of the following scenarios:Unable to open the document |
Requirements
-
N/A
Version# 1.0