Skip to content

zeropdf v1.5.0


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.

Released under the ISC license.