Skip to content
arturadib edited this page Oct 12, 2011 · 1 revision
  • CFF: Compact Font Format. See Wikipedia/PostScript fonts.
  • IR: Intermediate Representation. pdf.js translates PDF graphic operators (e.g. Tf[], TJ[]) into our own set of instructions (e.g. setFont(), showSpacedText(), respectively). The set of instructions after this mapping is the IR of the original document.