[]
        
(Showing Draft Content)

PdfValue

Type Alias: PdfValue

type PdfValue = 
  | PdfString
  | PdfName
  | PdfBool
  | PdfNumber
  | PdfArray
  | PdfDict;

Represents a PDF value of one of the basic object types: a PdfString, PdfName, PdfBool, PdfNumber, PdfArray or PdfDict.

A plain JS string is interpreted as a PDF name.