fix(SmartPdf): Fix buffer handling for PDF conversion and text extraction

This commit is contained in:
2025-02-25 18:22:06 +00:00
parent 29d3cbb0b6
commit 9908897aa2
3 changed files with 32 additions and 11 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartpdf',
version: '3.2.1',
version: '3.2.2',
description: 'A library for creating PDFs dynamically from HTML or websites with additional features like merging PDFs.'
}