Skip to content

pdf-codec@3.6.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 08:30
· 6 commits to main since this release

3.6.0 (2026-09-03)

Features

  • pdf-codec: add the MacRoman and Standard encoding tables (c41b3f9)
  • pdf-codec: expose every cmap subtable, and read format 0 (656ffd2)
  • pdf-codec: read a font's built-in encoding from its embedded program (5a7ee19)
  • pdf-codec: read glyph names out of a font's post table (291070b)
  • pdf-codec: resolve a CFF SID to the glyph name it stands for (5ad15ab)

Bug Fixes

  • pdf-codec: decode a glyph through the font's own built-in encoding (844e185), closes #834
  • pdf-codec: hold the text state parameters in the graphics state (7efccd7)
  • pdf-codec: keep the selected font across a BT with no Tf of its own (0fd14da), closes #851

Performance Improvements

  • pdf-codec: open an embedded font program only when a code needs it (0245330)