AlessioLuciani / flutter-pdf-text

A plugin for Flutter that allows you to read the text content of PDF documents and convert it into strings.
MIT License
20 stars 47 forks source link

Web support? #9

Open tomk9 opened 4 years ago

tomk9 commented 4 years ago

Is it possible to add web support using, for example, this package? https://github.com/mozilla/pdf.js

AlessioLuciani commented 4 years ago

Yes, this is probably one of the next steps to accomplish for this package. Thank you @tomk9 for the suggestion! By the way, I cannot guarantee a deadline for this feature.

HarvsG commented 3 years ago

Another possibile package that could be used. https://gitlab.com/autokent/pdf-parse

chrisDK1977 commented 3 months ago

Are there still any plans for web support?