nkpdfsign 0.1.1 copy "nkpdfsign: ^0.1.1" to clipboard
nkpdfsign: ^0.1.1 copied to clipboard

Pure Dart digital signing of existing PDF documents (PAdES-B-B, adbe.pkcs7.detached) with incremental updates. Server-side, no native dependencies.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate nkpdfsign

Use it

The package has the following executables:

$ nkpdfsign

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nkpdfsign

With Flutter:

 $ flutter pub add nkpdfsign

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  nkpdfsign: ^0.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:nkpdfsign/nkpdfsign.dart';
0
likes
160
points
9
downloads

Documentation

API reference

Publisher

verified publisherfraktal.hr

Weekly Downloads

Pure Dart digital signing of existing PDF documents (PAdES-B-B, adbe.pkcs7.detached) with incremental updates. Server-side, no native dependencies.

Repository (GitHub)
View/report issues

Topics

#pdf #digital-signature #pades #pkcs7 #cryptography

License

MIT (license)

Dependencies

pkcs12_parser, pointycastle

More

Packages that depend on nkpdfsign