Zxing Pdf417 + All_code_types
Using ZXing (on Android), if you initiate a PDF417 barcode scan like this... List oDesiredFormats = Arrays.asList('PDF_417'.split(',')); IntentIntegrator integrator =
Solution 1:
If you don't specify it, it will default to scanning for whatever the user has configured. This by default includes most formats but not PDF417. So, I think you'd have to enumerate all the formats here. It's not too hard, but do you really want that? usually you have a use case that is scanning for a few related formats at most.
Post a Comment for "Zxing Pdf417 + All_code_types"