change the itext document test to reflect its text being form content. fix readme typo

This commit is contained in:
Eliot Jones
2018-01-03 19:13:12 +00:00
parent 7a28b05372
commit bfdca3079f
5 changed files with 20 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ The ```Page``` contains the page width and height in points as well as mapping t
PageSize size = Page.Size;
bool sA4 = size == PageSize.A4;
bool isA4 = size == PageSize.A4;
The ```PdfDocument``` will also support opening from byte arrays (as well as streams eventually):