# XWUIPDFFormDesigner

Place AcroForm-shaped fields on a page surface and fill/export their values. No pdf.js host.

## BasicUsage

Default two-page form.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: BasicUsage
description: Default two-page form.
```

## FillMode

Start in fill mode.

```example
file: examples/FillMode.ts
html: examples/FillMode.html
title: FillMode
description: Start in fill mode.
```

## ReadOnly

Inspect fields without edits.

```example
file: examples/ReadOnly.ts
html: examples/ReadOnly.html
title: ReadOnly
description: Inspect fields without edits.
```

## ExportForm

Read sanitised form JSON.

```example
file: examples/ExportForm.ts
html: examples/ExportForm.html
title: ExportForm
description: Read sanitised form JSON.
```

```api
```
