Type Alias: PdfRoleMap
type PdfRoleMap = Record<string, PdfStandardStructureTag>;
Mapping from custom structure roles to standard PDF structure roles.
type PdfRoleMap = Record<string, PdfStandardStructureTag>;
Mapping from custom structure roles to standard PDF structure roles.