@signpdf/utils
TypeScript icon, indicating that this package has built-in type declarations

3.2.4 • Public • Published

Utilities

for @signpdf

npm version

Usage

Used by the other @signpdf packages internally. Additionally, needed for PAdES compliant signatures"

import { plainAddPlaceholder } from '@signpdf/placeholder-plain';
import { SUBFILTER_ETSI_CADES_DETACHED } from '@signpdf/utils';

const pdfToSign = plainAddPlaceholder({
  ...,
  subFilter: SUBFILTER_ETSI_CADES_DETACHED,
});

Notes

  • Feel free to copy and paste any part of this code. See its defined Purpose.

Package Sidebar

Install

npm i @signpdf/utils

Weekly Downloads

2,536

Version

3.2.4

License

MIT

Unpacked Size

21.1 kB

Total Files

27

Last publish

Collaborators

  • vbuch