Releases: unjs/unpdf
Releases · unjs/unpdf
v1.6.0
🚀 Features
- Add
extractTextItemsfor structured text extraction with positional data - by @johannschopplich (b2237)
View changes on GitHub
v1.5.1
🚀 Features
- Auto-apply standard font defaults in Node.js - by @johannschopplich in #15 (79d68)
🐞 Bug Fixes
- Stub
DOMMatrixbefore custom PDF.js resolver import - by @johannschopplich in #48 (573ae) - Use functional
DOMMatrixpolyfill with identity-matrix values /fixes #33) - by @johannschopplich in #33 (3f9a0)
View changes on GitHub
v1.5.0
🚀 Features
- Upgrade to PDF.js v5.4.394 - by @johannschopplich (77c87)
- Upgrade PDF.js to v5.6.205 - by @johannschopplich (4f0d6)
View changes on GitHub
v1.4.0
v1.3.2
🚀 Features
- Export
createIsomorphicCanvasFactory- by @johannschopplich in #46 (0a560)
View changes on GitHub
v1.3.1
🐞 Bug Fixes
- Remove the legacy build PDF.js warning - by @johannschopplich (273b2)
View changes on GitHub
v1.3.0
🚀 Features
- Upgrade PDF.js to v5.4.149 - by @johannschopplich (e0619)
- Optional parse PDF metadata as JS dates - by @codewaseem in #44 (0f9a0)
View changes on GitHub
v1.2.2
🐞 Bug Fixes
- Add navigator mock required for PDF.js 5.4.54+ - by @johannschopplich in #42 (027f6)
View changes on GitHub
v1.2.1
🚀 Features
- Add
toDataURLoption torenderPageAsImagefunction - by @vladiantio in #41 (b9f5c)