# PdfString

## Content

# Type Alias: PdfString

```ts
type PdfString = Uint8Array;
```

Represents a PDF string object (a sequence of bytes, written as `(literal)` or `<hexadecimal>`),
represented as a JS Uint8Array object.

## See

 - PdfName
 - PdfValue
