feat(smartpdf): Improve dependency versions and optimize PDF to PNG conversion.

This commit is contained in:
2025-02-25 18:03:27 +00:00
parent 168527573c
commit 6b74301588
7 changed files with 3391 additions and 2286 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## 2025-02-25 - 3.2.0 - feat(smartpdf)
Improve dependency versions and optimize PDF to PNG conversion.
- Update several dependencies to newer versions for better stability and performance.
- Refactor tests to enhance readability and add directory creation validations.
- Optimize PDF to PNG conversion by switching to a more efficient Puppeteer and PDF.js-based method.
- Add checks for presence of required dependencies (GraphicsMagick and Ghostscript).
- Fix media emulation issue by properly awaiting the emulateMediaType function.
## 2024-11-30 - 3.1.8 - fix(core)
Fix candidate handling in PDF generation