Apply FlateDecode filter to streams

This commit is contained in:
2016-06-18 13:31:39 +02:00
parent 0f575df7ce
commit af5644758c
3 changed files with 79 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ namespace VAR.PdfTools.Workbench
{
string.Format("Number of Objects: {0}", nObjects),
string.Format("Number of Streams: {0}", nStreams),
string.Format("Stream Filters: {0}", string.Join(", ", streamFilters.Distinct().ToArray())),
string.Format("Unsuported Stream Filters: {0}", string.Join(", ", streamFilters.Distinct().ToArray())),
};
}