Committed by
David PHAM-VAN
Update README.md
Spelling mistake.
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -96,6 +96,6 @@ await file.writeAsBytes(await pdf.save()); | @@ -96,6 +96,6 @@ await file.writeAsBytes(await pdf.save()); | ||
96 | 96 | ||
97 | Encryption using RC4-40, RC4-128, AES-128, and AES-256 is fully supported using a separate library. | 97 | Encryption using RC4-40, RC4-128, AES-128, and AES-256 is fully supported using a separate library. |
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 implememts 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 | Drop me an email for availability and more information. |
-
Please register or login to post a comment