From 21e4df63e9e59ea33dda17b44f4825fe5f2cc2af Mon Sep 17 00:00:00 2001 From: Eliot Jones Date: Sun, 19 May 2019 13:51:01 +0100 Subject: [PATCH] update for version 0.0.6 --- Home.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Home.md b/Home.md index f09f653..ee54882 100644 --- a/Home.md +++ b/Home.md @@ -34,11 +34,12 @@ December 2018: ### 0.0.6 - Cows In The North ### -TBC (~Feb 2018): +May 2019: * Many more stability fixes for TrueType, Type 1 and Compact Font Format fonts and other bugs with reading document content. Now correctly handles composite glyphs in a TrueType font. * Makes the entire content stream of the page public. This can be accessed using ```page.Operations``` which is the ordered list of the operations forming the page's content stream. There are roughly 70 operators defined as of PDF 1.7, consult the specification for details on the behavior of each one. * Makes the content stream writable for the ```PdfPageBuilder```. This is accessed using ```builder.Advanced.Operations``` supporting the creation of any content in the page's content stream. -* Adds access to the document's AcroForm, these are forms with checkboxes, dropdowns and textboxes which support custom user input. Supports access the individual fields of AcroForms and their values. Use ```PdfDocument.GetForm()``` to access the form object. This will be ```null``` if the document does not have a form, each document contains at most 1 form. -* 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. +* 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. \ No newline at end of file +* 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 LZW filters. \ No newline at end of file