PdfGetBarcodes

Description

This activity returns the list of all the barcodes found in a pdf document.


Misc

BarcodePositionFilter EBarcodePosition

The specific area, related to the individual sub-documents, where to search barcodes.

The possible values are:
  • EntirePage
  • Top
  • Bottom
  • TopLeft
  • TopRight
  • BottomLeft
  • BottomRight

PdfDmFile InArgument<IDmFile> REQUIRED

The pdf document from which you want to get barcodes.

RegExBarcodeContentFilter InArgument<String>

A regular expressoin to filter barcodes with a specific format.