[]
type PdfName = string;
Represents a PDF name object (an atomic symbol, written as /Name), such as Type or Subtype.
A PDF name is represented as a plain JS string. To pass a PdfString value instead, wrap it in an object so the two can be told apart.