Unpdf Versions Save

📄 Utilities to work with PDFs in Node.js, browser and workers

v0.10.1

5 months ago

   🐞 Bug Fixes

    View changes on GitHub

v0.10.0

6 months ago

   🚨 Breaking Changes

  • Remove deprecated extractPDFText fn  -  by @johannschopplich (61fb4)
  • Deprecate defineUnPDFConfig for configureUnPDF  -  by @johannschopplich (014a6)

   🐞 Bug Fixes

  • Apply useSystemFonts: true by default  -  by @johannschopplich (02afd)
    View changes on GitHub

v0.9.0

6 months ago

   🚨 Breaking Changes

  • Cloudflare worker support for PDF.js v4 top-level await  -  by @johannschopplich (470a7)
    View changes on GitHub

v0.8.0

6 months ago

   🚀 Features

  • Support PDF.js v4  -  by @johannschopplich (faa96)
    View changes on GitHub

v0.7.1

8 months ago

   🐞 Bug Fixes

  • Lazy import for Node canvas dependency  -  by @johannschopplich (11f65)
    View changes on GitHub

v0.7.0

8 months ago

   🚨 Breaking Changes

  • Rename getImagesFromPage to extractImages  -  by @johannschopplich (eb2ea)
  • Rename getPDFMeta to getMeta  -  by @johannschopplich (86ef7)

   🚀 Features

  • Keep browser support in serverless build  -  by @johannschopplich (49c3f)
  • renderPageAsImage  -  by @johannschopplich (de4d0)

   🐞 Bug Fixes

  • Import types from PDF.js builds may differ  -  by @johannschopplich (f68ed)
  • Get images from page return value  -  by @johannschopplich (fc3d7)
    View changes on GitHub

v0.6.1

9 months ago

   🐞 Bug Fixes

  • Dist types path to PDF.js  -  by @johannschopplich (71cfe)
  • Respect leading dot in import path  -  by @johannschopplich (46ccc)
    View changes on GitHub

v0.6.0

9 months ago

   🚀 Features

  • Use pdfjs-serverless for workers  -  by @johannschopplich (1deeb)
  • Support pdfjs-serverless exports  -  by @johannschopplich (9b395)
  • force option for resolvePDFJSImports  -  by @johannschopplich (1204c)
  • Embed serverless PDF.js build into package  -  by @johannschopplich (545dd)
  • Export PDF.js types  -  by @johannschopplich (1a1bb)
  • Provide all exports of PDF.js  -  by @johannschopplich (02ed9)

   🐞 Bug Fixes

  • Support PDF.js default export  -  by @johannschopplich (9eb3e)
  • Local PDFJS interface  -  by @johannschopplich (a3051)
    View changes on GitHub

v0.5.4

9 months ago

   🐞 Bug Fixes

  • Return when resolving custom PDF.js mod  -  by @johannschopplich (89b4b)
    View changes on GitHub

v0.5.3

9 months ago

   🚀 Features

  • Pass pdfjs obj to resolvePDFJSImports  -  by @johannschopplich (ae90d)

   🐞 Bug Fixes

  • Default options assign  -  by @johannschopplich (4e242)
    View changes on GitHub