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

    Function bytesToHexBytes

    • Converts a byte array to a byte array containing hexadecimal character codes. Each byte becomes two bytes representing its hex digits.

      Parameters

      Returns ByteArray

      A byte array with hexadecimal character codes.

      bytesToHexBytes(new Uint8Array([255])) // Returns bytes for 'FF'