Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 474 Bytes

File metadata and controls

6 lines (4 loc) · 474 Bytes

Changelog

v2.7.0

  • switch to npm + fix npm install by updating eslint dependencies
  • Added optional dedupeContent flag to PDFDocument.create() and PDFDocument.load() (default: false). When set to true, duplicate fonts and images are de-duplicated across multiple calls to copyPages and embedPages, reducing PDF size. When false, deduplication is limited to individual calls, which may increase PDF size if the same content is embedded repeatedly.