Skip to content

digitalbazaar/pdf417-dl-canonicalizer

Repository files navigation

Driver's License PDF417 Canonicalizer (@digitalbazaar/pdf417-dl-canonicalizer)

Build Status Coverage Status NPM Version

Driver's License PDF417 Canonicalizer.

Table of Contents

Background

...

Install

  • Requires Node.js 18+

To install via NPM:

npm install @digitalbazaar/pdf417-dl-canonicalizer

Usage

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: [email protected]

License

  • BSD 3-Clause © Digital Bazaar, Inc.
  • See the LICENSE file for details.

About

Driver's License PDF417 Canonicalizer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published