Updated Home (markdown)

Eliot Jones
2019-05-19 13:51:14 +01:00
parent 21e4df63e9
commit f6236f8a61

@@ -41,5 +41,5 @@ May 2019:
* Adds support for .NET 4.5, .NET 4.5.1, .NET 4.5.2, .NET 6.0, .NET 6.1, .NET 6.2 and .NET 7.0 in addition to the current .NET Standard 2.0 support.
* Fixes a bug where documents using Standard 14 fonts with a custom encoding couldn't be opened.
* Fixes a bug where a document with a font dictionary that does not specify /Type /Font could not be opened.
* Adds support for encrypted documents, documents using the newer AES encryption will still throw but RC4 encryption is now supported. A password may be supplied in PdfOptions.
* Adds support for encrypted documents, documents using the newer AES encryption will still throw but RC4 encryption is now supported. A password may be supplied in ParsingOptions.
* Adds support for LZW filters.