You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.