[utils]
- Introduced
convertBuffer()
to allow inputs asBuffer
,Uint8Array
orstring
; - The
Signer
abstract class accepts an optionalsigningTime
; removeTrailingNewLine
would works for files with\r
,\n
or\r\n
;
[signpdf]
- Accepts
Buffer
,Uint8Array
orstring
as input;
[signer-p12]
- Accepts
Buffer
,Uint8Array
orstring
as input; - Respects
signingTime
as abstracted inSigner
;
[placeholder-pdf-lib]
- Accepts either a
PDFDoc
or aPDFPage
to allow adding the placeholder to a specific page rather than always the first one; - Accepts
signingTime
; - Includes an
AP
appearance stream for PDF/A compliance; - Accepts
appName
and includes it inProp_Build
to allow describing the signing application; - Does not require
{useObjectStreams: false}
;
[placeholder-pdfkit]
- Accepts
signingTime
; - Accepts
appName
and includes it inProp_Build
to allow describing the signing application;
[placeholder-pdfkit010]
- Accepts
signingTime
; - Accepts
appName
and includes it inProp_Build
to allow describing the signing application;
[placeholder-plain]
- Accepts
signingTime
; - Accepts
appName
and includes it inProp_Build
to allow describing the signing application;
Dependencies
- Bumped version of follow-redirects;
Merged PRs
- Web and pdflib enhancements by @dcbr in #219
- Bump follow-redirects from 1.15.3 to 1.15.4 by @dependabot in #221
- Pre 3.2.0 by @vbuch in #222
- EOF Error by @AviramBaranes in #217
New Contributors
- @dcbr made their first contribution in #219
- @AviramBaranes made their first contribution in #217
Full Changelog: placeholder-pdfkit-3.1.0...v3.2.0