Sicos1977 / IFilterTextReader

A reader that gets text from different file formats through the IFilter interface
Other
55 stars 38 forks source link

Keep file formatting #31

Closed traumst closed 5 years ago

traumst commented 5 years ago

Hey, I want to use your package to analyse content of the files and I need a way to locate the titles in the text. Is there a way to keep formatting when reading file content? Stuff like <b>, <u> or font size definition.

Sicos1977 commented 5 years ago

As far as I know this is not possible. The IFilterTextReader just returns everything as text because it is normally used to index information so font size, uppercase and so on are not important.