github vbuch/node-signpdf v3.2.0
@signpdf/* 3.2.0

latest releases: v3.2.4, v3.2.3, v3.2.2...
9 months ago

[utils]

  • Introduced convertBuffer() to allow inputs as Buffer, Uint8Array or string;
  • The Signer abstract class accepts an optional signingTime;
  • removeTrailingNewLine would works for files with \r, \n or \r\n;

[signpdf]

  • Accepts Buffer, Uint8Array or string as input;

[signer-p12]

  • Accepts Buffer, Uint8Array or string as input;
  • Respects signingTime as abstracted in Signer;

[placeholder-pdf-lib]

  • Accepts either a PDFDoc or a PDFPage 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 in Prop_Build to allow describing the signing application;
  • Does not require {useObjectStreams: false};

[placeholder-pdfkit]

  • Accepts signingTime;
  • Accepts appName and includes it in Prop_Build to allow describing the signing application;

[placeholder-pdfkit010]

  • Accepts signingTime;
  • Accepts appName and includes it in Prop_Build to allow describing the signing application;

[placeholder-plain]

  • Accepts signingTime;
  • Accepts appName and includes it in Prop_Build to allow describing the signing application;

Dependencies

  • Bumped version of follow-redirects;

Merged PRs

New Contributors

Full Changelog: placeholder-pdfkit-3.1.0...v3.2.0

Don't miss a new node-signpdf release

NewReleases is sending notifications on new releases.