1.2.1 • Published 7 months ago
@digitalbazaar/pdf417-dl-canonicalizer v1.2.1
Driver's License PDF417 Canonicalizer (@digitalbazaar/pdf417-dl-canonicalizer)
Driver's License PDF417 Canonicalizer.
Table of Contents
Background
...
Install
- Requires Node.js 18+
 
To install via NPM:
npm install @digitalbazaar/pdf417-dl-canonicalizerUsage
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.
API
...
Status
...
Developing
Source is available at:
Commercial Support
Commercial support for this library is available upon request from Digital Bazaar: support@digitalbazaar.com
License
- BSD 3-Clause © Digital Bazaar, Inc.
 - See the LICENSE file for details.