node-word-extractor icon indicating copy to clipboard operation
node-word-extractor copied to clipboard

Add method to read form data

Open morungos opened this issue 9 years ago • 2 comments

A second common use case, added by request in Text::Extract::Word, was to read form data from protected Word files. Again, the code for this still exists in the Perl component, but we should port it here.

morungos avatar Jan 14 '16 16:01 morungos

Any plans to add it?

ArmorDarks avatar Oct 25 '18 09:10 ArmorDarks

We can now read direct from a buffer as per #11, so that should be sufficient for that. The form data issue is bigger, as it is essentially about parsing Word fields, which is another low-level data feature. This remains something I will look at when I get an opportunity or resourcing.

morungos avatar May 08 '21 20:05 morungos