Driver's License PDF417 Canonicalizer.
...
- Requires Node.js 18+
To install via NPM:
npm install @digitalbazaar/pdf417-dl-canonicalizer
To canonicalize a Uint8Array of bytes from a PDF417 drivers' license:
canonicalize({pdfBytes})
To canonicalize, but return the hash of the canonized form:
hashCanonicalized({pdfBytes})
To canonicalize, but return the base64url encoded hash of the canonized form:
base64UrlFromPdfBytes({pdfBytes})
This package can be used with bundlers, such as webpack, in browser applications.
...
...
Source is available at:
Commercial support for this library is available upon request from Digital Bazaar: [email protected]
- BSD 3-Clause © Digital Bazaar, Inc.
- See the LICENSE file for details.