happypdf / pdfDocEncodingDecode
Function: pdfDocEncodingDecode()
ts
function pdfDocEncodingDecode(bytes): string;Defined in: src/utils/pdfDocEncoding.ts:63
Decode a byte array into a string using PDFDocEncoding.
Parameters
| Parameter | Type | Description |
|---|---|---|
bytes | Uint8Array | a byte array (decimal representation) containing a string encoded with PDFDocEncoding. |
Returns
string