David PHAM-VAN

Update README

1 # Changelog 1 # Changelog
2 2
  3 +## 3.6.4
  4 +
  5 +- Update README
  6 +
3 ## 3.6.3 7 ## 3.6.3
4 8
5 - Fix some Spanning Widgets issues 9 - Fix some Spanning Widgets issues
@@ -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"
1 # Changelog 1 # Changelog
2 2
  3 +## 3.6.5
  4 +
  5 +- Update README
  6 +
3 ## 5.6.4 7 ## 5.6.4
4 8
5 - Fix Windows initial page format 9 - Fix Windows initial page format
@@ -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"