Skip to content

@signpdf/* 3.2.0

Compare
Choose a tag to compare
@vbuch vbuch released this 19 Jan 14:15
· 37 commits to develop since this release

[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