Updated Home (markdown)

Eliot Jones
2019-01-12 18:09:35 +00:00
parent b878a97d2e
commit 1c616c8ffe

@@ -35,6 +35,7 @@ December 2018:
### 0.0.6 - Cows In The North ###
TBC (~Feb 2018):
* 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.