pdf-lite - v1.0.1
    Preparing search index...

    Function bytesToHex

    • Converts a byte array to a hexadecimal string.

      Parameters

      Returns string

      A hexadecimal string representation of the bytes.

      bytesToHex(new Uint8Array([255, 0, 127])) // Returns 'FF007F'