Skip to content

happypdf / ContentStreamOperand

Type Alias: ContentStreamOperand

ts
type ContentStreamOperand = 
  | number
  | string
  | NameOperand
  | HexStringOperand
  | LiteralStringOperand
  | ContentStreamOperand[]
  | {
[key: string]: ContentStreamOperand;
};

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

MIT Licensed. A fork of pdf-lib.