Interface used to provide packed (binary) PDF CMaps to the PDF rendering pipeline.
PDF.js uses CMaps (character maps) to decode text for certain fonts. To reduce initial bundle size,
CMaps are split into multiple loadable “groups”. Each group is represented by an IPdfCMapGroup
implementation that can return the binary .bcmap payload for a given CMap file name.
Interface used to provide packed (binary) PDF CMaps to the PDF rendering pipeline.
PDF.js uses CMaps (character maps) to decode text for certain fonts. To reduce initial bundle size, CMaps are split into multiple loadable “groups”. Each group is represented by an
IPdfCMapGroupimplementation that can return the binary.bcmappayload for a given CMap file name.