Overview
The 'Split PDF by Barcode' flow action splits a PDF document into multiple separate PDF documents by barcodes and/or QR codes detected within the document.
Default Parameters
The default 'Split PDF by Barcode' flow action parameters are detailed below:
- Filename: The filename of the source PDF document (including the file extension)
- File Content: A Base64 encoded representation of the source PDF document
- Barcode Value: Optional - Specify a value for detecting a specific barcode
- Split Configuration: Select whether to split on the first instant, last instant or all instances pertaining to the results provided from the 'Split Value'.
- Split Action: Select a split action, whether to split before, after or remove the page containing the split value.
Advanced Parameters
The default 'Split PDF by Barcode' flow action parameters are detailed below:
- Confidence - Set the confidence level for barcode detection
- Append Barcode Value - Sets whether the barcode value should be added to the filename
Return Parameters
The 'Split PDF by Barcode' flow action returns the following data.
Action Specific Return Values
- Documents - The collection of PDF Documents created from the PDF document supplied.
Each document within the documents collection contains the following values:
- Documents Filename - The filename of the file
- Documents File Content - The file content of the file
Standard Return Values
- OperationId - The unique ID assigned to this operation.
- HttpStatusCode - The HTTP Status code for the response.
- HttpStatusMessage - The HTTP Status message for the response.
- Errors - An array of error messages should an error occur.
- Operation Status - Indicates whether the operation has been completed, has been queued or has failed.
0 Comments