Major Changes
- #3474
4c4e7a1aThanks @diegomura! - Use generated AFM font data instead of parsing raw font definitions, and split the node and browser entry points, aligning with upstream pdfkit
Minor Changes
-
#3468
78ca6aa8Thanks @diegomura! - Alignstructure_element.jswith upstream pdfkit -
#3410
87911560Thanks @exoego! - refactor: align mulptiles filesWith upstream
Patch Changes
-
#3476
62c97745Thanks @diegomura! - refactor(pdfkit): align annotations.js, attachments.js and spotcolor.js with upstreamSpot color names are now escaped as PDF Name objects, so names containing
spaces or delimiters (e.g.PANTONE 123 C) no longer emit a malformed
Separation color space. -
#3453
6098e648Thanks @afonsojramos! - Declare thepakoruntime dependency externalized by the browser build so it resolves with strict package managers. -
#3431
59aa9aeaThanks @5000164! - fix(pdfkit): deflate decoded PNG pixels as Buffer -
#3401
d41a8207Thanks @diegomura! - refactor(pdfkit): replace events import in line_wrapper.js with inline emitter -
#3470
b2acd72bThanks @diegomura! - refactor(pdfkit): align page.js and document.js with upstream -
#3400
c2da5098Thanks @diegomura! - refactor(pdfkit): use byte-level PNG magic check in image.js -
#3398
30dc2a47Thanks @diegomura! - refactor(pdfkit): remove Buffer dependency from EXIF orientation parser -
#3469
6e0102dbThanks @diegomura! - refactor(pdfkit): align line_wrapper.js with upstream