pdf-lite - v1.0.1
    Preparing search index...
    • Converts a byte array to a lowercase hexadecimal string.

      Parameters

      Returns string

      A lowercase hexadecimal string representation.

      hexBytesToString(new Uint8Array([255, 0])) // Returns 'ff00'