Showing
6 changed files
with
12 additions
and
4 deletions
@@ -98,4 +98,4 @@ Encryption using RC4-40, RC4-128, AES-128, and AES-256 is fully supported using | @@ -98,4 +98,4 @@ Encryption using RC4-40, RC4-128, AES-128, and AES-256 is fully supported using | ||
98 | This library also provides SHA1 or SHA-256 Digital Signature using your x509 certificate. The graphic signature is represented by a clickable widget that shows Digital Signature information. | 98 | This library also provides SHA1 or SHA-256 Digital Signature using your x509 certificate. The graphic signature is represented by a clickable widget that shows Digital Signature information. |
99 | It implements a PDF parser to load an existing document and add pages, change pages, and add a signature. | 99 | It implements a PDF parser to load an existing document and add pages, change pages, and add a signature. |
100 | 100 | ||
101 | -Drop me an email for availability and more information. | 101 | +More information here: <https://pub.nfet.net/pdf_crypto/> |
@@ -3,7 +3,7 @@ description: A pdf producer for Dart. It can create pdf files for both web or fl | @@ -3,7 +3,7 @@ description: A pdf producer for Dart. It can create pdf files for both web or fl | ||
3 | homepage: https://github.com/DavBfr/dart_pdf/tree/master/pdf | 3 | homepage: https://github.com/DavBfr/dart_pdf/tree/master/pdf |
4 | repository: https://github.com/DavBfr/dart_pdf | 4 | repository: https://github.com/DavBfr/dart_pdf |
5 | issue_tracker: https://github.com/DavBfr/dart_pdf/issues | 5 | issue_tracker: https://github.com/DavBfr/dart_pdf/issues |
6 | -version: 3.6.3 | 6 | +version: 3.6.4 |
7 | 7 | ||
8 | environment: | 8 | environment: |
9 | sdk: ">=2.12.0 <3.0.0" | 9 | sdk: ">=2.12.0 <3.0.0" |
@@ -186,4 +186,4 @@ Encryption using RC4-40, RC4-128, AES-128, and AES-256 is fully supported using | @@ -186,4 +186,4 @@ Encryption using RC4-40, RC4-128, AES-128, and AES-256 is fully supported using | ||
186 | This library also provides SHA1 or SHA-256 Digital Signature using your x509 certificate. The graphic signature is represented by a clickable widget that shows Digital Signature information. | 186 | This library also provides SHA1 or SHA-256 Digital Signature using your x509 certificate. The graphic signature is represented by a clickable widget that shows Digital Signature information. |
187 | It implememts a PDF parser to load an existing document and add pages, change pages, and add a signature. | 187 | It implememts a PDF parser to load an existing document and add pages, change pages, and add a signature. |
188 | 188 | ||
189 | -Drop me an email for availability and more information. | 189 | +More information here: <https://pub.nfet.net/pdf_crypto/> |
@@ -6,7 +6,7 @@ description: > | @@ -6,7 +6,7 @@ description: > | ||
6 | homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing | 6 | homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing |
7 | repository: https://github.com/DavBfr/dart_pdf | 7 | repository: https://github.com/DavBfr/dart_pdf |
8 | issue_tracker: https://github.com/DavBfr/dart_pdf/issues | 8 | issue_tracker: https://github.com/DavBfr/dart_pdf/issues |
9 | -version: 5.6.4 | 9 | +version: 5.6.5 |
10 | 10 | ||
11 | environment: | 11 | environment: |
12 | sdk: ">=2.12.0 <3.0.0" | 12 | sdk: ">=2.12.0 <3.0.0" |
-
Please register or login to post a comment