Skip to content

zeropdf v1.5.0


zeropdf / PdfStructureTag

Type Alias: PdfStructureTag

ts
type PdfStructureTag = 
  | PdfStandardStructureTag
  | "Artifact"
  | string & object;

Defined in: src/types.ts:287

Any supported standard, custom, or artifact structure tag.

Released under the ISC license.