harshankur / officeParser

A Node.js library to parse text out of any office file. Currently supports docx, pptx, xlsx and odt, odp, ods..
MIT License
123 stars 17 forks source link

PDF file support #18

Closed lau1944 closed 10 months ago

lau1944 commented 10 months ago

I know it's a office parser, but is it cool to add pdf file support?

harshankur commented 10 months ago

Hi, I have added support for pdf files. Please check the latest version 4.0.4. NOTE: I am using pdf-parse as a dependency.