Appearance
zeropdf / PdfStandardStructureTag
Type Alias: PdfStandardStructureTag
ts
type PdfStandardStructureTag =
| PdfTextStructureTag
| PdfContainerTag
| PdfFigureStructureTag;Defined in: src/types.ts:280
Union of standard PDF structure tags supported by the library.