Skip to content

happypdf / HexStringOperand

Type Alias: HexStringOperand

ts
type HexStringOperand = {
  bytes: Uint8Array;
  type: "hexString";
};

Defined in: src/api/extraction/types.ts:66

Properties

bytes

ts
bytes: Uint8Array;

Defined in: src/api/extraction/types.ts:66


type

ts
type: "hexString";

Defined in: src/api/extraction/types.ts:66

MIT Licensed. A fork of pdf-lib.