David PHAM-VAN

Update README

# Changelog
## 3.6.4
- Update README
## 3.6.3
- Fix some Spanning Widgets issues
... ...
... ... @@ -98,4 +98,4 @@ Encryption using RC4-40, RC4-128, AES-128, and AES-256 is fully supported using
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.
It implements a PDF parser to load an existing document and add pages, change pages, and add a signature.
Drop me an email for availability and more information.
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
homepage: https://github.com/DavBfr/dart_pdf/tree/master/pdf
repository: https://github.com/DavBfr/dart_pdf
issue_tracker: https://github.com/DavBfr/dart_pdf/issues
version: 3.6.3
version: 3.6.4
environment:
sdk: ">=2.12.0 <3.0.0"
... ...
# Changelog
## 3.6.5
- Update README
## 5.6.4
- Fix Windows initial page format
... ...
... ... @@ -186,4 +186,4 @@ Encryption using RC4-40, RC4-128, AES-128, and AES-256 is fully supported using
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.
It implememts a PDF parser to load an existing document and add pages, change pages, and add a signature.
Drop me an email for availability and more information.
More information here: <https://pub.nfet.net/pdf_crypto/>
... ...
... ... @@ -6,7 +6,7 @@ description: >
homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing
repository: https://github.com/DavBfr/dart_pdf
issue_tracker: https://github.com/DavBfr/dart_pdf/issues
version: 5.6.4
version: 5.6.5
environment:
sdk: ">=2.12.0 <3.0.0"
... ...