从PDF字节[]数组中提取文本

问题描述:

亲爱的朋友们,



我想要从PDF字节中提取文字[]数组请帮助我。我在等你的回复!!!



谢谢!!!



Ramesh B

Dear Friends,

I want Extract Text From PDF Bytes[ ] Array Please help me. I am waiting for your reply !!!

Thanks !!!

Ramesh B

为了从 PDF 文档中提取一些文本,你需要使用(按照 Afzaal Ahmad的建议Zeeshan )一个图书馆。另一种(困难的方法)是根据可用的规范自行实现 PDF 格式的解码。
In order to extract some text from a PDF document you need to use (as suggested by Afzaal Ahmad Zeeshan) a library. An alternative (the hard way) would be implementing yourself the decoding of the PDF format, based on the available specifications.